/* Gestion des textes --------------*/
.font_max {
	font-family			: ;
	font-size			: ;
    font-weight			: bold;
}
.font_grand {
	font-family			: ;
	font-size			: ;
}
.font_moyen {
	font-family			: ;
	font-size			: ;
    text-justify		: auto;
}
.font_basic {
	font-family			: ;
	font-size			: ;
}

.font_petit {
	font-family			: ;
	font-size			: ;
}

/* Règlages Font ----------------*/
.font_gras {
	font-weight			: bold;
}
.font_italic {
	font-style			: italic;
}
.font_justifie {
	text-justify: inter-word;
}
.font_souligne {
	text-decoration		: underline;
}

/* Gestion des textes fixes ----*/

.txt_titre {
	font				: ;	
	font-size			: ;
    font-weight			: bold;
}
.txt_sous_titre {
	font-size			: ;
    font-weight			: bold;
}

.txt_ss_menu_img_titre {
	font				: ;	
	font-size			: ;
    font-weight			: bold;
	text-align			: left;
    color				: ;
}

.txt_moyen {
	font				: ;	
	font-size			: ;
	text-align			: left;
    color				: ;
    text-justify		: inter-character; //inter-word;
}
.txt_normal {
	font				: ;	
    font-size			: ;
}

/* Gestion du menu racine et sous-menu ----*/
.menu_item_1_txt {
	color				: ; 
    font-family			: ;
    font-size			: ;
    font-weight			: bold;
    line-height			: 3rem;
    text-transform		: uppercase;
}
.menu_item_2_txt {
	color				: ; 
    font-family			: ;
    font-size			: ;
    font-weight			: bold;
    text-decoration		: none;
    line-height			: 2rem;
    text-transform		: uppercase;
}

.menu_item_3_txt {
	font-family			: ;
	font-size			: ;
    color				: ; 
    font-style			: italic;
    font-weight			: bold;
	text-align			: left;
    text-decoration		: none;
    font-style			: italic;
}
.menu_liste {
	color				: ; 
    font-family			: ;
    font-size			: ;
    font-weight			: bold;
    text-decoration		: none;
    line-height			: 2rem;
}
.menu_item_1_txt:visited {
	background-color	: ;
    color				: ;
}

.menu_item_1_txt:hover, .ss_menu_2_txt:hover, .ss_menu_3_txt:hover {
	color				:  ;
    background-color	: ;
}
.menu_item_0:active {
	background-color	: ;
}

// Couleurs
/*------ Gestion des couleurs --------*/
.b_bandeau {
	background-color		: ;
}

.b_noir {
	background-color		: ;
}
.f_noir {
	color					: ;
}
.b_gris {
	background-color		: ;
}
.f_gris {
	color					: ;
}

.b_gris_clair {
	background-color		: ;
}
.f_gris_clair {
	color					: ;
}

.f_blanc {
	color					: ;
}

.b_blanc_casse {
	background-color		: ;
}

.f_blanc_casse {
	color					: ;
}

.b_vert {
	background-color		: ;
}
.b_vert_clair {
	background-color		: ;
}
.f_vert_clair {
	color					: : ;
}

.f_vert {
	color					: ;
}

.b_bleu {
	background-color		: ;
}
.b_bleu_sombre {
	background-color		: ;
}
.f_bleu_sombre {
	color					: ;
}

.f_bleu {
	color					: ;
}
.f_bleu_clair {
	color		: ;
}
.b_bleu_clair {
	background-color		: ;
}
.b_orange {
	background-color		: ;
}
.f_orange {
	color					: ;    
}
.b_jaune {
	backgrund-color			: ;    
}
.f_jaune {
	color					: ;    
}
.b_rouge {
	background-color		: ;
}
.f_rouge_sombre {
	color					: ;    
}
.b_gris_transparent {
	background-color		: ;
}

