/*POLICES*/
@font-face {
	font-family: 'Conv_ufonts.com_din-light';
	src: url('../fonts/ufonts.com_din-light.eot');
	src: local('☺'), url('../fonts/ufonts.com_din-light.woff') format('woff'), url('../fonts/ufonts.com_din-light.ttf') format('truetype'), url('../fonts/ufonts.com_din-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*PARAMETRES GENERAUX*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body{ 
	width:100%; 
	font-family: 'Conv_ufonts.com_din-light';
	font-weight:lighter;
	/*background-color:#E5E5E5;*/
}

div#entete{
	max-width: 960px;
	height:100px;
	margin: 0px auto;
	background-color:#008000;
	padding:30px;
	
	-moz-box-shadow: 20px 10px 10px rgba(50,50,50,0.5), inset 2px 0px 4px 2px rgba(204,204,204,0.3);
	-webkit-box-shadow: 20px 10px 10px rgba(50,50,50,0.5);
	-o-box-shadow: 20px 10px 10px rgba(50,50,50,0.5);
	box-shadow: 20px 10px 10px rgba(50,50,50,0.5), inset 2px 0px 4px 2px rgba(204,204,204,0.3);
}
div#entete h1{
	color:#FFFFFF;
	font-size: 40px;
	font-weight: bold;
}
div#entete h1 span{
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	float: right;
}

div#entete h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

#page {
    max-width: 960px;
    margin: 0px auto;
	height:2100px;
	
	-moz-box-shadow: 20px 10px 10px rgba(50,50,50,0.5);
	-webkit-box-shadow: 20px 10px 10px rgba(50,50,50,0.5);
	-o-box-shadow: 20px 10px 10px rgba(50,50,50,0.5);
	box-shadow: 20px 10px 10px rgba(50,50,50,0.5);
	
	-webkit-border-radius: 0px 0px 30px 30px;
	-moz-border-radius: 0px 0px 30px 30px;;
	-o-border-radius: 0px 0px 30px 30px;
	border-radius: 0px 0px 30px 30px;
}

a.menu {
	width:100%;
	padding:10px;
	background:#888;
	color:#fff;
	text-decoration:none;	
	display:block;
	transition:all 2s;
	background-color:#006100;
}

div.tirroir{
	padding:10px;
	background:#C8C2C2;
	width:100%;	
	display:none;
}

.menu_actif {
    background: red !important;
}

/*HEADER*/

header {
	width:100%;
	background:#fff;
	padding:10px;
	display:table;	
    
}

nav ul li a {
	color:#000;
	text-transform:uppercase;
	text-decoration:none;	
	float:left;
	padding-right:20px;
}


/*SECTION EFFETS HOVER*/

/*hover*/

section.effets {
    width: 100%;
}

section.effets article{
	width:50%;
	float:left;
	position:relative;
}

section.effets article img {
	width:100%;
	display:block;
}

section.effets article div.overlay {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	background:rgba(8,103,169,0.8);
	height:100%;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding-top:0%;
	font-size:30px;
	opacity:0;
	transition:all 2s;
    
}

.overlay_anime{
	opacity:1 !important;
	padding-top:29% !important;
}

/*MODAL*/

div.modal {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);	
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
	display:none;
}

.contenu_modal {/*div.contenu_modal*/
	/*width:50%;*/
	/*height:300px;*/
	background:#fff;
	padding:10px;
	position:fixed;
	top:30%;/*50%*/
	left:40%;/*50%*/
	margin-top:-150px;
	margin-left:-25%;
	z-index:3;
	display:none;
	overflow:hidden;
	border-bottom: 10px solid #fff;
}

#fermer_modal {
	width:500px;
	position:absolute;
	top:10px;
	right:10px;
	color:#FF0004;
	text-decoration:none;
}



.bouton_modal{
    	
}

.ouvrir_modal {
	clear:both;
	padding:20px;
	width:100%;
	display:block;
	color:#fff;
	background:green;
	text-decoration:none;
}

/*div.contenu_modal img {
	width:100%;
	display:block;	
}*/ /*<= A MODIFIER POUR TAILLE IMAGE MODAL*/

/*SLIDER*/
section#slider{
	width:100%;	
	clear:both;
	margin-top:100px;
}

/*section#slider h2 {
	font-size:30px;
	margin-bottom:20px;
}*/

section#slider img{
	width:100%;
	display:block;		
}

/*TABS*/
section#tabs {
	width:100%;
	margin:100px;
	clear:both;		
}

section#tabs h2{
	font-size:30px;
	margin-bottom:20px;		
}

#tabs ul li a{
	float:left;
	padding:10px;
	color:#fff;
	background:#6C6969;
	display:block;	
	text-decoration:none;
}

.container_tabs{
	width:100%;
	clear:both;
	padding:10px;
	position:relative;
}

.container_tabs div{
	position:absolute;
	top:0px;
	left:0px;	
	margin-top:20px;
}