/* CSS Document */
/* D'après les modèles de : www.alsacréations.com */
html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-top:10px;
	background:url(images/bg.png) repeat;
}

li {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
}

#header {
	height: 141px;
	width: 958px;
	margin-left: auto;
	margin-right: auto;
}

#conteneur {
	width:900px;
	margin:0 auto;
	padding: 0;
	background-color:#5E5B55;
	border-top: #FFFFFF solid 2px;
}

#centre {
	margin-left: 200px;
	margin-right: 185px;
	margin-top: 20px;
}

#gauche {
	float:left;
	width: 181px;
	background-color: #FFC800;
	border-bottom: #FFC800 1px solid;
}

#gauche img {
	display: block;
	border: none;
}

#droite {
	float:right;
	width: 160px;
	height: 600px;
	margin-top: 10px;
	margin-right: 10px;
	border: #3b3935 1px solid;
	background: #848077;
	font-size: 1.2em;
	color: #FFC800;
	text-align: center;
}

#partenaires {
	margin: 0;
	padding: 0;
	list-style:none;
}

#droite a {
  text-decoration: none;
}

#droite a img{
  border: none;
}

#pied {
	clear:both;
	height: 30px;
	text-align: center;
	background-color: #201f1d;
	border-top: #FFFFFF solid 2px;
}

#pied p {
	font-size: 0.8em;
	color: #848077;
	padding-top: 2px;
}

#menuhaut {
	list-style-type: none;
	margin: 0;
	padding:0;
}

#menuhaut li {
	display: inline;
}

#menuhaut a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}

#menuhaut a:hover {
	text-decoration: none;
}

#menugauche {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menugauche li {
	padding: 0px;
	margin: 0px;
	/*margin-bottom: -3px;*/
}

#menugauche li a {
	vertical-align: bottom;
}

#menugauche a {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 31px;
	color: #000000;
	text-decoration: underline;
	background: url(images/menu_item.png) top;
}

#menugauche a:hover {
	background: url(images/menu_item.png) bottom;
}


h1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #FFC800;
	margin-top: 0px;
}


h2 {
	font-weight: bold;
	font-size: 1em;
	color: #FFC800;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(images/puce_fleche.png) no-repeat left bottom;
}


.date {
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}


.texte {
	text-align: justify;
}

.signature {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFC800;
	text-align: right;
}

.lien {
	border: #3b3935 1px solid;
	background: #848077;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin-bottom: 15px;
}

.lien  p {
	margin-top: 5px;
	text-align: left;
	color: #000000;
}

.contact {
	float: left; 
	width: 100%;
}

.img_contact{
	float: left; 
	margin: 2px 10px 5px 15px;
}

.lien a {
  text-decoration: none;
}

.lien a img{
  border: none;
}

.texte a {
  text-decoration: none;
  color: black;
}

.texte a:hover {
  text-decoration: underline;
}


