BODY 
{
	background-image : URL(imgs/ff.jpg);
	color : #000000;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}

 
/* ---------------------- STRUCTURE DE LA PAGE --------------------*/

TABLE
{
	padding:0px;
	border-collapse:collapse;
}


#tab_principal /* grand tableau principal */
{
	width:850px;
	height:100%;
	border : 0px solid #FFFFFF;
	padding:0px;
	border-collapse:collapse; /* --> équivalent CSS au cellspacing MAIS pour un cellpadding=0   */
	margin-left: auto; margin-right: auto; /* --- permet de centrer le tableau au centre de la page */
	text-align:center;
	/* border-spacing: 10px; --> mettre un espace entre chaque cellule : correspond au cellspacing MAIS pour un cellspacing>0   */
}

#cel_baniere /* cellule du haut, correspond à la bannière FLASH */
{
	width:980px;
	height:468px;
	text-align:center;
}

#cel_menu /* cellule du menu de gauche  */
{
	background-image : URL(imgs/fm.jpg);
	width:265px;
	height:100%;
	text-align:left;
	vertical-align: top;
}

#cel_contenu /* cellule de contenu partie centrale du site   */
{
/*	background-color:#ECDDC0;*/
	background-image:URL(imgs/fond_conteu.jpg);
	margin: 0 0 0 0; /* -- "margin-top", "margin-right", "margin-bottom", "margin-left"  */
	width:672px;
	height:100%;
	text-align:center;
	padding:0px
}

#cel_temp /* cellule de droite  */
{
	background-image : URL(imgs/c2.jpg);
	background-color:#ECDDC0;
	margin: 0 0 0 0; /* -- "margin-top", "margin-right", "margin-bottom", "margin-left"  */
	width:43px;
	height:100%;
	text-align:center;
}

#cel_menu_bas /* cellule de contenu partie centrale du site   */
{
	background-color:#500303;
	color:#ECDDC0;
	margin: 0 0 0 0; /* -- "margin-top", "margin-right", "margin-bottom", "margin-left"  */
	height:25px;
	text-align:center;
}
 
/* ------------------------- FIN STRUCUTRE DE LA PAGE ----------------- */

/* ---------------------- CLASS DIV DES CONTENUS -------------------- */

#div_contenu
{
	overflow:none;
	width: 430px;
	height:100%;
	margin : 4px 0 4px 0; /* -- "margin-top", "margin-right", "margin-bottom", "margin-left"  */
	border-right: 0px solid #FFFFFF;
	text-align: justify;
	float:left;
	/*padding-right:15px;*/
}

#div_col_droite
{
	overflow:none;
	width: 220px;
	height:100%;
	margin : 4px 0 4px 0;
	border: 0px solid #FFFFFF;
	text-align: left;
	float:left;
	margin-left:15px;
}

/*  ------------------------------ FIN  CLASS DIV DES CONTENUS ---------------------------- */

/* ------------------------------------- CLASS TYPO ----------------------------- */

.texte
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.texte_petit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.texteblanc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	FONT-WEIGHT: bold;
	color: #c7892c;
}
.datepetit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: #c7892c;
}
.datenoir
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: #000000;
}
.titrenoir
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	FONT-WEIGHT: bold;
	color: #000000;
	text-decoration: underline ;
}
.titrenoirpetit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #000000;
	text-decoration: underline ;
}
.titreor
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	FONT-WEIGHT: bold;
	color: #c7892c;
}

.typo_blanc
{
	font-family: Verdanda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: #500303;
}

.texte_form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: #747474;
}

.blanc_petit
{
	font-family: Verdanda, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
/* --------------------------------------FIN  CLASS TYPO ----------------------------- */

/* ------------------------------------- CLASS TYPO LIENS ----------------------------- */

a:link 
{
	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; color: #747474; text-decoration: none; font-weight: bold;
	/*border-bottom: 1px dotted #bbb;		---- permet d'afficher les traits en pointillés sous chaque lien --> dotted  : La bordure prend la forme de points. ----- */
}
a:visited 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #747474; text-decoration: none; font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a:active 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #747474; text-decoration: none; font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a:hover
 {
 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #c7892c; text-decoration: none; font-weight: bold;
	/* border-bottom-style: solid; ----- permet d'afficher une bordure pleine sur le survole du lien --> solid : La bordure est pleine. ---- */
}

a.menu_bas:link 
{
	font-family: Arial, Helvetica, sans-serif; 	font-size: 11px; color: #ECDDC0; font-weight: bold;
}
a.menu_bas:visited 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ECDDC0; font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a.menu_bas:active 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ECDDC0; font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a.menu_bas:hover
 {
 	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ECDDC0; font-weight: bold;
	/* border-bottom-style: solid; ----- permet d'afficher une bordure pleine sur le survole du lien --> solid : La bordure est pleine. ---- */
}

a.blanc:link 
{
	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; color: #FFFFFF; font-weight: bold;
}
a.blanc:visited 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a.blanc:active 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a.blanc:hover
 {
 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;
	/* border-bottom-style: solid; ----- permet d'afficher une bordure pleine sur le survole du lien --> solid : La bordure est pleine. ---- */
}

a.textelien:link 
{
	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; color: #000000; font-weight: normal;
}
a.textelien:visited 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal;
	/*border-bottom: 1px dotted #bbb;*/
}
a.textelien:active 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal;
	/*border-bottom: 1px dotted #bbb;*/
}
a.textelien:hover
 {
 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal;
	/* border-bottom-style: solid; ----- permet d'afficher une bordure pleine sur le survole du lien --> solid : La bordure est pleine. ---- */
}

a.lien_titre
{
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #490102; font-weight: bold;
}
/* ------------------------------------- FIN CLASS TYPO LIENS ----------------------------- */
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #490102;
	FONT-WEIGHT: bold;
	text-transform:uppercase ;
	/*line-height:15px;*/
	display:inline;
}

H2
{
	display:inline;
}

a img {
    border: 0px;
	color:#000000
}


/* ------ */
a.archive:link 
{
	font-family: Arial, Helvetica, sans-serif; 	font-size: 14px; color: #C9C9C9; text-transform : uppercase;font-weight: bold;
}
a.archive:visited 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #C9C9C9; text-transform : uppercase;font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a.archive:active 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #C9C9C9; text-transform : uppercase;font-weight: bold;
	/*border-bottom: 1px dotted #bbb;*/
}
a.archive:hover
 {
 	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #C9C9C9; text-transform : uppercase; font-weight: bold;
	/* border-bottom-style: solid; ----- permet d'afficher une bordure pleine sur le survole du lien --> solid : La bordure est pleine. ---- */
}
