#menucentral {
	float: left;
}

#contenu {
	clear: none;
	margin-left: 238px;
	margin-top: 20px;
}

/**********
 * ENTETE
 **********/

#contenu DIV.entete {
	border: solid 1px #e1c7ae;
	height: 190px;
	margin-bottom: 18px;
}

#contenu DIV.entete IMG.imgtheme {
	float: right;
}

#contenu DIV.entete IMG.imgtitre {
	margin-top: 15px;
	margin-left: 7px;
}

#contenu DIV.entete H1 {
	margin-left: 7px;
	color: #732813;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
}

#contenu DIV.entete H2 {
	margin-left: 7px;
	color: #732813;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
}


#contenu DIV.encadre DIV.contenu {
	padding: 0;
}

/**********
 * ONGLETS
 **********/

ul#voyageOnglets {
	text-align: center;
    list-style-type: none;
	height: 37px;
    margin: 0;
	padding: 0;
	margin-right: 5px;
    border-left: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
}

ul#voyageOnglets li {
    float: left;
	position: relative;
	left: -2px;
    height: 37px;
	cursor: pointer;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

ul#voyageOnglets li.active {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #f7f7f7;
    border-right: 2px solid #f7f7f7;
}

ul#formatOnglets {
	position: absolute;
	top: 415px;
	right: 20px;
	text-align: center;
    list-style-type: none;
    margin: 0;
	padding: 0;
}

ul#formatOnglets li {
    float: left;
	cursor: pointer;
	border-style:outset;
  	border-width:1px;
  	border-color:silver;
	padding: 2px 3px 0 3px;
}

ul#formatOnglets li.active {
border-style:inset;
}



.voyages {
	clear: both;
	margin-top: 38px;
	padding: 0 10px 0 15px;	
}

.voyageRowWrapper {
	margin-bottom: 10px;
}

.partage {
	background-color: #fbfaf6;
	margin: 10px 10px 0px 15px;	
	padding: 3px 6px 3px 6px;
}

.fb_share_button {
	margin-left: auto;
	margin-right: 0px;
}

#loading {
	text-align: center;
}

#loading img {
	width: 50px;
	height: 50px;
}

.resultat {
	margin-top: 50px;
	text-align: center;
}

