
<style type="style.css">
<!--


body {
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0px ;
	
}

#header1 {
	background-color: orange;
	width : 900px;
	height : 50px;
}

#titre {
	font-size: 18px;
	color: green;
	font-weight : bold;
	margin-left : 60px;
	margin-top : 6px;
	padding: 8px;

}

#logo {}

#header2 {
	background-color: green;
	width : 900px;
	height : 25px;
}

.rubriques {
	float : right;
	margin-right : 56px;
	margin-top : 5px;
}

.rubriques a {
	font-size: 12px;
	font-weight : bold;
	color : yellow;
	text-decoration : none;
	margin-left : 15px;
}

.menu {
	float : left;
	background-color: green;
	width : 180px;
	height : 500px;
}

.items {
	margin-top : 60px;
	margin-left : 27px;
	padding: 0;
	width : 120px;
	height : 250px;
	border : 3px solid orange;
	background-color: #FAFAD2;
}

ul,li { 
	list-style-type : none;
	line-height : 20px;
	width : 100px;
	margin-top : 15px;
	margin-left : 10px;
	text-align : center;
	font-size : 18px;
}

.contenu {
	margin-left : 200px;
	width : 700px;
	text-align : justify;
}

h1 {
	color : green;
	text-align : right;
}

h2 {
	text-align : right;
}