#Tableau_01{
width:500px;
height:40px;
margin-top:30px;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus
{
	background-color: #DDEEFF;
	/*border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;*/
}

body
{
/*	background-color: #FAFAFA;*/
	background-color:#FFF;  font-family:Arial, Helvetica, sans-serif; font-size:10pt;
}
p
{
	margin: 0;
	padding: 0;
}
#monForm
{
	
}
#monForm p
{
	margin: 2px 0;
}
/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #24ABE2 2px solid;
	
}

#monForm fieldset:hover
{
/*	background-color: #FFF;
-moz-opacity:0.5;

opacity: 0.5;

filter:alpha(opacity=50);
*/
	background-color: #24ABE2;
}

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #FFF;
}
/* Label */

.label_infos_perso_long
{
	/*background-color: #FFCC66;*/
	display: block;
	/*width: 84%;*/
	padding-right: 1%;
	text-align:center;
	letter-spacing: 1px;
	color:#FFFFFF;
	font-size:9pt;
	
}
.label_infos_perso
{
	/*background-color: #FFCC66;*/
	display: block;
	/*width: 25%;*/
	color:#FFFFFF;
	font-size:9pt;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	font-weight:normal;
	
}
.label
{
	/*background-color: #FFCC66;*/
	background-color: #DDEEFF;
	display: block;
	width: 39%;
	/*float: left;*/
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	
}
.radio_bouton {

border:none;}


.label_text 
{
	color: #FFFFFF;
	font-weight: bold;
}
#monForm label:hover
{
text-decoration:underline;
}



#monForm .form_input_day_month
{
	width: 2em;
}

#monForm .form_input_year
{
	width: 4em;
}


.td_perso{
 background-color:24ABE2;
 }

.b_perso{
	width: 129px;
	height: 23px;
	border: none;
	cursor: pointer;
	background: url(images/bt_orange.gif) no-repeat center center;
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	text-transform: uppercase;
	vertical-align:middle;
	text-align:center;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a
{
	text-decoration:none;
	font-weight: bold;
	color:#FFFFFF;

}

a:hover
{
color:#FFCC55
}