/* Pour FCK Editor */
 
.texte_ecole {color: #3CA63C;}
.texte_college {color: #7E9CEA;}
.texte_lycee {color: #0436A8;}
.texte_bts {color: #CD0D00;}
.texte_internat {color: #D9A500;}
.texte_neutre {color: #4D75D8;}

.soustitre_ecole {color: #3CA63C; font-size: 16px;}
.soustitre_college {color: #7E9CEA; font-size: 16px;}
.soustitre_lycee {color: #0436A8; font-size: 16px;}
.soustitre_bts {color: #CD0D00; font-size: 16px;}
.soustitre_internat {color: #D9A500; font-size: 16px;}
.soustitre_neutre {color: #4D75D8; font-size: 16px;}


div.puce_ecole_fck ul{
	list-style-image: None;
	list-style-type: None;
	margin: 0px;
	margin-left: 10px;
}
div.puce_ecole_fck ul li{
	margin: 0px;
	padding-left: 10px;
	background-image: url(images/puce_ecole.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

div.puce_college_fck ul{
	list-style-image: None;
	list-style-type: None;
	margin: 0px;
	margin-left: 10px;
}
div.puce_college_fck ul li{
	margin: 0px;
	padding-left: 10px;
	background-image: url(images/puce_college.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

div.puce_lycee_fck ul{
	list-style-image: None;
	list-style-type: None;
	margin: 0px;
	margin-left: 10px;
}
div.puce_lycee_fck ul li{
	margin: 0px;
	padding-left: 10px;
	background-image: url(images/puce_lycee.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

div.puce_bts_fck ul{
	list-style-image: None;
	list-style-type: None;
	margin: 0px;
	margin-left: 10px;
}
div.puce_bts_fck ul li{
	margin: 0px;
	padding-left: 10px;
	background-image: url(images/puce_bts.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

div.puce_internat_fck ul{
	list-style-image: None;
	list-style-type: None;
	margin: 0px;
	margin-left: 10px;
}
div.puce_internat_fck ul li{
	margin: 0px;
	padding-left: 10px;
	background-image: url(images/puce_internat.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

div.puce_neutre_fck ul{
	list-style-image: None;
	list-style-type: None;
	margin: 0px;
	margin-left: 10px;
}
div.puce_neutre_fck ul li{
	margin: 0px;
	padding-left: 10px;
	background-image: url(images/puce_neutre.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
