body {
	overflow-x:hidden;
	overflow-y: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	background:#9e9d9d;
	margin:0;
}

img {
	width:100%;
	max-width:100%;	
}

#page {
	width:960px;
	position:relative;
	margin-top:20px;
	padding-left:10px;
}

.menu_btn {
	background: #ff3a71 url(../img/menu_bg.png) center center no-repeat;
	display:block;
	height:42px;
	width:42px;
	position:absolute;
	top:0;
	right:30px;
}

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

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

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

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

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

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

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

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

.article {
	width:450px;
	min-width:350px;
	min-height:404px;
	float:left;
	margin:10px;
	border-top:3px solid #fc3e73;
	background:#2f2f2f;	
}

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

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

h3 {
	font-weight:200;
	color:white;
	padding-left:15px;
}

.article p {
	color:#979090;
	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:1280px;
	}
	
	.article {
		width:400px;
	}
    
}

/* Default Screen */
@media (min-width : 960px) and (max-width : 1280px) { 
	
	#page {
		width:960px;
	}

}

/* Tablet Screen Big */
@media (min-width : 720px) and (max-width : 960px) {
	
	#page {
		width:720px;
	}
	
	.article {
		width:330px;
	}

}

/* Tablet Screen Small */
@media (min-width : 640px) and (max-width : 720px) {
	
	#page {
		width:640px;
	}
	
	.article {
		width:600px;
	}
    
}

/* Mobile Screen Wide */
@media (max-width : 640px) {
	
	#page {
		width:100%;
		padding:0;
	}
	
	.menu_btn {
		right:10px;	
	}
	
	#logo {
		width: 70%;	
	}
	
	.article {
		width:auto;
	}

}




.details {
	color:#979090;
	padding:0 15px;
	font-size:22px;
	line-height:18px;
	text-align:justify;	
}


.buton_actif {
	padding:6px 0 6px 0;
	font:bold 13px Arial;
	background:#fe95b3;
	color:#fff;
	border-radius:2px;
	width:100px;
	border:none;
	text-decoration: none;
}

.button_nav {
	padding:6px 0 6px 0;
	font:bold 13px Arial;
	background:#ff3a71;
	color:#ffffff;
	border-radius:2px;
	width:100px;
	#border:1px solid #ccc;
	box-shadow:1px 1px 3px #999;
	text-decoration: none;
}
