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

body {
	font-size: 12px;
	font-family: serif;
	background: #fff;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 60px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 10px 10px 10px 70px;

}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 60px 0 0 295px;
    top: 60px;
}

.container {
    padding: 0 0 0 0;
}

#content p { width: 400px; margin-bottom: 9px; margin-top: 60px; margin-top: 0.5em; }

p {
    margin: 0 0 0 0;
}

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

#img-container	{ margin-top: 0px; padding: 0 0 0 0; }
#img-container p + p { width: 400px; margin: 0; padding: 0 0 0 0; line-height: 0.5 em; }

#once { clear: left; }

#TB_overlay { position: absolute; z-index:100; top: 0px; left: 0px; background-color: #00ff8f; filter:alpha(opacity=85); -moz-opacity: 0.7; opacity: 0.75; min-height:100%; height: auto; _height:100%; /* pour IE 6 */ height : 1px; } /* pour les autres navigateurs */ * > #TB_overlay { height: auto; } /* pour IE 7 */ *+html #TB_overlay { min-height : 1px; }