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

* {
 margin: 0;
 padding: 0;
}

body{
 font-family:"Trebuchet MS";
 font-size: 14px;
 background: #fff url(images/fond.gif);
 color: #000;
}

#container{
 width:800px;
 margin: 20px auto 0 auto;
 border: 1px solid #fbc15d;
}

#header{
 height:150px;
}

#content{
 width:800px;
 background: #fff;
 padding: 10px 0 40px 0;
 min-height: 520px;
 color: #5F1A1D;
}

#content h1{
 background: url(img/h1-30.gif) no-repeat left center;
 height: 32px;
 font-size: 140%;
 color:#fbc15d; /*#EAD7D0;*/
 letter-spacing: 2px;
 padding-left: 10px;
 padding-top: 3px;
}

#content h2{
 background: url(img/h1-30.gif) no-repeat left center;
 padding-left: 10px;
 padding-top: 10px;
 height: 32px;
 font-size: 110%;
 color:#fbc15d; /*#EAD7D0;*/
 letter-spacing: 2px;
}

#content h3{
 font-size:100%;
 color:#5F1A1D; /*#fbc15d;*/ 
 padding-left: 10px;
 padding-top: 3px;
}

#content p{
 text-align: justify;
 margin-left: 10px;
 margin-right: 10px;
 /*color: #000;*/
}

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

#content img{
 float:left;
 padding: 0 5px 5px 5px;
 border: none;
}

#content .col1, #content .col2{
 min-height:300px; 
 margin-bottom:20px;
}

#content .col1{
 float:left; 
 width:490px;
 border:1px solid;
 padding: 5px;
}

#content .col2{
 float:right; 
 width:430px;
 border:1px solid #fff;
 padding: 5px;
 font-size: 90%;
 text-align:center;
}

#content .c2{
 float:left; 
 width:380px; 
 margin-left :20px;
}

#content .c3{
 float:left; 
 width:250px; 
 /*min-height:200px;*/
 margin-left:10px; 
 text-align: center;
}

#footer{
 clear: both;
 height:20px;
 color: #000;
 padding-top:1px;
 padding-bottom:10px;
 overflow: hidden;
}

#footer p{
 font-size: 0.8em;
 width: 800px;
 margin: 0 auto 0 auto;
 color: #000;
 text-align:center;
}

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

.jrz{
 display: none;
}

.vide{
 clear: both;
 min-height: 20px;
}
