html {
	background-color: #bbb;
	text-align: center;
	border-bottom: 1px #999 solid;
}

body {
	background: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: auto;
	width: 1000px;
	text-align: justify;
}

div, h1, h2, h3, h4, td, tr, table, #content, #content *{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
div, td, tr, table, #content{
	color: #000;
	font-size: 14px;
}

#content{
	padding-left: 40px;
	padding-right: 40px;
}
#titrepage{
	padding-left: 10px;
}

#foot{
	text-align: center;
	border-top: 1px solid black;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#entete{
	background: url(head.jpg);
	position: relative;
	height: 226px;
	overflow: hidden;
	padding-left: 444px;
	padding-top: 100px;
}

#titres{
	position: absolute;
	width: 540px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 33px;
}

#titre0{
	position: absolute;
	left: 1px;
	top: 1px;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 66px;
}
#titre1{
	position: absolute;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	color: #d3000e;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 66px;
}

.menutop{
	background-color: #d3000e;
	width: 1000px;
	height: 31px;
	margin-top: 1px;
}
.menuul{
	padding: 0px;
	list-style:none;
	height: 28px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #d3000e;
	width:1000px;
}
.menuli{
	background-color: #d3000e;
	border-bottom: 1px solid #fff;
	float: left;
	min-width: 50px;
	max-width: 400px;
	padding-left: 0px;
	padding-right: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu{
	color: white;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	display: block;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu:hover{
	color: #d3000e;
	background-color: white;
}

#clear{
	clear: both;
}

a{
	color: #a00;
}