@charset "utf-8";
/* General */
body {
	background-color: #000;
	width: 972px;
	text-align:center;
	margin: auto; 
	padding: 0px ;
	margin-top: 15px;
	margin-bottom: 20px;
}

#header{
width: 972px;
height: 190px;
margin: auto;
}
#menu{
float:right;
margin-right: -35px;
_margin-right: -36px;
*margin-right: -36px;
margin-top: 1px;
_position: relative;
*position: relative;
_left:0px;
*left:0px;
}

#footer{
margin-bottom:20px;}

#contenu{
width: 972px;
margin:auto;
_margin-top: 0px;
*margin-top: 0px;

}

#contenu-background{
width: 972px;
margin:auto;
margin-top: -20px;
_margin-top: 0px;
*margin-top: 0px;
background-image: url(../images/contenu.png);
height:848px;
}

#cube {

margin-left: auto;
margin-right: auto;
width:850px;
height:550px;
}


.titre{
text-align: center;
font-weight: bold;
font-family: Verdana;
font-size: 20pt;
color:#CCCC33;
}
.texte{
font-family: Verdana;
font-size: 14pt;
color:#000;
font-weight:normal;
}
.image{
margin:auto;
}
a{
font-size: 14pt;
color:#CCCC33;
text-decoration:underline;
font-weight: bold;
}

.info{
font-family: Verdana;
font-size: 14pt;
color:#CCCC33;
font-style:italic;
font-weight: bold;
}
p{
margin-left:12px;
margin-right:12px;
}
a:hover{

font-weight: bold;
text-decoration:none;
color:#5A5A5A;
}