/* Classes pour les paragraphes */

li{
list-style-type:circel;
}

p.Gras_bold { 
	font-weight:bold;
	
}
p.Gras_titre { 
	font-weight:bold;
	color:#c35a83;
}
p.Gras_gris { 
	font-weight:bold;
	color:#474747;
}


#center ul{
	padding-top:10px;
	margin-left:30px;
	list-style-type:disc;
}
li.block_list_li{
	font-size:14px;
	line-height:20px;
	/*padding-left:10px;*/
	font-family: Tahoma,Verdana,Trebuchet;
	list-style-type:disc;
	padding-left:5px;
	margin-left:5px;
	margin-bottom:5px;
	
}

ol li.block_list_li{
	font-size:14px;
	line-height:20px;
	/*padding-left:10px;*/
	font-family: Tahoma,Verdana,Trebuchet;
	list-style-type:disc;
	padding-left:5px;
	margin-left:5px;
	margin-bottom:5px;
	
}

/* Classes pour le texte */
span.details { 
	font-size: 8px; 
	font-family: Tahoma,Verdana,Trebuchet;
}

span.Gras_titre { 
	font-weight:bold;
	color:#c35a83;
}
span.Gras_gris { 
	font-weight:bold;
	color:#474747;
}
span.title_bold {
	font-weight:bold;
}

