body{ 
	background-color:#210909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image:url(images/ban_2k.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}

#main{
	position: absolute;
	width: 694px;/* selon la largeur voulue */
	height:40px;
    margin-left: -347px; /* moitie de width */
    left: 50%;/* constant, toujours 50% */ 
	top:2px;
    /* moitie de height */
    /* constant, toujours 50% */
	}

#contenu{
	position: absolute;
	margin-top:370px;
	width: 694px;
	margin-left: -347px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	/*top: 43px;*/
    /* moitie de height */
    /* constant, toujours 50% */
	}

#contenuhome{
	position: absolute;
	margin-top:370px;
	width: 370px;
	margin-left: -347px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	/*top: 43px;*/
    /* moitie de height */
    /* constant, toujours 50% */
	}

#news{
	position: absolute;
	margin-top:370px;
	width: 275px;
	margin-left: 59px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	border-color:#e83e1d;
	border-style:solid;
	border-width:2px;
	/*top: 43px;*/
    /* moitie de height */
    /* constant, toujours 50% */
	}
	
#newstxt{
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

}


#conseil{
	position: absolute;
	margin-top:370px;
	width: 400px;
	height:300px;
	margin-left: -250px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	background-image:url(images/table_finale.jpg);
	background-repeat:no-repeat;
	padding-left:320px;
	padding-top:20px;
	/*top: 43px;*/
    /* moitie de height */
    /* constant, toujours 50% */
	}

#formulaire{
	position: absolute;
	margin-top:370px;
	width: 300px;
	margin-left: -173px; /* moitie de width */
	left:50%;           /* constant, toujours 50% */
	/*top: 43px;*/
	/*padding-left:173px;
	padding-right:220px;*/
	}
	
.cadre{
	border-style:none;
	border-width:1px;
	border-color:#d70303;
	}
	
.champ{
	border-style:solid;
	border-width:1px;
	border-color:#d70303;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	width:200px;
	}
	
.message{
	border-style:solid;
	border-width:1px;
	border-color:#d70303;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
a{ color:#d70303; text-decoration: none; font-weight:bold}
a:hover { color: #ffc300;  text-decoration: none;}
