/* CSS Document */
div.content_text{
/*background:url(../medias/rando-alldes.jpg) no-repeat right top;*/
padding-bottom:40px;
}
div.content_text p{
width:300px;
text-align:justify;
color:#333333;
margin: 5px 10px 5px 10px;
}
div.content_text a{
font-size:11px;
color:#CC0000;
font-weight:bold;
}
div.content_text a:hover{
text-decoration:underline;
}
div.content_text h1{
font-size:16px;
color:#678b8e;
margin:10px 0 30px 0px;
}
div.content_text h2{
font-size:13px;
color:#333333;
margin:5px 0 5px 10px;
}
a.week_end{
display:block;
border:1px solid #FFF;
cursor: pointer;
cursor: hand;
}
a.week_end:hover{
border:1px solid #999999;
}


