/* ============================================================== */
#FormeBleue, .FormeBleue {
	float: none;
	background-color: #0066cc;
	color: black;
	border: solid #0066cc 1px ;
/*	margin: 5px 5px 5px 5px; */
	width: 800px;
	/*overflow: auto;*/
}

a.FormeBleue {
	color: white;
	background-color: #4791C5;
	border: thin;
}
a.FormeBleue:hover {
	color: #DC143C;
	background-color: #4791C5;
	font-weight: bold;
}

#MediumFormeBleue p  { 
	color: #4791C5; 
	font-style: italic;
	font-size: 100%;
}
h1.FormeBleue  {
	color: #4791C5; 
	text-align:center;
}
#FormeBleue .Lien {
	width:100%;
	background-color: #4791C5;
	text-align:center;
}

#SmallFormeBleue, .SmallFormeBleue {
	float: none;
	background-color: #0066cc;
	color: black;
	border: solid #0066cc 1px ;
/*	margin: 5px 5px 5px 5px; */
	width: 300px;
	/*overflow: auto;*/
}
#MediumFormeBleue, .MediumFormeBleue {
	float: none;
	background-color: #0066cc;
	color: black;
	border: solid #0066cc 1px ;
/*	margin: 5px 5px 5px 5px; */
	width: 500px;
	/*overflow: auto;*/
}
#FloatingFormeBleue, .FloatingFormeBleue {
	float: none;
	background-color: #0066cc;
	color: black;
	border: solid #0066cc 1px ;
/*	margin: 5px 5px 5px 5px; */
	width: 100%;
	/*overflow: auto;*/
}


#TitreFormeBleue, .TitreFormeBleue {
	float: left;
/*	margin: 0px 5px 0px 5px; */
	background-color: #0066cc;   
	border: #0064C4 solid 1px ;
	color: white;
	font-weight: bold;
	width: 100%;
}

#InputZoneFormeBleue, .InputZoneFormeBleue {
	float: left;
	background-color: #D7FEFF;
	color: black;
	border-left : solid #0066cc 1px ;
	border-right : solid #0066cc 1px ;
	width: 100%;
}

#LigneBoutonsFormeBleue, .LigneBoutonsFormeBleue {
	float: left;
	background-color: #D7FEFF;
	color: black;
	border: #0064C4 solid 1px ;
	text-align: right;
	width: 100%;
}

#MessReq, .MessReq {
	color: Blue;
	font-weight: bold;
}
#ErrMessReq, .ErrMessReq {
	color: Red;
	font-weight: bold;
}

#Personnes, .Personnes{
	text-align: left;
	color : White;
}

.BarreBleue {  
	background-color: #4791C5; 
	height:2px;
}

.BarreBleue hr {
	display:none;
}

.texteGrayed { 
	width:120px; 
	text-align: center; 
	color: #666;  
	font: italic bold; 
}


.Pers_0 {
	text-align: left;
	padding: 1px 1px;
	background-color: #95D2EB ;
	color: Black;
	border: thin;
	font-size: small;
	height: 20px;
}
.Pers_1 {
	text-align: left;
	padding: 1px 1px;
	background-color: #D7FEFF;
	color: black;
	border: thin;
	font-size: small;
	height: 20px;
}

legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
   color: #0066cc;
   font-weight: bold;
}



