/* Articles */

/* taille typo
 * 1em = 0.065px
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */


/* Css d'affichage */
@media projection, screen, tv {


#accueil_lien {
	float:left;
	font-size:0.88em;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 5px;
}

#accueil_lien A {
	color:#FFFFFF;
	text-decoration:none; 
}

#accueil_lien A:hover {	text-decoration:underline; }

/* ---------------------------------------------- */

#signature {
	margin:5px 0 0 0;
	text-align:center;
	color: #F8A700;
}

#signature A {
	color:#F8A700;
	text-decoration:none;
}

#signature A:hover {text-decoration:underline; }


}


/* Css d'impression */
@media print {



}