/*PAGE*/

body {
background-color:#3E3623;
margin: 0; /* pour éviter les marges */
text-align: left; /* pour corriger le bug de centrage IE */
}

#page{
position:relative;
width:900px;
height:auto;
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
text-align: left; /* retablit l'alignement normal du texte */
padding:0px 0px 0px 0px;
background-color:#bfb5a9;
}

#navigation{
width:900px;
height:110px;
}

#bandeau{
width:900px;
height:400px;
}

#contenu{
width:900px;
height:auto;
min-height:200px;
background-color:#bfb5a9;
/*background-image:url(../images/images/fauxtexte.jpg);*/
}

/*LAYOUT*/
#colgauche{
margin-left:50px;
margin-top:25px;
float:left;
width:505px;
height:auto;
min-height:200px;
}

#coldroite{
margin-left:15px;
margin-top:25px;
float:left;
width:300px;
height:auto;
min-height:200px;
}

#separateur{
margin:25px 10px 0px 10px;
float:left;
width:1px;
height:200px;
background-image:url(../images/separateur_1px.gif);
background-repeat:repeat-y;
}

#footer{
clear:both;
width:800px;
height:75px;
}

#foot2{
height:30px;
width:100%;
}

#adresse{
background-color:#8C4448;
margin-top:50px;
padding:25px 25px 25px 25px;
width:220px;
}

#encart{
background-color:#8C4448;
background-image:url(../images/fd_forfaitetude.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:25px 25px 25px 25px;
width:220px;
}

/*TYPOS*/
.courant {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color: #3E3623;
}

.courantbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #FFFFFF;
}

.courantblCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	line-height:14px;
	color: #FFFFFF;
}

.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	color: #3E3623;
}

a:link, a:visited, a:active {
	color: #3E3623;
}

a:hover {
	color: #8C4448;
}

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #3E3623;
}

.georgiaBlanc {
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 14px;
	line-height:16px;
	color: #FFFFFF;
}

.soustitre{
margin-top:35px;
}

/*LISTES*/
.lfleche {
  list-style: url(../images/puce_fleche.gif) inside;
}
.lcochest {
  list-style: url(../images/picto_flecherd.gif) inside;
}

.lflecheBL {
  list-style: url(../images/puce_carfd.gif) outside;
  padding:0px 0px 0px 2px;
  margin:0px 0px 0px 2px;
  line-height:15px;
  color:#FFFFFF;
}

.lcoche {
  list-style: url(../images/picto_flecherd.gif) outside;
  padding:0px 0px 0px 10px;
  margin:0px 0px 0px 10px;
  line-height:15px;
}

.lihotel {
  list-style: url(../images/puce_interhotel.gif) outside;
}

.lisquare {
  list-style: url(../images/puce_square.gif) outside;
  padding:0px 0px 0px 15px;
}

.tarifsliste{
	width:100%;
	height:18px;
	border-bottom:1px solid #8C4448;
	margin-bottom:10px;
}
.tarifsprix{
	float:right;
	margin-right:25px;
	color:#3E3623;
}

.tarifstitre{
	float:left;
}