/*******   FEUILLE DE STYLE $*****$  *******/
/*******  © MBA MULTIMEDIA - 2005  *******/


/***** Importation des paramètres généraux *****/

@import url('/styles/balise.css');
@import url('/styles/lien.css');
@import url('/styles/gabarit.css');
@import url('/styles/menu.css');

/*  SI ON VEUT SPECIFIER DES STYLES SPECIFIQUES POUR L'IMPRESSION :
@import url('/styles/ecran.css') screen;   
@import url('/styles/impression.css') print;   
*/



.coulblanc {
	color:#FFFFFF;
}
.coulblack {
	color:#1e2124;
}
.coulgris01{
	color:#898888;
}
.coulgris02{
	color:#434d60;
}

.coulOrange{
	color:#fbba3a;
}

.coulorange02{
	color:#f27000;
}

.gras {
	font-weight:bold;
}

.maj {
	text-transform:uppercase;
}


.inter01 {
	font-size: 11px;
	font-weight:bold;
}

.chapo {

}

/***** Tailles textes*****/
.corps9{
	font-size:9px;
}
.corps10{
	font-size:10px;
}
.corps11{
	font-size:11px;
}
.corps12{
	font-size:12px;
}
.corps13{
	font-size:13px;
}
.corps14{
	font-size:14px;
}
.corps15{
	font-size:15px;
}
.corps16{
	font-size:16px;
}
.corps17{
	font-size:17px;
}
.corps18{
	font-size:18px;
}
.corps19{
	font-size:19px;
}
.corps20{
	font-size:20px;
}



.bckDamier{
	background-image:url('/media/bck_damier.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#7c838f;
}