/* Gabarit Largeur fluide 2 colonnes - jimro - 07/11/2005 */
/* Feuille de style inspirée des tutoriels css.alsacreations.com */


/* Initialisation CSS */

html, body { /* OU * { MAIS CA PEUT ETRE ASSEZ PERTURBANT ;-) */
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #FFFFFF;
}

body {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(img/site_bg.jpg);
	background-repeat: repeat-x;
}


/* lien par défaut */

a {
	color: #841f1f;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}


/* liste par défaut */

ul {
   list-style-type: square;
   margin: 0;
   padding-left: 0.5em;
}

/* titres par défaut */

h1, h1 a {
	color: #000000;
	font-weight: bold;
}
h2 {
   font-size: 1.4em;
}
h2, h2 a {
   color: #669900;
   font-weight: bold;
}

h3 {
   font-size: 1.2em;
}
h3, h3 a {
   color: #990066;
   font-weight: bold;
}
h1, h2, h3 {
   margin: 0;
   padding: 0.5em 0;
}
*/

/* image par défaut */

img {
   border: 0;
}


/* Agencement des pages */

#conteneur {
	width: 990px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 50%;
	position: relative;
	margin-left: -492px;
}

#header {
	height: 137px;
	background-image: url(img/site_header.jpg);
	background-repeat: no-repeat;
}

#logo {
   float: left;
   width: 33%;
   margin: 10px 0;
   text-align: center;
   font-size: 2em;
   font-weight: bold;
}

#banniere {
	float: right;
	width: 300px;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
}
#banniere input {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

#haut {
	height: 30px;
	border: 0;
	padding: 0;
	background-image: url(img/menu_h_bg.jpg);
	background-repeat: repeat-x;
}

#centre {
	margin-left: 200px; /* pour colonne gauche */
	margin-right: 234px; /* pour colonne droite */
	/*border-left: #000000 1px solid;*/
   padding: 0.5em;
	min-height: 400px;
}

* html #centre {
   height: 400px; /* hack uniquement interprété par IE Win+Mac */
} 

#gauche {
	float: left;
	width: 203px;
	padding-bottom: 0.5em;
}

#droite {
	float: right;
	width: 234px; /* largeur égale à marge droite de #centre */
	text-align: center;
}

#bas {
	position:relative;
	text-align: center;
}
	#bas ul {
      display: inline;
      border-right: 2px solid #000000;
   }
	#bas ul li {
      border-left: 2px solid #000000;
      display: inline;
      padding-right: 0.6em;
      padding-left: 1em;
   }
	#bas a {
      color: #006699;
   }
	#bas a:hover {
      color: #FF8000;
   }

#conception {
   display:inline;
   position:absolute;
   right:10px;
   top:3px;
   color:#006699;
   font-size:0.7em;
}

#pied {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 100%;
	position: relative;
}
	#pied a {
	color: #CCCCCC;
	font-weight: bold;
   }


/* temp.html */

div.menugauchetitre {}
	div.menugauchetitre span {font-size: 1.1em;}

div.menugauchecontenu {}
   div.menugauchecontenu a {}
   div.menugauchecontenu a:hover {}


/* pages.html */

#mentete {
	width: 100%;
	height: 19px;
	background-image: url(img/nav_bg.jpg);
}
#entete {
	float: left;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 19px;
}
   #entete a {color: #FFFFFF;text-decoration: underline;}
   #entete a:hover {color: #FFFFFF;}

#entetepage {
	float: right;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 19px;
}
   #entetepage a {color: #FFFFFF;text-decoration: underline;}
   #entetepage a:hover {color: #FFFFFF;}


/* page accueil */

#accueil {
	width: 535px;
}
#accueil h1,#accueil h2 a {
	/*display:inline;*/
	margin-right:0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #203189;
}

#editoacc {
	width: 100%;
	margin-left: 5px;
}
	#editoacc .head {
		background-image: url(img/cont_h_edito.jpg);
		height: 47px;
	}
	#editoacc .cont {
		background-image: url(img/cont_bg.jpg);
		padding: 5px;
	}
	#editoacc .foot {
		background-image: url(img/cont_f.jpg);
		height: 7px;
	}

#myrss {
	width: 100%;
	/*margin-left: 5px;*/
}
	#myrss .head {
		background-image: url(img/cont_h_rss.jpg);
		height: 47px;
	}
	#myrss .cont {
		background-image: url(img/cont_bg.jpg);
		padding: 10px;
	}
	#myrss .foot {
		background-image: url(img/cont_f.jpg);
		height: 7px;
	}
/*	#rubriques1 ul {list-style-type: none; margin: 0; padding-left: 0.5em;}
	#rubriques1 a {color: #000000;}
	#rubriques1 a:hover {color: #FF8000;}
	#rubriques1 img {}*/

#rubriques1 {
	width: 100%;
	margin-left: 5px;
}
	#rubriques1 .head {
		background-image: url(img/cont_h_news.jpg);
		height: 47px;
	}
	#rubriques1 .cont {
	background-image: url(img/cont_bg.jpg);
	padding: 5px;
	}
	#rubriques1 .foot {
		background-image: url(img/cont_f.jpg);
		height: 7px;
	}
/*	#rubriques1 ul {list-style-type: none; margin: 0; padding-left: 0.5em;}
	#rubriques1 a {color: #000000;}
	#rubriques1 a:hover {color: #FF8000;}
	#rubriques1 img {}*/

#rubriques2 {
	width: 100%;
	margin-left: 5px;
}
	#rubriques2 .head {
		background-image: url(img/cont_h_dossiers.jpg);
		height: 47px;
	}
	#rubriques2 .cont {
		background-image: url(img/cont_bg.jpg);
		padding: 5px;
	}
	#rubriques2 .foot {
		background-image: url(img/cont_f.jpg);
		height: 7px;
	}
/*	#rubriques2 ul {list-style-type: none; margin: 0; padding-left: 0.5em;}
	#rubriques2 a {color: #000000;}
	#rubriques2 a:hover {color: #FF8000;}
	#rubriques2 img {}*/


/* autres éléments par défaut */

input {
   background-color: #EEEEEE;
   border: #000000 1px solid; 
   text-indent: 1px;  
   font-size: 9px;
}

textarea {   
   font-size:10pt;
   color:#000000;
   font-style:normal;
   line-height:normal;
   font-weight:normal;
   text-decoration:none;
   letter-spacing:normal;
   word-spacing:normal;
   border:thin ridge;
   border-color: #000000;
   background-color:#FFFFFF;
}

select {  
   font-size:9px;
   color:#000000;
   background-color:#FFFFFF;
}

hr {
   color:#000000;
}


/* séparation par lignes verticales */

.nePasAfficher {
  display: none !important;
}

.clearBoth {
  clear: both;
}

.diviseVerticalGauche {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-left-color: #e3e3e3;
}

.diviseVerticalDroite {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-left-color: #e3e3e3;
}