@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	font-family: verdana;
	font-size: 10pt;
	color:#ee9214;
	background: #FFFFFF;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#a91d06;
}

a:hover {
	color: #f5af36;
}

table /* Le tableau en lui-même */
{
   margin: auto;
   border-collapse: collapse; /* Colle les bordures entre elles */
}

td /* Les cellules normales */
{
   border: 1px solid #fecf53;
   font-family: verdana, arial;
   text-align: left;
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

/* DIVs*/

#conteneur {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background: url(images/fond-mur-bas.jpg) no-repeat bottom;
	background-color:#fecf52;
}

#menu {
	width:1000px;
	height:239px;
	background-color: #FFFFFF;
}

#haut-menu {
	width:1000px;
	height:211px;
	/*background-image: url(images/gite-ardeche_01.jpg);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#bas-menu {
	width:1000px;
	height:28px;
	margin-top:5px;
	text-align:center;
	background: #FFFFFF;
}

#contenu{
	width:1000px;
	height:507px;
	background-image: url(images/gite-ardeche_03.jpg);
}

#fond-haut{
	width:1000px;
	height: auto;
	background: url(images/fond-mur-haut.jpg)  no-repeat  top;
}

#fond-bas{
	width:1000px;
	height:1000px;
	background-image: url(images/fond-mur-bas.jpg);
	background-repeat:no-repeat;
	background-color:#fecf52;
}

#bloc-texte{
	width:400px;
	height:300px;
	float:right;
	margin-top:50px;
	margin-right:70px;
	margin-bottom:10px;

}

#bloc-texte-left{
	width:460px;
	height:auto;
	float:left;
	margin-left:40px;
}

#bloc-texte-right{
	width:460px;
	height:auto;
	float:right;
	margin-right:40px;

}

#titre{
	width:1000px;
	height:auto;
	float:left;
}

#pied{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-family: verdana;
	font-size: 10pt;
	color:#ee9214;
	background:#FFFFFF;
	text-align:center;
}

/* class*/

.hr {
	visibility:hidden;
	margin:0px;
	padding:0px;
	clear: both;
}

.texte-accueil{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#a91d06;
}

.texte-gauche{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	color:#a91d06;
}
.tableau {
	font-size: 13px;
	color: #FF9900;
}

.texte{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a91d06;
}

.cyber{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#a91d06;
}

.menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a91d06;
	font-weight:bold;
}

.compteur{
	font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#fecf52;
	color:#ffffff;
}
