@charset "utf-8";
/* CSS Document */


body {
	background-color: #c5dfec;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
td{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.titre{
	font-size:30px;
	line-height:30px;
	color:#009ee0;
}
.titre2{
	font-size:20px;
	line-height:30px;
	color:#009ee0;
}

.titre3{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#009ee0;
}

.titre_erreur{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#C60;
}

.fond_titre {
	background-color: #FFF;
	background-image: url(images/titre_formulaire.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #153b62;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.fond_titre P{
	margin-bottom:7px;
	margin-top:7px;
}

.cellule_form1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfe7f0;
	text-align: left;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
.champs_form{
	background-color: #cfe7f0;
	width: 150px;
	border: 1px solid #009ee0;
	font-size: 11px;
	text-align: left;
}
.fond_bas_form {
	background-color: #FFF;
	background-image: url(images/bas_formulaire.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fond_formulaire {
	background-image: url(images/fond_formulaire.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 60px;
	text-align: center;
}
.btn_participer{
	font-size:20px;
	color:#FFF;
	background-color:#009ee0;
	width:300px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-align:center;
}

.a_participer{
	text-decoration:none;
}

.mentions {
	font-size: 9px;
}

.mentions A{
	color:#009ee0;
}

A{
	color:#009ee0;
	font-weight:bold;
}
