.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}

html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	/*font: 400 0.7em verdana, arial, sans-serif;*/
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #707070;
	line-height: 170%;
	background-color: #fff6b1;
}

#entete{
	background-image: url(/images/interface/tourbes_header.jpg);
	height: 106px;
	width: 811px;
	position: relative;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 20px 10px 0;
	padding: 0;
}

h1
{
	padding: 0.7em 0 0.3em;
	font-family: "Trebuchet MS";
	font-size: 2.2em;
	font-weight: normal;
	color: #e35512;
        line-height: 1.1em;
	border-bottom: 12px solid #ffe528;
}

h2
{
	font-size: 1.4em;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #0f3cbc;
margin-top:1em;
}

h3
{
	text-transform: uppercase;
	font-size: 0.9em;
	color: #5D6F73;
}

h4
{
	font-size: 0.85em;
}

h5
{
	font-size: 0.8em;
}

#container
{
	margin: 20px auto;
	width: 811px;
	text-align: left;
}

#contenu
{
	background-image: url(/images/interface/tourbes_fond.jpg);
	height: 100%;
	width: 811px;
	background-color: aqua;

}

#colonnegauche
{
	width: 201px;
	float: left;
	background-image: url(/images/interface/tourbes_papillon.jpg);
	background-repeat: no-repeat;
	padding-top: 80px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0f3cbc;
	font-size: 0.9em;
	line-height: 1.1em;
}

#colonnegauche p {
	margin: 0 20px 2em 15px;
}

#colonneprincipale
{
	width: 600px;
	float: right;
	margin-top: 1em;
}

#colonneprincipale p {
	margin: 0 20px 0.5em 0;
}

#menu
{
	background: transparent url(/images/interface/tourbes_menu_fr_off.png) no-repeat scroll 0%;
	position: absolute;
	height: 106px;
	width: 199px;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}

#menu li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	height: 22px;
}

#menu li, #menu a
{
	display: block;
	height: 22px;
}

#menu_bienvenue
{
	left: 0px;
	top: 0px;
	width: 188px;
	height: 22px;
}

#menu_sejourner
{
	left: 0;
	top: 22px;
	width: 188px;
	height: 22px;
}

#menu_decouvrir
{
	left: 0;
	top: 44px;
	width: 188px;
	height: 22px;
}
#menu_bouger
{
	left: 0;
	top: 66px;
	width: 188px;
	height: 22px;
}
#menu_partir
{
	left: 0;
	top: 88px;
	width: 188px;
	height: 22px;
}


#menu_bienvenue a:hover, #menu_bienvenue.actif
{
	background: transparent url(/images/interface/tourbes_menu_fr_on.png) no-repeat scroll 0 0px;
}

#menu_sejourner a:hover, #menu_sejourner.actif
{
	background: transparent url(/images/interface/tourbes_menu_fr_on.png) no-repeat scroll 0 -22px;
}

#menu_decouvrir a:hover, #menu_decouvrir.actif
{
	background: transparent url(/images/interface/tourbes_menu_fr_on.png) no-repeat scroll 0 -44px;
}
#menu_bouger a:hover, #menu_bouger.actif
{
	background: transparent url(/images/interface/tourbes_menu_fr_on.png) no-repeat scroll 0 -66px;
}#menu_partir a:hover, #menu_partir.actif
{
	background: transparent url(/images/interface/tourbes_menu_fr_on.png) no-repeat scroll 0 -88px;
}
a
{
	text-decoration: none;
	color: #505050;
	font-weight: bold;
}

a:hover
{
	color: #668FA3;
}

a img
{
	border: 0;
}

a img.border
{
	border: 1px solid #FC3307;
}

a:hover img.border
{
	border: 1px solid #FC3307;
}

img.floatRight, img.d
{
	margin: 5px 0 10px 10px;
	float: right;
}

img.floatLeft, img.g
{
	margin: 5px 10px 10px 0;
	float: left;
}

ul
{
	margin: 16px;
	padding: 0;
}

ul li
{
	list-style-image: url(/images/interface/puce.jpg);
	padding: 0;
	margin: 0;
}

ol li
{
	font-weight: bold;
	color: #668FA3;
}

ol li span
{
	font-weight: normal;
	color: #444;
}

blockquote
{
	margin: 0;
	padding: 0.2em 0;
	background: #fff6b1;
	border-top: 1px solid #e35512;
	border-bottom: 1px solid #e35512;
	margin: 0.2em 20px 1em 1.5em;
}

.cl
{
	clear: both;
}

form
{
	padding: 0;
	margin: 0;
}

label
{
	float: left;
	width: 25%;
	vertical-align: top;
}

input, textarea, select
{
	padding: 1px;
	font: 400 1em verdana, sans-serif;
	color: #999;
	background: #EEE;
	border: 1px solid #CCC;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover
{
	color: #000;
	background: #E7F1F3;
	border: 1px solid #888;
}

input.noBorder, input:focus.noBorder, input:hover.noBorder
{
	padding: 0;
	border: 0;
}

input.button
{
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #fff;
	background: #FC3307;
	border-width: 1px;
	border-style: solid;
	border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio
{
	background: none;
	border: 0px;
}

#colonneprincipale p
{
	margin-left: 1.5em;
	font-size: 1.1em;
}

#colonneprincipale ul
{
	margin: 1em 60px;
	padding: 0;
}

#colonneprincipale ul li
{
	list-style-image: url(/images/interface/puce.gif);
	padding: 0;
	margin: 0;
}

.signature
{
	border-top: 1px solid #696969;
	font-size: 90%;
	clear: both;
	margin-top: 10px;

}

.pQuote
{
	position: absolute;
	margin: 1em;
	padding: .5em;
	font-size: 1.1em;
	text-align: right;
	font-style: italic;
	color: #222;
	line-height: 1.35;
	width: 120px;
}

#pied {
	background-image: url(/images/interface/tourbes_piedavecimage.jpg);
	height: 119px;
	clear: both;
	width: 811px;
}


#colonneprincipale ul
{
	margin: 1em 60px;
	padding: 0;
}

#colonneprincipale ul li
{
	list-style-image: url(/images/interface/puce.gif);
	padding: 0;
	margin: 0;
}

#colonnegauche ul
{
	margin: 15px;
	padding:0;
}

#colonnegauche ul li
{
	list-style-image: none;
	list-style: none;
	line-height: 1.1em;
	padding:0em 1em;;
	margin: 0;
	background-image: url(/images/interface/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}


#colonnegauche a , #colonneprincipale a
{
	text-decoration: none;
	color: #e35512;
	font-weight: bold;
}

#colonnegauche a:hover, #colonneprincipale a:hover
{
	color: #e35512;
	text-decoration: underline;
}

#colonnegauche ul li a
{
	text-decoration: none;
	color: #0c329e;
	font-weight: bold;
}

#colonnegauche ul li a:hover
{
	color: #b22222;
	text-decoration: underline;
}

#colonneprincipale ul
{
	margin: 0 0 0 5em;
	padding:0;
}

#colonneprincipale ul li
{
	list-style-image: none;
	list-style: none;
	line-height: 1.4em;
	font-size: 1.1em;
	padding:0em 1em;;
	margin: 0;
	background-image: url(/images/interface/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}


img {
	border: 1px solid #dcdcdc;
	padding: 5px;
	background-color: white;
	margin-top:1em;
	margin-bottom: 1em;
}

#infos {
  display:none;
visibility: hidden;
}