/* css */



.body	{
	background-color: #CDCDCD;
       	
		}



.base	{
	 position: absolute;
		top: 0px;
       left: 0px;	
       width:  100%;
       height:100%;
       min-height: 2500px;
       margin-left: auto;
       margin-right: auto;
       overflow: visible;	

		}
		
		
.header  {
     position: relative;
     top: auto;
     float: left;
     width: 100%;
     height: 154px;
     background-color: #800020	;
     
     /*red*/
  
  } 
  

  
.left-col  {
     position: relative;
     top: auto;
     float: left;
     width:   22%;
     height: 100%;
     min-height: 450px;


  } 
  
.central-col  {
     position: relative;
	top: auto;
     float: left;
     width:   78%;	
     height: 3500px;
     overflow: visible;
     
  }  

.right-col {

     position: relative;
     top: auto;
     float:  left;
     width:   20%;
     height: 100%;
     min-height: 450px;
     
  }  
  
  
.marq_txt {
 		position: relative;
		top:0px;
		text-align:justify;
	
		font-size: .8em;
		font-family: sans-serif;
		line-height: .9em;
	  }
	  
	    
.marquise {
 		position: relative;
		height: 474px;
		text-align:justify;
		font-size: 1em;
		font-family: sans-serif;
		color:#ffffff;
		line-height: 1em;
		
		background-color:#7F7F7F;
		border: 10px;
	  }
	  
.cell_menu
	 
	 {
 		
		text-align:right;
		font-size: 1.3em;
		font-family: arial, sans-serif;
		color:#ffffff;
	
	  }
	  
	  .pic_marquise {
 			background-color:#c0c0c0;
 			height: 474px;

		margin-left:auto;
		margin-right:auto;
		
	  }
	  
	  
	  
.logo {
	
position: relative;

		} 
		
		
	 
.footer {
	
position: relative;
width: 100%;
height:30px;
text-align:center;
font-weight: bold;
font-size: large;

		} 	
		
		
.titre_marquise {
	text-align: center;
	font-size: .8em;
	

				}


.credit_photo
	 
	 {
 		
		text-align:left;
		font-size: .7em;
		font-family: arial, sans-serif;
		color:#ffffff;
	
	  }
 
	 
	 
	 
	 
	 
	 
	 
