#menucentral {
	float: left;
}

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

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

#contenu DIV.entete {
	margin-left: 238px;
	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: 20px;
}

#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 {
	margin-top: 22px;
}

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

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

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

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

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


/**********
 * CONTENU
 **********/

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

.bloctexte H3 {
	padding-top: 0;
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.bloctexte H2 {
	color: #666666;
}

.bloctexte P {
	padding-top: 0px;
	margin-top: 0px;
}

/**********
 * FACEBOOK
 **********/

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

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


