/* CSS Document */

#box_contenu_colonne {
width:						236px;
position:					relative;
float:						left;
margin-right:				14px;
}

#box_contenu_colonne h3.bg_formation{
width:						236px;
height:						26px;
position:					relative;
background-image:			url(../../images/boxes/box_contenu_colonne_head_formation.png);
background-repeat:			no-repeat;
background-position:		top;
text-align:					center;
display:					block;
line-height:				26px;
}

#box_contenu_colonne h3.bg_conseil{
width:						236px;
height:						26px;
position:					relative;
background-image:			url(../../images/boxes/box_contenu_colonne_head_conseil.png);
background-repeat:			no-repeat;
background-position:		top;
text-align:					center;
display:					block;
line-height:				26px;
}


#box_contenu_colonne_content {
width:						214px;
position:					relative;
padding:					11px;
}

/* liste */
#liste_content_colonne_formation li {
color:						#BEBC00;
list-style-position:		inside;
line-height:				16px;
margin-bottom:				5px;
}
#liste_content_colonne_conseil li {
color:						#ce003d;
list-style-position:		inside;
line-height:				16px;
margin-bottom:				5px;
}
