/* CSS Document */


#box_colonne_droite {
width:						212px;
position:					relative;
margin-bottom:				12px;
}


#box_colonne_droite h2 {
width:						212px;
height:						27px;
position:					relative;
display:					block;
background-image:			url(../../images/boxes/box_colonne_droite_head.png);
background-repeat:			no-repeat;
text-align:					center;
}

#box_colonne_droite_content {
width:						168px;
position:					relative;
background-image:			url(../../images/boxes/box_colonne_droite_bg.png);
background-repeat:			repeat-y;
padding-left:				22px;
padding-top:				10px;
padding-right:				22px;
}

#box_colonne_droite_foot {
width:						212px;
position:					relative;
background-image:			url(../../images/boxes/box_colonne_droite_foot.png);
background-repeat:			no-repeat;
}

/* liste */
#box_colonne_droite_content li {
list-style-position:		inside;
list-style-type:			disc;
padding-bottom:				7px;
}
