body {
	overflow-x:hidden;
	overflow-y: auto;
	/*font-family: 'Open Sans', sans-serif;*/

	background:#292929;
	margin:0;
}



#page {
	width:100%;
	position:relative;
	margin-top:20px;
	padding-right:10px;
	margin:0 auto;
}

.menu_btn {
	background:#982A94 url(../img/menu_bg.png) left center no-repeat ;
	display:block;
	height:30px;
	width:100%;
	position:relative;
	right:0;
	top:0;
	left:0px;
}

#menu {
	height:100%;
	position:fixed;
	background:#860E79;
	top:0;
	bottom:0;
	height:100%;
	width:240px;
	left:-240px;
	z-index:9999;
}

#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	color:white;
}

#menu ul li {
	height:47px;
	padding-right:30px;
	line-height:47px;
	border-bottom:1px solid #fff;
}

#menu ul li.active {
	background:#BC68AE;	
}

#menu ul li:hover {
	background:#292929;		
}

#menu ul li a {
	color:white;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	display:block;
	padding:0 0 0 3px;
}

.close {
	display:block;
	background:#373737 url(../img/croix.png) center center no-repeat;
	height:47px;
	width:47px;
	position:absolute;
	top:0;
	right:-47px;	
}

/*#logo {
	padding-left:20px;
	max-width:309px;
	display:block;
}*/

/*.article {
	width:450px;
	float:left;
	margin:10px;
	border-top:3px solid #f2b33d;
	background:#2f2f2f;	
}

.article img {
	border-bottom:3px solid #353535;	
}

h2 {
	font-weight:300;
	color:white;
	padding-left:15px;
}

.article p {
	color:#595959;
	padding:0 15px;
	font-size:11px;
	line-height:18px;
	text-align:justify;	
}

a.read_more {
	color:white;
	padding-left:15px;
	text-decoration:none;
	background:url(../img/fleche.png) no-repeat 140px center;
	height:25px;
	display:block;
	line-height:25px;
	margin-bottom:15px;
}

*/

/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}

/* ==== Media Queries ==== */

/* Wide Screen */
@media (min-width : 1280px) {
	
	#page {
		width:100%;
	}
	
	/*.article {
		width:400px;
	}
    */
}

/* Default Screen */
@media (min-width : 1080px) and (max-width : 1280px) { 
	
	#page {
		width:100%;
	}
.menu_btn {

	
	
	}
}

/* Tablet Screen Big */
@media (min-width : 720px) and (max-width : 1080px) {
	
	#page {
		width:100%;
	}
	/*.menu_btn {
	left:5px;
	width:21px;
	height:25px;
	background: #982A94 url(../img/1menu_bg.png) center center no-repeat;*/
	}
	/*.article {
		width:330px;
	}*/

}

/* Tablet Screen Small */
@media (min-width : 640px) and (max-width : 720px) {
	
	#page {
		width:100%;
	}
	/*.menu_btn {
	left:5px;
	width:21px;
	height:25px;
	background: #982A94 url(../img/1menu_bg.png) center center no-repeat;
	}
*/
    
}

/* Mobile Screen Wide */
@media (max-width : 640px) {
	
	#page {
		width:100%;
		padding:0;
	}
	
	.menu_btn {
	background:#982A94 url(../img/menu_bg.png) left center no-repeat ;
	display:inline;
	height:30px;
	width:30%;
	right:0;
	top:0;
	left:0px;
	float:left;
}

}
