html, body {
padding: 0; 
margin: 0;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 16px;
color: black;
background-color: white;
//background-image: url("images/background.jpg");
background-repeat: repeat-x;
background-attachment: fixed;
}

#atff {
  display: none;
}

/* conteneur du site */
#container {
width: 950px;
margin: auto;
background-image: url("images/bg-container.jpg");
background-repeat: repeat-y;
}

/* header du site */
#header {
width: 950px;
height: 213px;
margin-left: 1px;
padding: 0;
}

#header div{
height: 213px;
display: inline;
float: left;
}
	  
/* colonne gauche */
#gauche {
width: 171px;
min-height: 330px;
text-align: center;
float: left;
}

/* titre colonne gauche */
#gauche h2 {
height: 25px;
line-height: 25px;
font-size: 13px;
color: #BD0000;
/* text-indent: 27px; */
text-align: left;
/* top right bottom left */
margin: 15px 8px 0 8px;
font-weight: bold;
/* background-image: url("images/puce-lavande.gif"); */
background-repeat: no-repeat;
background-color : transparent;
}

/* titre colonne gauche */
#gauche .reseauxsociaux {
height: 15px;
line-height: 15px;
font-size: 13px;
color: #BD0000;
text-align: center;
margin: 15px 8px -20px 0px;
font-weight: bold;
background-repeat: no-repeat;
background-color : transparent;
}


/* liens reseaux sociaux bloc gauche */
#gauche div a:link, #gauche div  a:visited, #gauche div a:active, #gauche div a:hover {
width: 130px;
height: 18px;
font-weight: bold;
background-image: url("");
font-style: normal;
text-decoration: none;
text-align: center;
color: #07761D;
display: block;
line-height: 18px;
text-indent: 0px;
border-top: 0px;
background-color: transparent;
}

/* liens bloc gauche */
#gauche a:link, #gauche a:visited {
width: 171px;
height: 25px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #07761D;
display: block;
line-height: 25px;
text-indent: 10px;
border-top: 1px solid #BD761D;
background-color: transparent;
}

#gauche a:active, #gauche a:hover {
font-style: italic;
color: #BD0000;
background-image: url("images/hover.jpg");
background-repeat: repeat-y;
background-color: transparent;
}

#gauche .texteactif {
width: 171px;
height: 25px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #BD0000;
display: block;
line-height: 25px;
text-indent: 10px;
border-top: 1px solid #BD761D;
background-color: transparent;
}

/* images bloc gauche */
#gauche img {
margin: 10px auto;

}

/* corps de page */
#corps {
width: 729px;
height: 100%;
float: left;
display: block;
text-align: justify;
margin: 25px;
}

/* Titre corps de page */
#corps h1 {
margin-top: -5px;
line-height: 28px;
font-size: 20px;
color: #BD0000;
/* text-indent: 30px; */
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
/* background-image: url("images/puce-tournesol.jpg"); */
background-repeat: no-repeat;
background-color: transparent;
}

/* Sous titre corps de page */
#corps h3.spip {
font-size: 15px;
margin-top: 19px;
margin-bottom: -4px;
color: #07761D;
font-weight: bold;
background-color: transparent;
}


/* paragraphe de texte corps de page */
#corps spip {
margin: 0px;
}

/* footer */
#footer {
width: 950px;
height: 32px;
text-align: left;
background-image: url("images/bg-footer.jpg");
background-repeat: no-repeat;
background-color: transparent;
font-size: 10px;
color: black;
clear: both;
}

/* menus footer */
#footer a:link, #footer a:visited {
font-weight: normal;
text-decoration: none;
color: #07761D;
background-color : transparent;
}

#footer a:active, #footer a:hover {
color: #BD0000;
text-decoration: none;
background-color : transparent;
}

#footer span {
display: block;
/* top right bottom left */
padding: 11px 0 0 5px;
}

/* liens normaux */
a:link, a:visited {
color: #BD761D;
text-decoration: underline;
background-color: transparent;
}
a:active, a:hover {
color: #BD0000;
background-color: transparent;
}

/* bannière */
#banniere {
width: 506px;
height: 98px;
text-align: center;
/* top right bottom left */
margin: 0 37px 0 38px;
background-image: url("images/bg-banniere.jpg");
background-repeat: no-repeat;
background-color: transparent;
clear: both;
}

#banniere img{
margin-top: 19px;
}

/* positionnement flottant */
.left {
float: left;
/* top right bottom left */
margin: 10px 15px 0 0px;
clear: left;
}

.right {
float: right;
margin: 3px;
}

.iwstyle {font-size:20pt;} 


.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 20px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 20px; 
	text-align: center;
}


img {
border:none;
border-width: 0px;
}

div.addthis_toolbox {
float:right;
}