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

body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background: #ccc;
	margin: 0;
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }

#content {
	width: 440px;
	height: auto;
	margin-left: 20px;
	}
	
/*--------------------------------------------------------LIENS*/

a:link { text-decoration: none;
	color: #000;
	
	}
	
 
	
a:visited {
	text-decoration: none;
	color:  #999;
	}
	
a:hover {
	text-decoration: none;
	color:#FF6600;
	}

a img { border: 0; }

/*--------------------------------------------------------FOND*/

#the-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
 }

#wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
}

/*--------------------------------------------------------MENU*/

#menu a { border: none;
	white-space: 50px;
	}
#menu a:hover { border-bottom-color:#FF6600;
	white-space: 50px;
	}


#menu {
	list-style: none;
	width: 2px;
	padding:10px;
    height: auto;
	float: left;
	font-size: 12px;
	
	}
	
#menu-content {
	list-style: none;
	width: 2px;
	float: left;
    height: auto;
	font-size: 30px;
	font-weight: 600;
	color:#ccc;
	margin-bottom: 10px;
	}
	
#menu-bottom {
	list-style: none;
	width: 210px;
	float: left;
    height: auto;
	}
	
#menu ul {
	list-style: none;

	float: left;
	color:#999;
	}

#menu ul li.section-title {
line-height: 2;
	font-size: 40px;
	font-weight: 800;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	}
	
#menu ul li.section-title:hover { 
	font-size: 40px;
	font-weight: 800;
	font-family: Helvetica, Arial, sans-serif;
	color:#FF6600;
	}

#menu ul li { line-height: 100%; }

/*--------------------------------------------------------PAGE*/

#page {
	margin-top: 50px;
    width: 400px;
	padding: 10px;
	height: auto;
	float: right;
	}



/*--------------------------------------------------------AUTRE*/


.container { padding: 0; }

#content p { }

p { margin: 0 0 9px 0; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; color: #666;  }

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

#once { clear: left; }

