@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;
}
.bordbas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.bordgauche {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.borddroit {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.bordhautbas {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.fdhead {
	background-image: url(imgs/logo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100px 50px;
}
.fdcadreprincipal {
	background-repeat: repeat-y;
	background-color: #404F50;
}
.txten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}

.borhaut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tousbords {
	border: 1px solid #FFFFFF;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #fc9802;
	font-size: 15px;
	text-decoration: none;
}
.fontvisite {
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	color: #fc9802;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.barrejaune {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFD86D;
}

