/* Général */

body {
padding:0;
margin:0;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
text-align:center;
}

a:link, a:visited, a:active {
color:#00B8EE;
text-decoration:none;
}

a:hover {
color:#FFC000;
text-decoration:none;
}

#global {
width:960px;
margin:0 auto;
margin-top:10px;
text-align:left;
background-color:#FFF;
border:1px;
}

#contenu {
width:960px;
background-image:url(../images/fond.gif);
background-repeat:repeat-x;
margin-top:200px;
position:relative;
}

/* Entete */

#entete {
	height:178px;
	position:absolute;
	top:0px;
}

#entete img{
	border:0px;
}

#entete a.menu{
	margin-right:30px;
}

#entete div.menu{
	position:relative;
	top:2px;
	font-weight:bold;
}

#logo_entete{
	position:absolute;
	top:8px;
	left:20px;
	border:0px;
}

#pub{
	position:absolute;
	top:10px;
	left:480px;
}

/* Pied */

#pied {
	clear:both;
	width:960px;
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
	color:#00B8EE;
	position:relative;
	top:20px;
}

#pied p{
	color:#FF7F00;
}

/* Nettoyage des float */

.retour_float{
	clear:both;
}
