/* CSS Document */

/* CSS Document */


* {
margin:0;
padding:0;
}

body {
width:100%; 
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
}


html {
font-size:100%;
}

img {border:none;}


/* Code de dissimulation */

.hiddenStructure
{
display:block !important;
background-color:transparent !important;
background-image:none !important;
border:none !important;
width:1px !important;
height:1px !important;
overflow:hidden !important;
padding:0 0 0 0 !important;
margin:-1px 0 0 -1px !important;
list-style:none !important;
float:none !important;
/* IE 6 will otherwise show an empty line. */
position:absolute;
}
/* Compliant browsers. */
*[class=hiddenStructure]{position:relative !important;}


/* container general  */

#wrapper {
width:1200px;
margin: 0 0 0 30px;
padding: 0 0 30px 0;
}

#wrapper #header_hp {
height:136px;
width:976px;
}

#wrapper #header_hp img, #wrapper #header img {
float:left;
margin:40px 0 0 30px;
}

/*Navigation pages de niveau inferieur
*/

#wrapper #header {
height:136px;
width:976px;
}

/* Navigation haute  */


#wrapper #header #navigation_haute, #wrapper #header_hp #navigation_haute  {
height:25px;
width:530px;
float:right;
margin: 30px 0 0 0;
}

#wrapper #header #navigation_haute ul li, #wrapper #header_hp #navigation_haute ul li {
float:left;
padding: 0 0 0 11px;
}


/* Navigation principale  */


#wrapper #navigation_principale {
height:49px;
width:989px;
clear:both;
background:url(../images/barre_de_nav.gif) no-repeat;
}

/*Code du menu de navigation*/

#menu {
list-style: none ;
margin: 0 ;
padding: 0 ;
overflow: hidden ;	
}

#menu li {
float: left ;
width: 132px ;
color: #fff ;
}

#menu li a {
color: #fff ;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
line-height: 1em ;
text-align: left ;
text-decoration: none ;
background:url(../images/bg_menu_off.gif) no-repeat;
height:39px;
display:block;
padding:10px 0 0 32px;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
text-decoration: none ;
background:url(../images/bg_menu_on.gif) no-repeat;

}
			
/*TYPOGRAPHIE*/

/*Navigation haute*/

#wrapper #header #navigation_haute ul li, #wrapper #header_hp #navigation_haute ul li {
list-style-type:none;
color:#075e8c;
font-size:0.8em;
}

#wrapper #header #navigation_haute ul li a, #wrapper #header_hp #navigation_haute ul li a {
color:#075e8c;
text-decoration:none;
}

#wrapper #header #navigation_haute ul li a:hover, #wrapper #header_hp #navigation_haute ul li a:hover {
color:#075e8c;
text-decoration:underline;
}
