@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contenu {
	position: absolute;
	width: 100%;
	vertical-align: top;
	top: 0px;
	bottom: 0px;
}
a {
	color: #59200A;
	outline:none;
}
a:link {
	text-decoration: none;
	color: #59200A;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #59200A;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #A7ADB3;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #59200A;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;;
}
h1 {
	font-size: medium;
	line-height: normal;
	color: #59200A;
	vertical-align: top;
}
h2 {
	font-size: x-large;
	line-height: inherit;
	font-weight: lighter;
}
h3 {
	font-size: medium;
	line-height: inherit;
	color: #59200A;
	vertical-align: top;
}
h4 {
	font-size: small;
	color: #59200A;
	vertical-align: top;
}
.copyright {
	font-size: x-small;
}
.Rubrique {
	font-size: medium;
	font-weight: bold;
	color: #59200A;
}
.Texte_courant {
	font-size: 13px;
	color: #000000;
}
.Texte_brun {
	font-size: 13px;
	color: #59200A;
	font-weight: bold;
}
.Texte_gris {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A7ADB3;
	font-weight: bold;
	line-height: 26px;
}
.Rubrique {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

/******* F O O T E R *******/
.footer{
	position: fixed;
	left: 0px;
	bottom: 0;
	height: 25px;
	width: 100%;
	background: #877767;
	color: #fff;
	font-size: xx-small;
	letter-spacing: 1px;
	text-align: center;
}

