p {padding: 0; margin: 0;}
/* GENERALITE
----------------------------------- */
body {
	font-family:"Trebuchet MS", Verdana, Arial;
 	font-size:12px;
 	color:#000000;
	/*background-color:#191919;*/
	background-color:#191919;
}

img {
	border:0px;
	padding:0;
	margin:O;
}


h1 {
	color:#FF8000;
	font-size:18px;
	font-weight:normal;
	font-family:Tahoma;
	margin-bottom:10px;
}

p {
	letter-spacing:1.2px;
}




/* STRUCTURE DU SITE
------------------------------------ */
#main {
	position:absolute; /* on positionne le conteneur */
	left:50%;
	width:950px;
	margin-left:-475px;
	margin-top:2px;
	background-image:url(../images/fond_repeter.gif);
	background-repeat:repeat;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align:justify;
	background-color:#FFFFFF;
}


/* Centre de la page
-------------------------------------- */
#menu {
	float:left;
	width:950px;
	margin-top:-2px;
	background-color:#1D7700;
}/* BLOC DU CENTRE REGROUPANT GAUCHE ET PRINCIPAL
----------------------------------------- */
#bloc_centre {
	float:left;
	width:950px;
	margin-top:15px;
	background-image:url(../images/fond_principal.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


/* Menu de gauche
-------------------------------------- */

#menu_gauche {
	float:left;
	width:210px;
	margin-left:20px;
	height:350px;
}

.titre_news {
	color:#1D7700;
	padding-left:19px;
	margin-bottom:10px;
	margin-top:15px;
	background-image:url(../images/puce_news.jpg);
	background-repeat:no-repeat;
}

.texte_news {
	font-size:10px;
}

.lien_plus {
	text-align:right;
	font-size:9px;
}

#chemin {
	font-size:9px;
	color:#333333;
	margin-bottom:15px;
}

/* Centre de la page
-------------------------------------- */


#principal {
	float:left;
	width:680px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:10px;
}

.titre_article {
	color:#1D7700;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	border-bottom: 1px #1D7700 dashed;
	width:680px;
}

.texte_article {
	float:left;
	padding:5px;
	text-align:justify;
	margin-bottom:20px;
	width:680px;
}

/* Pied de page
-------------------------------------- */
#pied p {
	color:#CCCCCC;
	font-size:10px;
}

a.lien_pied_on {
	color:#FF6600;
}

a {
	color:#999999;
}



/* Formulaire de contact
-------------------------------------- */

.champ_contact {
	text-align:right;
	color:#a0d933;
	font-size:13px;
	font-weight:bold;
}
.champ_form_contact {
	text-align:left;
	color:#3ca2c6;
	font-size:13px;
	font-weight:bold;
}

.bouton_valider {
	border:0px;
	cursor:pointer;
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	width:89px;
	height:44px;
}
