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

body{
 margin: 0;
 background: transparent url(img/fond.gif);
 font-size: 12px;
 font-family:"Times New Roman", Times, serif;
}
p{
 margin:5px;
}

h3{
 color: #88FC00;
}

#container{
 margin: 0 auto 0 auto;
 width:800px;
 /*height: 600px;*/
 background: #fff;
}

#logo{
 /*border: 1px red solid;*/
 height:82px;
 background: transparent url(img/logo.jpg) no-repeat;
}

#photos{
 height:100px;
 overflow: hidden;
}

#txtleft, #txtright{
 background: #fff;
 font-family: "Trebuchet MS", Times, serif;
 font-size: 14px;
 line-height: 145%;
 color:#2B2B2B;
 
} 

#txtright, #txtleft{
 width: 790px;
 /*border:1px solid;*/
 margin: 0 auto 0 auto;
 
}

#txtleft{
 float: left;
}

#txtleft h1, #txtright h1{
 display: none;
}

#txtleft p, #txtright p{
 text-align: justify;
}

#mnuright, #mnuleft{
 background: tranparent;
}

#mnuright{
 float: right;
 width: 250px;
 text-align:center;
}

#mnuleft{
 float: left;
 width: 250px;
}

#txtright{
 float: right;
 /*width: 530px;*/
}

.col{
 float:left; 
 width:380px;
}

.col-sep{
 float:left;
 width:20px;
}

.vide{
 clear: both;
 height:15px;
 overflow: hidden;
}

.vide *{
 display:none;
}


#footer{
 font-family: verdana, Times, serif;
 font-size: 80%;
 text-align:center;
}

#footer p{
 margin-bottom: 5px;
}

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

table{
 margin: auto auto;
 border: 1px solid #88FC00;
}

th{
 background: #88FC00;
 color: #fff;
 width: 300px;
}

td{
 padding-left: 15px;
}

.vert{
 color: green;
 font-weight: bold;
}
#ctc{
 float:left; 
 width:350px;
 background: #fff url(img/logo.jpg) top center no-repeat;
 margin-left:120px;
 text-align:center;
}
#ctc h3{
 margin-top:80px;
 color: #ccc;
}
#ctc p{
 text-align:center;
}

a .lien{
 width: 67px;
 height: 25px;
 background: #fff url(img/www.gif) no-repeat center center;
}

img{ border:none;}
