body{
		font-size: 14px;
		background-color: #f5f5f5;
		padding : 0px;
		margin : 0px;
		font-family: 'Lato Regular', sans-serif;
		font-weight: 100;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		list-style-type: none;
		}
		
	#main li{
		height : 30px;
		padding-bottom: 5px;
		color : #FFF;
		background-color :#B2B2B2;
		margin-bottom : 20px;
		display : block;
		text-align :center;
		}
		
ul{list-style-type: none;}
	
.information ul{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	-webkit-margin-after: 0px;
}
	
	
	
	#path, #title{
		background-color: #272424;
		color : #FFFFFF;
		width: 100%;
		min-width: 400px;
		}
		
	/* #path{width : 100%;} */
	
	#main .disable{
		color: #c6c3c7;
		
	}
	
	#about #imglink a:last-child omg{
		margin-right: 0px;
	}
	
	#content{
		margin: 0 auto;
		width: 100%;
		height:320px;
		margin-top: 26px}
		
	#main li{
		padding-bottom: 5px;
		color : #FFF;
		background-color: #e3e1e4;
		width: 200px;
		display : inline-block;
		padding-top : 225px;
		text-align :center;
		font-weight : 900;
		box-shadow : 0px 1px 6px 2px rgba(0, 0, 0, 0.3);
		border: solid 1px #e3e1e4;
		}
	
		
	#extratools{
		height: auto;
		background: #C55654;
		margin-left : 10%;
		margin-right : 10%;
		margin-top: -15px;
		color: #e3e1e4;
		margin-bottom: 15px;
		border-left: solid 1px #C55654;
		border-bottom: solid 1px #C55654;
		
	}
	
	#tool{
	/*Because this is the middle so let's margin left and right*/
		margin-left : 50px;
		margin-right : 50px;
	}
		
	#extratools a:hover{
			text-decoration: underline;
			}
			
	#main{
		padding-top: 20px;
	
			}
			
	.lowertext{
		display: inline-block;
		width: 100%;
		height: 10px;
		padding-top: 10px;
		border-top: solid 1px #999;
		padding-bottom: 14px;
		/* background-color: #e3e1e4; */
			}
			
	
			
	#extratools span{
		background: #f5f5f5;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 1px;
		font-size : 16px;
		width: calc(100% - 25px);
		width: -webkit-calc(100% - 25px);
		width: -moz-calc(100% - 25px);
		display: block;
		
	}	
	/* Bloc d'evenement 
	*/
	
	#main #tool li:hover .lowertext, #main #tool li.active .lowertext{
		background-color : #FFAB00;
	}
		
	#main #gallery li:hover .lowertext, #main #gallery li.active .lowertext{
		background-color : #3cb9a0;
	}
	
	#main li.disable:hover .lowertext {
		background-color : #e3e1e4;
	}
	
	#main #tool li:hover,#main #tool li.active{
		border: solid 1px #FFAB00;
	}
	
	#main #gallery li:hover,#main #gallery li.active{
		border: solid 1px #3cb9a0;
	}
	
	#main li.disable {
		border: solid 1px #ccc;
	}
		
	a{
		text-decoration: none;
		color: #777;
		}
		
	.blured{
		filter : blur(3px);
		-webkit-filter : blur(3px);
		-moz-filter : blur(3px);
	}
	
	.colorizeBackground{

		/*border-bottom: solid 1px #ccc;*/
		border-top: solid 1px #ccc;
		background-color: #ddd;
	}
	
	#subchoice, #subchoice2{
		padding-top: 50px;
		width: 100%;
		height: 32px;
		color: #fff;
		background-color: #DDD;
		font-size: 18px;
		padding-top: 10px;
		border-bottom: solid 1px #ccc;
	}
	
	#subchoice li, #subchoice2 li{
		display: inline;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 400;
	}
