html {
	margin: 0;
	padding: 0;
	}
body { 
	font:"Century Gothic"; /*défini la typo de tout le site */
	line-height: 1.2;/*interligne */
	color: #000000; 
	background: #f6b498 url(../images/background.jpg) repeat-x top left;  /*couleur image repetition position */
	margin: 0; 
	padding: 0;
	scrollbar-face-color: #f6b498;  /*pour IE seulement */
	scrollbar-shadow-color: #f6b498;
	scrollbar-highlight-color: #f6b498;
	scrollbar-3dlight-color:#f6b498 ;
	scrollbar-darkshadow-color:#f6b498 ;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	}
	
.margin{
	margin: 4px; /*pour décoler les textes des bords*/
}	
	
/*Ce qui concerne les peids de pages*/
.footer{
	background-image:url(../images/foot.jpg);
	background-repeat:no-repeat;
	background-position: top left ;

}
.pied2page {
	font-size: 10px;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #000000;
}
.coordonnee{
	font-family: "Century Gothic";
	font-size: 13px;
	color: #000000;
	margin: 5px 2px 2px 75px; /*regrouper les marges en commencant par le haut - droite - bas - gauche*/
}



/*les images du site*/
.container { 
	background:#fff url(../images/bgmiddle.jpg) no-repeat bottom left; 
	}
.bgtableau1{
	background: url(../images/titre.jpg) no-repeat left top;
	}
.bgtableau1{
	background:#fff url(../images/bgmiddle.jpg) no-repeat bottom left;
	}
.bgfond1{
	background: #fff url(../images/flashinfo-bg.jpg) repeat-y top left;
	}	
.bgfond2{
	background: url(../images/trans.png) repeat top left;
	border: 1px dotted #999999;
	}
	
	

/*les TEXTES*/	
	
H1 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #333333;
	letter-spacing: 4px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	background-color: #FBE7D9;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
H2 {
	font-family: "Century Gothic";
	color:#a2691a;
	font-size: 13px;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
H3 {
	margin-left:10px;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	font-variant: normal;
}
H5 {
	margin-left:9px;
	font-family: "verdana";
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	font-variant: normal;
}
H6 {
	margin-left:10px;
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	font-variant: normal;
}

.texte_saisi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #40312e;
	font-style: normal;
	letter-spacing: 1px;
	background-color: #FFF9FE;
	border: 1px dotted #251410;
}

.txt-contenu{
	margin: 5px 10px 2px 10px;
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	color: #000033;
}

.pied2page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #000000;
}

.reference {
	font-family: "Century Gothic";
	font-size: 11px;
	font-style: normal;
	color: #2A394F;
	font-weight: bold;
}
.tarifs {
	font-family: "Century Gothic";
	font-size: 11px;
	font-style: normal;
	color: #2A394F;
	font-weight: bold;
}
.alerte{
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
	background-color: #FF9900;
	font-family: "Century gothic", Times, serif;
	font-size: 12px;
}


/*LES LIENS*/	

a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-decoration: underline;
}
.lien a {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
}

.lien a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
}
.lien a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: underline;
}

/*AUTRE DECO*/	

.bordure {
	border: 1px dotted #F6BDA2;
}
.bordure2 {
	border: 1px solid #F09873;
}
.bordure3 {
	border: 1px solid #333333;
}
.bordure4 {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #F3BA94;
}
