/*
	
	@author jfdumas@nektarmultimedia.com
	@copyright maison de jeunes Kekpart
	@desc Feuille de style servant pour la mise en page des textes gabarit jeunes
	
*/

.txt{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.txt_rouge{
	font-family:Verdana;
	font-size:11px;
	color:#440001;
}


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

.titre_rouge{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#440001;
}

a:link, a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#440001;
}

a:hover, a:active{
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
