/** mise en forme Titres et Sous Titres **/

/** liens **/
a.neutre{
	line-height:10px;
}

#lcmCenter a.titrePrd{
	font-weight:bold;
	text-transform:upperCase;
	line-height:11px;
}

/** titres **/
#lcmCenter h2.titre
{
	font-size:19px;
	font-weight:normal;
	text-transform:upperCase;
	line-height:20px;
}

#lcmCenter h3.sstitre{
	font-size:15px;
	font-weight:normal;
	text-transform:upperCase;
	line-height:16px;
	margin-bottom:10px;
}

#lcmCenter h4.titreParag{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	margin:5px 0;
}

/** texte **/

#lcmCenter .texteCourant{
	font-family:Arial;
	font-size:11px;
	margin:0px;

}

#lcmCenter .texteSmall{
	font-family:Arial;
	font-size:9px;
	margin:0px;
}

/** colonnes et paddings **/

#lcmCenter .colonne250{
	width:240px;
	padding-left:20px;
	padding-right:15px;
}



/** paragraphes dans colonne **/
#lcmCenter .colonne250 p {
	margin:1px 0 1px 0;
	padding:1px 0 1px 0;
	line-height:14px;

}

#lcmCenter .colonne250 p.neutral {
	margin:1px 0 1px 0;
	padding:1px 0 1px 0;
	border-bottom:1px solid #aaaaaa;
	line-height:14px;

}

#lcmCenter .colonne250 p.selected {
	margin:1px 0 1px 0;
	padding:1px 0 1px 0;
	border-bottom:1px solid #000000;
	line-height:14px;
}


