/* CSS Document */

body
{
	background-image:url(../images/back.png);
	margin:0px;
	top:0px;

}
.header
{
	 width:814px; 
	 height:217px;
	 background-color:#000000;
	overflow:hidden;
}
.my_body
{
	width:814px;
	height:auto;
	margin:auto;
	overflow:hidden;
	border-left:solid #cccccc 2px;
	border-right:solid #cccccc 2px;
}
.cellule
{
	width:106px;
	height:42px;
	float:left;
	overflow:hidden;

}
.main_body
{
	width:814px;
	height:870px;
	background-color:#000000;
	float:left;
}
.top_body{
	width:814px;
	height:500px;
	background-color:#000000;
	float:left;
	

}
.msg_accueil{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:40px;

}
.bottom_body
{
	width:814px;
	height:600px;
	background-color:#000000;
	float:left;
	margin-top:20px;
}
.cellule_p
{
	width:126px;
	height:94px;
	float:left;
	overflow:hidden;
	margin:4px;

	border:solid #ffffff 3px;

}
a
{
	text-decoration:none;
}
input, textarea
{
	width:250px;

}
