@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------
	RESET CSS
-------------------------------------------------------------------*/

* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 10px;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

a { outline: none;
}


/*-------------------------------------------------------------------
	STYLES GÉNÉRAL
-------------------------------------------------------------------*/

body {
	background: #000;
}

.clear {
	clear:both;
}

wrapper {
	position: relative;
}

p{
	margin: 0 0 14px 0;
	line-height: 17px;
}

/*-------------------------------------------------------------------
	ENTETE
-------------------------------------------------------------------*/

#logo {
	position: absolute;
	top: 0;
	left: 40px;
}
	
#menu {
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	background: url(../img/bg-menu.png);
	margin: 0 40px 0 0;
}

#menu li ul {
	margin: 10px 0 16px 20px;
}

#menu li ul li {
	float: none;
	background: none;
}

#menu a{
	display: block;
	width: 120px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	color: #D9BC7B;
	font-family: 'Arvo', serif;
	font-size: 18px;
}

#menu a:hover{
	color: #F0EAD6;
}


#services, #contact {
	position: relative;
}


#services-contenu, #contact-contenu {
	position: absolute;
	top: 120px;
	left: 0;
	width: 380px;
	height: 470px;
	font-family: 'Istok Web', sans-serif;
	font-size: 14px;
	color: #FFF;
	background:url(../img/bg-menu.png) top right;
	padding: 55px 30px 0 30px;
	display: none;
}

#contact-contenu {
   left: -320px;

}

.intro{
	color: #D9BC7B;
	position: relative
}

.close{
	position: absolute;
	top: 20px;
	right: 60px;
	width: 40px;
	height: 40px;
}

#accueil  {
	background:url(../img/bg-menu.png) top right;
	padding: 20px;
	color: #D9BC7B;
	font-family: 'Istok Web', sans-serif;
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 261px;
}

#accueil h1 {
	text-transform: uppercase;
	font-size: 16px;
}

/*-------------------------------------------------------------------
	PORTFOLIO
-------------------------------------------------------------------*/

#bloc-portfolio-wrapper {
	background:url(../img/bg-portfolio.png);
}


#bloc-portfolio {
	width: 980px;
	font-family: 'Istok Web', sans-serif;
	margin: 0 auto;
	padding: 240px 0 50px 0;
}


.thb-portfolio  {
	margin: 0 20px 26px 0;
	width: 225px;
	height: 220px;
	float: left;
}

.thb-portfolio img  {
	margin: 0  0 6px 0;
}

.thb-portfolio a {
	text-decoration: none;
	color: #F0EAD6;
	font-size: 11px;
	/*font-family: 'Istok Web', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}




/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:50px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

