/* -----------------------------------------------------------------------------
          Cascading Style Sheet ou feuille de style - Prociel by jrz 
----------------------------------------------------------------------------- */

* {
 margin: 0;
 padding: 0;
}

body{
 font-family: "Trebuchet MS", verdana, arial, Times,sans-serif;
 font-size: 14px;
 background: #fff; /*#BBB7B2 url(images/jaune-01.jpg);*/ /*#C3301C - #8C998F*/
}

h1, h2, h3{
 font-size: 120%;
 color:#ED5B52;
}

#site{
 margin: 0 auto;
 width :800px;
 height:800px;
}

a {
 text-decoration: none;
 color: #000;
}

p{
 text-align: justify;
 line-height : 140%;
 margin-bottom: 10px;
}

img{
 border:none;
}
ul, ol{
 margin-left:30px;
}

#supercontainer{
 width:960px;
 margin: 0 auto;
 
}

#header, #content, #footer{
 margin: 0 auto;
 width:960px;
}

#header{
 height:100px;
}


#content{
 background: #fff;
}

#footer{
 height: 50px;
 background: #fff;
}

#footer p{
 text-align:center;
 color:#ccc;
 font-size:80%;
 margin: 0;
 margin-left: 10px;
}

#footer a{
 color:#ccc;
}

.ch1{
 margin-bottom: 30px;
 font-weight: normal;
}

.toile{
 width:960px;
 height:720px;
}
