/* CSS Document */
#x1 {
margin:0px auto 0px auto;
border:solid 0px #666666;
height:160px;
width:780px;
}

#x2 {
margin:0px auto 0px auto;
border:solid 0px #660000;
height:25px;
width:780px;
/*background-color:#FECE1B;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#x2 a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#000000;
}

#x2 a:hover {
color:#990000;
}



#x3 {
margin:0px auto 0px auto;
border:solid 0px #006600;
height:370px;
width:780px;
background-image:url(images/wall_bg.jpg);
}

#x3x1 {
	border:solid 0px #C82E00;
	height:360px;
	width:770px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#010039;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
    opacity: 0.85;
	overflow: auto;
}
#x3x1x1 {
margin:10px auto 0px auto;
border:solid 0px #006600;
height:140px;
width:180px;
}
#x3x1x2 {
margin:10px auto 0px auto;
border:solid 0px #006600;
height:188px;
width:140px;
}

#x3x2 {
border:solid 0px #C82E00;
height:32px;
width:780px;

}

#x4 {
margin:0px auto 0px auto;
border-top:solid 0px #FECE1B;
height:25px;
width:780px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#FDCB12;
font-weight:bold;
background-color:#000000;
}

#x4 a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#FDCB12;
font-weight:bold;
}

#x4 a:hover {
color:#FE0000;
}

ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
ul {
position: absolute;	/* positionnement pour IE5 et IE5.5 */
top: 160px;
left: auto;
background: transparent url(images/menu04en.jpg) top left no-repeat;	/* arrire-plan gnral du menu */
width: 780px;
/*padding-top: 57px;*/
}
li {float:left;}	/* correction pour IE5 et IE5.5 */

li a {	/* dimensions et dfinitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
height: 25px;
color: #660000;
/*line-height: 25px;*/	/* hauteur de ligne pour viter les paddings */
}
li a:hover {
color: #fff;
background: transparent url(images/menu04en.jpg) top left no-repeat;
}
a#menu1 {	/* largeur du bouton */
width:60px;
}
a#menu1:hover {	/* dcalage de l'arrire-plan pour chaque bouton */
background-position: 0% -25px;
}
a#menu2 {	/* largeur du bouton */
width:74px;
}
a#menu2:hover {
background-position: -60px -25px;
}
a#menu3 {	/* largeur du bouton */
width:72px;
}
a#menu3:hover {
background-position: -134px -25px;
}
a#menu4 {	/* largeur du bouton */
width:80px;
}
a#menu4:hover {
background-position: -206px -25px;
}
a#menu5 {	/* largeur du bouton */
width:122px;
}
a#menu5:hover {
background-position: -286px -25px;
}
a#menu6 {	/* largeur du bouton */
width:112px;
}
a#menu6:hover {
background-position: -408px -25px;
}
a#menu7 {	/* largeur du bouton */
width:68px;
}
a#menu7:hover {
background-position: -520px -25px;
}
a#menu8 {	/* largeur du bouton */
width:64px;
}
a#menu8:hover {
background-position: -588px -25px;
}