@charset "ISO-8859-1";

/* Balises générales */
*{
	margin: 0px;
	padding: 0px;
}
body {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #E5E5E5;
}

/* Fin des balises générales */
#contenu_index {
	background-image: url(images/centre_bas.gif);
	background-repeat: repeat-y;
	width: 980px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	margin-top: 10px;
}
#haut_index {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	height: 13px;
}
#bas_index {
	background-image: url(images/centre_bas.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-top: 10px;
}
#logo_index {
	background-image: url(images/logo_petit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	text-align: right;
	padding-right: 17px;
	margin-left: 5px;
}
#logo_index   h1 {
	padding-top: 10px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0079BC;
}
#texte_index {
	clear: both;
	height: 400px;
	width: 945px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/centre_bas.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#texte_index  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #59408E;
	margin-bottom: 15px;
}
#texte_index  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}
#texte_index   p {
	font: 11px/11pt Arial, Helvetica, sans-serif;
}
#texte_index  a {
	font-weight: bold;
	text-decoration: none;
	color: #002F60;
}
#texte_index a:hover {
	color: #FFFFFF;
	background-color: #002F60;
}