body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}
div#navigation{
	background:#FFF left;
	height:100%;
	width:250px;
	float:left;
	margin: 0px;
}
div#header h1{
	height:50px;
	line-height:50px;
	margin:0;
	align:center;
	background: #FFFFFF;
	color: #243a98;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	align:center;
	background: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
div#content1{
	margin: 10px 20px 10px 10px;
	padding-right:30px;
	height:530px;
	background: #FFF;
	text-align: justify;
}
div#content2{
	margin: 10px 20px 10px 10px;
	height:60px;
	background:#FFF;	
}
div#extradroite{
	background:#FC3;
	float:right;
	padding:6px;
	margin: 30px 120px 25px 10px;
}
div#extragauche{
	background:#FC3;
	float:left;
	font-size: 15px;
	padding:8px;
	margin: 0px 50px 25px 10px;
}
div#wrapper{
	float:right;
}
div#footer{
	height:50px;
	width:99%;
	line-height:50px;
	background: #EEE;
	font-size: 11px;
	align:right;
	vertical-align: bottom;
	padding-right:10px;
}
A:link {
	color: #2080d0;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #2080d0;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #2080d0;
	text-decoration: underline overline;
}
.soustitre {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}