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

body {
    font-size: 0.9em;
    font-style: inherit;
    font-family: times,arial;
    background: white;}

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

a.type1:link { text-decoration: none; color: white; }
a.type1:active { color: white }
a.type1:visited { color: white }   
a.type1:hover { text-decoration: underline; color: white }

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

a img { border: none; }

#menu {
    width: 200px;
    top: 14px;
    bottom: 0;
    left: 15px;
    position: fixed;
    height: 525px;
    background-color: #fff;
}


p.dotted {border-top-style: dotted}
p.dashed {border-top-style: dashed}
p.solid {border-top-style: solid;border-width: 1px;}
p.double {border-top-style: double}
p.groove {border-top-style: groove}
p.ridge {border-top-style: ridge}
p.inset {border-top-style: inset}
p.outset {border-top-style: outset}


#menu ul {
margin: 35px 0 12px 0;
list-style-type: none;
line-height: 1.8em;
}

#menu ul li.section-title { font-size: 1em; line-height: 1.4em; color: grey; margin: 0 10px 6px 0;}

#content {
        height: 100%;
	width: 100%;
        margin: 20px 0 0 250px;
  	line-height: 120%;
        top: 0;}

.container {
padding: 15px 15px 15px 15px;
}

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

p {margin: 0 0 9px 0;font-style: normal;line-height: 120%;color: white;font-family: times,arial;font-size: 0,9em;letter-spacing: 0.05em;text-align:justify; width:400px;} 
p1 {margin: 0 0 9px 0;font-style: normal;line-height: 1.4em;font-family: times,arial;font-size: 1em;letter-spacing: 0em;text-align:justify; width:500px}

h1 { font-size: 1em;letter-spacing: 0.05em;text-align:justify;line-height: 120%;font-family: times,arial;color: #d3d3d3; }
h2 { font-size: 0.5em; }
h3 { font-size: 1.5em; line-height: 120%; color: #d3d3d3; width:450px } 
h4 { font-size: 1.2em;line-height: 130%;letter-spacing: 0.05em; color: grey; width:450px }

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

.pictures {
width: 155px;
height: 200px;
margin-left: 0px;
margin-right: 15px;
margin-top: 5px;
margin-bottom: 10px;
}

.pictures2 {
width: 200px; 
height: 155px;
margin-left: 0px;
margin-right: 15px;
margin-top: 5px;
margin-bottom: 10px;
}

#once { clear: left; }

