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

body {
	background: #fff;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	left: 15px;
}

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

a:link {font: bold 18px/18px Arial, Helvetica, Geneva, sans-serif; text-decoration: none; color: #009EE0;}
a:active {font: bold 18px/18px Arial, Helvetica, Geneva, sans-serif; text-decoration: none; color: #009EE0;}
a:visited {font: bold 18px/18px Arial, Helvetica, Geneva, sans-serif; text-decoration: none; color: #009EE0;}
a:hover {font: bold 18px/18px Arial, Helvetica, Geneva, sans-serif; color: silver;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 15px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: white;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
	opacity: 1;
}

#menu ul li.section-title {
font-size: 24px;
}

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

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

#content p { width: 340px; margin-bottom: 0px; }

p {
    margin: 0 0 0px 0;
}

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

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

#once { clear: left; }

a.petitbleu:link {font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #009EE0;}
	
a.petitbleu:active { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #009EE0;
	
}
a.petitbleu:visited { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #009EE0;
	
}
a.petitbleu:hover { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: silver;	
}


a.style1:link {font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #000000;}
	
a.style1:active { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #000000;
	
}
a.style1:visited { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: #000000;
	
}
a.style1:hover { font: bold 14px/20px Georgia, Times New Roman; text-decoration: none; color: silver;	
}

h5 {font: bold 14px/20px Arial, Helvetica, Geneva, sans-serif; text-decoration: none; color: black;}
