/* CSS Document */


body {
	margin-top:0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	background-image:url(../fond/fond.jpg);
	background-repeat:repeat-x;
}
.site {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}
.break {
	clear:both;
}
.menu {
	height:100px;
}
.diapo {
	height:150px;
}
.bd-gauche {
	width: 196px;
	float:left;
	border-right: solid 2px #000000;
	border-left: solid 2px #000000;
	border-bottom: solid 2px #000000;
	background-image:url(../fond/gauche-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#5a1814;
}
.actualite {
	background-image:url(../fond/actualite.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.mailing {
	background-image:url(../fond/mailing.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}
.coordonnees {
	background-image:url(../fond/coordonnees.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}
.bd-droite {
	width: 698px;
	float:right;
	border-right: solid 2px #000000;
	background-image:url(../fond/droite-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.contenu {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#5a1814;
	text-align:justify;
}
.mouled {
	float:right;
	padding-left:10px;
}
.p {
	width:430px;
	padding:10px;
}
.pfond {
	width:430px;
	padding:10px;
	background-color:#e8e8e8;
}
li {
	list-style-position:inside;
	padding-left:20px;
}
.p2 {
	padding:10px;
}
.pfond2 {
	padding:10px;
	background-color:#e8e8e8;
}
.lien {
	font-weight:bold;
	color:#5a1814;
	text-decoration:none;
}
a.lien:hover{text-decoration:underline;color:#b33028;}
.bd-bas {
	width: 900px;
	height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5a1814;
	text-align:center;
	padding-top: 3px;
}
.digitalage {
	text-decoration: none;
	color:#5a1814;
}
a.digitalage:hover{color:#b33028;}
.menuclick {
	text-decoration: none;
	color: #5a1814;
}
a.menuclick:hover{color:#b33028;}
.button1{
	background-image:url(../images/charte/ok.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;	
}
.buttonover1{
	background-image:url(../images/charte/ok-over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
  	cursor: pointer;
}