@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3c0f18;
	color: #333333;
	margin: 0px;
	line-height: 16px;
	font-size: 80%;
	text-align: justify;
}
img 			{ border:0; }
p			{
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
a 				{ color:#333333; text-decoration:none; }
a:hover			{ color:#ff0730; text-decoration:none;}

a.lien 			{
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/arrow.gif);
}
a:hover.lien 			{
	color:#ff0730;
	text-decoration:none;
	background-image: url(images/arrow_f2.gif);
}
a.lien-rouge			{
	color:#ff0730;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/arrow_f2.gif);
}
a:hover.lien-rouge			{
	color:#333333;
	text-decoration:none;
	background-image: url(images/arrow.gif);
}
.auteur	 {
	font-size: 210%;
	color:#000;
	font-weight: bold;
	line-height: 25px;
}
.rubrique { 
	font-size: 160%; 
	color:#000;
	font-weight: bold;
	line-height: 25px;
}
.titre{
	color:#ff0730;
	font-weight: bold;
}
.txt-rouge{
	color:#ff0730;
}
.info{
	font-size: 80%;
}
.bord{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #938981;
}

#index {
	width: 800px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
	margin-top: -254px;
	left: 50%;
	top: 50%;
	position: absolute;
}
#wrapper { 
	width: 850px; 
	background-color: #fff; 
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
	margin-left: -425px; 
	left: 50%; 
	position: absolute; 
}
#top			{
	width:100%;
	height:31px;
	background-color: #3c0f18;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3c0f18;
}
#header 		{
	width:100%;
	height:174px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header .info {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	position: relative;
	float: none;
}

#header a.lien 			{
	color:#ff0730;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 10px;
	text-transform: uppercase;
	background-image: url(images/arrow_f2.gif);
}
#header a:hover.lien 			{
	color:#333333;
	text-decoration:none;
	background-image: url(images/arrow.gif);
}
#nav {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	height: 88px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0730;
	line-height: 16px;
	right: 0px;
	left: 400px;
	width: 418px;
	position: absolute;
	top: 35px;
}
#nav ul 	{
	margin:0;
	float:left;
	list-style:none;
	padding: 0px;
}
#nav ul li {
	font-size: 9px;
	font-weight: bold;
	margin:0;
	float:left;
	background-image: url(images/nav_separ.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	text-align: left;
	display: inline;
	height: 20px;

}
#nav ul li a {
	color: #eae8da;
}
#nav ul li a:hover			{ color:#ff0730; text-decoration:none;}
#center 		{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
}
#center .entete1		{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #938981;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;	
}
#center .entete2		{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #938981;
	text-align: left;
}
#center .entete3		{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}
#center .entete4		{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #938981;
	text-align: left;
}
#center .contenuRight		{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #938981;
	text-align: justify;
}
#center .contenuRight2		{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: justify;
}
#center .contenuLeft		{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff0730;
	font-size: 85%;
}
#center .contenuLeft .info		{
	font-size: 85%;
}
#center .images		{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff0730;
	width: 260px;
	float: none;
}
#center .imagesGF		{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff0730;
	width: 179px;
	float: none;
	margin-top: 74px;
	margin-left: 80px;
}
#center .notice		{
	width: 180px;
	float: none;
	padding-top: 22px;
	padding-left: 80px;
}
#center .notice ul 	{
	margin:0;
	float:left;
	list-style:none;
	padding: 0px;
	width: 260px;
}
#center .notice	ul li {
	font-size: 10px;
	color: #938981;
	margin:0;
	float:left;
	background-image: url(images/notice_separ.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 7px;
	text-align: left;
	display: inline;
}
#center .entretien {

}
#center .entretien p {
	padding-bottom: 10px;

}
#center .entretien .question {
	color: #ff0730;

}

#center .fleches {
	width: 100%;
	padding-left: 218px;
	padding-top: 60px;
}
#spacer		{
	position:relative;
	height:30px;
	width:100px;
	clear:both;
}
#footer 		{
	position:relative;
	height:50px;
	width:100%;
	clear:both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #3c0f18;
	padding-top: 34px;
	text-align: right;
}
#navbas {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0730;
	line-height: 16px;
	right: 0px;
	left: 522px;
	width: 418px;
	position: absolute;
	top: 20px;
}
#navbas ul 	{
	margin:0;
	float:left;
	list-style:none;
	padding: 0px;
}
#navbas ul li {
	font-size: 9px;
	font-weight: bold;
	margin:0;
	float:left;
	background-image: url(images/nav_separ.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	text-align: left;
	display: inline;
	height: 20px;
	padding-left: 20px;
}
#navbas ul li a {
	color: #eae8da;
}
#navbas ul li a:hover	{ color:#ff0730; text-decoration:none;}
#footer-accueil 		{
	position:relative;
	height:50px;
	width:100%;
	clear:both;
	padding-top: 34px;
	text-align: right;
}
#navbas-accueil  {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0730;
	line-height: 16px;
	right: 0px;
	left: 475px;
	width: 418px;
	position: absolute;
	top: 0px;
}
#navbas-accueil  ul 	{
	margin:0;
	float:left;
	list-style:none;
	padding: 0px;
}
#navbas-accueil  ul li {
	font-size: 9px;
	font-weight: bold;
	margin:0;
	float:left;
	background-image: url(images/nav_separ.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	text-align: left;
	display: inline;
	height: 20px;
	padding-left: 20px;
}
#navbas-accueil  ul li a {
	color: #eae8da;
}
#navbas-accueil  ul li a:hover			{ color:#ff0730; text-decoration:none;}

