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

body {
	background-attachment: scroll;
	background-image: url(imgs/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bordbas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD86D;
}
.feuilles {
	background-image: url(imgs/feuilles.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.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;
}
.fdmarquee {
	background-image: url(imgs/fd2.jpg);
}
.fdcadreprincipal {
	background-repeat: repeat-y;
	background-color: #7A8599;
}
.txten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}

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



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFD86D;
	text-decoration: underline blink;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline blink;
	font-size: 12px;
	font-weight: bold;
}
link {
font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFF00;
	text-decoration: underline blink;
	font-size: 12px;
	font-weight: bold;
}

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