@charset "utf-8";




/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.site_web {		
	color:#000000;
	background: #ffffff;
	display: block;
	margin: 0 auto;  /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	width: 90%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */	
}
.container {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	background-color: #ffffff;
	/*margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	font-family: trebuchet MS;
	font-size: 16px;
	box-sizing:border-box;	
	display: table-cell;	
	color:#000000;
	background: #ffffff;
	/*background: -moz-linear-gradient(#ffffff 0%, #D8D8D8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #D8D8D8));
	background: -webkit-linear-gradient(#ffffff 0%, #D8D8D8 100%);
	background: linear-gradient(#ffffff 0%, #D8D8D8 100%); */	
}


a.type1:link { color: #000000;}  /* Lien par défaut */
a.type1:hover { color: #00137F;} /* Lien survolé par la souris par défaut */
a.type2:focus { outline: none; } /* Lien cliqué par défaut */
/*a.type1:visited { color: #A0A0A0;} /* Lien visité par défaut */
/*a.type1:active { color: #A0A0A0;} /* Lien cliqué par défaut */
/* a.type1:link { text-decoration:none;}*/



a.type2:link { color: #FFFFFF; text-decoration:none;}
a.type2:visited { color: #A0A0A0; } /* Les liens "au repos" et déjà visités antérieurement */
a.type2:hover { color: #FFCC33; } /* Lien survolé par la souris par défaut */
a.type2:focus { outline: none; } /* Lien cliqué par défaut */
/* a.type2:active { color: #FFCC33;} /* Lien cliqué par défaut */

 



.header {
	float: left;	
	background-color: #ffffff;
	height: 100%;
	float: left;	

}

.sidebarleft {
	float: left;
	width: 20%;
	padding-bottom: 10px;
	height: 100%;
	

	}
.content {
	float: left;
	padding: 55px 0;
	background-color: #ffffff;	
	width: 60%;
	height: 100%;
	font-family: trebuchet MS;
	font-size: 16px;
	height: 100%;
	


}
.sidebarright {
		float: left;
		width: 20%;
		padding: 10px 0;
		font-size: 100%;
		height: 100%;
}		


.footer {
		float: left;
		width: 20%;
		padding: 10px 0;
		font-size: 100%;
		height: 100%;	
		
}