@charset "UTF-8";
/* CSS Document */

#content{
	position:absolute;
	background:#111; 
	background:url('../img/bg-black.png');
	width:750px;
	padding: 20px;
	text-align:left;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", verdana, sans-serif;
	z-index:0;
}
.monfolio{
	position: fixed; 
	right: 0; 
	top:97%;width: 7em;
	font-family:Verdana, Geneva, sans-serif; font-size:10px;
}

#content ul, #content ol{
	padding-left:22px;
}
.last {
	border:none !important;
}
.clear {
	clear:both;
}
.clearboutique {
	clear:both;
}
.mf_addthis{
	top:160px;
}

.video-wrapper {
	/*width: 600px;*/
	max-width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	border:none;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
/* menu mobile */
#header, #menu{
	font-family:Arial, Helvetica, sans-serif;
	visibility:hidden;
}
#header{
	position:absolute;
	top:-40px;
}
.logo{
	z-index:1;
}

