/* ----------------- feuille de styles CSS ---------------------*/

/* Ce fichier definit les styles visuel des differents elements des pages.
 * Dans l'ordre :
 - balises html generales

* ensuite le noms des blocs principaux 
  - global (760 px de large, centre)
	  - h1
	  - menu-gite (700 px de large, centre)
	  - contenu (700 px de large, centre)
	  - adresse
   	  - menu
  - liens techniques

*/

/* balises html generales
============================================================ */

html {   font-size: 100%; /* evite un bug d'IE 6-7  */}
* {margin:0; padding:0} /* pour partir de zero  */
body {font-family: Arial, Helvetica, sans-serif;background-color: #006;font-size: 0.8em;line-height: 1.3; text-align: center;color: #006;}
h1, h2, h3 {}
h1 {font-size: 2em;	color: #369;position: absolute;right:30px;top: 75px;}
h2 {font-size: 1.3em;font-style: italic;margin: 0px 0px 10px;color: #30C;}
h3 {font-size: 1.5em;}
p {margin: 0 0 16px 0;}
a, a:link, a:visited {color: #c03;text-decoration: none;}
a:hover, a:active {text-decoration: underline;color: #c03;}
img {border: 0}

.img-right {
	float: right;
	margin-left: 20px;
}

.img-left {
	float: left;
	margin-right: 20px;
}

.centrer { /* classe passe partout pour centrer */
	text-align: center;
}

.right { /* classe passe partout pour mettre à droite */
	text-align: right;
}

.cache { /* classe passe partout pour précharger des images */
	display: none;
}

li {
	margin-left: 30px;
}

/* blocs principaux
============================================================ */

#global {width: 760px;margin: 0 auto;position: relative;background: #fff;}
#header {width: 760px;height:115px;background: #fff url(../images/banniere.jpg) no-repeat top;}
#menu-gite {width: 720px;height: 30px;margin: 0 auto;padding: 20px 0 0 0;position: relative;}
#contenu {margin: 15px auto 0;padding: 0 30px 10px 30px;}
#menu-gite a:link, #menu-gite a:visited {
	color: #fff;
	background-color: #369;
	display: block;
	height: 20px;
	width: 140px;
	font-weight: bold;
	float: left;
	border: 2px solid #fc0;
	font-size: 0.9em;
	margin: 0 3px 0 0;
	padding-top: 4px;
}

#menu-gite a:hover, #menu-gite a:active {
	color: #f90;
	background-color: #336;
}

div.box_location {
	width: 660px;
	height: 120px;
	background-color: #eee;
	border: thin dotted #fc0;
	padding: 10px;
	margin: 0 auto;

}

div.box_location .image {
	float: left;
	width: 160px;
	margin-right: 20px;
}

div.box_location2 {
	width: 660px;
	height: 120px;
	margin: 10px auto 0 auto;
	padding: 10px;
	background-color: #eee;
	border: thin dotted #fc0;
}

div.box_location2 .image2 {
	float: right;
	width: 160px;
	margin-left: 20px;
}

.table-tarifs {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	border: 2px solid #036;
}

.td-tarifs {
	font-weight: bold;
	color: #fff;
	background-color: #369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.td-tarifs-f {
	background-color: #00f;
}

.td-tarifs-c {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #ffc;
	padding-top: 5px;
	padding-bottom: 5px;
}


#adresse {
	font-size: 1.1em;
	font-weight: bold;
	width: 360px;
	border: 1px solid #006;
	background-color: #ffc;
	color: #369;
	margin: 0 auto;
}

#menu {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f60;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	height: 20px;
	padding: 10px 0;
}

#liens-techniques {
	text-align: right;
	padding: 10px 20px 10px 0;
}

/* contenu (bloc)
============================================================ */

#logo {
	position: absolute;
	top: 5px;
	right: 0;
	}


/* menu (bloc)
============================================================ */

#menu ul  {
	text-align: center;
	margin: 0 0 0 30px;
}
	
#menu ul li {
	float: left;
	list-style-type: none;
	margin: 0 3px;
}
	
#menu ul li a:link, #menu ul li a:visited {
	color: #336;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #f90;
	background-color: #336;
}

/* liens-techniques (bloc)
============================================================ */

#liens-techniques a:link, #liens-techniques a:visited, #liens-techniques a:hover, #liens-techniques a:active {
	color: #ccc;
	font-size: 11px;
	text-decoration: none;
}

