/* -----------------------------------------------------------------------------
          Cascading Style Sheet ou feuille de style - Prociel by jrz 
----------------------------------------------------------------------------- */
* {
 margin:0;
 padding: 0;
}

img{
 border:none;
}

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

h1, h2, h3, h4{
 font-size: 145%;
 font-weight: normal;
 letter-spacing:3px;
 margin-top:10px;
}

ul{
 margin-left:25px;
}


p{
 text-align: justify;
 line-height: 145%;
 font-size:105%;
}

p, ul{
 line-height: 145%;
 font-size:105%;
}

#container{
 position: absolute;
 left:50%;
 margin-left: -400px;
 width:800px;
}

#header{
  height:50px;
  background: transparent;
}

#content{
 height: 600px;
}

#content_text{
 position: absolute;
 top:85px;
 left:390px;
 width:380px;
 height:440px;
/* padding: 5px;*/
 background: transparent;
 font-size: 105%; 
 overflow: auto;
 /*border: 1px solid red;*/
}
#content_text p{
 margin: 0 5px 0 5px;
}

#vignettes{
 /*position: absolute;*/
 top:850px;
 left:0;
 height:96px;
 width:800px;
 background: #B9B6AD;

}
#vignettes img{
 margin:0;
}

#contact{
 margin-top:600px;
}
#menu{
 position: absolute;
 top:535px;
 left:390px;
 height:20px;
 width:380px;
 background: transparent;

 
}

#menu p{
 font-weight:bold;
 text-align:center;
}

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

#footer{
 height:30px;
 background:#BAB3A9;
}

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

#footer p{
 font-size:85%;
 text-align:center;
}

.md{
 display:none;
}
