body {
	background-color: #660000;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
}
#conteneur {
	position: absolute;
	width: 660px;
	left: 50%;
	margin-left: -330px;
	float:left;
	background-image:  url("img/fond_index.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #A2000B;
	padding-bottom: 30px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EB9607;
	border-right-color: #EB9607;
	border-bottom-color: #EB9607;
	border-left-color: #EB9607;
}
#menuIndex {
	position: relative;
	background-color: #C7C7C7;
	width: 400px;
	border: 3px solid #FFFFFF;
	margin-top: 20px;
	margin-bottom: 0;
	float: left;
	left: 130px;
}
#menuIndex a {
	background-image:  url("img/fond_lien_home.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	color: #890008;
	text-decoration: none;
	padding-left: 120px;
	font-weight: bold;
	font-size: 0.85em;
	display: block;
	border-bottom: 1px solid #C7C7C7;	
}
#menuIndex a:hover {
	background-image:   url("img/fond_index_hover.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#menuIndex img {
	margin-top: 0px;
	margin-bottom: 15px;
}

#infosIndex {
	background-color: #A19F9F;
	width: 400px;
	margin: 0;
	float: left;
	position: relative;
	left: 130px;
	border: 3px solid #fff;
	border-top: none 0;	
	padding-bottom: 10px;	
}
#InfoDroite, #InfoGauche {
	float: left;
	width: 168px;
	background-image:  url(img/fond_bas_infos.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #A7A4A4;
	padding-bottom: 10px;
	margin: 10px;
}
#infoDroite {
	margin: 10px;
	}
#infoGauche {
	margin: 10px;
	}
#infosIndex h1 {
	font-size: 1em;
	color: #FFFFFF;
	background-image:  url("img/fond_infos_haut.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
	text-align: center;
}
#infosIndex h2 {
	font-size: 0.9em;
	color: #333333;
	margin: 0px;
	padding: 5px;
	line-height: 0.9em;
	background-image:  url("img/fond_infos.gif");
	background-repeat: repeat-y;
	text-align: center;
}

#infosIndex p  {
	font-size: 0.85em;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	background-image:  url("img/fond_infos.gif");
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
#infosIndex a {
	color: #620108;
	text-decoration: underline;
	font-weight: bold;
}
#infosIndex a:hover {
	text-decoration: none;
}
#menuIndex p {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	font-family: "Courier New", Courier, mono;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-style: italic;
}

