
/* Layout Stylesheet */ 

body {
 margin:20px;
 %background:#808080;
 background:#3a8eBa;  % Bleu acier
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 %width:850px;
 width:900px;
 margin:auto;
 }

#hdr {
 height:205px;
 background:#eeeeee;
 background:#c5e9fa;
 color: #333333;
 }

#bar {
 height:25px;
 height:35px;
 background:#c0c0c0;
 background: #4e89a5;
 background: #82bbd7;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 background: #cae7f5;
 color: #333333;
 %width:850px;
 width:900px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 background: #cae7f5;
 color: #333333;
 width:195px;
 }

#cont {
 width:695px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 background: #82bbd7;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
.menu {
 padding-top:10px;
 padding-bottom:5px;
 padding-right:0;
 padding-left:0;
 }
 
.menu-bar {
 text-align: center;
 font-size:15px;
 font-weight: bold;
 padding:0;
 color:#ffffff;
 }
  
.bgtab {
 background: #dcdcdc;
 background: #cae7f5;
 }

