body , html
{
	/*  Les margin, les scrolls, et la hauteur sont les seuls propriétés a redefinir dans le body   */
	
	font: 11px/13px arial; 
	color: #555753; 
	margin : 0px 0px 0px 0px;
	height:100%;
	scrollbar-base-color: #0E7800;
}

td
{
	font: 11px/13px arial; 
	font-weight: normal;
	font-style: normal;
	color: #644E30;

}


#container
{	
	width:100%;
	height:100%;
	text-align:center;
	background-color:#0E7800;

}

#table_charte
{
	/*  Définir ici ce que vous mettiez auparavant dans la balise table */
	/*  Dans la page HTML, quand vous voulez vous servir de ce style pour votre tableau faites comme ceci : */
	/*  <table id="table_charte">   */
	height:100%;
	min-height:100%;
	background-color:#FFFFFF;

	
	/*  pour un site centré utilisez les propriétés suivantes*/
	width:980px;

	margin-left:auto;
	margin-right:auto;
	   
	
	/*  pour un site en 100%, utilisez les propriétés suivantes  
	width:100%;
	background-color:#B0D262;  */
}

#td_charte	
{
	/*  Définir ici ce que vous mettiez auparavant dans la balise td */
	/*  Dans la page HTML, quand vous voulez vous servir de ce style pour votre tableau faites comme ceci : */
	/*  <td id="td_charte">   */	
	height:396px;
	width:100%;
	text-align:left;

	padding-left:0px;
	padding-right:0px;

}
#menu{
	float:left;
	width:396px;

}
#contenu{
	float:left;
	width:584px;
	background:url(images/charte/la-vieille-auberge_02.jpg) no-repeat;
	height:519px;;
	

}
#texte{
	float:left;
	width:417px !important;
	width:447px;
	height:405px;
	padding-left:30px;
	overflow:hidden;
	/*margin-top:20px;*/

}
#nav{
	float:left;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #E28D69;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #E28D69;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #E28D69;
	}


h1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
font-style:normal;
color:#ffffff;
background-image:url(../online/images/charte/bg-h1.jpg);
background-repeat:no-repeat;
background-position:top left;
padding-left:30px;
padding-bottom:10px;
border-bottom:1px dashed #ffffff;
}

h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
font-style:normal;
color:#BB6843;
}

h3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
font-style:normal;
}
p {padding:0;
margin:0;}
hr{
color:#8B8171;
background:#8B8171;
border:none;
height:1px;
}
#basdepage
{
    width:100%;

	text-align:center;
	background-color:#0E7800;
	background-image:url();
		/*   mettre ici le style que vous voulez définir pour les liens bas de page */
}

.saisie {
	font-size: 11px;
	color:#666666;
	font-weight: normal;
	background-color: #EDF5FE;
	border: 1px solid #0C7A00;
}

.bouton{
border-bottom:solid 1px #0C7A00;
border-top:solid 1px #D2EA85;
border-left:solid 1px #D2EA85;
border-right:solid 1px #0C7A00;
color:#fff;
background-color:#53B33C;
font: 11px Arial, Helvetica, sans-serif;
font-weight:bold;
}

.ligneCarte{
width:395px;
text-align:center;
margin:5px auto 0 auto;
padding-bottom:10px;
background:url(images/charte/bg-ligne-charte.gif) bottom center no-repeat;
}
#contactPlan{
margin: 20px 5px 10px 10px;}
#contactTxt{
margin: 0px 5px 10px 10px;}
.cyc {
	display: none;
}

