html,body{
width: 100%;
height: 100%;
}
html{
background-color: black;
background-image: url(../images/background.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
body{
background: url(../images/ligne.gif) top left no-repeat;
margin: 0px;
}
a{
color: #555555;
outline: none;
cursor:pointer;
}
a:hover{
color: white;
}
h1{
color: #9ea0e7;
font: 18pt century gothic;
font-weight: normal;
}
h2{
color: #555555;
font: 13pt tahoma;
}
/*Divs*/
#conteneur{
color: white;
font: 9pt tahoma;
text-align: justify;
width: 100%;
height: 100%;
}
#menu{
width: 1000px;
height: 41px;
margin: 0px auto 30px auto;
}
#menu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu ul li{
background: url(../images/ligne2.gif) repeat-x;
margin: 0px;
height: 41px;
float: left;
}
#menu ul li:hover{
border-bottom: none;
}
.lien_menu{
height: 22px;
margin: 0px 20px 0px 0px;
padding: 18px 0px 0px 0px;
text-decoration: none;
display: block;
}
.espace{
clear: both;
}
#menu7{
margin:0px;
}
#menu1{
color: #84d19d;
}
#menu1:hover{
color: white;
border-bottom: white solid 1px;
}
#menu2{
color: #84d19d;
}
#menu2:hover{
color: white;
border-bottom: white solid 1px;
}
#menu3{
color: #86cca6;
}
#menu3:hover{
color: white;
border-bottom: white solid 1px;
}
#menu4{
color: #8abcc0;
}
#menu4:hover{
color: white;
border-bottom: white solid 1px;
}
#menu5{
color: #91add8;
}
#menu5:hover{
color: white;
border-bottom: white solid 1px;
}
#menu6{
color: #9ea0e7;
}
#menu6:hover{
color: white;
border-bottom: white solid 1px;
}
#menu7{
color: #b693ed;
}
#menu7:hover{
color: white;
border-bottom: white solid 1px;
}
#centre{
width: 1000px;
margin: 0px auto;
}
#footer{
background: black;
width: 100%;
height: 235px;
margin-top: 30px;
}
#footer a{
color: #878788;
font: 8pt tahoma;
text-decoration: none;
}
#footer a:hover{
color: white;
}
#footer table{
color: #878788;
font: 8pt tahoma;
width: 1000px;
margin: 35px auto 0px auto;
}
#footer table tr{
height: 16px;
}
.bouton{
color: white;
background: url(../images/bouton.gif);
width: 162px;
height: 23px;
text-decoration: none;
padding: 8px 0px 0px 20px;
display: block;
float: right;
}
.bouton:hover{
background: url(../images/boutonHover.gif);
}
.separ{
background: url(../images/separ.gif) center left no-repeat;
height: 16px;
}
.cachehover{
display: none;
cursor:pointer;
}


.lnkmenu {
	font-size: 10px;
	text-transform: none;
	text-align: center;
	margin: auto;
	width: 70%;
}



.bouton2{
color: white;
background: url(../images/bouton2.gif);
width: 175px;
height: 23px;
text-decoration:none;
padding: 8px 0px 0px 20px;
display: block;
float: right;
cursor:pointer;
}

