@charset "utf-8";
/* CSS Document */
html, body{
	background-color:#658291;
}
body, td, th, form {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
body{}
p{
	margin:0px;
	margin-bottom:6px;
}
/***********************************************************************************/
/***********************************************************************************/

#template{
	width:900px;
	background-color:#FFF;
}

#header-holder{
	height:270px;
	background-image:url(../images/entete.jpg);
	background-repeat:no-repeat;
}
#menu-holder{
	width:250px;
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat-y;
}
#content-holder{
	width:650px;
}

.menu{
	margin-left:39px;
	margin-right:12px;
	background-color:#eff4f7;
	margin-bottom:15px;
}
.border-lightblue{
	border:#eff4f7 1px solid;
}
.menu a{
	position:relative;
	float:left;
	color:#000;
	padding:6px 4px;
	background-color:#eff4f7;
	font-size:14px;
	width:191px;
	text-decoration:none;
}
.menu a:hover, .menu a.select{
	color:#fff;
	background-color:#faa61a;
	text-decoration:none;
}

.content{
	margin:30px 40px;
}
.titre{
	font-size:16px;
}
.titre-page{
	font-size:18px;
}
.texte, .texte a{
	font-size:13px;
	color:#000;
}
.texte-green{
	color:#0b9446;
}
.texte-red{
	color:#F00;
}
.reserver-txt{
	margin:10px;
}

a.link-btn{
	-moz-opacity:1; 
	filter:alpha(opacity=100); 
	opacity:1;
}
a.link-btn:hover{
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75;
}
a.link-white{
	color:#FFF;
}
.notes{
	font-size:10px;
}
.abonnement-table{
	background-color:#eff4f7;

}
.abonnement-table input, .abonnement-table textarea{
	border:#000 1px solid;
	width:99%
}
.abonnement-table .odd{
	background-color:#DEE9EF;

}

p.bullet-grey{
	background-image:url(../images/bullet-grey.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin-bottom:3px;
	padding-left:10px;
	margin-left:15px;
}
p.bullet-grey-sim{
	margin-bottom:3px;
	padding-left:10px;
	margin-left:15px;
}
p.logo-holder{
	margin-top:15px;
}
p.logo-holder img{
	margin-top:15px;
}
.popup{
	width:410px;
	height:310px;
	cursor:pointer;
}
