/*********************************************************************
 ******************* TOP BOTTOM ARTICLE GALERIE **********************
 *********************************************************************/
 
@import url(top.css);
@import url(bottom.css);
@import url(galerie.css);
@import url(mooflow.css);

/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
img {
 border: none;
}

a {
 color: #D57B51;
 text-decoration: none;
}
strong{color:#A95D39;}

body {
 background:  url(../img/bg_wrapper.jpg) no-repeat center top #fff;
 font-family: "Century Gothic", Helvetica, Arial;
 font-size: 12px;
 padding:0px;
 margin:0;
 color:#616161;
}

#wrapper_conteneur{background: url(../img/bg_footer.jpg) no-repeat center bottom; width:100%; margin:0 auto; margin:0; padding:0;}

#conteneur {
 margin:0 auto;
 padding:0;
 width:966px;
}

*:focus {
 outline: none;
}

/* ------ MENU ACCORDEON ------ */

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
} 

.acc_element h3 {
 margin: 0;
 padding: 0;
} 


/* ------ STRUCTURE DE LA PAGE (DECOUPAGE) ------ */

h1 {
 text-indent: -9999px; 
 margin: 0;
 padding: 0;
}

h2.block {
 margin: 0px;
 padding: 3px 5px 1px 5px;
 background: #aaa;
 color: #000;
 font-size: 15px;
}

div.block {
 padding: 5px;
}

h3 {
 margin: 0;
 padding: 0;
 font-size: 14px;
}

#partie_centrale {
 padding-top:5px;
 margin: 0 auto;
 width: 966px;
 min-height: 300px;
}

#partie_centrale #wrapper {
 height: 100%;
 float: right;
}

#partie_droite {
 float: left;
 margin: 20px 0 0px 0;
 width: 487px;
}

#partie_droite2 {
 float: right;
margin:0 0px 0px 0;
 width: 201px;
}

#partie_gauche {
 float: left;
margin:0 16px 0px 0;
 width: 250px;
}

.cadre {
/* border:1px solid #bbb;
 background-color:#eee;*/
 padding: 10px 0;
}

#partie_gauche .cadre {
 margin-right: 5px;
 padding: 10px 0 10px 10px;
}

#partie_droite .cadre {
 margin: 0 15px 5px 0;
 padding: 10px 0 10px 10px;
}

.radius-2px {
 -moz-border-radius-bottomleft:2px;
 -moz-border-radius-bottomright:2px;
 -moz-border-radius-topleft:2px;
 -moz-border-radius-topright:2px;
 -webkit-border-bottom-left-radius: 2px 2px;
 -webkit-border-bottom-right-radius: 2px 2px;
 -webkit-border-top-left-radius: 2px 2px;
 -webkit-border-top-right-radius: 2px 2px; 
}

.radius-3px {
 -moz-border-radius-bottomleft:3px;
 -moz-border-radius-bottomright:3px;
 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright:3px;
 -webkit-border-bottom-left-radius: 3px 3px;
 -webkit-border-bottom-right-radius: 3px 3px;
 -webkit-border-top-left-radius: 3px 3px;
 -webkit-border-top-right-radius: 3px 3px; 
}

.radius-4px {
 -moz-border-radius-bottomleft:4px;
 -moz-border-radius-bottomright:4px;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -webkit-border-bottom-left-radius: 4px 4px;
 -webkit-border-bottom-right-radius: 4px 4px;
 -webkit-border-top-left-radius: 4px 4px;
 -webkit-border-top-right-radius: 4px 4px; 
}

.radius-2px-top {
 -moz-border-radius-topleft:2px;
 -moz-border-radius-topright:2px;
 -webkit-border-top-left-radius: 2px 2px;
 -webkit-border-top-right-radius: 2px 2px; 
}

.radius-3px-top {
 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright:3px;
 -webkit-border-top-left-radius: 3px 3px;
 -webkit-border-top-right-radius: 3px 3px; 
}

.radius-4px-top {
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -webkit-border-top-left-radius: 4px 4px;
 -webkit-border-top-right-radius: 4px 4px; 
}

.radius-2px-bottom {
 -moz-border-radius-bottomleft:2px;
 -moz-border-radius-bottomright:2px;
 -webkit-border-bottom-left-radius: 2px 2px;
 -webkit-border-bottom-right-radius: 2px 2px; 
}

.radius-3px-bottom {
 -moz-border-radius-bottomleft:3px;
 -moz-border-radius-bottomright:3px;
 -webkit-border-bottom-left-radius: 3px 3px;
 -webkit-border-bottom-right-radius: 3px 3px; 
}

.radius-4px-bottom {
 -moz-border-radius-bottomleft:4px;
 -moz-border-radius-bottomright:4px;
 -webkit-border-bottom-left-radius: 4px 4px;
 -webkit-border-bottom-right-radius: 4px 4px; 
}

/* --- Articles --- */

.article{
clear:both
}

.article h2, h2.content-title, h2.titre {
 margin: 0;
 padding: 7px 10px 6px 10px;
 font-size: 14px;
 color: #A95D39;
}

.article .contenu {
 padding: 0 10px;
 text-align: justify;
 font-size: 12px;
 overflow : hidden;
}

.article .contenuMention{
 padding: 0 10px;
 text-align: justify;
 font-size: 12px;
 height:480px;
 overflow:auto
}


.article a.plus {
 margin: 0 0 10px 10px;
 display: block;
 text-decoration: none;
 float: right;
 padding: 2px 5px;
 font-size: 12px;
}

.article a.plus:hover {
 color: #616161;
}

/* *****************************************************
******************** ARBORESCENCE **********************
****************************************************** */

.arbo {
/* background:url('../img/background-arbo.png') no-repeat top left; */
/* font-family:Arial; */
font-size:11px;
padding: 10px 0 9px 0;
margin-bottom: 10px;
}

.arbo a {
 color:#333;
 text-decoration:none;
 padding-left: 15px;
 margin-left: 10px;
 background: url('../img/redf.png') 0px 50% no-repeat;
}

.arbo a:hover, .arbo a:last-child {
color:#000;
text-decoration:none
}

/* --- Onglets --- */

.onglets {
 border-bottom: 1px solid #bbb;
 margin: 15px 15px 0 0;
 height: 40px;
}

.onglet {
 border: 1px solid #bbb;
 width: 159px;
 text-align: left;
 font-size: 15px;
 float: left;
 margin: 2px 5px 0 0;
 color: #333;
 background: #c3c3c3;
 border-bottom:none;
}

.onglet a {
 color: #333;
 text-decoration: none;
 display: block;
 padding: 12px 0 9px 10px;
}

.onglet.choosed {
 background-color: #eee;
}

.onglet.choosed a {
 color: #000;
}

/* --- Actualites --- */

#actualites {
	margin : 0;
}

#actualites div.actualite_texte{
	overflow: hidden;
}

#actualites div.actualite_texte h3 {
	margin: 0;
	padding: 4px 6px 2px 6px;
	background: #eee;
	display:none;
}

#actualites div.actualite_texte p {
	margin: 0;
	padding: 4px 6px;
}

#actualites div.actualite_suite{
	text-align: left;
	margin-left: 15px;
	margin-top:10px;
}

#actualites div.actualite_suite a.actu_suite {
	text-decoration: none;
}

#actualites .actualites_dot{
	text-align: center;
	display:none;
}

#actualites .actualite_dot{
	background: transparent url('../img/actu_dot_off.png') center no-repeat;
	width: 20px;
	height: 10px;
	padding: 5px 10px;
}

#actualites .actualite_dot_active, #actualites .actualite_dot:hover{
	background: transparent url('../img/actu_dot_on.png') center no-repeat;
}