html {
	overflow-y: scroll;
}
html,body{
	height	:	100%;
}
body,h1,h2,h3,p{
	margin	:	0;
	padding	:	0;
}
body {
	width: 100%;
	height: 100%;
	font-family	:	arial,sans-serif;
	color		:	#fff;
	text-align	:	center;
}
a{color:#fff;text-decoration:none}
a:hover{color:#ccc;}
img{
	border:none;
	max-width:100%;
	height:auto
}
p{line-height:1.5}
#main{
	padding		:	0	10px;
	min-height	:	100%;
	height		:	100%;
}
.c,.tit{text-align:center}
.tit{
	line-height	:	2
}
.footer{
	padding	:	10px 0;
	margin	:	10px 0;
	clear	:	both;
}
.articleBody{
	margin:0 auto;
	text-align:justify;
	width:50%;
	min-width:300px
}
.social div{
	max-width:400px;
	margin:0 auto;
}
.social div a{
	float:left;
	display: block;
	width:16%;
	height:16%;
	margin-left:26%;
}
.social div a img{visibility:hidden;width:100%}
#youtube{margin:0;background:url("/images/youtube-blanc.png") center;background-size:coverr}
#youtube:hover{margin:0;background:url("/images/youtube-rouge.png") center;background-size:cover}
#facebook{background: url("/images/facebook-bleu.png") center;background-size:cover}
#facebook:hover{background: url("/images/facebook-gris.png") center;background-size:cover}
#instagram{background: url("/images/instagram-couleur.png") center;background-size:cover}
#instagram:hover{background: url("/images/instagram-blanc.png") center;background-size:cover}
#soundcloud{background: url("/images/soundcloud-couleur.png") center;background-size:cover}
#soundcloud:hover{background: url("/images/soundcloud-noir.png") center;background-size:cover}
#ulule{background: url("/images/ulule.png") center;background-size:cover}
#ulule:hover{background: url("/images/ulule-clair.png") center;background-size:cover}
textarea, input{
	border			:	1px solid #999;
	color			:	#666;
	margin			:	0;
	padding			:	0;
}
input[type=text],input[type=submit]{
	font			:	bold 12px/24px arial,sans-serif;
	height			:	24px;
	display			:	block;
	float			:	left;
}
input[type=submit]{
	background		:	#eee;
	text-transform	:	uppercase;
	height			:	26px;
	padding			:	0 10px;
	margin-left		:	10px;
}
textarea{
	overflow		:	auto;
	font			:	bold 12px/24px arial,sans-serif;
	width	:	100%;
	max-width:	100%;
	-webkit-box-sizing	:	border-box;
	-moz-box-sizing	:	border-box;
	box-sizing	:	border-box;
}
input[type=text]{
	width: 96%;
	padding: 0 2%;
}
#mes{
	border			:	1px solid #999;
	text-align		:	center;
	background		:	#eee;
	font			:	bold 12px arial,sans-serif;
	color			:	#666;
	text-transform	:	uppercase;
	padding			:	10px 0;
}
.f1,.f2{
	float		:	left;
	width	:	45%;
}
.f1{
	margin-right:	10%;
}
.f3{
	clear	:	both;
	width	:	100%;
}
.menu{
	border			:	1px solid #999;
	border-top		:	none;
	font-size		:	14px;
}
.menu,.menu ul{
	list-style		:	none;
	margin			:	0;
	padding			:	0;
	line-height		:	3;
	background		:	#eee;
	text-transform	:	uppercase;
}
.menu li{
	border-top		:	1px solid #999;
	position		:	relative;
	padding-left	:	1em;
	display			:	none;
}
.menu li a,.menu li{
	color			:	#666;
	text-decoration	:	none;
}
.menu li ul{
	display			:	none;
}
.menu li.block,.menu li ul.block{
	display			:	block;
}
.menu li span{
	position		:	absolute;
    right			:	0px;
	width			:	44px;
	height			:	44px;
	border-left		:	1px solid #999;
	text-align		:	center;
	display			:	inline;
	z-index			:	99;
}
.menu>li.menuclick{
	display	:	block;
}
@media(min-width:700px){
.articleBody{
	font-size:1.2em;margin-top:20px
}
.menu{
	height			:	3em;
	text-align		:	left;
	border			:	1px solid #999;
	margin			:	0;
	clear			:	both;
}
.menu li{
	float			:	left;
	background		:	#eee;
	border-right	:	1px solid #999;
	border-top		:	none;
	position		:	static;
	padding-left	:	0;
	display			:	block;
}
.menu li a{
	display			:	block;
	padding			:	0 1em;
}
.menu li a:hover{
	color			:	#000;
}
.menu li ul{
	padding			:	0;
}
.menu li ul a{
	border			:	1px solid #999;
	border-top		:	none;
}
.menu li:hover ul,.menu li:hover ul.block{
	display			:	block;
	border-top		:	1px solid #999;
	position		:	absolute;
	z-index			:	999;
}
.menu li ul li,.menu li:hover ul li{
	float			:	none;
}
.menu li ul,.menu li span,.menu>li.menuclick,.menu li ul.block{
	display:none;
}
.menu li.block{
	display			:	block;
}
}