* { margin:0; padding:0; }
body {
	width: 732px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/fond.gif');
	font-family: Arial, verdana, helvetica }
h1, h2, h3, h4, p { color: white; }
h1 { font-size: 24px; text-align: center; }
h2 { font-size: 18px; line-height: 18px; margin-bottom: 15px; }
h3 { font-size: 15px; }
p { font-size: 12px;
	text-align: justify;
	text-indent: 5px;
	line-height: 16px;
}
#top {
	margin-top: 5%;
	padding: 10px;
	background-color: #0077C3; }
#menu {
	float: left;
	height: 180px;
	padding: 10px;
	background-color: #0077C3; }
#content {
	height: 190px;
	border-top: 1px solid white;	
	padding: 15px;
	background-color: #0077C3;
	text-align: justify; }
#content2 {
	border-top: 1px solid white;
	clear: left;
	padding: 10px;
	background-color: #0077C3; }
#bloc {
	padding: 2px;
	margin: 10px;
	border: 1px solid white;
	float: left;
	height: 240px;
	width: 140px;
}
#menul {
	background-color: #0077C3;
	text-align: center;
}
#menul a:hover {
	color: red;
}
#menul li {
	float: left;
	font-size: 11px;
	list-style-type: none;
	margin-bottom: 14px;
}
#menul a {
	display: block;
	width: 100px;
	border: 1px solid black;
	color: blue;
	background: white;
	margin: 0 7px;
	text-decoration: none;
	text-align: center;
}
#bottom {
	background-color: white;	border-top: 1px solid white;
}
#bottoma {
	padding: 10px;
	font-size: 11px;
	background-color: #0077C3;
	text-align: center;
}
#bottomb {
	border-top: 1px solid white;
	padding: 10px;
	font-size: 11px;
	background-color: #0077C3;
	text-align: center;
}
#menula {
	background-color: #0077C3; }
#menula li {
	display: inline;
	margin-top: 5px;
	color: #F7E444;
}
#menulb {
	background-color: #0077C3; }
#menulb li {
	display: inline;
	margin-top: 5px;
	color: #F7E444;
}
ul#menua {
	margin: 0;
	padding: 0;
	font: bold 11px Georgia, Verdana, Arial;
	list-style-type: none; }
#menua a {
	display: block;
	margin: 4px 0;
	color: blue;
	text-decoration: none;
	line-height: 18px;
	width: 110px;
	border: 1px solid yellow;
	background: white;
	text-align: center;
	border-width: 1px 2px 2px 1px;
	border-color: #cecece #4a4a4a #4a4a4a #cecece;
	border-style: solid; }
#menu a:hover, #menu a:focus {
	border-width: 2px 1px 1px 2px;
	border-color: #4a4a4a #cecece #cecece #4a4a4a; }
.gauche {
  float: left; }
.p1 {
	padding-top: 18px;
    padding-right: 14px;
	line-height: 18px;
 }
.center {
	text-align: center;
}
.left {
	clear: left;
}
a 
{
	color: #F7E444;
	text-decoration: none;
}
a:hover {
	color: white;
  }