body
{
	width: 800px;
	margin:auto;
	background: url("images/bg.png") repeat-x ;
	background-color: black;
}
a
{
	text-decoration: none;
	color: #FF0000;
}
#header
{
	margin: 0px;
	height: 99px;
	background-image: url("header.png");
	background-repeat: repeat-x;
}
#barre
{
	margin: 0px;
}
#barre img
{
	margin: 0px;
	border: none;
}
#wrap_haut
{
	width: 800px;
	height: 40px;
	margin: -5px auto 0px;
	background: url("images/wrap_haut.png");
}
#wrap
{
	width: 800px;
	margin: -21px auto -300px;
	background: url("images/wrap.png") repeat-y;
}
#wrap_bas
{
	width: 800px;
	height: 431px;
	margin: 0px auto 0px;
	background: url("images/bg_wrap.png")  no-repeat;
	z-index:1 ;
}
/*Menu */
#menu_haut
{
	float:left;
	margin-left: 70px;
	margin-top: 4px;
	width: 155px;
	height: 7px;
	background: url("images/menu_haut.png");
}
#menu
{
	clear:both;
	float:left;
	margin-left: 70px;
	width: 155px;
	text-align: center;
	background: url("images/bg_menu.png") repeat-y;
}
#menu_bas
{
	clear: both;
	float:left;
	margin-left: 70px;
	width: 155px;
	height: 7px;
	background: url("images/menu_bas.png");
}
/*Corps*/
#corps
{
	margin-left: 260px;
	padding-right: 70px;
	min-height: 300px;
	z-index:10;
}
#footer
{
	margin: 0px;
	height: 43px;
	background-image: url("images/footer.png");
}
label {
	display:block;
	width:200px;
}

img 
{
border: none;
}
.ensemble_blocs
{
	border:1px solid black;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.blocs
{
	border:1px solid black;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.bloc_msg
{
	background-color:white;
	padding:8px;
}
.infos_msg
{
	font-size:70%;
	margin-bottom:0px;
	padding-top:4px;
	padding-left:8px;
	padding-right:8px;
	color:#2C485C;
	height:18px;
}
.center
{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
.gras
{
	font-weight:bold;
}
.border
{
	border: 2px inset blue;
}
#dates2009 table
{
	width: 100%;
	border-collapse: collapse;
}
#dates2009 td
{
	border: 1px solid black;
	padding: 3px;
}
