/* CSS Document */
body {
	background-color: #000000;
}

#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 1px #C82E00;
	height:300px;
	width:150px;
	float:left;
	margin-top:25px;
}


#x3x2 {
border:solid 1px #C82E00;
height:300px;
width:150px;
float:left;
margin-left:15px;
margin-top:25px;
}

#x3x3 {
border:solid 1px #C82E00;
height:300px;
width:150px;
float:left;
margin-left:15px;
margin-top:25px;
}

#x3x4 {
height:218px;
width:33px;
float:left;
margin-left:40px;
margin-top:25px;
}

#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/menu04.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/menu04.jpg) top left no-repeat;
}
a#menu1 {	/* largeur du bouton */
width:77px;
}
a#menu1:hover {	/* dcalage de l'arrire-plan pour chaque bouton */
background-position: 0% -25px;
}
a#menu2 {	/* largeur du bouton */
width:81px;
}
a#menu2:hover {
background-position: -77px -25px;
}
a#menu3 {	/* largeur du bouton */
width:72px;
}
a#menu3:hover {
background-position: -158px -25px;
}
a#menu4 {	/* largeur du bouton */
width:80px;
}
a#menu4:hover {
background-position: -230px -25px;
}
a#menu5 {	/* largeur du bouton */
width:122px;
}
a#menu5:hover {
background-position: -310px -25px;
}
a#menu6 {	/* largeur du bouton */
width:70px;
}
a#menu6:hover {
background-position: -432px -25px;
}
a#menu7 {	/* largeur du bouton */
width:60px;
}
a#menu7:hover {
background-position: -502px -25px;
}
a#menu8 {	/* largeur du bouton */
width:60px;
}
a#menu8:hover {
background-position: -562px -25px;
}
