/* CSS Document */

* { 
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
.clear{ clear:both;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	background-image:url(../images/fond.gif);
}

#conteneur{
	width:943px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#menu{
	height:33px;
	background-image:url(../images/fondmenu.gif);
	display: block;
}

#menu ul { list-style-type: none; margin: 0px; padding: 0px; border: 0px; text-align: left; padding-left:24px; padding-right:0px;}
#menu li {display:block; float: left; position: relative; font-family: Verdana; font-weight: bold; text-transform: uppercase; text-align: center; border-right: 1px solid white; height:33px;}
#menu li.noborder, #sousom li.noborder{ border:0px;}
#menu a { display:block; float: left; color: #275a7f; text-decoration: none; padding-top: 0px; padding-left: 5px; padding-right: 8px; font-size:13px; line-height:33px;}
#menu .in{ background-color:#62d5fc}
#menu a:hover{ color: #003366;}
#menu .in:hover{ color:#275a7f}

#sousom{
	margin:-15px 0px 20px 0px;
	height:27px;
	background-color:#7fcce7;
	border:1px solid #0063ab;
}


#sousom li{
	list-style-type:none;	
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	float:left;
	border-right:1px solid #0063ab;

}

#sousom li a{
	list-style:none;
	list-style-type:none;
	width:auto;
	color: #0063ab ;
	text-decoration: none ;
	text-align:center;
	list-style-type:none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	float:left;
}

#sousom a:hover{
	color: #003366;
}

#sousom .sousom_in{
	background-color: #c6ecf9;
	line-height:17px;
}

#sousom .sousom_in:hover{
	color: #0063ab;
}


#milieu{
	background-color:#FFFFFF;
	padding:10px;
}

#milieu #fondepage{
	background-image:url(../images/fondpage.jpg);
	background-repeat:no-repeat;
	background-color:#c8dcf2;
}

#page{
	background-image:url(../images/fondbasdepage.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:800px;
	_height:800px;
}

#page #haut{ position:relative;
}
#page #haut #dates{
	margin-left:260px;
	background-image:url(../images/dates.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:3;
	width:663px;
	height:183px;
}

#page #gauche{
	width:260px;
	float:left;
}

#page #texte{
	margin-left:275px;
	margin-right:60px;
	text-align:justify;
	padding-top:20px;
	padding-bottom:145px;
}

#page #texte h1{
	font-size:24px;
	color:#0063ab;
	font-weight:normal;
	text-transform:uppercase;
	background-image:url(../images/ico_ballon.gif);
	background-repeat:no-repeat;
	padding-left:45px;
	line-height:35px;
	padding-bottom:30px;
}

#page #texte h1 .h1soustit{
	font-size:18px;
	color:#0063ab;
	line-height:25px;
	padding-bottom:5px;
}

#page #texte h2{
	color:#e84915;
	font-weight:bold;
	text-transform:uppercase;
}

#page #texte .image_gauche{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

#page #texte .image_droite{
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}

#page .horaire{
	color:#e84915;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px;
}

#page #texte .tableau_tarifs{
padding:5px;
}

#page #texte p{
	padding-bottom:20px;
}
#page #texte ul{
	padding-bottom:20px;
}

#page #texte li{
	list-style-position:inside;
}

#page .galerie{ float:left; width:580px;}
#page .galerie .zr-ligne_visus{ margin-bottom:20px;}
#page .galerie img{ border:1px solid #FFFFFF;}
#page .galerie .zr-visu{ padding-right:10px; width:130px; margin-left:0px; margin-right:0px; float:left;}
#page .galerie .visu_img{text-align:center;}

.encart{
	background-color:#FFCC66;
	font-size:18px;
	padding:5px;
	margin-bottom:25px;
	text-align:center;
}

#footer{
	height:24px;
	background-image:url(../images/fondfooter.gif);
	color:#275a7f;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
}

#footer a{color:#275a7f;}

