@charset "UTF-8";
/* Camping La Roche d'Or - CSS Style */

body { /* Aspect général */
    margin: 0;
    padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #143518;
	background: #e7efd6 url(../images/background.jpg) repeat-x bottom left
	
}
#top{ /* Header */
	position: relative;
	right: 0 !important; /* Hack IE6 */
	right: 1px;
	width: 100%;
	height: 395px;
	background-image: url(../images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 0 -10px 0;
	z-index: -1000;
}
.language a {
	float: right;
	margin: 20px;
	color: #FFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	background-color:#c69c31;
	padding: 4px;
	z-index: 5000;
}
.language a:hover {
	float: right;
	margin: 20px;
	color: #FFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-color:#c69c31;
	padding: 4px;
	z-index: 5000;
}
	
#bottom{ /* Footer */
	position: relative;
	top: 0;
	right: 0 !important; /* Hack IE6 */
	right: 1px;
	width: 100%;
	background: url(../images/footer_en.png) no-repeat bottom center;
	height: 330px;
}
#credits{ /* texte Credits */
	position:relative;
	top: 172px;
	clear:both;
	margin: 0 0 0 350px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	width: 300px;
}

.eventlist{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.eventlist li{
	list-style: none;
	padding: 5px;
	font-weight: normal;
	margin: 10px 0 0 0;
	font-size: 11px;
	text-align: left;
	display: block;
	background-color: #98b698;	 /*5a7a5a*/
	color: #35563a;
}
.eventlist span{
	font-weight: bold;
	color: #FFF;
	margin: -5px 10px 15px -5px;
	padding: 5px;
	float: left;
	clear: left;
	width: 110px;
	background-color: #35563a;
}
.eventlist strong{
	font-size: 14px;
	font-weight: bold;
	clear: both;
	display:block;
	text-transform:uppercase;
	background-color: #35563a;
	color: #FFF;
	padding: 2px 0 2px 10px;
}
.eventlist li strong{
	font-weight: bold;
	background-color: #98b698;	 /*5a7a5a*/
	color: #35563a;
	text-transform:none;
	font-size: 11px;
	padding: 0;
	clear:none;
	display:inline;
}

.tarifslist{
	width: 70%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.tarifslist li{
	list-style: none;
	padding: 5px;
	font-weight: normal;
	margin: 10px 0 0 0;
	font-size: 11px;
	text-align: left;
	display: block;
	background-color: #98b698;	 /*5a7a5a*/	
}
.tarifslist span{
	font-weight: bold;
	color: #FFF;
	margin: -5px 10px 15px -5px;
	padding: 5px;
	float: left;
	clear: left;
	width: 40px;
	background-color: #35563a;
}
.tarifslist strong{
	font-size: 14px;
	font-weight: bold;
	clear: both;
	display:block;
	text-transform:uppercase;
	background-color: #35563a;
	color: #FFF;
	padding: 2px 0 2px 10px;
}
.tarifslist li strong{
	font-weight: bold;
	background-color: #98b698;	 /*5a7a5a*/
	color: #35563a;
	text-transform:none;
	font-size: 11px;
	padding: 0;
	clear:none;
	display:inline;
}

.introlist{
	width: 70%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.introlist li{
	list-style: none;
	padding: 5px;
	font-weight: normal;
	margin: 10px 0 0 0;
	font-size: 11px;
	text-align: left;
	display: block;
	background-color: #98b698;	 /*5a7a5a*/
}
.introlist a{
	list-style: none;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	background-color: #35563a;
	color: #98b698;
	padding: 5px;
	line-height: 1.9;
}
.introlist a:hover{
	background-color: #35563a;
	color: #98b698;
	text-decoration:none;
	
}
.introlist span{
	font-weight: bold;
	color: #35563a;
	margin: -5px 10px 15px -5px;
	padding: 5px;
	float: left;
	clear: left;
	width: 40px;
	background-color: #98b698;	 /*5a7a5a*/
}
.space{
	background-color: #98b698!important;	 /*5a7a5a*/
}
.introlist strong{
	font-size: 14px;
	font-weight: bold;
	clear: both;
	display:block;
	text-transform:uppercase;
	background-color: #35563a;
	color: #FFF;
	padding: 2px 0 2px 10px;
}
.introlist li strong{
	font-weight: bold;
	background-color: #98b698;	 /*5a7a5a*/
	color: #35563a;
	text-transform:none;
	font-size: 11px;
	padding: 0;
	clear:none;
	display:inline;
}
.introlist li ul{
	padding: 0;
	margin: -10px 0 -10px 0!important;
}

.comment{
	font-size: 10px;
}

.temoignage{
	padding: 20px;
	background-color: #f2da9c;
}
.temoignage em{
	float: right;
	padding: 10px;
}

.imgDroite{
	float: right;
	position:relative;
	top: -10px;
}

.center img{
	
	margin: 0 auto!important;
}
.clear{
	display: block;
	clear: both;
}

h4{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align:left!important;
}
h3{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align:center!important;
}
h3 a{
	font-size: 15px;
	font-weight: bold;
	color: #C30;
	text-decoration: underline;
}

.highlight{ /* Texte en gras */
	font-weight: bold;
	color:#6c5735;
}
.spacer{
	clear: both;
}

.galerie{ /* !! */
	text-align:center;
	margin: 10px 0;
	padding: 0;
}
.galerie li{
	float: left;

	display: inline;
	list-style-type:none;
	margin: 5px!important; /* Hack IE6 */
	margin: 5px;
}
.galerie li img{ /* images thumbnails */
	margin: 0;
}
.galerie li p{ /* liens sous les images */
	font-weight:bold;
	text-align:center;
	padding: 0;
	margin: 5px;
}
.galerie li a img{ /* images thumbnails */
	border:3px solid #46555e !important;
}
.galerie li a:hover img{ /* images thumbnails */
	border:3px solid #77b639 !important;
}
.galerie a{
	font-size: 11px;
	font-weight: bold;
	color: #35434b;
	text-decoration: none;
}
.galerie a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #77b639;
	text-decoration: underline;
}
.defilement{
	border-top: 1px solid #90979b;
	border-bottom: 1px solid #90979b;
	padding: 3px;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
}

.defilement a{
	color: #77b639;
	text-decoration: underline;
}
.defilement a:hover{
	color: #35434b;
	text-decoration: none;
}
/* --------------------------------------- Menus bas de page ---------------------------------------------------------- */

#menuBottom{
	margin:0 auto;
	position:relative;
	top: 60px;
	left: -120px;
	clear:both;
	font-size:13px;
	color:#6e0e10;
	width:600px;
}
#menuBottom ul {
	float:left;
	margin: -20px 20px 0 -67px;
	padding: 0;
	width: 120px;
	text-align: right;
}
#menuBottom ul li {
	list-style:	none;
	margin:0 0 3px 7px !important;
	padding: 0 !important;
	width:100%;
}
#menuBottom ul li a {
	padding: 1px 4px !important;
	display:block;
	width:100%;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin: 0 !important;
	padding: 2px 4px 2px 2px!important;
	background: #3a92c6 url(../images/bk_menu_bas.jpg) repeat-y bottom left;
}

#menuBottom ul li a:hover{
	padding: 1px 4px !important;
	display:block;
	width:100%;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 4px 2px 2px!important;
	margin: 0 !important;
	background: #5a7a5a url(../images/bk_menu_bas_over.jpg) repeat-y bottom left;
}
#menuBottom ul li .active{
	padding: 1px 4px !important;
	display:block;
	width:100%;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 4px 2px 2px!important;
	margin: 0 !important;
	background: #5a7a5a url(../images/bk_menu_bas_over.jpg) repeat-y bottom left;
}

/* --------------------------------------- Fin - Menus bas de page ---------------------------------------------------------- */

#container{ /* Contenu principal */
	background: url(../images/bk_contenu.png) repeat-y bottom center;
	text-align: left;
	width: 1000px;
	margin: -125px auto 0 auto !important; /* Hack IE6 */
	margin: 0 auto -15px auto;
}

#footer{ /* Séparateur Contenu/Footer */
	clear:both;
	height: 0;
	margin: -13px 0 0 0;
	padding: 0;
}

p{
	text-align:justify;
}

p a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#c69c31;
	padding: 0 2px 2px 2px;
	margin-left: -2px;
}
p a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #c69c31;
	text-decoration: underline;
	background-color: Transparent;
	padding: 0 2px 2px 2px;
	margin-left: -2px;
}

.navigation{
	text-align:center;
	float:left;
	width:972px;
	margin: -45px 0 0 14px!important;
	margin: 0 0 10px 0; /* Hack IE6 */
	background: Transparent url(../images/bk_menu.png) no-repeat top left;
}
.navigation ul{
	margin: 0 0 0 150px!important;
}
.menu {
	position:relative;
	/*z-index:1000;*/
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#143518;
	font-weight:bold;
	width:auto; 
	height:14px; 
	text-align:center;
	border: 0;
	background-color: Transparent;
	font-size:13px; 
	overflow:hidden;
	padding: 12px;
	margin: 7px 0 0 2px;
}

.menu ul li a:hover {
	text-decoration:none;
	color: #FFF;
	background-color: #c69c31;
}
.menu ul li a img{
	border: 0;
}
.menu ul li .active {
	text-decoration:none;
	color: #FFF;
	background-color: #c69c31;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
/* ====================================================================== */

#content_bottom{ /* Motif au bas des pages de contenu [08/02/21] */
	background-image: url(../images/bk_bas.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: Transparent;
	float:left;
	margin: 0 0 0 20px;
}
#content{
	position: relative;
	top:10px !important;
	left: 23px;
	/*background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	width:960px;
	margin: 0 0 50px 0;
}
#contenu{
	margin: 20px 50px 30px 35px;
	width: 657px;
}
#contenu .titre img{ /* image titre */
	border-bottom :5px solid #c69c31;
	/*float: left;*/
	margin: 0 30px 10px 0;
}
#contenu .imgContenu img{ /* image diverses */
	border-bottom :5px solid #c69c31;
	margin: 0 0 0 135px;
}
#contenu .imgContenuTall img{ /* image diverses */
	border-bottom :5px solid #c69c31;
	margin: 0 0 0 165px;
}

#contenu img{
	border: none;
	margin: 0 0 0 110px;
}
#contenu .imgLeft{ /* !! */
	border-top:3px solid #c69c31;
	padding-top:1px;
	padding-bottom:30px;
	text-align:center;
	background-image: url(../images/img_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contenu h2{ /* Titres des sections */
	font-size:22px;
	text-align: center;
	color:#5a7a5a;
	font-style:italic;
	width: 70%;
	margin: 0 auto;
	padding: 5px;
}
#contenu h2 strong{ /* Titres des sections et phrase en bas de page */
	font-size:22px;
	text-align: center;
	color:#C30;
	text-decoration:underline;
	font-style:italic;
	width: 80%;
	padding: 2px 0;
}
#contenu h3 strong{ /* Sous titres des sections et phrase en bas de page */
	font-size:18px;
	color:#C30;
	text-decoration:none;
	font-style:italic;
	width: 80%;
	padding: 2px 0;
}
#contenu .noimg{ /* Motif devant les titres [08/02/21] */
	border:0;
	padding:0px;
}
#contenu .fintxt{ /* Motif devant les titres [08/02/21] */
	border:0;
	padding:0px;
	text-align:center;
	position:relative;
	left: 286px;
}
#contenu h5{ /* Fil d'ariane [08/02/21] */
	/*float:right;*/
	margin-top: 5px;
	text-align:right;
	font-size:9px;
	color:#02809b;
}
#contenu h5 a{ /* Fil d'ariane [08/02/21] */
	color:#02809b;
	text-decoration:underline;
}
#contenu h5 a:hover{ /* Fil d'ariane [08/02/21] */
	color:#02809b;
	text-decoration:none;
}
#colonne{
	text-align: center;
	float: right;
	width: 200px;
	margin: 0 45px 0 0;
}
#colonne a img{
	margin: 10px;
	border:none;
}
.imgTrain{
	float: left;
	margin: 4px 4px 4px -45px;
	border:none;
}
.haut{
	text-align:right;
	width: 910px;
}
.haut a{
	font-size:9px;
	color:#c69c31;
	font-weight:bold;
	text-decoration:underline;
}
.haut a:hover{
	font-size:9px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-color: #c69c31;
	padding: 2px;
}
.noimg {
	border:0px;
	margin-left: 25px;
}
.galery img{
	margin: 5px!important;
	padding:0!important;
	background-image: none!important;
}
.galery a{
	margin: 0;
	padding: 0;
	background-image: none!important;
	background-color:#FFFFFF!important;
}
.galery a:hover{
	margin: 0;
	padding: 0;
	background-image: none!important;
	background-color:#FFFFFF!important;
}
.center{
	text-align:center;
}
.center a{
	text-align:center;
}
.album{
	font-weight: bold;
	text-align:center;
}
/*.album a{
	font-size: 12px;
	font-weight: bold;
	color: #55a8de;
	text-decoration: underline;
	padding: 2px;
	margin: 0 -2px;
}
.album a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#f08121;
	text-decoration: none;
	padding: 2px;
	margin: 0 -2px;
}*/

