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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #243e63;
	background-color: #FFCA66;
	text-align: justify;
	background-image: url(style/style/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 24pt;
	margin-bottom: 10px;
	font-weight: lighter;
	color: #e11c19;
}
h2 {
	font-size: 18pt;
	margin-bottom: 10px;
	font-weight: lighter;
	color: #FF6D0D;
	padding-top: 20px;
}
h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
p {
	line-height: 20px;
}
ul {
	list-style-type: disc;
	padding-left: 40px;
}
li {
	padding-left: 10px;
	line-height: 20px;
}

a {
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	color: #FF870D;
}
#conteneur {
	background-color: #FFFFFF;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#entete {
	height: 386px;
	background-image: url(entete.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#page {
	width: 950px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
}
#footer {
	color: #333333;
	height: 50px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#menu {
	width: 180px;
	float: left;
	font-size: 14px;
	text-align: left;
}
#contenu {
	width: 730px;
	margin-left: 200px;
	padding-left: 20px;
}
#menu li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu ul a {
	width: 180px;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #4F74A8;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#menu  ul  a:hover   {
	background-color: #E11C19;
	color: #FFFFFF;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
}

.gauche {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.droite {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
