/*MISE EN FORME*/
body{
margin:0 0;
margin-top:18px;
background-image:url(images/bg.jpg);
background-position:top;
background-position:left;
background-attachment:fixed;
background-repeat:no-repeat;
}
*{
font-family:"Trebuchet MS";
font-size:14px;
}
p.corps{
text-align:justify;
 }
 
 p.corps1{
text-align:justify;
 margin-left:100px;
 }
 
span.titre{
font-size:18px;
color: #920CCA;
font-family: "Verdana";
}
span.titre2{
font-size:18px;
color:#33FF00;
font-family: "Verdana";
font-weight:bold;
}
#gras{
font-weight:bold;
font-size:16px;
font-family: "Verdana";
}

p.titre{
font-size:30px;
color:#464646;
font-weight:bold;
}
p.adresse{
margin:1px;
color:#333333;
}
code.titre{
font-size:18px;
color:#333333;
font-weight:bold;
}
a{
text-decoration:none;
color:#920CCA;
background-color:white;
font-size:18px;
line-height:2.5;
}
a.liencorps{
font-size:14px;
line-height:14px;
font-weight:bold;
}
a.lientopics{
font-size:16px;
line-height:14px;
font-weight:bold;
}

a:hover
{

background-color:#33FF00;

}
code.bloc{
padding-left:5px;
display:block;

}
}
code.bloc2{
padding-left:8px;
display:block;
}
ul li{
list-style-image:url(Images/puce.gif);
}
ul li ul li{
list-style-image:none;
list-style-type:decimal;
}
ul li ul li ul li
{list-style-image:none;
list-style-type:square;
}