#logo {
	height: 80px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#parent {
	height: 450px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#parent #sommaire {
	float: left;
	height: 450px;
	width: 150px;
	background-color: #C6D6E3;
}
#parent #contenu {
	background-color: #FFFFFF;
	float: right;
	height: 450px;
	width: 800px;
	position: relative;
}
#pied {
	background-color: #004892;
	height: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7DC89D;
	margin-top: 15px;
}
.lien {
	font-weight: bold;
	color: #519A8F;
}
.titre {
	font-size: 16px;
	font-weight: bold;
	color: #004892;
	text-align: center;
}

ul#menu {
	list-style-type: none;
	margin-top: 20px;
} 

ul#menu li {
	margin-bottom: 15px;
	margin-left: -25px;
	line-height: 20px;
}

ul#menu a {
	margin: 0 2px;
	width: 120px;
	height: 20px;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7DC89D;
	font-weight: bold;
	 }
	 
ul#menu a:hover {
	border: 1px solid gray;
	background-color: #034291;
     }
.titre2 {
	font-size: 14px;
	font-weight: bold;
	color: #009966;
}
.commentaires {
	font-size: 10px;
	color: #CC3333;
}
