/* comportement generaux */
* {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: arial, geneva, sans-serif;
font-size: 12px;
background-color: #FFF;
}

a {
color: #669900;
}

a:hover{
color: #669900;
}

.listagebloc ul, .listagebloc li, #navigation ul, #navigation li {
list-style-type:none;
margin:0;
padding:0;
}

h1, h2, h3, h5, h6 {
font-weight: normal;
margin:0;
}

h4{
font-weight: normal;
margin:0;
}

/* chemin */
#chemin {
margin: 10px 10px 10px 10px;
font-size: 10px;
}

#contextes h1 {
font-size:13px;
}

/* contexte 2 */

#contexte2 div {
background-color:white;
padding: 1em;
margin-bottom: 2em;
}

#contexte2 div div {
padding: 0;
margin-bottom: 0;
}
#contexte2 {
}

#fin-contexte2 {
display: none;
}


/* partie texte */

#corps {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color:#666666;
text-align:justify;
background-color:white;
}

#corps div {
background-color:white;
/*margin-bottom:2em;*/
/*margin-bottom: 16px;*/
padding:1em;
}

/*#corps #edito div {
background-color:black;
}*/

#corps div div {
padding: 0;
margin: 0;
}

#corps h1 {
color: black;
background-color:white;
font-size: 18px;
}

#corps .dateauteurs {
color:#000;
font-size: 10px;
}

#corps .dateauteurs a {
color:#000;
}


#corps #header {
/*clear: left;*/
overflow: hidden;
}

#corps .clearer_header {
/*clear: left;*/
}

#corps .clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px; 
}

#corps .chapeau {
/*font-weight:bold;*/
color:#333;
margin-bottom:1em;
}

#corps .texte {
text-align:justify;
font-family: verdana, arial, sans-serif;
font-size: 11px;
color:#666666;
margin-right: 1px;
line-height:125%;
background-color:white;

}

h3 {
font-size: 18px;
color:#5d6b10;
margin: 2em 0 0.6em 0;
}

#corps h3 {
margin-top: 2em;
/*clear:left;*/
}

#corps .multi-column {
	margin-right:1em;
	float: left;
}

#corps #texteconteneur {
margin-bottom: 16px;
/*height : 350px;*/
background-color:white;
padding : bottom;


}

#corps .listagerepondre {
text-align:right;
font-size:11px;
}


#fin-corps {
display: none;
}

/* footer */

#footer {
color:#fff;
}

#footer a {
color: #fff;
}

#footer a:hover {
color:#f5a0ca;
} 

#site-footer img {
border:0;
}

/* cas particulier */


#corps #edito {
	width: 96%;
	/*margin: 3% 0 0 3%;
	padding: 2%;*/
	float: left;
	background-color: white;
}


#corps #edito * {
background-color: white;
}

/*.listagebloc #edito {
background-color:black;
}*/

#corps #edito h2 {
display:none;
}

#corps #edito h1 {
margin-bottom:6px;
}

#corps #edito .texte p.spip {
font-size: 14px;
margin: 1em 0 1em;
color:#666;
}



