body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #FFFFCC;
}
.contenu
{
	width: 770px ;
	margin: 0 auto;
	text-align: left ;
	background:#faab5c;
	padding: 5px;
}
div#entete
{
	height: 160px ;
	background: url(../images/logo1.jpg) no-repeat left top;
}
h1#titre
{
	color: #ffec9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4.5em;
	letter-spacing: 0.2em;
	position: relative;
	margin-left: 230px;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2#soustitre
{
	margin-left: 170px;
	position: relative;
	font-size: 3em;
	font-style: italic;
	color: #f16d03;
	margin-left: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2#titrepage
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	border-bottom: 1px solid #faab5c ;
}
.tabcentre{
	width: 590px;
	border: 2px dashed #faab5c;
	background: #ffec9d;
	margin-left: 160px;
}
.menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.menugauche li {
	margin-bottom: 5px;
}
.menugauche a {
	width: 133px;
	text-align:center;
	font-size: 1.3em;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	display:block;
	margin: 10px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	border-bottom-width: thick;
	color: #000000;
	text-decoration: none;
}
.menugauche a:hover {
	font-weight: bolder;
}
#gauche {
	float: left;
	width: 150px;
	border: 1px solid #FFFFFF;
	background: #f9ba25;

}
.nobr {
	clear: both;
}