/* CSS Document */
/* By Sookiz.Com */

/* Body */

body {
	margin : 0 auto;
	width : 1500px;	
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #000;
	text-align : center;
	background : #000 url(img/fond_site.png);
}

/* Header */

#header{
background : url(img/header.png);
width : 800px;
height:112px;
margin:0 auto;
}

p{
padding-top:0px;
}

img{
border: 0;
}

#vide{
padding-top:5px;
}

#videhaut{
padding-bottom:10px;
}

/* Menu */
#menu{
padding-top:8px;
color:#000;
}

/* Menu Haut Header */

#hautcont{
background : url(img/barrehaut.png);
width : 800px;
height: 31px;
margin:0 auto;
}

/* Fond Du Contenu */

#cont{
background : #b4b5b5;
width : 700px;
border: 2px solid #f8d81e;
margin:0 auto;
}

/* Footer */

#bascont{
background : url(img/barrehaut.png);
width : 800px;
height:31px;
margin:0 auto;
}

/* Texte Footer */

#foot{
font-size:12px;
padding-top:8px;
font-weight:bold;
text-decoration:none;
color:#000;
}

/* Texte Contenu */

#text{
text-align:left;
padding : 10px 15px 15px 25px;
}

/* Couleurs Des Liens */

a{
color:#000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#f8d81e;
}