/* CSS Menu */

ul, li {padding:0; margin:0;}
²
html, body{
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	width: 1000px;
}
img{
	border: none;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #356AB4;
	background-color: transparent;
}
h1 a{
	color: Black;
	background-color: transparent;
	font-family: verdana;

}
p a{
	color: Black;
	background-color:	transparent;
}
/* deb header */
#header{
	margin: 0;
	background-image: url(../images/menu/header-fond.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 155px;
}
#zone1{    /* zone cliquable */
	position: absolute;
	width : 200px;
	height: 80px;
	margin-left: 0px;
	margin-top: 10px;
}
#zone2{    /* zone cliquable */
	position: absolute;
	width : 127px;
	height: 20px;
	margin-left: 875px;
	margin-top: 10px;
}
#header p, #header a:link, #header a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #c0d9ee;
    text-decoration: none;
	background-color: transparent;
}
#header a:hover, #header a:active{
    color: white;
    text-decoration: underline;
	background-color: transparent;
}
/* PARTIE HAUTE DU HEADER, DE GAUCHE A DROITE */
/* POUR LA NAV */
#nav1 a, #nav1 strong{
    background: url(../images/menu/onglet1.gif);
    width: 108px;
}
#nav2 a, #nav2 strong{
    background: url(../images/menu/onglet2.gif);
    width: 121px;
}
#nav3 a, #nav3 strong{
    background: url(../images/menu/onglet3.gif);
    width: 185px;
}
#nav4 a, #nav4 strong{
    background: url(../images/menu/onglet4.gif);
    width: 150px;
}
#nav5 a, #nav5 strong{
    background: url(../images/menu/onglet5.gif);
    width: 150px;
}


#browser{
    position: absolute;
	margin-left: 20px;
	vertical-align: top;
	display: inline;
    margin-top: 110px;
}


#headermenu{
    position: absolute;
    float: left;
    width: 714px;
    margin-top: 55px;
	margin-left: 240px;
    margin-bottom: 0px;
    color: #FFFFFF;
    height: 50px;
	background-color: transparent;
}

#headermenu dl{
    float: left;
    height: 29px;
    margin: 0px;
    padding: 0px 0px;
    list-style: none;
}
#headermenu dt{
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: none;
    line-height: normal;
    text-indent: 0px;
}
#headermenu dt a:hover, #headermenu dt a:visited, #headermenu dt a:link, #headermenu dt strong {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    float: left;
    height: 29px;
    border-width: 0px;
    text-indent: -10000px;
	text-decoration: none;
}
#headermenu ul{
    margin: 0px;
    padding-left: 5px;
}
#headermenu li{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 16px 0px 0px;
	line-height: normal;
	text-indent: 0px;
	height: 21px;
}
#headermenu ul li a{
    text-decoration: none;
    color: #4289C6;
    font-size: 9pt;
	background-color: transparent;
}
#headermenu dt strong{
    background-position: 0px -29px;
}
#headermenu dt a:hover{
    background-position: 0px -58px;
}
#headermenu dl a:hover{
    color: white;
	 background-color: transparent;
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8{
    vertical-align: bottom;
    position: absolute;
    top: 28px;
    left: -23px;
    width: 714px;
    bottom: 0px;
    height: 30px;
	padding-top: 5px;
}
/* fin header */