/*-------------------------*/
/* style commun toute page */
/*-------------------------*/

/*-------------------------*/
/* style généraux */
/*-------------------------*/


body {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size: 62.5%;
margin: 0;
padding: 0;
background:#867f73;
color:#000;
}
table,tr,td { font-size:1em; }

p {margin: 0 0 10px 0;}

a img {
border:0;
}

h1,h2,h3 {margin:0;padding:0; font-size:1em;}


.spacer {
clear:both;
}

/*-------------------------*/
/* header */
/*-------------------------*/
#header h1{
}

#header h1 a {

}
/*-------------------------*/
/* menu haut               */
/*-------------------------*/
.menuhaut {
background-image:url(../images/nav.gif);
background-repeat:no-repeat;
position:absolute;
top:0;
width:946px;
height:34px;

font-size:1.1em;
}
.menuhaut ul {
list-style-type: none;
margin: 0;
padding:0 3px 0 2px;
}

.menuhaut li {
display: block;
float: left;
background-image:url(../images/nav-separateur.gif);
background-repeat:no-repeat;
background-position:0 10px;
text-align:center;
}

/* total 940 (946 - 3) */ 
.menuhaut li#item1 { width:80px;}
.menuhaut li#item2 { width:80px;}
.menuhaut li#item3 { width:95px;}
.menuhaut li#item4 { width:95px;}
.menuhaut li#item5 { width:120px;}
.menuhaut li#item6 { width:107px;}
.menuhaut li#item7 { width:101px;}
.menuhaut li#item8 { width:84px;}
.menuhaut li#item9 { width:88px;}
.menuhaut li#item10 { width:70px;}

.menuhaut a {
color:#fff;
text-decoration:none;
text-align:center;
line-height:34px;
height:34px;
}
.menuhaut a:visited { color:#fff; }
.menuhaut a:hover { color:#fff; text-decoration:underline; }

/*-------------------------*/
/* menu haut extranet      */
/*-------------------------*/
#menuhaut_extranet {
background-image:url(../images/extranet-fondnav.gif);
background-repeat:no-repeat;
width:716px;
height:32px;
font-size:1.1em;
position:absolute;
top:91px;
}
#menuhaut_extranet ul {
list-style-type: none;
margin: 0;
padding:0 3px 0 2px;
}

#menuhaut_extranet li {
display: block;
float: left;
background-image:url(../images/nav-separateur.gif);
background-repeat:no-repeat;
background-position:0 10px;
text-align:center;
}

/* total 940 (946 - 3) */ 
#menuhaut_extranet li#item1 { width:90px;}
#menuhaut_extranet li#item2 { width:100px;}
#menuhaut_extranet li#item3 { width:110px;}
#menuhaut_extranet li#item4 { width:110px;}
#menuhaut_extranet li#item5 { width:100px;}
#menuhaut_extranet li#item6 { width:120px;}
#menuhaut_extranet li#item7 { width:75px;}

#menuhaut_extranet a {
color:#fff;
text-decoration:none;
text-align:center;
line-height:32px;
height:32px;
text-transform:uppercase;
}
#menuhaut_extranet a:visited { color:#fff; }
#menuhaut_extranet a:hover { color:#fff; text-decoration:underline; }
