
/* Layout Stylesheet */ 

body {
 margin:20px;
 %background:#808080;
 %background:#3a8eBa;  % Bleu acier
 background:#ffffff;  % Blanc
 color: #333333;
 text-align:center;
 padding:0;
 }

#bodyblock {
 position:relative;
 %position:center;
 background: #dcdcdc;
 background: #cae7f5;
 color: #333333;
 %width:850px;
 width:1270px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 background: #cae7f5;
 background: #ffffff;
 color: #333333;
 width:240px;
 }

#r-col {
 %position:relative;
 float:right;
 %clear:left;
 background:#dcdcdc;
 background: #cae7f5;
 background: #ffffff;
 color: #333333;
 width:240px;
 height:500px;
 }

.c-col-gauche {
 float:left;
 background:#dcdcdc;
 background: #cae7f5;
 background: #ffffff;
 color: #333333;
 width:350px;
 text-align:right;
 font-family: Arial, Helvetica, Verdana, sans-serif; 
 font-style:normal; 
 font-size:11pt;
 margin-left:30px;
 }

.c-col-droite {
 float:left;
 background: #ffffff;
 color: #333333;
 width:350px;
 text-align:left;
 font-family: Arial, Helvetica, Verdana, sans-serif; 
 font-style:normal; 
 font-size:11pt;
 margin-left:30px;
 }

.col-separation {
 float:left;
 background: #ffffff;
 color: #333333;
 width:30px;
 height:100px;
 text-align:right;
 font-family: Arial, Helvetica, Verdana, sans-serif; 
 font-style:normal; 
 font-weight: bold; 
 font-size:12pt;
 }

#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;
 }
 
.titre-gris {
 text-align: right;
 background: #B5ACAD;
 color: #ffffff;
 font-family: Helvetica, Arial, Verdana, sans-serif; 
 font-style:normal; 
 #font-weight:bold; 
 font-size:14pt;
 padding: 4px;
 margin-bottom: 20px;
 }
 .titre-gris-droit {
 background: #B5ACAD;
 color: #ffffff;
 text-align: left;
 font-family: Helvetica, Arial, Verdana, sans-serif; 
 font-style:normal; 
 #font-weight:bold; 
 font-size:14pt;
 padding: 4px;
 padding-left: 10px;
 margin-bottom: 20px;
 }
 .sous-titre {
 float:none;
 background: #ffffff;
 color: #3399cc;
 height: 30px;
 padding: 4px;
 text-align: right;
 font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
 font-style: normal; 
 font-weight: normal; 
 font-size: 13pt;
 }

.sous-titre-droit {
 float:none;
 background: #ffffff;
 color: #3399cc;
 height: 30px;
 padding: 4px;
 text-align: left;
 font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
 font-style: normal; 
 font-weight: normal; 
 font-size: 13pt;
 }

.logo-SFB {
 background-image:url('Images/LogoSFBclear3.gif');
 }

  
.bgtab {
 background: #dcdcdc;
 background: #cae7f5;
 }

* Presentation Stylesheet */ 

* {font-family: Arial, Helvetica, Verdana, sans-serif; font-style:"normal";}	

A:link {text-decoration:none; color:#0066cc;}
A:visited {text-decoration:none; color:#0066cc;}
A:active {text-decoration:none; color:#0066cc;}
A:hover {text-decoration:none; color:#0066cc;}

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 

 
%p:first-letter {
% font-size: 80%; 
% font-weight: bold;
% color:blue;
% }
 

