@charset "utf-8";
/* CSS Document */

.titre_sidebar{
text-align:left;
font-size:12px;
font-weight:bold;
letter-spacing:1px;
padding-left:8px;
color:#FFFFFF;
background-image:url('../images/template/h1_sidebar.png');
background-repeat:no-repeat;
b/ackground-position:right;
padding-top:4px;
padding-bottom:10px;
margin-top:10px;
margin-bottom:-3px;
z-index:10;
width:224px;




}
.contenu_sidebar  {
	text-align:left;
	background-image:url(../images/template/fond_sidebar_contenu.png);
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:2;
	clear:both;
	width:224px;



}
.contenu_sidebar a {
text-align:left;
font-size:11px;
font-weight:500;
letter-spacing:1px;
color:#333333;



}






.contenu_sidebar p {
border-bottom:1px solid #E5E5E5;
padding-left:7px;
padding-right:7px;
padding-bottom:7px;
padding-top:2px;
margin:3px 2px 3px 2px;


}

.contenu_sidebar p :hover{


}



.contenu_sidebar a : hover {
color:#FF0000;



}