
*
{
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	scrollbar-face-color: #BBBBBB;  /*pour IE seulement */
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-highlight-color: #BBBBBB;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color: #BBBBBB;
	scrollbar-arrow-color: #ffffff;
	background-color: #FFFFFF;
}

.margin
{
	margin: 4px; /*pour décoler les textes des bords*/
}

/*les images du site*/
.deg-ht
{
	/*background-image: url(../images/deg-HD.gif);
	background-position: left top;
	background-repeat: repeat-x;*/
	background-color:#BBBBBB;
}

.img-HG
{
	/*background-image: url(../images/img-HG.gif);
	background-position: right top;
	background-repeat: no-repeat;*/
	background-color:#BBBBBB;
}

.img-HD
{
	/*background-image: url(../images/img-HD.gif);
	background-position: left top;
	background-repeat: no-repeat;*/
	background-color:#BBBBBB;
}

.fd-intro
{
	background-image: url(../images/fd-intro.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*les TEXTES*/	
	
H1,
H1 a:link,
H1 a:visited,
H1 a:hover
{
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0px;
	font-style: normal;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

H1 a:hover
{
	color: #AB1000;
	text-decoration: underline;
}

H2,
H2 a:link,
H2 a:visited,
H2 a:hover
{
	color:#FFFFFF;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	text-align: justify;
	text-decoration: none;
}

H2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

H3,
H3 a:link,
H3 a:visited,
H3 a:hover
{
	color: #AB1000;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
}

H3 a:hover
{
	text-decoration: underline;
}

H4,
H4 a:link,
H4 a:visited,
H4 a:hover
{
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
}

H4 a:hover
{
	text-decoration: underline;
}

H5,
H5 a:link,
H5 a:visited,
H5 a:hover
{
	color: #AB1000;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0px;
}

H5 a:hover
{
	text-decoration: underline;
}

H6,
H6 a:link,
H6 a:visited,
H6 a:hover
{
	color: #AB1000;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0px;
}

H6 a:hover
{
	text-decoration: underline;
}

.texte_saisi
{
	font-size: 12px;
	font-weight: normal;
	color: #010101;
	font-style: normal;
	letter-spacing: 1px;
	border: 1px solid #383838;
	background-color: #FFFFFF;
}

.txt_pieds,
.txt_pieds a:link,
.txt_pieds a:visited,
.txt_pieds a:hover
{
	color: #4D4D4D;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-position: center;
	line-height: 17px;
	text-decoration: none;
}

.txt_pieds a:hover
{
	color: #AB1000;
	text-decoration: underline;
}

.txt_contenu,
.txt_contenu a:link,
.txt_contenu a:visited,
.txt_contenu a:hover
{
	color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 17px;
	text-decoration: none;
}

.txt_contenu a:hover
{
	text-decoration: underline;
}

.txt_contenu2,
.txt_contenu2 a:link,
.txt_contenu2 a:visited,
.txt_contenu2 a:hover
{
	color: #372309;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-position: center;
}

.txt_contenu2 a:hover
{
	text-decoration: underline;
}

.txt_contenu3,
.txt_contenu3 a:link,
.txt_contenu3 a:visited,
.txt_contenu3 a:hover
{
	color: #787878;
	margin: 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: justify;
	line-height: 17px;
	text-decoration: none;
}

.txt_contenu3 a:hover
{
	text-decoration: underline;
}

.reference
{
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.tarifs
{
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #AB1000;
}

.alerte
{
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
	background-color: #AB1000;
	font-size: 12px;
}

/*LES LIENS*/	

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.lien,
.lien a:link,
.lien a:visited,
.lien a:hover
{
	color: #818181;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
}

.lien a:hover
{
	color: #818181;
	text-decoration: underline;
}

.lien2,
.lien2 a:link,
.lien2 a:visited,
.lien2 a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
}

.lien2 a:hover
{
	color: #AB1000;
	text-decoration: underline;
}

/*AUTRE DECO*/	

.bordure
{
	border: 1px solid #FFFFFF;
}

.bordure2
{
	border-left: 1px dashed #818181;
}

.bordure3
{
	border: 1px solid #6A6A6A;
}

.bordure4
{
	border: 1px solid #A66EB2;
}

img
{
	border:none;
}

/* --- */
/* DEV */
/* --- */

.bouton
{
	position:absolute;
	top:25px;
	right:20px;
	width:580px;
}

.bouton a,
.bouton a:link,
.bouton a:visited
{
	color:#6A6A6A;
	font-family:"Century Gothic";
	font-size:13px;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #6A6A6A;
	float:left;
}

.bouton a:hover
{
	color:#AD1708;
	border-right:1px solid #AD1708;
}

.sousmenu
{
	position:absolute;
	top:0px;
	left:0px;
}

