body {
	background-color: #CCC;
	font-family: Arial, Verdana, sans-serif;
	font-size: .8em;
	color: #999;
	margin: 0;
	padding: 0;
}

a {
	color: #999;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

div#conteneur {
	background:transparent url('/images/fond.gif') repeat-y top center;
	width: 1000px;
	margin: 0 auto;
}

div#bandeau {
	background: #CCC url('/images/bandeau.jpg') no-repeat top center;
	height: 205px;
}

div#contenu {
	background: transparent url('/images/fond_conteneur.jpg') no-repeat top center;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div#chargementencours {
	float: left;
	padding-top: 45px;
	padding-left: 60px;
	color: #fff;
}

div#langues {
	height: 110px;
}

div#drapeau {
	text-align: right;
	padding-top: 45px;
	padding-right: 45px;
}

div#drapeau img {
	float: right;
	margin-top: -7px;
	margin-left: 10px;
}

div#menus {
	color: #333;
	font-size: 1em;
	padding: 0 30px 0 35px;
}

div#menuGauche {
	float: left;
	width: 360px;
}

div#menuDroite {
	float: right;
	width: 370px;
}

ul#nav a span {
	display: block;
	padding-top: 7px;
	white-space: nowrap;
}

ul#menu { display: block; margin: 0; padding: 0; position: relative; z-index: 20;}
ul#menu li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }

ul#menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 2px;
	white-space: nowrap;
}

ul#menu a:hover {
	color: #000;
}

div#drapeau a {
	text-decoration: none;
}

div#fond {
	background:transparent url('/images/fond.gif') repeat-y top center;
}

div#photos, div#texte {
	margin: 0 82px;
}

div#photosGauche {
	float: left;
	width: 75px;
}

div#photosGauche img {
	margin-bottom: 5px;
}

div#photosDroite {
	float: right;
	width: 750px;
}

p#adresse {
	text-align: center;
	margin: 0 70px;
	padding: 5px 0 0 0;
	border-top: 1px solid #B0878D;
}

div#pied {
	background:transparent url('/images/pied.gif') no-repeat top center;
	height: 44px;
}

div#pied p {
	margin: 0;
	text-align: center;
	padding-top: 20px;
	font-size: .8em;
	color: #666;	
}

div#chargement {
	position: absolute;
	text-align: center;
	z-index: 100;
	margin-top: 140px;
	width: 1000px;
}

div#chargement p {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #012F12;
	width: 200px;
	margin: 0 auto;
	color:#000000;
	font-weight: bold;

}

.titreBlanc {
	font-weight: bold;
	color: #fff;
}
.titre {
	font-size: 1.3em;
	color: #fff;
}

.tarifs {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.tarifs td {
	text-align: center;
}

.tarifs td.entete {
	color: #FFFFFF;
}


.tarifs td.td {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	text-align: center;
	font-weight: bold;
}


.clear-both {
	clear: both;
}