/******************************************************************************
 *	Agestis - Content Management System - http://www.agestis.com
 *	by ARICIA http://www.aricia.fr
 ******************************************************************************
 *			Version:	20061121.1
 *			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
 *
 ******************************************************************************/

#Mod_Contact_Form {
}

#Mod_Contact_Form P {
	font-size: 10pt;
	margin-bottom:13px !important;
}

#Mod_Contact_Form A { font-size: 8pt;}

#Mod_Contact_Form P.Center {
	text-align: center;
}

#Mod_Contact_Form  SPAN.Logo{
	font-size: 14pt;
	color: #3366ff;
}

#Mod_Contact_Form fieldset {
	display:block;
	padding:10px;
	margin: 1em auto 0 auto;
	/* remove default border styles */
	border: 0;
	line-height: 1.5em;	
}
#Mod_Contact_Form legend {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #7d0781;
	color: #7d0781;
	font-size: 100%;
	font-weight: bold;
	padding-left: 20px;
	width: 50%;
}

#Mod_Contact_Form label
{
	float:left;
	width: 170px;
	margin-right:0.2em;
	text-align:right;
	font-weight:bold;
	font-size: 8pt;
}

#Mod_Contact_Form #InfoForm
{
	text-align: center;
	color: #7d0781;
	font-size: 8pt;
	padding: 5px;
	border-bottom: 1px dashed #7d0781;
}

#Mod_Contact_Form .validation-advice {
	margin: 0 0 0 5px;
	padding: 2px;
	display: inline;
	background: url('/Common/Images/erreur.gif') top left no-repeat;
	border: 0;
	width: 18px; height: 18px;
}
