/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #40C41F; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	float:left;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
	/*padding-top: 30px;
	padding-bottom: 25px;*/
	width: 100%;
	height: 140px;
	background: url('../img/header.png') right no-repeat;
	border-top: 3px #666 dotted;
	border-bottom: 3px #666 dotted;
}

#menu ul {
	float: left; 
	padding-top: .75em;
	margin-left: 30px;
	width:60%; 
	border-bottom: 1px dotted #999; }

#menu li {
	float: left;
	width: 15em;
	margin: 0;
	display: inline;
}

#menu ul li.section-title { 
	width: 10em;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: -1px;
	margin-right: 10px;
	padding-left: 5px;
}

#content {
	clear: left;
    height: 100%;
    margin-top: 100px;
	margin-left: 150px;
	width: 80%;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p { margin: 0 0 9px 0; }

h1 { font-size: 32px; }
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; }

#backgrounded-maintext p { background-color: #ffffff; padding: 2px; }

#backgrounded-text img { border-color: #ffffff; }

#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; }