/* CSS for three column layout with absolutely positioned side columns and header */
/* from the book Stylin' by Charles Wyke-Smith publsihed by New Riders 'Trebuchet MS',*/
* {margin:0; padding:0; text-align: left; font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;}
.general {
	color: #9A1822;
}
.GEA {
	color: #3678DE;
}
.MP {
	color: #FFB200;
}
.GMP {
	color: #FF0000;
}
.chimie {
	color: #4C8026;
}
.titre {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #9a1822}
.soustitre {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FF9900}
/*.lienstt { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9900; text-decoration: underline; }
a.lienstt:link { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9900; text-decoration: underline; }
a.lienstt:visited { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9900; text-decoration: none; }
a.lienstt:active { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9900; text-decoration: underline; }
a.lienstt:hover { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9900; text-decoration: underline; }
*/
.plan4 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; text-decoration: none; }
a.plan4:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; text-decoration: none; }
a.plan4:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; text-decoration: none; }
a.plan4:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; text-decoration: underline; }
a.plan4:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; text-decoration: underline; }


.chemindefer{
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	line-height:30px;
}
.typopatin{
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Styles pour le bandeau général lorsque qu'il y a pas d'image titre.jpg */
.grandtitre{
	position:relative;
	top:108px;
	//top:78px;
	font-size: 50px;
	font-weight: 500;
	font-family: Garamond, Gareth, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	vertical-align:top;
}
div.divHidden { display:none }

div.cach { display:none }

img.centre { 
		margin-left:50px;
		}

body { behavior:url(js/csshover.htc); 
	text-align:left;
	margin:0; padding:0; 
	font: 1.0em Futura, Verdana, Helvetica, Arial, sans-serif;
	background-color:#F7F5F0;}

ul { 
	/*text-align:left;*/
	text-align:justify;
	
}
	
div#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:955px;
	background-color:#FFFFFF;
}

/* Styles pour le bandeau principal du document */
div#header {background-color:#D7D1BD; text-align:center;
	background-image: url(../images/fond_content_haut.jpg);
	background-repeat: repeat-y;
	background-position: -1px;
}

div#header_bandeau {
	position:absolute;
	line-height:0px;
	height:147px;
	width:955px;
	top:0px;
	right:0px;
	z-index:1;
	text-align:right;
	background-image: url(../images/fond.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float:left;
	
}
div#header_bandeau .intitule {
	vertical-align:top;
	margin:53px 0 0 0 ;
}

div#header_bandeau .intitule_general {
	margin:7px 0 0 0 ;
}
div#header_bandeau .image_general {
	margin:0 0 23px 0 ;
}

div#header_logo {
	position:absolute;
	top:15px;
	left:15px;
	z-index:3;
}



div#header_menu_principal {
	position:absolute;
	top:147px;
	left:0px;
	z-index:4;
	text-align:left;
	width:604px;
	height:68px;
}

ul#menuh  {
	line-height: 0px;
	height: 32px;
}

ul#menuh li {
	float: left;
	list-style-type: none;
}

ul#menuh a {
	display: block;
	text-decoration: none;
}
ul#menuh img {
	height: 32px;
	border: 0px;
}

	/*   Styme boite a boutons de droite  */
ul#menuhd  {	/*background-color: #9A1822;*/}



ul#menuhd li {
	float: right;
	list-style-type: none;
	list-style-position:inside;
	text-indent:-10px;
	line-height: 0px;
	padding: 10px 15px 0 0;
}

ul#menuhd a {
	display: block;
	text-decoration: none;
}
ul#menuhd img {
	/*height: 32px;*/
	border: 0px;
}

#menuhd a#menuhd1       { background-image: url("../images/home.gif");background-repeat: no-repeat;}
#menuhd a#menuhd1:hover { background-image: url("../images/home_f2.gif");background-repeat: no-repeat;}

#menuhd a#menuhd2       { background-image: url("../images/mail.gif");background-repeat: no-repeat;}
#menuhd a#menuhd2:hover { background-image: url("../images/mail_f2.gif");background-repeat: no-repeat;}

#menuhd a#menuhd3       { background-image: url("../images/langue.gif");background-repeat: no-repeat;}
#menuhd a#menuhd3:hover { background-image: url("../images/langue_f2.gif");background-repeat: no-repeat;}

#menuhd a#menuhd4       { background-image: url("../images/plan.gif");background-repeat: no-repeat;}
#menuhd a#menuhd4:hover { background-image: url("../images/plan_f2.gif");background-repeat: no-repeat;}

#menuhd a#menuhd5       { background-image: url("../images/liens.gif");background-repeat: no-repeat;}
#menuhd a#menuhd5:hover { background-image: url("../images/liens_f2.gif");background-repeat: no-repeat;}

#menuhd a#menuhd6       { background-image: url("../images/plan_site.gif");background-repeat: no-repeat;}
#menuhd a#menuhd6:hover { background-image: url("../images/plan_site_f2.gif");background-repeat: no-repeat;}

#menuhd a#menuhd7       { background-image: url("../images/print.gif");background-repeat: no-repeat;}
#menuhd a#menuhd7:hover { background-image: url("../images/print_f2.gif");background-repeat: no-repeat;}


 /* style pour toute la partie contenu */

div#content1 {
	margin-right:auto;
	background-image: url(../images/menu_gauche_fond.gif);
	background-repeat: repeat-y;
	font-size:12px;
	/*background-color: olive;*/
}


 /* styles pour le menu secondaire de gauche - Voir egalement des styles spécifiques inclus directement dans ../inc/menu_gauche.php*/
div#colonne_gauche {
	position:absolute; 
	left:0px;
	top:230px;
    width:177px;
	list-style-type:none;
	color: #222222;
	}
	
	div#menu_gauche {
	color: #222222;
	background-color: #D7D1BD;
	background-image: url(../images/menu_gauche_pave_fond.gif);
	background-repeat: repeat-y;
	text-align:left;
	line-height:0px;
	}

	div#menu_gauche li{
	list-style-type:none;
	padding:7px 10px 0px 50px;
	list-style-image: url(../images/menu_gauche_bouton.gif);
	list-style-position: inside;
	list-style-type: circle;
	font-size:12px;
	text-indent:-25px;
	line-height:0px;
	//line-height:22px;
	}
	div#menu_gauche a{text-decoration: none;
	color: #222222;
	vertical-align:super;
	line-height:12px;
	/*/line-height:12px;*/
	padding:0 0 0 3px;
	}
	
	div#menu_gauche ul li ul{
	padding:0px 0px 15px 0px;
	text-align: left;
	}
	
	div#menu_gauche ul li ul li{
	list-style-type:none;
	padding:7px 2px 0px 5px;
	list-style-image: url(../images/menu_gauche_bouton_petit.gif);
	list-style-position: inside;
	list-style-type: circle;
	font-size:10px;
	line-height:8px;
	text-indent:-25px;
	}


 /*styles pour le contenu central */
 
div#justifie  p{
	text-align: justify;
	margin:0px 20px 00px 20px;
	/*width: 300px;*/

	}
div#adroite  p{
	text-align: right;
}
div#centre  p{
	text-align: center;
}

div#colonne_centre{
	margin:0 97px 0 177px;
	padding:208px 0 0 0;
	background-color: #FFF;
}
div#grandecolonne_centre{
	margin:0 0px 0 177px;
	padding:208px 0 0 0;
	background-color: #FFF;
}


div#colonne_centre p{
padding:10px 5px 5px 20px;
margin:0px 20px 0px 0px;
text-align:justify;
text-indent : 2em ;

/*text-align:left;
background-color:#FFd0FF;*/
vertical-align: bottom;
/*overflow: auto;
float:right;*/
}
div#colonne_centre div#pavedroite{
float:right;
/*background-color:yellow;
background-color:#D7D1BD;*/
padding:0px 0px 0px 00px;
margin:0px 0px 0px 0px;
/*border-width:0;*/

}
div#colonne_centre div#pavedroite img{
border-style:solid;
border-width:0px 0px 0px 00px ;
border-color: #D7D1BD;
/*background-color:white;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;*/
padding: 0px 0px; margin: 8px 0px 6px 15px;
}
div#colonne_centre  img{

/*/border-style:none;*/
border-width:2px;
			/*background-color:silver;*/
/*padding-left:auto;*/
margin-left:auto;
margin-right:auto;

}
div#commentaire{
	font-size: 9px;
	text-align: left;
	background-color: #D7D1BD; /*padding:5px;*/
	padding: 0px 0px;
	margin: -11px 0px 0px 15px;
}
div.commentr{
	font-size: 9px;
	text-align: center;
	background-color: #D7D1BD; /*padding:5px;*/
	padding: 5px 0px;
	margin: 0px 0px 0px 15px;
}

div#commentaire img{
vertical-align: middle;
}

div#colonne_centre * {line-height:1.3em;}

div#colonne_centre table{

	/*border-style:;*/
	border-width:2px;
	background-color:white;
	/*padding-left:auto;*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:12px;
	width: 80%; 
	/*height: 100%;*/
	margin:10px;
	border:0px;
	empty-cells:hide;
	/*padding-right:20px;*/
	}
div#colonne_centre table.g {
	border:1px;
	/*border-style:thin solid;
	/*border-width:1;*/
	background-color:white;
	/*padding-left:auto;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:10px;
	width: 90%; 
	/*height: 100%;*/
	margin:auto;
	
	empty-cells:hide;
	/*padding-right:20px;*/
	}

div#colonne_centre table.g tr th{
/*background: #688a01 url("images/vert.gif");*/
	text-align:center;
	font-size:10px;
	color:white;
}

div#colonne_centre table.g tr td{
	//margin-left:1em;
	padding-left:1em;
}
/*tr.setram {
	background-color:#688a01;
}
tr.setram th{
	background: #688a01 url("images/vert.gif");
}
*/



div#colonne_centre table.gne {
	
	
	background-color: white;
	padding:4px;
	/*margin-left:auto;
	margin-right:auto;*/
	text-align:left;
	/*font-size:10px;*/
	width: 90%; 
	/*height: 100%;*/
	margin:1em;
	padding:0;
	empty-cells:hide;
	/*padding-right:20px;*/
	}
 div#colonne_centre table.gne td{
	/*padding:0;*/
	margin:0;
	border: 1px dotted black;
	background-color:white;
		}	
div#colonne_centre table.gn0 {
	border: 0px;
	background-color: white;
	padding:8px;
	text-align:left;
	width: 90%; 
	margin:1em;	
	empty-cells:hide;
	/*padding-right:20px;*/
	}
 div#colonne_centre table.gn0 td,th{
	/*padding:0;background-color:yellow;*/
	margin:0;
	border: 0px;
	
		}	
	
	gauchen#div {

border-style:none;
/*border-width:2;*/
background-color:silver;
/*padding-left:auto;*/
margin-left:auto;
margin-right:auto;
text-align:left;


	font-size:12px;
	/*width: 80%; 
	/*height: 100%;*/
	margin:10px;
	border:2px;
	empty-cells:hide;
	/*padding-right:20px;*/
	}

div#colonne_centre h2 , h3  ,h4, h5, h6
{ 
padding-top:15px;
padding-bottom:0px;
padding-left:20px;
padding-right: 25px;
}
	
div#colonne_centre h2 {
background-image: url(../images/fond_intitules.jpg);
background-repeat: repeat-y;
background-color:#C9C2A8;
background-position: left top;
font-size:18px;
text-align:right;
vertical-align: text-bottom;
/*padding:20px 25px 5px 20px;*/
}
	
div#colonne_centre h3 { 
background-image: url(../images/fond_intitules.jpg);
background-repeat: repeat-y;
background-color:#C9C2A8;
background-position: left top;
font-weight: bold;
padding:20px 5px 5px 20px;
font-size:15px;
text-align:left;
vertical-align: text-bottom;
}
div#colonne_centre h4 {
font-size:small;
}
div#colonne_centre h5 {

}

div#colonne_centre h6 { 
font-weight: bold;
padding:20px 5px 5px 20px;
font-size:15px;
text-align:center;
vertical-align: text-bottom;
}

span.fondcentredegrade {
background-image: url(../images/fond_intitules.jpg);
background-repeat: repeat-y;
background-position: left top;
font-size:22px;
/*background-color:#C9C2A8;*/
}

div#colonne_centre ul {
	/*padding:7px 2px 0px 5px;*/
	padding:10px 5px 5px 20px;
	list-style-position: inside;
	list-style-type: disc;
	
	/*list-style-image: url(../images/menu_gauche_bouton_petit.gif);
	/*font-size:0.75em;
	
	//text-indent:-25px;*/
	
	}
div#colonne_centre ul#std {
	/*padding:7px 2px 0px 5px;*/
	padding:20px 5px 5px 20px;
	list-style-position: inside;
	list-style-type: none;/**/
	list-style-image: url(../images/menu_gauche_bouton_petit2.gif);
	/*font-size:0.75em;
	line-height:1.2em;
	//text-indent:-25px;*/
	}
ul.listnum  {  
	list-style-type:decimal; list-style-position: outside; margin-left:20px;
	}

div#colonne_centre ol 		{list-style-type:decimal; list-style-position: outside; margin-left:20px; padding:0px 2px 10px 20px; 	}
div#colonne_centre ol li 	{font-weight: bold;	}
div#colonne_centre ol li span {font-weight: normal;	}
div#colonne_centre ol li ol	{list-style-type:lower-alpha; list-style-position: outside; margin-left:20px; padding:0px 2px 10px 20px; font-weight: normal;	}
div#colonne_centre ol li ol li {font-weight: normal;	}

div#titre1{
font-size:18px;
text-align:right;
background-color:#C9C2A8;
background-image: url(../images/fond_intitules.jpg);
background-repeat: repeat-y;
vertical-align: text-bottom;
background-position: left top;
}

div#titre p{
padding:20px 5px 5px 20px;
font-weight: bold;
}

div#sstitre1{
padding:20px 5px 5px 20px;
font-size:15px;
text-align:left;
background-color:#C9C2A8;
background-image: url(../images/fond_intitules.jpg);
background-repeat: repeat-y;
vertical-align: bottom;
background-position: left top;
font-weight: bold;
}

div#texte{
padding:20px 5px 5px 20px;
text-align:left;
background-color:#FFFFFF;
vertical-align: bottom;
overflow: auto;
}
div#ensmat {
	/*position:relative;*/
	margin-left:50px;
	margin-right:50px;
	text-align:justify;
	}
	
 /*styles pour le menu de droite sur les différents départements */

div#colonne_droite{
position:absolute; 
right:0px;
top:215px;
width:90px;
z-index:12;
/*background-color: green;*/
}
div#colonne_droite img{
margin:0 0 0 10px;
}
	


ul#menud li {
	float: left;
	list-style-type: none;
	list-style-position:inside;
	text-indent:-10px;
	line-height: 0px;
}

ul#menud a {
	display: block;
	text-decoration: none;
}
ul#menud img {
	border: 0px;
}
	
	
/*footer styles*/
div#footer {
	padding:4px 0px 4px 0;
	font-size:.8em;
	text-align:right;
	background-color:#9B8D5E;
	color:#FFFFFF;	
	/*height:47px;
	width:955px;*/

					}
div#footer a{color:#FFFFFF;	text-decoration:none; }
div#footer a:hover{color:#6a0d14;	}
					
a#aidefoot       { background-image: url("../images/aide1.gif");background-repeat: no-repeat;}
a#aidefoot:hover { background-image: url("../images/aide2.gif");background-repeat: no-repeat;}

					
a {text-decoration:none; }
a:hover {text-decoration:underline;}

.supprfloat{clear:both;}

img{
border-style:none;
}

img.poursuite{
border-style:none;
margin: 0 0 0 0;
padding:0 0 0 0;
}


fondblanc{
background-color:#FFFFFF;
}
ul.petitcarre {
list-style-image: url(../images/menu_gauche_bouton_petit2.gif);
}
acronym {
	cursor: help;
}
.grise {
	color: silver;
	text-decoration:none;
}
p.retrait   {  text-indent : 2em ; padding-top: 5px; text-align : justify }
div.agauch  {text-indent: 0; padding:00px 5px 5px 20px; margin:0px 20px 0px 0px;text-align : justify } 
p.agauche  {text-indent: -2em; padding:00px 5px 5px 20px; margin:0px 20px 0px 0px;text-align : justify } 
.ag  {text-indent: 0;} 
div.centre {text-align:center;}
              
.logout a { text-decoration:none; display:block; width:140px; color:#fff; 
	font-family: Futura, Verdana, Helvetica, Arial, sans-serif;
	background-color:#9A1822;
	font-weight:bold;
	text-align:center;
	border:3px solid #9A1822;
}
.logout a:hover {
	color: #fff;
	background-color:#9B8D5E;
	border:3px solid #9B8D5E;
}

 .element_menu
{  font-size: 14px;
   border: 1px solid  #000;
   margin-bottom: 20px;
   background-color: #D7D1BD;
   border-radius: 10px 10px; 
   -moz-border-radius: 10px;}
/* Suppression des cadres autour des images*/
   a img {border: 0;}

/* Polices des menus*/
.element_menu h3
{    
   text-decoration: underline;
   font-size: 14px;
   color: #b5b85f;
   /*font-family: Arial, "Arial Black", "Times New Roman", Times, serif;*/
   text-align: center;}
/* Puces des menus*/
.element_menu ul
{  list-style-image: url("../images/menu_gauche_bouton_petit2.gif");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;}
/* Liens des menus*/
.element_menu a
{  color: black;
   text-decoration: none; }
.element_menu a:hover
{  color: #9a1822;
   /*font-style: italic;*/
   text-decoration: underline}

.niv1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #9a1822;
}
.texte {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    padding: 0px 5px 0px 5px;
}
.interlst    { margin:0 1.5em  0 0;	padding:0; text-decoration: none;}
.interlst ul {padding:0; margin: 0 0 0 0;}
.interlst ul {  list-style-image:url(../images/aradbul1.gif);  margin: 0 0 0 0 ;}
.interlst ul li       { margin: 0  ;}
.interlst ul li span  { font-size:1em; font-weight:bold;}
.interlst ul li ul    {margin: 0 0 0.5em 0.8em ;list-style-image:url(../images/aradbul2.gif);}
.interlst ul li ul li { margin:0 0.8em 0 0; }
.interlst ul .num li  { list-style-image:none; list-style-type:decimal;}
.interlst ul li ul li span {font-size:inherit; font-weight:inherit; text-decoration: underline; font-style:italic;}

.imgpara {float:right;  padding-left: 15px;}

.carte
	{ background: #e3dfd3 ;
	  margin:  0px;
	  border: 1px solid #9b8d5e ;
	  border-radius: 10px 10px ; 
	  -moz-border-radius: 10px ;
	  -webkit-border-radius: 10px;
	}
.adresse	{
	font-style: italic;
	font-weight: bold;
	background: #e3dfd3 ;
	padding: 5px;
	border: 1px solid #9b8d5e ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	/*behavior: url(css/border-radius.htc); */
	text-align: center;
	width:50em;
	margin-left: auto; 
	margin-right: auto; 
	
	}
.cartouche { border: 4px solid #9A1822;
	padding:7px;
	margin-left:10px; margin-right:30px;
	text-align:center;
	border-radius: 10px ; 
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; 
	/*behavior: url(css/border-radius.htc); */
	}
.cartouche span {font-weight: bold;font-size:1.0em;color: #9A1822;}

.grosbouton {
	height:50px; font-size: 18pt; color:#9a1822; background-color:#D3CEBB; font-weight: bold;
	border-width : 4px; 
	border-radius: 10px ; 
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; 
}
/**[title] {font-weight:bold;}*/
