/* CSS Document */
html, body
{
	margin:0px;
	/*background:#D9F0FF url(../images/fond_vague_page.png) no-repeat;*/
	background:#D9F0FF;
	background-position: center 135px;
	
}

#PARENT
{
	display:block;
	width:800px;
	margin:0px auto 0px auto;
	background:#D9F0FF;
}
#ENTETE
{
	display:block;
	width:800px; height:120px;
	float:left;
	background:url(../images/fond_entete.png) top center no-repeat;
}
#BETWEEN_ENTETE_CORPS
{
	display:block; float:left;
	width:800px;
	height:20px;
	background:url(../images/fond_page_top.png) top center no-repeat;
	margin-top:10px;
	
}
#CORPS
{
	display:block;
	float:left;
	background: url(../images/fond_page_center.png) top center repeat-y;
}
#CORPS2
{	
	display:block;
	width:800px;
	float:left;
	background: url(../images/fond_page_bottom.png) bottom center no-repeat;
}
#COLONNE_GAUCHE
{
	display:block;
	width:276px;
	float:left;
}
#CONTENU
{
	display:block;
	width:524px;
	float:left;
}
#FOOTER
{
	display:block;clear:left; padding-top:15px;
	width:800px;
	height:46px;
	background:#D9F0FF url(../images/fond_footer.png) top center no-repeat;
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
}
#FOOTER a
{
	color:#000000;
	text-decoration:none;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #000000;
}
#FOOTER a:hover
{
	text-decoration:underline;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   styles pour mise en page @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
#TITRE_RUB
{
	display:block; position:static; float:left;
	font-family:Arial, Helvetica, sans-serif; color:#405DA0; font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
	width:455px;
	margin-left:17px;
	margin-top:18px;
	border-bottom:#F5790D 1px solid;
}
#TITRE_PARAGRAPHE
{	
	display:block; position:static; float:left;
	font-family:Arial, Helvetica, sans-serif; color:#405DA0; font-size:14px;
	padding-bottom:4px;
	padding-left:17px;
	width:455px;
	margin-left:17px;
	margin-top:10px;
	background:url(../images/puce_titre_paragraphe.png) left 2px no-repeat;
}
#PARAGRAPHE
{
	display:block; position:static;
	float:left;
	font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px;
	padding-bottom:4px;
	padding-left:18px;
	width:430px;
	margin-left:17px;
	margin-top:10px;
	text-align:justify;

}
#PARAGRAPHE a
{
	color:#F5790D; text-decoration:none;
}
#PARAGRAPHE a:hover
{
	color:#F5790D; text-decoration:underline;
}
#FORMULAIRE
{
	display:block; float:right; width:450px;
	
}
form input
{
	height:20px;
	font-size:10px;	
}
#FORMULAIRE table td
{
	text-align:center;
}

#CHAMP
{
	display:block; float:right; width:450px; height:30px;
}

.libelle
{
	display:block; width:180px; height:30px; float:right;
}
.champformulaire
{
	display:block; width:132px; height:30px; float:right;
}
.champformulaire2
{
	display:block; width:132px; height:30px; float:right;
}
.texteBleu
{
	color:#405DA0;
}
.texteOrange
{
	color:#F5790D;
}
.texteGras
{
	font-weight:bold;
}



