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

/*entaite de la liste */
legend 
{
	color:#009900;
}


.non_visible 
{
      display : none;
}
.visible 
{
      display : block;
}

.test
{
	margin-left:-8px;
    margin-right: -8px;
}

label
{
	font-size:13px;
}

#form_input span, #radio_check span 
{
display:none;
}

table{
	border-radius: 5px 5px 5px 5px;
}
#tete
{
	color:#FFFFFF;
	background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
   	background:transparent url(../images/21.png) scroll 0 0;
}
#nav2, #m_n, #p_n, #m_cell, #p_cell, #m_trav, #p_trav, #m_cour, #p_cour, textarea 
{
	border-bottom: 1px;
	border-color: #000000 #000000 #000000 #000000;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	background-color: #F5F2E6;
	font-family: Tahoma;
	border-style: solid;
	text-indent: 3;
	margin-top: 1px;
}
#e_prenom, #e_nom, #cal-field-1, #e_code_postal, #e_teleph, #cal-field-2 
{
	border-bottom: 1px;
	border-color: #000000 #000000 #000000 #000000;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	font-family: Tahoma;
	border-style: solid;
	text-indent: 3;
	margin-top: 1px;
}

.inputboxSearch 
{
background:url('../images/calendrier.gif') no-repeat right ; 
}
/* Pour les chan obligatoire */

.musthave 
{
	background-color: #F5F2E6;
}
		
.validationerror 
{
	background-color: #FF0000;
}

.autre 
{
	background-color: #F5F2E6;
}