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

/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
html {
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 background: #fff2b2 url(../img/bg-top.jpg) no-repeat top center;
}

body{
color : #696036;
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: #669900;
}

a:hover{
color: #669900;
text-decoration: underline;
}

*:focus {
 outline: none;
}

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

.acc_toggler {
background:url("../img/menu.jpg") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:34px;
margin:13px 0 0;
padding:4px 0 0 23px;
font-size: 15px;
} 

.acc_toggler a{
color: #696036;
}

.acc_toggler a:hover{
color: #fff;
}

.acc_toggler:hover {
 cursor: pointer;
 background: url(../img/menu-hover.png) no-repeat;
 height: 34px;

}

.acc_element h3 {
margin:0 0 0 35px;
padding:0;
display:list-item;
} 

.acc_element h3 a{
cursor: pointer;
color: #696036;
} 

.acc_element h3 a:hover{
color: #557900;
} 



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

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

h2.block {
background:url("../img/menu-top.jpg") no-repeat scroll 0 0 transparent;
color:#000000;
font-size:15px;
height:67px;
margin:1px 0 -6px;
padding:5px 5px 1px;
}

#menu-bottom{
background:url("../img/menu-bottom.jpg") no-repeat scroll 0 0 transparent;
height:32px;
margin-left:-9px;
width:215px;
}


div.block {
 padding: 5px;
 background: url(../img/menu-middle.jpg) repeat-y;
}

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

#conteneur {
 background: none;
}

#page {
 width: 980px;
 margin: auto;
}

#header {
 min-height: 180px;
}

#body {
 margin: 5px 0;
}

#body #wrapper {
 height: 100%;
 float: right;
 margin-top:0px;
}

#body #left {
 width: 200px;
 float: left;
 min-height: 300px;
  margin-top:-7px;
}

#body #right {
 background: #ecc;
 float: right;
 width: 200px;
 min-height: 300px;
}

#body .center {
float:left;
margin:0 0 0 0;
min-height:740px;
width:760px;
}

#arbo {
 padding: 5px 5px 3px 5px;
}


/* --- Articles --- */

.article h2 {
color:#608800;
font-size:15px;
font-weight:normal;
margin:0;
padding:7px 10px 6px;
}

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

.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;
 color: #333;
 float: left;
 padding: 2px 5px;
 font-size: 11px;
 font-weight: bold;
}

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