/* ------------------------------------ */
/*                                      */
/*            Structure                 */
/*                                      */
/* ------------------------------------ */



body {
   text-align:center; 
   font-family:verdana, 
   arial, sans-serif; 
   font-size:11px; 
   color:#000000; 
   padding:0; 
   border:0; 
   margin:10px 0 0 0;
   }


#conteneur {
   
   width:775px; 
   margin:0 auto; 
   text-align:left; 
   background-position: 0px center ;

   }
   
#header {
   
   width:775px;
   height:77px;
   float:left;
}

.milieu{
   width:775px;
   background-position: left bottom;
   background-image: url('/design/ecv/images/promotion/cubes.gif');
   background-repeat:no-repeat;
   
}


/* ------------------------------------ */
/*                                      */
/*                 Menu                 */
/*                                      */
/* ------------------------------------ */

.bloc_menu {
float:left;
display:block;
	width:181px;
	height:457px;
	background:url('/design/ecv/images/promotion/fond_menu.jpg');
	background-repeat:no-repeat;
	border-right: 1px;
	border-right-style: solid;
    border-right-color: #666666;

}

#menu {
	width: 181px;
	
}

#menu li {
	margin:0px;
	padding:0px;
	width:181px;
	height:19px;
	list-style-type:none;
	list-style-position:outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-decoration:none;
	color:#76777D;
	
}

#menu li a {
display:block;
	width:156px;
	height:19px;
	padding-left:25px;
	background:url('/design/ecv/images/promotion/off.gif');
		background-repeat:no-repeat;
		text-decoration:none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-decoration:none;
	color:#76777D;
	
}

#menu li a:hover {
    text-decoration:none;
	color:#fff;
	background:url('/design/ecv/images/promotion/on.gif');
		background-repeat:no-repeat;

}

#menu li a#actif {
    text-decoration:none;
	color:#fff;
	background:url('/design/ecv/images/promotion/on.gif');
		background-repeat:no-repeat;

}
/* ------------------------------------ */
/*                                      */
/*          Generalites                 */
/*                                      */
/* ------------------------------------ */

H1 {font-family: verdana; font-size: 16px; font-weight: bold; color: #87898E;}
H2 {font-family: verdana; font-size: 14px; font-weight: bold; color: #87898E;}
H3 {font-family: verdana; font-size: 14px; font-weight: normal; color: #87898E;}
H4 {font-family: verdana; font-size: 14px; font-weight: normal; color: #87898E;}
H5 {font-family: verdana; font-size: 12px; font-weight: normal; color: #87898E;}
H6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #333333;}

.cubes {
width:181px;
text-align:right;

}

hr.spacer {
	clear: both;
	visibility: hidden ;
}

ul,li {
list-style-type: none; /* pour ne pas avoir de puces */
margin: 0px;
padding:0px;
}

li p { margin: 0; }


/* ------------------------------------ */
/*                                      */
/*         milieu de page               */
/*                                      */
/* ------------------------------------ */

.corps{
margin-top:54px;
display:block;
width:556px;
float:right;
}

.colonne_gauche{
width:257px;
float:left;
}

.colonne_droite{
width:257px;
float:right;
}

.cartouche {
height:75px;
padding-bottom:8px;
margin-bottom:15px;
border-bottom:solid #999999 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777B7E;}

.cartouche a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:#000000;}

.cartouche a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:#FF0000;}

.cartouche_last {
height:75px;
padding-bottom:8px;
margin-bottom:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777B7E;}

.cartouche_last a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:#000000;}

.cartouche_last a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:#FF0000;}

/* ------------------------------------ */
/*                                      */
/*          pied de page                */
/*                                      */
/* ------------------------------------ */

.footer {

     width: 775px;
     font-family: verdana, arial;
     font-size: 10px;
     color: #A8A9A9;
     text-align:right;
	 margin-top:5px;
     padding-top: 5px;
	 border-top-color:#999999;
	 border-top: solid 1px;

}

.footer a { 

     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     font-weight: normal;
     color: #999999;
     text-decoration: none;
     }

.footer a:hover {
     color: #333333; 
     text-decoration: underline;
     }
	 
