
/******************** GENERAL ***********************/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #A0C53C url(../images/body-fond.png);
}

hr {
	border: 0;
	border-top: 1px solid #DE9920;
	width: 50%;
	height: 1px;
	text-align: center;
	clear:both;
}

#conteneur {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff;
	width: 760px;
	border: solid 1px #93B734;
	border-width: 0 5px 1px 5px;
	margin: auto;
}


/******************* EN-TETE ********************/
#head {
	background: url(../images/header-01.jpg);
	height: 250px;
	color: #fff;
	text-align: right;
}
#head h1 {
	margin: 0;
	padding: 170px 180px 0 0;
	font-size: 1.1em;
}
#head h2 {
	margin: 0;
	padding: 0 40px;
	font-size: 0.9em;
	font-weight: normal;
}


/******************* MENU **********************/
#menu {
	text-align: right;
	padding: 5px 10px;
}
#menu ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}
#menu a {
	color: #A0C53C;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: solid 5px #A0C53C;
}
#menu a:hover {
	color: #7FA912;
	border-color: #7FA912;
}


/****************** CONTENU ********************/
#contenu {
	padding: 5px 10px;
}
#contenu h1 {
	color: #DE9920;
	font-size: 1em;
	border-bottom: 1px solid #DE9920;
	padding-left: 50px;
	margin-top: 30px;
}
#contenu h2 {
	color: #DE9920;
	font-size: 1em;
	font-weight: normal;
}
#contenu a {
	color: #93B734;
}
#contenu a:hover {
	color: #000;
}
#contenu p img {
	float: left;
	margin: 5px 10px;
	border: 0;
}
#contenu ul {
	list-style-image: url(../images/puce.png);
}
#contenu .technos {
	color: #DE9920;
	font-size: 0.8em;
	font-style: italic;
	margin: 3px 0;
}
#illustration {
	float: right;
	margin: 5px 0 5px 5px;
}

/***************** PIED DE PAGE ****************/
#piedpage {
	background: url(../images/piedpage-fond.png) repeat-x top left;
	text-align: right;
	padding: 5px 10px 4px 0;
	height: 20px;
	clear: both;
}
#piedpage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#piedpage li {
	display: inline;
	margin: 0 5px;
}
#piedpage a {
	color: #93B734;
	text-decoration: none;
}
#piedpage a:hover {
	color: #000;
}

/******************* CLASSES ******************/
.date {
	color: #DE9920;
	margin-right: 10px;
}

.statut {
	color: #000;
	font-size: 1em;
	border: 1px solid #93B734;
	text-align: center;
	margin: 30px 0 10px 0;
}
.statut a {
	text-decoration: none;
}

.lienExterne {
	background: url(../images/lien-externe.png) no-repeat left center;
	padding-left: 15px;
}

.coordonnees {
	width: auto;
	border: 0;
}
.coordonnees th {
	width: 120px;
}