body {
	font-family:"Trebuchet MS", helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background:#333;
}
#conteneur {
	margin: auto;
	width: 965px;
	background-color:#333;
	text-align:left;
	position: relative;
	min-height:545px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:545px; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
	margin-top: 50px;
}
#centre {
	background-color:#FFF;
	margin-left: 151px;
	margin-right: 165px;
	height: 545px;
	line-height: 1.2em;
}
#gauche {
	position: absolute;
	left:0;
	width: 151px;
}
#droite {
	position: absolute;
	right:0;
	width: 165px;
}
#topr {
	background-color:#333;
	height: 30px;
}

#contact {
	height: 312px;
	margin: 0;
	background: url(fdcontact.gif) no-repeat ;
}
p {
	margin: 0 0 10px 0;
}
#contact p {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
}
#contact b {
	font-size: 14px;
}
h1 {
	color: #FFF;
	font-size: 1.5em;
	padding-top: 25px;
}
h2 {
	color: #333;
	font-size: 1.3em;
}
a.bleu:link{
	text-decoration:underline;
	color: #5f8bb9;
	font-weight: bold;
}
a.orange:link{
	text-decoration:underline;
	color: #e54800;
	font-weight: bold;
}
a.brown:link{
	text-decoration:underline;
	color: #706752;
	font-weight: bold;
}
a.vert:link{
	text-decoration:underline;
	color: #bab801;
	font-weight: bold;
}
a.red:link{
	text-decoration:underline;
	color: #b00c48;
	font-weight: bold;
}
a.bleu:visited, a.orange:visited, a.brown:visited, a.vert:visited, a.red:visited{
	text-decoration:underline;
	color: #666;
}

a.bleu:hover, a.orange:hover, a.brown:hover, a.vert:hover, a.red:hover{
	text-decoration:none;
}
.logo {
	float: left;
	margin: 0 0 10px 0;
}
.petit {
font-size:10px;
}
.imageg {
float: left;
padding: 0em 1em 1em 0em;
}
.imaged {
float: right;
padding: 0em 1em 1em 1em;
}
#embed{
	padding: 10px 0 10px 100px;
}
#bottomlink{
	padding-left: 100px;
}
#footer {
	margin: 0;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
	background-color: #333;
}
#footer a, #contact a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #contact a:hover {
	text-decoration: underline;
}
#gris {
	margin: 0;
	text-align: center;
	color: #333;
	background-color: #333;
	display:block;
	position:relative;
	text-indent:-4000px;
}

hr {
	clear: both;
	visibility: hidden;
	background-color: #FFF;
}
