body{
	margin:0;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#AEBCD2;
	font-family: Arial;
	font-size: 14px;
	width:977px;
}

.text_courant{
	/*font-size: 14px;*/
	color:#62789F;
	text-align: justify;
}

#contenu{
	width:977px;
}

#corps{
	margin: 0,5px 0 0 0 ;
}

label {
	display:block;
	width:150px;
	float:left;
	color:#62789F;
}

#gauche{
	float: left;
}

#droite{
	width: 703px;
	float: right;
	margin: 0 39px 0 0;
	/*border: 1px solid;*/
}

#tab_gauche{
	width:232px;
	height:156px;
	background-image:url(images/fond_gch_home.jpg);
}

.lien{
	color:#62789F;
	font-size: 13px;
}

#footer{
	width: 977px;
	clear: both;
	font-family: Arial;
	font-size: 10px;
	color: #274F83;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.titre{
font-family:Arial;
font-size:18px;
font-weight:bold;
color:#DD9906;
}