/* Mise en forme du body */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
}

body {
	background-color:#00002D;
	margin: 30px 0px 0px 0px;
}
h1 {
	font-size: 14px;
	color: #f46c00;
	font-weight: bold;
	height: 23px;
	padding-left: 30px;
	padding-top: 4px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/separateurTexte.jpg);
}
h2 {
	font-weight: bold;
	font-size: 11px;
	color: #556074;
	margin-top: 10px;
}
h3 {
	font-weight: bold;
	font-size: 10px;
	color: #556074;
	margin-top: 10px;
	font-style: italic;
}


#infos h2 {
	font-weight: bold;
	font-size: 11px;
	color: #556074;
	margin-top: 10px;
	padding-top: 7px;
}

/* ID(#) - Mise en forme de la page en DIV -  */

#header {
	margin-left: auto;
	margin-right: auto;
	height:121px;
	width: 996px;
	position: relative;
}

#menu {
	margin-left:auto;
	margin-right:auto;
	height: 27px;
	width: 723px;
	background-image:url(../images/menu.jpg);
	padding-left: 83px;
	padding-right: 190px;
	overflow: hidden;
}
#drapeaux {
	position: absolute;
	top: -28px;
	right: 120px;
}
#menu    li   {
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	display: block;
	line-height: 27px;
	float: left;
	background-image: url(../images/separateurH.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 7px;
	list-style-type: none;
}
#menu    a   {
	font-weight: normal;
	color: #5d5d4d;
	text-decoration: none;
}
#menu a:hover,
#accueil #menuaccueil a,
#sejour #menusejour a,
#calendrier #menucalendrier a,
#acces #menuacces a,
#groupe #menugroupes a,
#contact #menucontact a,
#contactinfo #menucontact a,
#infos #menuinfos a
{
	font-weight: bold;
	color: #f46c00;
}
#sousmenu {
	margin-left: auto;
	margin-right: auto;
	height: 38px;
	width: 716px;
	background-image:url(../images/sheader.jpg);
	padding-left: 80px;
	padding-right: 200px;
	overflow: hidden;
}
#sousmenu   li   {
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-align:center;
	display: block;
	line-height: 38px;
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
#gastronomique #menugastronomique a,
#velo #menuvelo a,
#touristique #menutouristique a,
#weekends #menuweekends a,
#hebergement #menuhebergement a,
#cadeau #menucadeau a,
#groupes #menugroupes a,
#entreprises #menuentreprises a,
#qsn #menuqsn a,
#faq #menufaq a,
#cgv #menucgv a,
#bulleti #menubulletin a,
#mentions #menumentions a,
#assurance #menuassurance a,
#liens #menuliens a,
#infos #boiteTexte a:hover,
#contact #boiteTexte a:hover,
#contact #sousmenucontact a,
#contactinfo #sousmenuinfo a,
#devis #sousmenudevis a,
#contactperso #sousmenuperso a,
#groupes #sousmenugroupes a,
#professionnels #sousmenuprofessionnels a,
#entreprise #sousmenuentreprise a
{
	font-weight: bold;
	color: #f46c00;
	text-decoration: none;
}
#sousmenu   a   {
	font-weight: normal;
	color: #5d5d4d;
}
#sousmenu a:hover,
#infos #boiteTexte a,
#contact #boiteTexte a
     {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#contenuBg {
	margin-left:auto;
	margin-right:auto;
	height:318px;
	width: 996px;
	background-image: url(../images/contenu.jpg);
	background-repeat: no-repeat;
}

#boiteTexte{
	margin-left: 105px;
	width: 710px;
	height: 318px;
	overflow: auto;
}
#boiteTexte li {
	font-size: 11px;
	color: #556074;
	margin-top: 15px;
	margin-left: 40px;
	list-style: url(../images/pucetriangle.gif);
	padding-left: 3px;
}
#boiteTexte  .liste li {
	list-style: url(../images/pucetriangle.gif);
	margin-left: 20px;
	margin-top: 5px;
	padding-left: 0px;
}

#boiteTexte table {
	font-size: 10px;
	color: #556074;
	text-align: center;
	border-top: 1px solid #556074;
	border-left: 1px solid #556074;
}
#boiteTexte table td {
	font-size: 10px;
	color: #556074;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #556074;
	border-right: 1px solid #556074;
}



#footer {
	margin-left:auto;
	margin-right:auto;
	height: 84px;
	width: 996px;
	text-align:left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}


/* CLASS - Mise en forme des textes */

p {
	font-size: 11px;
	color: #556074;
	margin-top: 10px;
}



span {font-size: 11px; color: #556074;}
.imagegauche {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.imagedroite {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.imageombregauche
 {
	background-image: url(../images/ombre_vignettes.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 7px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 7px;
}
.imageombredroite
 {
	background-image: url(../images/ombre_vignettes.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 7px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 7px;
}
.textegauche {
	text-align: justify;
	margin-right: 160px;
}
.textedroite {
	text-align: justify;
	margin-right: 10px;
	margin-left: 160px;
}
.clear {
	clear: both;
}
.titreMenu {font-size: 10px; color: #ffffff; font-weight: bold;}
.hrtexte {
	margin: 0px auto;
	width: 200px;
	border: 1px outset #CCCCCC;
}


/* Autre textes */

.texte {font-size: 11px; color: #556074;}
.textePetit {font-size: 10px; color: #6f6f6f;}
a:link{
	color: #f46c00;
	text-decoration: underline;
}
a:visited {color: #f46c00; text-decoration: underline;}
a:hover {
	color: #000033;
	text-decoration: none;
}
a:active {color: #f46c00; text-decoration: underline;}
#infos #boiteTexte .lien a{
	color: #f46c00;
	text-decoration: underline;
	font-weight: normal;
}
#infos #boiteTexte .lien a:hover {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
}



/* A appliquer a form 

.formulaire {font-size: 9px; color: #4e4e4e; border: 0px; background-color: #fff; margin: 0px 0px 0px 0px; padding-top: 15px; padding-left:17px;}
.boiteFormulaire {font-size: 9px; color: #556074; border: 1px solid #c7c7bc; background-color: #f2f3ee; padding-top:1px; padding-bottom:1px; padding-left: 5px; font-weight:normal;}
.formMenu {font-size:10px; color:#dddddd; font-weight:normal;}
*/
#formulaire  span {
	width: 130px;
	margin-right: 10px;
	display: block;
	text-align: right;
	float: left;
	padding-top: 1px;
}
#formulaire p {
	margin-top: 3px;
}

#formulaire input,
#formulaire textarea
 {
	font-size: 11px;
}

#formulaire .ombre  {
	background-image: url(../images/ombreform.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	border: 1px solid #7f9db9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#formulaire #bouton {
	margin-top: 20px;
	margin-right: 30px;
}
