/*************************************/
/* BODY */
body {
	background-color: #000000;
	margin:0px;
}


/*************************************/
/* JAUNE */
.titre_jaune {
	font-size: 18px;
	font-family: Tahoma;
	color: #FFCC00;
	font-weight: bold;
}

.titre_jaune_s {
	font-size: 15px;
	font-family: Tahoma;
	color: #FFCC00;
	font-weight: bold;
}

.texte_jaune {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFCC00;
}


/*************************************/
/* BLANC */
.titre_blanc {
	font-family: Tahoma;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.texte_blanc {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

.titre_blanc {
	font-family: Tahoma;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}



/*************************************/
/* NOIR */
.texte_noir {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.titre_noir {
	font-family: Tahoma;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}



/*************************************/
/* ORANGE */
.titre_orange {
	font-family: Tahoma;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
}

.texte_orange {
	font-family: Tahoma;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}



/*************************************/
/* MENU PDF DIV */
.menu_normal {
	min-height:615px;
	background-image: url('images/montage_04.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

/*************************************/
/* CONTENU NORMAL DIV */
.content_normal {
	min-height:615px;
	background-image: url('images/montage_05.jpg');
	background-repeat: no-repeat;
	text-align: left;
	padding: 20px 20px 10px 10px;
}








/*************************************/
/* MENU CATALOGUE DIV */
.menu_cat {
	min-height:615px;
	background-image: url('images/montage_cat_04.jpg');
	background-repeat: no-repeat;
	text-align: center;
	padding: 1px 1px 20px 20px;
}

/*************************************/
/* CONTENU CONTENT CATALOGUE DIV */
.content_cat {
	min-height:615px;
	background-image: url('images/montage_cat_05.jpg');
	background-repeat: no-repeat;
	text-align: left;
	padding: 20px 20px 10px 10px;
}



/*************************************/
/* LINKS */
a:link {color: #FFCC00;	font-size: 12px;	font-family: tahoma;}
a:visited {color:#FF6600; font-size: 12px; font-family: tahoma;}
a:active {color: #FFCC00; font-size: 12px; font-family: tahoma;}
a:hover {color: #FFCC00; font-size: 12px; font-family: tahoma;}

a.texte_blanc_link:link {color: #FFFFFF; font-size: 11px; font-family: tahoma; text-decoration: none}
a.texte_blanc_link:visited {color: #FF6600; font-size: 11px; font-family: tahoma; text-decoration: none}
a.texte_blanc_link:active {color: #FF6600; font-size: 11px; font-family: tahoma; text-decoration: none}
a.texte_blanc_link:hover {color: #FFCC00; font-size: 11px; font-family: tahoma; text-decoration: underline;}




