html {
	margin: 0px;
	padding: 0px;
	background-color : #FFFFEC;
	color: #000;
	}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFEC;
	color: #900;
	}

img {
	border: 0px;
}

/*	--------------------------------------------------------------------------------------
	Style applicable aux liens
	--------------------------------------------------------------------------------------*/
a:link {
	color: #339;
}

a:visited {
	color: #339;
}

a:hover {

}

a:active {
	color: #900;
}
/*	--------------------------------------------------------------------------------------
	Style associé au bloc qui englobe l'ensemble des autres blocs : #logo_entete #nav et #contenu
	--------------------------------------------------------------------------------------*/

#haut {
	height: 20px;
	background-color: #9C6968;
}
#conteneur {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color:#CCCCFF;
	border: solid 1px black;
}

#conteneur h1, h2{
	margin: 0px auto;
	padding-top: 5px;
	font-size: small;
	text-align: center;
	border-bottom: 1px solid #900;
	width: 70%;
}

#centre {
	background: url(../images/fonclair.jpg) no-repeat top left;
	margin-left: 235px;
	height: 550px;
}

#centre ul, p.actualite, p.mention {
		padding: 0 0 0 13%;

}

#centre ul {
	margin: 2em 0 0 0;
	width: 45%;
	float: left;
}

#centre p {
	margin: 2em 0 0 0;
}

#centre ul li {
	margin-bottom: 0px;
	padding-bottom: 3em;
}

#centre ul li a {
	text-decoration: none;
	font-weight: bolder;
	border-bottom: 1px dotted black;
	width: 100%;
}

#centre ul li p, form {
	color: #003366;
	margin: 0.5em 0 0 0;
	padding: 0px;
}

#centre p.actualite {
	margin: 0px;
	color: #900;
	font-weight: bold;
	clear: left;
}

#centre div.affiche_actu {
	padding: 0 0 0 1%;
	margin: 0 0 0 13%;
	background-color: #F6DDC9;
	width: 600px;
	height: 60px;
	overflow: auto;
}

#centre div.affiche_actu ul {
	list-style: square;
	margin-top: 0px;
	padding-top: 0px;
}

#centre div.affiche_actu ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#centre div.affiche_actu ul li a{
	text-decoration: underline;
	font-weight: normal;
	border-bottom: 0px;
}

#centre p.mention {
	margin: 1em 0 0 0;
	text-align: center;
}

#centre .lienBas {
	font-size: xx-small;
	font-weight: bold;
	color: #339;
}

#gauche {
	position: absolute;
	left:0;
	width: 235px;
	height: 550px;
	background: url(../images/illustrlys.jpg) no-repeat top left;
}


#bas {
	height: 75px;
	background-color: #9C6968;
	color: White;
	text-align: left;
}

#bas p {
  width: 20%;
	margin: 0px auto;
	padding: 0px;
}

#bas p img{
  float:left;
}
