/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Helvetica, Arial, sans-serif;
	/*background-image:url(../images/fond_locacar.jpg);
	background-position:left top;
	background-repeat:no-repeat;*/
}
img{
	border:0;
}

.float-l{
	float:left;
}
.float-r{
	float:right;
}
.clear-b{
	clear:both;
}
.clear-l{
	clear:left;
}
.clear-r{
	clear:right;
}

#top_form{
	width:538px;
	background-image:url(../images/bg_titre-orange.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:10px;
}
#container_form{
	width:530px;
	border-right:solid 4px #ff6d00;
	border-bottom:solid 4px #ff6d00;
	border-left:solid 4px #ff6d00;
}
.titre_reduc{
	font-size:16px;
	text-decoration:underline;
}
.titre_reduc_fille{
	font-size:15px;
	text-decoration:underline;
	text-indent:25px;
}
#container_form ul{
	margin:5px 0px 5px 55px;
}
#top_cell{
	width:845px;
	margin:auto;
	background-image:url(../images/bg_titre2.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:10px;
}
#container_cell{
	width:837px;
	margin:0px auto 10px auto;
	border-right:solid 4px #040096;
	border-bottom:solid 4px #040096;
	border-left:solid 4px #040096;
}
#top_cell2{
	background-color:#FFFFFF;
	width:538px;
	background-image:url(../images/bg_titre-orange.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:10px;
}
#container_cell2{
	background-color:#FFFFFF;
	width:530px;
	border-right:solid 4px #ff6d00;
	border-bottom:solid 4px #ff6d00;
	border-left:solid 4px #ff6d00;
}
.top_pub{
	width:306px;
	margin:auto;
	background-image:url(../images/bg_titre-orange.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:10px;
	float:right;
}
.container_pub{
	width:298px;
	margin:0px auto 2px auto;
	border-right:solid 4px #ff6d00;
	border-bottom:solid 4px #ff6d00;
	border-left:solid 4px #ff6d00;
	float:right;
}
.container_pub img{
	border:none;
}
#choix_radio{
	background-color:#fef0e3;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	height:40px;
	line-height:40px;
	border-bottom:solid 1px #ff6d00;	
}
#recapitulatif_choix{
	background-color:#fef0e3;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	border-bottom:solid 1px #ff6d00;
	text-indent:10px;	
}
#choix_radio input{
	margin-left:2px;
	cursor:pointer;
}
#choix_radio label{
	cursor:pointer;
}
#the_form{
	font-size:14px;
	background-color:#FAFAFA;
	padding:10px 0px;
}
#the_form p{
	margin-left:5px;
	height:25px;
	line-height:25px;
}
#the_form label{
	cursor:pointer;
}
#the_form p label{
	font-weight:bold;
	float:left;
	width:125px;
}
#the_form_heberg{
	font-size:14px;
	background-color:#FAFAFA;
	padding:10px 0px;
}
#the_form_heberg p{
	margin-left:5px;
	height:25px;
	line-height:25px;
}
#the_form_heberg label{
	cursor:pointer;
}
#the_form_heberg p label{
	font-weight:bold;
	float:left;
	width:200px;
}

.select_v_pos{
	position:relative;
	top:5px;
}
.div_v_marg{
	margin-top:10px;
}
.form_news{
	width:174px;
	height:25px;
	text-indent:10px;
	padding-top:6px;
	margin:5px;
	font-size:16px;
	color:#999999;
}
.red{
	color:#FF0000;
}