body,html {
	padding: 0px;
	margin:0px; 
	height: 100%;
	background-color: #F8F1E2;
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;		
	color: #000000;
	}
	
/*############### les conteneurs de mise en  page ############################*/
#conteneurGeneral{
	width: 898px;
	height:598px;
	background-color:#FFFFFF;
	border:1px solid #998B81;
}

#menu
{
   width: 100%;
   height: 50px;
   background-color:#4C280E;
   text-align:right;
}

#corpsDuSite
{
   /*position: relative;*/
   margin: 0;
   width: 888px; /*-10 de padding right*/
   height:548px;
   padding-right:10px;
   background-color:#F8F1E2;
   background-image:url(images/auberge_chateauneuf.jpg);
   background-position:bottom right;
   background-repeat:no-repeat;
}

#colonneGauche
{
   width: 335px;
   height: 548px;
   float:left;
   background-color: #F8F1E2;
   background-image:url(images/colonne_gauche_accueil.jpg);
   background-repeat:no-repeat;
   background-position:bottom;
}

#colonneMilieu
{
   width: 260px;
   height: 420px;
   /*position:relative;*/
   float:left;
   padding-top:20px;
   /*background-color: #00ff88;*/
   text-align:justify;
}

#colonneDroite
{
   width: 260px;
   height: 420px;
   /*position:relative;*/
   float:right;
   margin-right:0px;
   margin-bottom:0px;
   padding-top:20px;
   /*background-color: #ff0000;*/
   text-align:justify;
}

#contenuTexteColonne
{
   height: 320px;
}

#dernier-element {
clear:left;
	margin-bottom: 0; /* évite tout risque de fusion des marges */
	padding-bottom: 20px;
				/* ATTENTION : cet espace doit permettre de placer le pied de page ! */
}


/*######################################################################*/

a:link {
	font-weight:bold;
	color:#4C280E;
	text-decoration:none;
}

a:visited {
	font-weight:bold;
	color:#4C280E;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#4C280E;
	text-decoration: underline;
}

a:active {
	font-weight:bold;
	color:#4C280E;
	text-decoration:none;
}

/*######################################################################*/

input[type="text"] {
border:1px solid #998B81;
background-color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#4B270C;
width:140px;
}

select, option {
background-color:#998B81;
color:#4B270C;
}

textarea {
border:1px solid #998B81;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#4B270C;
width:160px;
font-weight:200px;
}

.boldMarron {
	font-weight:bold;
	color:#4C280E;
}


