@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;
	font-size: 100%;
	background-color: #482104;
	background-image: url(../Images/fond.jpg);
	background-repeat: repeat-x;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
    .twoColFixLtHdr #container {
	width: 780px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFeF2;
	margin: 0 auto;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
    } 
    .twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    } 
	
	.twoColFixLtHdr #header a {
	color: #482104;
	text-decoration: none;
	font-size: small;
}
	.twoColFixLtHdr #header a:hover {
	color: #924622;
}
	.twoColFixLtHdr #photo {
	width: 780px;
}

    .twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px;
	background-color: #E5decB;
	background-image: url(../Images/bande_resevations.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: small;
    }
.twoColFixLtHdr #menu {
	width: 780px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #f4f2d9;
	background-image: url(../Images/bande_menu_vert.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #menu a {
	font-size: small;
	font-weight: bold;
	color: #fffef2;
	text-decoration: none;
}
.twoColFixLtHdr #container #menu a:hover {
	color: #482104;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: small;
}
.twoColFixLtHdr #container #mainContent ul {
	font-size: small;
}

.twoColFixLtHdr #container #mainContent a {
	color: #482104;
	text-decoration: none;
	font-size: small;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #924622;
}

	.twoColFixLtHdr #access {
	width: 780px;
}
.twoColFixLtHdr #container #access a {
	font-size: 14px;
	color: #482104;
	text-decoration: underline;
}
.twoColFixLtHdr #container #access a:hover {
	color: #924622;
}


	.twoColFixLtHdr #container #certificat {
	width: 780px;
	background-image: url(../Images/bande_menu_vert.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #certificat a {
	font-size: small;
	font-weight: bold;
	color: #fffef2;
	text-decoration: none;
}
.twoColFixLtHdr #container #certificat a:hover {
	color: #482104;
}


    .twoColFixLtHdr #footer {
	background:#482104;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	width: 780px;
    } 
.twoColFixLtHdr #container #footer table {
	color: #fffef2;
	font-size: small;
}
.twoColFixLtHdr #container #footer a {
	color: #fffef2;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #dfcea0;
}


.img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.lettrine {
	font-family: Vivaldi;
	font-size: xx-large;
}
.petit {
	font-size: small;
}
.xpetit {
	font-size: x-small;
}


.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;
}
    .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;
    }
.petit_blanc {
	color: #fffef2;
	font-size: small;
}
.xpetit_blanc {
	color: #fffef2;
	font-size: x-small;
}


	.limit  {
	width: 770px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    } 
.twoColFixLtHdr #container #mainContent h1 {
	font-size: x-large;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: medium;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: large;
}

