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

body {
	font-size: 16px;
	font-family:  'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
/* 	color: #002175; */
	background: #fff;
/*	margin: 50px; */
	margin: auto; /* Pour centrer notre page */
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px; 
	margin-bottom: 20px;
}

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

a:link { 
    text-decoration: none; 
/*     color: #999999;  */
    color: #002175;
}
a:active { 
    text-decoration: none ;
}

a:hover { 
	text-decoration: none; 
	color: #4F5E83; 
/*   background-color: #002175; */  
}

a:visited { 
  text-decoration: none; 
/*   color: #999999; */
    color: #002175; 
}

a img { border: none; }

#menu {
	width: 25%;
	float: left;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
/* 	height: 100%; */
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #000000;
}

#menu a:hover { 
	text-decoration: none; 
	color: #4F5E83; 
/*   background-color: #002175; */  
}



#menu ul li.section-title {}

#content {
    width: 75%;
    float:right;
    /*margin: 0 0 0 215px;*/
    top: 0;
}

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

#content p {
	/*width: 400px;*/
/* 	margin-bottom: 9px; */
}

#content h3 { 
    font-size: 18px;
    color: #002175;
    display: list-item;
    list-style-type: circle;
    margin-bottom: 9px;
}

#content h4 {
    margin-top: 9px;
    margin-bottom: 5px;
}

#content li {
}

p {
    /*float:left;*/
/*     margin: 0 0 9px 0; */
}

h1 { 
    font-size: 32px;
  color: #002175;
}
h2 { 
    font-size: 24px;
  color: #002175;
}
h3 { 
    font-size: 18px;
    color: #002175;
}
h4 { 
    font-size: 16px;
    color: #002175;
}
h5 { 
    font-size: 12px;
    color: #002175;
}
#img-container	{ 
	margin: 0; 
	padding: 0; }
#img-container p	{ 
	/*width: 400px;*/
	margin: 0; 
	padding: 0 0 12px 0;
  
}
	


#once { 
	clear: left;
	}

.nav {
    text-align: right;
      }

.img-bot {
	max-height: 400px;
	max-width: 600px;
}

#s1 {
    float:none;
}