/* description générale */
body 
{
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	background-color: #336633;
	font-size: 12px;
}

/* Placement des Div de présentation */
#global
{
	position: absolute;
	left: 50%;
	top: 8%;
	width: 758px;
	height: 560px;
	margin-top: -28px; /* moitié de la hauteur */
	margin-left: -379px; /* moitié de la largeur */
	background-color: #FFFFFF;
}

/* contient le contenu de la page courante */
#contenu
{
	position: absolute;
	left: 5px;
	top: 138px;
	width: 749px;
	height: 290px;
	overflow: auto;
	scrollbar-face-color: #8FCF93;  /* barre */
	scrollbar-arrow-color: #336633; /* fleche */
	scrollbar-track-color: #C9E3C1; /* fond */
	scrollbar-3dlight-color: #336633; 
	scrollbar-darkshadow-color: #336633; 
	
}
#contenu1
{
	position: absolute;
	left: 5px;
	top: 130px;
	width: 749px;
	height: 426px;
	overflow: auto;
	scrollbar-face-color: #A4D5F9;  /* barre */
	scrollbar-arrow-color: #F6AA2F; /* fleche */
	scrollbar-track-color: #BEEEFF; /* fond */
	scrollbar-3dlight-color: #F6AA2F; 
	scrollbar-darkshadow-color: #F6AA2F; 
}

/* page accueil */
#accueil				{ position:absolute; left:85px; top:30px; width:595px; height:225px; z-index:1; text-align: center; }
#baspage				{ position:absolute; left:0px; top:428px; width:750px; height:79px; z-index:1 }
#panorama				{ position:absolute; left:75px; top:0px; width:600px; height:363px; z-index:2 }
#textpanorama		{ position:absolute; left:80px; top:20px; width:210px; height:259px; z-index:1; text-align: center; }

#tarifs
{
	position:absolute; 
	width:717px; 
	height:20px; 
	z-index:1; 
	left: 22px; 
	top: 500px;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}

#adrbaspage
{
	position:absolute; 
	width:717px; 
	height:20px; 
	z-index:1; 
	left: 22px; 
	top: 540px;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}

#drapeau
{
	position:absolute; 
	width:32px; 
	height:32px; 
	z-index:1; 
	left: 700px; 
	top: 522px;
	text-align: center;
	font-weight: normal;
}
h1 
{
	font-size: 14px;
	text-align: left;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 19;
	font-weight: normal;
}

h2
{
	font-size: 14px;
	text-align: center;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 19;
	font-weight: normal;
}

h3
{
	font-size: 14px;
	font-style: normal;
	margin-left : 0;
	margin-top : 0;
	margin-bottom :  19;
	color: #AF0303;
	font-weight: normal;

h4
{
	font-size: 18px;
	text-align: center;
	font-style: italic;
	color: #AF0303;
	font-weight: normal;
	margin-left : 0;
	margin-top : 0;
	margin-bottom :  19;
}

h5
{
	font-size: 14px;
	text-align: center;
	margin-left : 0;
	margin-top : 0;
	margin-bottom :  19;
	font-weight: normal;
}

/* style des liens */
a:link    { color: #1C391C; text-decoration: none; border: none; }
a:active  { color: #1C391C; text-decoration: none; border: none; }
a:visited { color: #1C391C; text-decoration: none; border: none; }
a:hover   { color: #1C391C; text-decoration: none; border: none; }

/* Image */
img { border: none; text-align: center; }

/* Table */
td { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 12px; 
}

table.petit td { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 10px; 
}

.titre
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	
	color: #1C391C;
}

.titre_ch
{
	font-weight: bold;
	font-style: italic;
	
	color: #1C391C;
}