/*MISE EN FORME*/
body{
margin-top:60px;
background-image:url(images/body.png);
background-size: contain ;
background-position:center;
background-attachment:fixed;
background-repeat:no-repeat;
}
*{
font-family:"Trebuchet MS";
font-size:14px;
}
p.corps{
text-align:justify;
font-size:16px;
 }
 
 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:#FFFFFF;
font-weight:bold;
}
p.adresse{
margin:1px;
color:#333333;
}
code.titre{
font-size:18px;
color:#333333;
font-weight:bold;
}
a{
text-decoration:none;
color:#000099;
font-size:18px;
line-height:2.5;
font-weight:bold;
}
a.liencorps{
font-size:14px;
line-height:14px;
font-weight:bold;
color: #000066
}
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;
}