@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #482104;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #482104;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
p {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

img {border:0;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.lettrine {
	font-family: Vivaldi;
	font-size: xx-large;
}
.para_h4 {font-size: small}
.xsmall {font-size: x-small}

.details {font-size: xx-small}
.blanc_petit {
	color: #FFFEF2;
	font-size: small;
}





.espace {
	padding-right: 5px;
}
.prix  {
	color: #fffef2;
	font-size: medium;
	font-weight: bold;
}

#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #fffef2;
    } 




#header  {
	height: 130px;
    } 
#header a {
	color: #482104;
	text-decoration: none;
}
#header a:hover {
	color: #924622;
}

#header table {
	font-size: small;
}

#menu a {
	color: #fffef2;
	text-decoration: none;
}
#container #menu {
	background-image: url(../Images/bande_menu_vert.gif);
	background-repeat: repeat-x;
}

#menu a:hover {
	color: #482104;
}

#menu table {
	font-size: small;
}



#photo  {
	height: 245px;
	width: 780px;
}
#sidebar1  {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #e5decb;
	background-repeat: no-repeat;
	background-position: top;
	display: inline;
	background-image: url(../Images/bande_resevations.jpg);
    }
.input {
	background-color: #924622;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	font-weight: bold;
	color: #FFFEF2;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFEF2;
	border-right-color: #FFFEF2;
	border-bottom-color: #FFFEF2;
	border-left-color: #FFFEF2;
}





#mainContent  {
	zoom: 1;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../Images/cadre_entete1.jpg);
	margin-bottom: 0px;
    } 
#access_photo  a  {
	color: #482104;
	text-decoration: none;
}
#mainContent #access_photo a:hover {
	color: #924622;
}



#acces {
	color: #482104;
	margin: 0px;
	padding: 0px;
}
#container #acces a {
	font-size: 14px;
	text-decoration: underline;
}

#acces table {
	font-size: small;
}
#acces a {
	color: #482104;
	font-size: medium;
	text-decoration: none;
}



#certificat {
	height: 40px;
	line-height: 35px;
	padding: 0px;
	margin-top: 20px;
	background-image: url(../Images/bande_menu_vert.gif);
	background-repeat: repeat-x;
}
#certificat a {
	color: #fffef2;
	text-decoration: none;
	font-size: small;
}



#footer  {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	background-color: #482104;
    } 
#footer  p  {
	margin: 0px;
	padding: 0px;
	color: #fffef2;
	font-size: small;
}



#footer ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-size: small;
	margin-top: 0px;
	color: #fffef2;

}

#footer ul li {
	display: inline;
}
#container #footer a {
	color: #FFfef2;
}

#footer .espace a {
	color: #FFFef2;
	text-decoration: none;
}
#footer .espace a:hover {
	color: #dfcea0;
}
#certificat a:hover {
	color: #482104;
}




    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

