@charset "UTF-8";

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	line-height: 17px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
div.spacer {
 clear: both;
 }
#container {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
#Header {
	position:absolute;
	left:0;
	top:18px;
	width:800px;
	z-index:1;
}
#Header h1 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
}
.big1 {
	font-size: 20px;
	font-weight: bold;
}
#MenuHaut {
	position:absolute;
	left:0px;
	top:92px;
	width:800px;
	z-index:1;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/fdbarrenav.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#MenuHaut a:link {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}
#MenuHaut a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}
#MenuHaut a:hover {
	color: #FFF;
	margin-right: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
a.actif {
	color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#ContenuPrinc {
	position:absolute;
	left:0px;
	top:140px;
	width:800px;
	z-index:1;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 22px;
	margin-top: 6px;
	line-height: 22px;
	margin-bottom: 30px;
}
.h3-sansmargebasse {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
h4 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 22px;
}
h4+p {
	margin-top: 5px;
}
blockquote {
	margin: 0px;
	font-size: 16px;
	line-height: 16px;
}
.chapeau {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.aligngauche {
	float: left;
	margin-right: 25px;
}
.aligndroite {
	float: right;
	margin-left: 25px;
}
.marge-haute-nul {
	margin-top: 0px;
}
#Footer {
	position:absolute;
	left:0px;
	width:800px;
	z-index:4;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/fdbarrenav.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#Footer a:link {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}
#Footer a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}
#Footer a:hover {
	color: #FFF;
	text-decoration: underline;
	margin-right: 10px;
}
.colonne-home a:link {
	color: #FFF;
	text-decoration: none;
}
.colonne-home a:visited {
	color: #FFF;
	text-decoration: none;
}
.colonne-home a:hover {
	color: #666;
	text-decoration: none;
}
#Contacts {
	position:absolute;
	left:592px;
	top:-15px;
	width:153px;
	height:163px;
	z-index:1;
	background-color: #000000;
	border: 10px solid #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	visibility: hidden;
	cursor: move;
}
a.btn1:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	margin-left: 10px;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.btn1:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	margin-left: 10px;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.btn1:hover {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	background-color: #333;
	margin-left: 10px;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
