/*@charset "ISO-8859-1";*/

#partiegauche
{

/*border: inset 3px;*/
border: ridge 5px #fe3198;
-moz-border-radius: 15px;
-khtml-border-radius:15px;
-webkit-border-radius: 15px;
border-radius: 15px;
/*behavior: url(css/border-radius.htc);*/
background-color:#fe3198;
top:150px;
margin-top:8px;
margin-right:0px;
/*color:#0000FF;*/
width:180px;
float:left;
left:0;
position:Fixed;
/*background:#BABABA;*/
/*background:#FFAAFF;*/
padding-top:5px;

}

#menactif
{
margin-left:10px;
}

.menutitre
{
color:red;
/*width:152px;*/
margin-left:2px;
font-weight:bold;
font-size:16px;
text-align:left;
/*background:transparent url(http://www.crapules-city.com/l5e/bimages/posttitle2.png);*/
/*border:#FFAA00 solid 1px;*/
}

.tmenutitre
{
cursor:Pointer;
}

.menulien
{
color:blue;
/*background:transparent url(http://www.crapules-city.com/l5e/bimages/postcontent2.png);*/
font-size:0.9em;
text-align:left;
}

.menulien a:hover
{
color:darkred;
}