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

*{
 margin :0px;
 padding :0px;
}

body{
 background : #FDA06D;
 font-family: "trebuchet MS",times, verdana, sans-serif ;
 font-size:12px;
}

#container{
 width: 800px;
 margin: 15px auto 0 auto;
}

#flash{
 height:200px;
}

#content, #footer{
 /*width: 796px;*/
}

#content{
 background: #fff url(images/telephone-coaching.jpg) no-repeat 97% 10px;
 min-height: 470px;
 /*width: 770px;*/
 padding: 20px 15px 20px 15px;
}

#content p{
 text-align: justify;
 margin-bottom : 15px;
}

#content h1{
 color: #75411C; 
 letter-spacing: 10px;
 background:transparent url(images/bullet.jpg) no-repeat left top;
 min-height:41px;
 padding-left: 15px;
 padding-top:10px;
 font-size: 170%;
}

#content h2{
 color: #E27F55;
 background:transparent url(images/bullet-h2.jpg) no-repeat 41px center;
 letter-spacing: 7px;
 padding-left: 45px;
 min-height:15px;
 font-size: 130%;
}

#content h3{
 font-size : 120%;
 text-align: center;
 color: #E27F55;
 margin-bottom: 15px;
}

#content ul{
 margin-left: 60px;
 list-style: disc;
}

#content li{
 list-style: none;
 background: url(images/bullet-liste.jpg) no-repeat left center;
 padding-left:25px;
 line-height: 20px;
}

#content .last{
 margin-bottom: 20px;
}

#content .suite{
 margin-bottom: 0px;
}

#content .aerer{
 margin-left:45px; 
 margin-right: 20px;
}

#footer{
 background: url(images/background-footer-05.jpg);
 height:71px;
 text-align: center;
 font-size: 80%;
 margin-bottom:50px;
}

#footer p{
 padding-top:30px;
}


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

.jrz{
 display: none;
}

.vide{
 clear:both;
 height:10px;
}




