 /* CSS Document */
/**{margin:0;padding:0;border:0;font-family:Arial, Helvetica, sans-serif;text-decoration:none;}*/
table{border-collapse:collapse;border-spacing:0;}
ul {list-style:none;margin:0;padding:0}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clearfix {height: 1%;}
img{border:0;}

body {
	font-family: Arial, Verdana , Helvetica, sans-serif;
	font-size: 75%;
	background-color: #8D8D8D;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	color: #333333;
}

.menu{
	height:10px;
}

.clear_both{
	clear:both;
	height:0;
	line-height:0;
	font-size:0%;
}

ul#menu{
	margin-left: 30px;
	margin-bottom: 20px;
}

ul#menu a{
	color: #FFFFFF;
	text-decoration: none;
}

a.inscrire{
	float: right;
	color: #50b3d8;
	font-weight: bold;
}

a.infoBulle{
	color: #50b3d8;
	/*text-decoration: none;*/
}

div#contenu{
	height:auto !important;
	min-height: 350px;
	height: 350px;
	padding: 0 10px;
	margin: 0;
	text-align:justify;
}

span.titre{
	color: #50b3d8;
	font-size: 160%;
	font-weight: bold; 
}

span.titreMedium{
	color: #50b3d8;
	font-size: 120%;
	font-weight: bold; 
}

ul.contenuTexte{
	margin-left: 20px;
}
ul.contenuTexte li{
	background-image: url(../../images/carre_ulli.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	margin-top: 2px;
}

.texteDynamique{
	border: 1px solid #15A3EC;
	background-color: #CFF2FF;
	color: #15A3EC;
	padding: 10px;
}

/************** HOme Page ***********************************************/

div#texteHome{
	padding: 0 10px 0 10px;
	text-align: justify;
}


div#photoHome{
	float: right;
	padding: 10px;
	background-color: #DDDDDD;
	margin: 0 0 0 10px;
}

span.homeEntete{
	font-size: 120%;
	font-style: italic;
}

div.ssTexteHome{
	margin-left: 30px;
}

span.alinea{
	margin-left: 30px;
}
/******* tarifs ******************/

table.prix td{
	border: 1px solid #50b3d8;
	padding: 5px 25px;
	text-align:right;
}

table.prix td.first{
	text-align:left;
}

/*********** footer ****************************************************/

div#footer{
	margin-left:160px;
	margin-top: -10px;
}
div#footer a{
	text-decoration:none;
	color: #FFFFFF;
}



/********** formulaire de login *********************************/

form#formLog{
	color: #666666;
	float:right;
	width: 290px;
}
form#formLog li{
	float: left;
	margin-left: 10px;
}
form#formLog fieldset{
	border:0;
	font-weight: bold;
}
form#formLog fieldset legend{
	margin-left: 7px;
	_margin-left: 20px;
	color: #333333;
}
form#formLog input.text{
	width: 100px;
	height: 12px;
	font-size: 10px;
}

/*************************** Messages **********************************/

#message_success{
	border: 1px solid #15A3EC;
	background-color: #CFF2FF;
	color: #15A3EC;
}

#message_error{
	border: 1px solid #EF0E0E;
	background-color: #FFBFBF;
	color: #EF0E0E;
}

/******************************************************************/
