@charset "UTF-8";


/* Debut Normalisation 
 Normalisation des marges et du remplissage */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin : 0;padding : 0;}

/* Normalisation des tailles de polices pour les en-tete */
h1, h2, h3, h4, h5, h6 {}

/* Suppression list-style pour les listes */
ul, ol {list-style: none;}

/* Normalisation des styles et graisses de fontes */
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}

/* Suppression des bordures dans les tableaux */
table {border-collapse: collapse; border-spacing: 0;}

/* Suppression des bordures dans les elements fieldset et img */
fieldset, img {border: 0;}

/* Aligne le texte à gauche dans caption et th */
caption, th {text-align: left;}

/* Suppression des apostrophes doubles (guillemets anglais) autour de q */
q:before, q:after {content:'';}

/* Fin Normalisation */

xxxx {;}

xxx {
}

/*html {background-color:#3399CC;}*/
html {background-color:#194067;}
body {
	margin: 0;
	padding: 0;
	margin:50px auto;
	background-color: #194067;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#194067;
}
a:link {color:#330000;}
a:visited {color:#FF9900;}
/*a:hover {color:gray;}
a:active {color:blue;}*/

article {display:block;}

/*En-Tête*/
header#entete {
	display:block;
	width: 1200px;
	height:100px;
	margin-bottom:20px;
	border-radius:5em;
	-moz-border-radius:5em;
	-webkit-border-radius:5em;
}
header#entete, footer#pieddepage, section.sous_menu, aside#rond {
	background:#AC7223;/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #febf01 0%, #ac7223 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf01),color-stop(73%,#ac7223)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #febf01 0%,#ac7223 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #febf01 0%,#ac7223 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #febf01 0%,#ac7223 73%); /* IE10+ */
	background: linear-gradient(top,  #febf01 0%,#ac7223 73%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#ac7223',GradientType=0 ); /* IE6-8 */
}

#flashContent { 
	width:100%; 
	height:100%;
	margin-left:400px; 
}

h1#titre {
	position:absolute;
	margin-left:400px;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
/*h1#titre:first-letter {
	color:Blue;
}*/
span#location {color:#330000;}
span#gite {color:#003399;}
span#chambre {color:#FFCC00;}

/*Menu*/
nav {
	float:left;
	width:250px;
	margin-bottom:10px;
	background-color: transparent;
	color: #3D3413;
}


ul {
	text-align:left;
}
li {
	list-style-image:url(images/fou_15.png);
}
li.li1 {margin-left:50px;}
li.li2 {margin-left:60px;}
li.li3 {margin-left:70px;}
li.li4 {margin-left:80px;}
li.li5 {margin-left:90px;}


aside#rond {
	display:block;
	width: 150px;
	height:150px;
	margin-top: 30px;
	margin-left: auto;    
	border-left:solid 10px red;
	border-radius:75px;
	-moz-border-radius:75px;
	-webkit-border-radius:75px;
}

section.sous_menu {
	display:block;
	text-align:center;
	margin-top:30px;
	border-left:solid 10px #CC3300;
	border-radius:1em 3em 7em 10em;
	-moz-border-radius:1em 3em 7em 10em;
	-webkit-border-radius:1em 3em 7em 10em;
}
/*section.sous_menu a {text-decoration: none;}
section.sous_menu a:active {color:red;}*/

/*Images Absolue*/
img#metairie {
	position:absolute;
	margin-left: 40px;
	margin-top: 40px;
}

img#fou {
	position:absolute;
	width:123px;
	height:98px;
	margin-left: 250px;
	margin-top: -20px;
}
img#batz {
	position:absolute;
	width:200px;
	height:150px;
	margin-left: 950px;
	margin-top: -30px;
	border: 8px solid white;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}

img#planche {
	position:absolute;
	width:62px;
	height:45px;
	margin-left: 980px;
	margin-top: 40px;
	z-index:100;
}

/*Page Accueil*/
section#corps {
	display:block;
	float:left;
	width: 934px;
	/*height: 930px;*/
	padding: 0px;
	border: 8px double #3399CC;
	color: #3D3413;
	background-color: #92CCEF;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:1em 3em 3em 1em;
	-moz-border-radius:1em 3em 3em 1em;
	-webkit-border-radius:1em 3em 3em 1em;
	/*Barre de défilement*/
	overflow:auto;
	
	scrollbar-arrow-color:red;
	scrollbar-3dlight-color:#92CCEF;
	scrollbar-highlight-color:#92CCEF;
	scrollbar-face-color:#92CCEF;
	scrollbar-shadow-color:#92CCEF;
	scrollbar-darkshadow-color:#92CCEF;
	scrollbar-track-color:#92CCEF;
}
section#corps p,h3 {margin:20px 20px;}

#corps h2 {
	text-align: center;    
	color: #6666FF;    
	font-family: "Times New Roman";
}

img.photos {
	display : block;    
	margin-left: auto;    
	margin-right: auto;    
	border-style: solid;
	border-width:5px;
	border-color: #AC7223;
	}

/*Pied de page*/
footer#pieddepage {
	display:block;
	clear:both;
	width: 1200px;
	height:50px;
	background-color:#AC7223;
	text-align:center;
	margin-top:20px;
	border-radius:2em;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
}
footer#pieddepage {
	
}

footer#pieddepage p {
	text-align:center;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}
footer#pieddepage a {
	color: #333366;    
	/*text-decoration: none;*/
}
img#html5 {
	display:block;
	width:50px;
	height:70px;
	margin-left: auto;    
	margin-right: auto;
	padding-top:30px;
	
	
}

/* Page Chambres1 */  

table {
border:3px solid #FFFF3D;
border-collapse:collapse;
width:650px;
margin:auto;
}
th {
border:1px dotted #FFFF3D;
padding:5px;
width:40%;
}
td {
font-size:80%;
border:1px solid #FFFF3D;
padding:5px;
text-align: center;
}
tr:nth-child(odd) {
	background-color:#EFF6FF;
}

caption {
caption-side: bottom;
}
.haut {
text-align:center;
}
img.metairie_30 a {
	text-decoration: none;
}
dt {
	text-align: center;    
	color: #8000FF;    
	font-family: "Times New Roman";
	font-size:1.5em;
}
img.doc {
	border: none;
}
ol li {
	list-style: none;
	list-style: decimal;
	list-style-position:inside;
	margin-left:20px;
}

/* Page_Contacts*/
dl#contact dd {
	text-align:center;
	width:400px;
	height:150px;
	margin:auto;
	margin-top:10px;
	background-color:#EFF6FF;
	color:#FF00FF;
}
dl#contact dt {
	margin-top:50px;
}
dl#contact dd#telephone {
	height:200px;
}


/* Page_Contacts*/
h3.conloc {
	text-align:center;
	color:blue;
}

/*Page Accès*/
article#googlemaps {
	text-align:center;
}



/* Page Alentours*/
