/*STYLES GENERAUX*/
*{
	padding:0;
	margin:0;
	border:0;
}
body{	
	background-image:url("img/bg-degrade.gif");
	background-repeat:repeat-x;
	background-color:#a6c82f;
}
#divGeneral{
	background-image:url("img/bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:839px;
}
#divGlobal{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:103px;
	width:680px;
}
.divClearBoth{
	clear:both;
	overflow:hidden;
}
/*MENU*/
#fondMenu{
	background-image:url("img/menuFond.gif");
	background-repeat:no-repeat;
	height:25px;
	width:700px;
}
.menu #slatenav{
	height:25px;
	font-size:12px;
	font-weight:bold;
	font-family:"verdana";
}
.menu #slatenav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.menu #slatenav ul li{
	display:block;
	float:left;
	margin:0 0 0 0;
}
.menu #slatenav ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:4px 10px 0 10px;
	height:25px;
}
.menu #slatenav ul li a:hover{
	color:#fff;
	background:transparent url("img/menuHover.gif") repeat-x top center;
}
.menu #slatenav ul li a{
	color:#fff;
	background:url("img/menuA.gif") repeat-x top center;
}
/*CONTENU*/
#divGauche{ /*Affiche le texte*/
	float:left;
	width:340px;
	margin-top:20px;
	margin-left:10px;
}
#divDroite{ /*Affiche les images*/
	width:300px;
	float:right;
	margin-top:28px;
}
.texteGauche{ /*texte de la partie gauche du site*/
	font-family:trebuchet ms;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	color:#000000;
	width:340px;
	margin-left:5px;
}
.texteGauche a{
	font-family:trebuchet ms;
	font-size:12px;
	color:#666666;
}
.texteGauche a:hover{
	font-family:trebuchet ms;
	font-size:12px;
	color:#000000;
}
.texteGauche a:visited{
	font-family:trebuchet ms;
	font-size:12px;
	color:#000000;
}
.texteGauche a:focus{
	font-family:trebuchet ms;
	font-size:12px;
	color:#000000;
}
a.texteGaucheLien{
	font-family:trebuchet ms;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	color:#000000;
	width:340px;
}
a:hover.texteGaucheLien{
	font-family:trebuchet ms;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	color:#666666;
	width:340px;
}
/*GALLERIE*/
.contourImage{
	border:1px solid #48234e;
	float:left;
	padding:5px;
	
} 
	#imageSlideshowHolder{
		width: 290px;
		height: 450px;
		background-color:#FFF;
		position:relative;
		
	}
	.imageInGallery{		
		width:290px;
		height:450px;
		background-color:#FFF;
		left:0px;
		top:0px;
		position:absolute;	
	}	
	#imageSlideshowHolder img{
		position:absolute;
	}
/*PAGE INGOS PRATIQUES (3 colonnes)*/
#divGaucheInfosPratiques{ /*Colonne CONTACT*/
	float:left;
	width:200px;
	margin-top:20px;
	margin-right:40px;
}
#divCentreInfosPratiques{ /*Colonne TARIFS*/
	width:200px;
	float:left;
	margin-top:20px;
	margin-right:20px;
}
#divDroiteInfosPratiques{ /*Colonne ACCES*/
	width:200px;
	float:right;
	margin-top:20px;
}
.texteInfosPratiques{
	font-family:trebuchet ms;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	color:#000000;
}
#titreInfosPratiques{
	padding-top:20px;
}
