/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-style:italic;
	font-family: Georgia;
	background-color: #000;
	color:#FFFFFF;
}
.section-{background:url(background_philk7.jpg) no-repeat 0 0;}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #fff; }
a img { border: none; }
.fwa{padding:0 0 0 30px; background:url(fwa.gif) no-repeat 0 0; line-height:25px; text-align:right; margin-top:5px; display:inline-block; cursor:text;}
.book{padding:0 0 0 30px; background:url(bookmark.png) no-repeat 0 0; line-height:25px; text-align:right; margin-top:5px; display:inline-block; cursor:text;}

a.www{padding:5px 0px 13px 30px; background:url(www.gif) no-repeat 0 0; line-height:25px; text-align:right;}
a.twit{background:url(twitter.jpg) no-repeat 0 0; display:inline-block; width:100px; height:20px;}
a.behance{background:url(behance.jpg) no-repeat 0 0; display:inline-block; width:100px; height:20px; margin-bottom:30px;}
.en{color:#888888; font: 12px Georgia; font-style:italic; width:450px;}
.fr{width:450px;}
#content .container #img-container #text{float:right; padding-right:100px;}

span.retour{display:block; height:10px;}

#text p{font: 12px Georgia; font-style:italic; }
#menu {
    width: 255px;
    overflow: auto;
	padding-top:10px;
    top: 0;
    bottom: 0;
	left: 50px;
    position: fixed;
    height: 100%;
	background-color: #000;
	font:12px Georgia;
	font-style:italic;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding:20px 0;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
}
#menu ul li{border-bottom:1px solid #cccccc; line-height:24px;}
#menu ul li.section-title {display:none;}

#content {
    height: 100%;
    margin: 119px 0 0 300px;
    top: 0;
}

.container {
    padding: 5px 25px 25px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1,span.titres {font-family:Trade; font-size: 25px; font-style:normal;font-weight:500;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }