
body {
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
	background: #C5D27E ;
	background: url(../commun_img/fond_degrade.png) repeat-x ;
}

div#conteneur {
	width: 936px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #C2BB89 ;
	border: 2px solid #E1DBAF ;
	background: #ffffff;
}

h1#header {
	height: 314px ;
	background: url(../commun_img/banniere.png) no-repeat left top;
	margin:0;
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 10px;
	background: #F1F1DE;
	color: #000000 ;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #E1DBAF ;
}

div#contenuVide {
}

div#contenuAccueil {
	background: url(../commun_img/marge_accueil.png) no-repeat 15px -5px ;
}

div#contenuDocuments {
	background: url(../commun_img/marge_documents.png) no-repeat 15px -5px ;
}

div#contenuAdministration {
	background: url(../commun_img/marge_administration.png) no-repeat 15px 75px ;
}

div#contenuPrive {
	background: url(../commun_img/marge_prive.png) no-repeat 15px 75px ;
}

div#contenuCalendrier {
	background: url(../commun_img/marge_calendrier.png) no-repeat 15px -20px ;
}

div#contenuAdhesions {
	background: url(../commun_img/marge_adhesions.png) no-repeat 15px -20px ;
}

div#contenuBulletins {
	background: url(../commun_img/marge_bulletins.png) no-repeat 15px -20px ;
}

div#contenuForum {
	background: url(../commun_img/marge_forum.png) no-repeat 15px -20px ;
}

div#contenuLiens {
	background: url(../commun_img/marge_liens.png) no-repeat 15px -20px ;
}

div#contenuPhototheque {
	background: url(../commun_img/marge_phototheque.png) no-repeat 15px -20px ;
}

div#contenuTelechargement {
}

div#contenu {
		padding: 0 30px 0 120px ;
}


div#contenu h2 {
	padding-left: 33px ;
	line-height: 29px ;
	font-size: 1.4em ;
	background: url(../commun_img/icone_paragraphe.png) no-repeat left bottom ;
	color: #5A3404 ;
	border-bottom: 1px solid #5A3404 ;
}

div#contenu p {
	text-align: justify;
}

div#contenu ul {
	list-style-type: none ;
	list-style-position: outside;
	list-style-image: url(../commun_img/fleche_rouge.gif);
}

div#contenu ul li a {
	text-decoration:none;
	color:black;
}

div#contenu ul li a:hover {
	fint-weight: bold;
	color:white;
	background:#BD2900;
}


