/******************************************************************************
 *	Agestis - Content Management System - http://www.agestis.com
 *	by ARICIA http://www.aricia.fr
 ******************************************************************************
 *			Version:	20120120.1646
 *			coder:	Damien
 ******************************************************************************
 *	Feuille de style CSS par defaut du module Reservation_location.
 *
 *		NE PAS EDITER POUR PERSONALISER LE MODULE DU CLIENT 
 *
 *		PEUT ETRE ECRASEE PAR UNE FEUILLE DE STYLE PROPRE AU SKIN CLIENT
 *		/skins/[skin_name]/Reservation_location.css
 *
 *	Ne pas reprendre l'intégralité de la feuille de style, seulement les 
 *	propriétés à sur-charger
 *
 ******************************************************************************/

#Finfos {
	display: none !important;
}

 
#ReservationForm { border: 0px solid #C06000;  font-size: 8pt;}
#ReservationForm P { font-size: 8pt; margin: 0; }
#ReservationForm BR {clear:left; height: 30px;}

#ReservationForm DIV#Infos {
	color: #C53807;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0 0;
}



#ReservationForm .InfoPanel {
	background-color:#EFD3B8;
	border:1px solid #C53807;
	margin: 5px;
	padding: 5px;
	width:80%;
	font-size: 10pt;
	margin: 0 auto;
}

#ReservationForm A.PassMalin {
	float:right;
	margin-top:-30px;
	margin-right: -20px;
	/*
	*/
	display:block; width:200px; height:240px;
	background: transparent url('Logos_partners/passmalin-15jrs.jpg') top left no-repeat;
}
	#ReservationForm A.PassMalin  SPAN { display:none; }



#ReservationForm DIV#Infos SPAN {
	color: black;
	font-weight: normal;
	font-size: 8pt;
}


#ReservationForm  fieldset P { margin:10px 0; font-size:8pt; }

#ReservationForm  fieldset {
	display:block;
	padding:10px;
	margin: 1em auto 0 auto;
	/* remove default border styles */
	border: 0 solid #fafafa;
	line-height: 1.5em;	
}
#ReservationForm legend { 

	margin-bottom:5px;
	font-size: 130%;
	padding-left: 20px;
	width: 90%;
	font-weight: bold;
	border:0px;
	color:#C53807;
}

#ReservationForm label{
	float:left;
	width: 20%;
	margin-right:0.2em;
	padding-top:0.3em;
	text-align:right;
	font-weight:bold;
	font-size: 8pt;
}
	#ReservationForm label.error {
		float:none;
		margin: 0 0 0 5px;
		padding: 2px;
		display: inline;
		background: url('/modules/Reservation_location/erreur.gif') top left no-repeat;
		border: 0;
		width: 18px; height: 18px;
	}

	#Foptions LABEL {width:55%; text-align:left; }
	#Foptions LABEL SPAN.inline { display:inline; }
	#Foptions LABEL SPAN.inline A { font-weight:normal; }
	#Foptions .ToSee { display:block; }

#ReservationForm DIV.FormSpacer {
	margin: 6px 0;
}
#ReservationForm .Ombre {
	border: 1px solid #d8e8f8;
	border-left: 1px solid #1a5e9d;
	border-top: 1px solid #1a5e9d;
	background-color: #FFE7CF;
}

#ReservationForm #partnersTable{
	border: 0px;
	width: 80%;
	margin: 0 auto;
}
#ReservationForm #partnersTable TD{
	vertical-align: middle;
	padding: 5px;
}
#ReservationForm #partnersTable TD IMG{
	border: 1px solid #1a5e9d;
}






.NoFloat {
	clear: both;
	float: none !important;
 }
 
.ToSee {
	color: Red !important ;
	font-size: 8pt !important ;
}
.ToSeeBlack {
	color: #000 !important ;
	font-size: 8pt !important ;
}
 
 .validation-advice {
	margin: 0 0 0 5px;
	padding: 2px;
	/*
	background-color: #FF9999;
	border: 1px solid #FF0000; 
	font-size: 8pt !important;
	color : #FFF;
	font-weight: bold;
	*/
	display: inline;
	background: url('/modules/Reservation_location/erreur.gif') top left no-repeat;
	border: 0;
	width: 18px; height: 18px;
}

.ResaTitre {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #C06000;
	margin: 20px;
}
