@charset "utf-8";
a:link {
	color: #D8C558;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D2AB5D;
}
a:hover {
	text-decoration: none;
	color: #D2AB5D;
	background-color: #801A18;
}
a:active {
	text-decoration: none;
	color: #D2AB5D;
	background-color: #801A18;
}
body,td,th,li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D2AB5D;
}

body {
	background: #201111;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", "trebuchet MS", helvetica, arial, sans-serif;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/haut.jpg);
	background-color: #000000;
}
.oneColFixCtrHdr #mainContent {
	background: #000000;
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
	background-image: url(../images/pied.jpg);
}
.cadre {
	border: 2px solid #D2AB5D;
}

