@charset "utf-8";
/* CSS Document */

.wrapper {
 
  display: table;
  width: 100%;
  text-align: center;
}
.header {
	display: table-row;
	height: 1px;
	background-color:#9F3;
	
}
.header2 {
  display: table-row;
  height: 0px;
  }



.main {
  height: 100%;
  display: table;
  width: 100%;
}
.box {
  display: table-cell;
  vertical-align:top;
}
.sidebar {
  width: 200px;  
}
.footer {
  display: table-row;
  height: 1px;
  background: #105B63;
  color: #FFFAD5;
}
/*====== Ignore section below ======*/
/* Basic Style*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}

header {display: block;}
header {
      background: #777;
	  color:#fff;
      height:216px;
      /*padding:5px;*/
	  background-image:url(images/head_fond.jpg);
	  width:100%;
	  
	    }
		
.conten 
{
	margin-top: 5px;
	float: left;
	display: none;
}
	.conten2 
	{
	margin-top: 5px;
	}
.conten3 {
		margin-top:165px;
        position: absolute;
		display:none;
		}	

.conten13 
{
	margin-top: 320px;
    position: absolute;    
    display:none;
	
}		
		
footer {
	/* forcer l’affichage sous le contenu et la colonne */
	clear: both;
	text-align: center;
	background-color: rgba(254,78,29,0.6);
	color: #fff;
	height: 25px;
	padding: 5px;
	font: bold 20px Verdana, Arial, sans-serif;
	color: #FFF;
	width: 99.10%;
	  
    }
	
	footer a{ color:#CCC;}		
		
	.mtop
	{		
	height:30px;
			
	}	
