body {
   font-family: Verdana, sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
   background-color: #e5e5e5;
   /*background-image:url(../images/fondpage.jpg);*/

}
a {
   color: #CC0033;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
a img {
   border: none;
}
form{padding-bottom:0px;margin-bottom:0px;}
h1 {
   color: black;
   font-family: Verdana, sans-serif;
   text-transform: uppercase;
   font-weight:bold;
   font-size: 22px;
   margin: 0;
margin-top:10px;
   padding: 0px 0px 10px 0px;
   background:url(../images/h1.jpg) repeat-x bottom;
   display: inline;
}
h2 {
   color: #AEB4B9;
   width: 100%;
   font-size: 16px;
   margin: 0;
   padding: 0;
   padding-bottom:10px;
}
h3 {
   color: #6E8A9C;
   font-size: 12px;
   margin-top: 0;

}
hr {
   display : block;
   height: 1px;
   padding: 0;
   color: transparent;
   background-color: transparent;
   border: none;
   border-top : 1px dashed grey;
   margin : 0px auto;
   /*marges sous ie*/
   _margin: -7px auto;
}

.separateur {
   clear: both;
}
li{
list-style-image: url(../images/puce.gif);
padding-top:5px;
}
.no_puce li{
    list-style-image: none;
}

/***************************   structure générale   ***************************/

#conteneur {
   position: relative;
   width: 980px;
   margin: 0 auto;
   color: black;
   background-color: white;
}
#header {
   height: 186px;
   color: white;
   background: white url(../images/header.jpg) repeat-x;
   margin:0x;
   padding:0px;
}
#header-print {display:none;height:120px;}

#corps {
   margin-left: 180px;
   height: 390px;
   padding: 5px;
   padding-left:0px;
   padding-top:2px;
   text-align: justify;
   color: black;
   background-color: white;
   /*border-left: 1px dashed black;*/
}
html>body #corps {
   height: auto;
   min-height: 390px;
}
#gauche {
   position: absolute;
   left: 0;
   padding: 0px;
   padding-top:5px;
   padding-left: 0px;
   /*background: white url(../images/gauche.jpg) repeat-y;*/
    
   width: 180px;
   height:390px;
}
#gauche h2{
	font-size:12px;
	color:#ed6d00;
}

#footer {
   color: #333333;
   /*text-align: center;*/
   padding:0px;
   height: 33px;
   background: #ffffff url(../images/footer.jpg) repeat-x top;
   /*padding-top:7px;*/
}
#footer a{
	margin-top:7px;
	color:#333333;
}
#footer a:hover{
	color:#333333;
}
#footer a:visited{
	color:#333333;
}
#footer .texte{
    position:absolute;
	margin-top:10px;
	margin-left:190px;
	width:790px;
}
#signature {
    height: 15px;
    color:#666666;
    text-align:right;
    font-size:10px;
}
#signature a{
	color:#666666;
}
#zoneIdent{
	padding-top:40px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:right;
	width:282px;
	background:#E2E7EB url(../images/identification2.jpg) no-repeat left top;
	border-bottom:7px solid #FFC900;
}
#zoneIdent input{
	border:1px solid #333333;
	background-color:#ffffff;
	color:#333333;
}
@media print{
	#conteneur {width:100%;}
	#header-print {display:block;}
	#header {display:none;}
	#gauche {display:none;}
	#corps{margin-left:0px;}
	#menu{display:none;}
	#footer img{display:none;}
	#footer .texte{position:relative;width:auto;}
}
/***************************   mise en page   ***************************/
.bouton{
	border:1px solid #333333;
	background-color:#ebebeb;
	color:#333333;
	font-weight:bold;
}
.presentation, .presentation2{
	border:1px solid #73777A;
	border-bottom:5px solid #FFCC01;
	padding:0px;
	color:#2A2A2A;
	width:400px;
height:150px;
overflow:hidden;
	margin-bottom:5px;
	background:#ffffff url(../images/fond_cadre.gif) no-repeat right top;
}
.presentation2{
    background:#C5CFD8 url(../images/fond_cadre2.gif) no-repeat right bottom;
    border-top:1px solid #C5CFD8;
    border-right:0px;
}
.presentation .titre,.presentation2 .titre{
	float:left;
	width:25px;
	height:100%;
	/*margin-left:-10px;
	margin-top:-12px;
	margin-bottom:-10px;*/
	margin:0px;
	margin-right:10px;
	
	padding:0px;
	text-transform: uppercase;
   	text-align:right;
   	background-color:#6B7986;
}
.presentation .titre2,.presentation2 .titre2{
    text-transform: uppercase;
    color:#000000;
    font-size:14px;
    font-weight:bold;
}
.presentation p,.presentation2 p{
	margin-top:15px;
	padding-right:10px;
	margin-bottom:0px;
	padding-bottom:0px;

}
.presentation  .bouton,.presentation2  .bouton{
	border:1px solid #73777A;
	background:#6B7986;
	color:#ffffff;
}
#edito{
    float:left;
   width: 350px;
   color:#666666;
}
#infosAccueil{
	float:right;
	width:400px;
	margin-left:15px;
	margin-right:15px;
}
.entete_tableau{
	font-weight:bold;
	color:#f5f5f5;
	display:table-cell;
	vertical-align:top;
	text-align:left;
	background-color:#789ab1;
	padding-left:5px;
}


