@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(fond_home.png);
	background-repeat: repeat-x;
}

#sommaire {
	width:700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(fond_titre.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	position: relative;
	z-index: 1;
}

#sommaire h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	padding-left: 300px;
	margin-bottom: 0px;
	margin-top: 1px;
}
#sommaire h1 a {
	font-size: 40px;
	color: #FFFFFF;
}
#sommaire h1 a:hover {
	font-size: 40px;
	color: #FFFFFF;
	text-decoration: none;
}

#sommaire h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 300px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sommaire h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3294AD;
}
#sommaire h3 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


#sommaire h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	text-align: right;
}

#sommaire p {
	margin-left: 5px;
	text-align: justify;
	margin-right: 5px;
	color: #000000;
	font-style: normal;
}

#sommaire ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3294AD;
	padding-bottom: 5px;
}

#sommaire li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
}

#sommaire a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

#sommaire a:hover {
	color: #FFFFFF;
	background-color: #3294AD;
}

/* Pied de page */
#pied {
	clear: both;
	width: 700px;
	margin-top: 2em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.table {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #3294AD;
}
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }

