/**
* CSS
* 
* @version 2.0
* @author Emilie Boudet 
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: georgia;
	color: #111111;
	background-color: #fff;
}

body.section-1 {
margin-top:80px;
 }
body.section-2 { }
body.section-3 { }

a { 
text-decoration: none; 
color:#009999;
}

a:active {  }

a:visited { text-decoration: none; color: #006666; }

a:hover {
	color:#00CCCC;
} 

a img { 
text-decoration : none;
border: none;
background:none;
}

a:hover img{
text-decoration : none;
border:none;
border:0;
background:none;
}


#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color:#fff;
	line-height:14px;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
	font-size:11px;
}

#menu ul a {
color:#111111;
text-decoration:none;
}

#menu ul a:hover {
color:#009999;
text-decoration:none;
}
/*#menu ul a:active {
color:#ffffff;
text-decoration:none;
background-color:#00FF00;
}
#menu ul a:current {
color:#ffffff;
text-decoration:none;
background-color:#00FF00;
}*/

#menu ul li{
padding-left:15px;
}


/*menu page active*/
#menu ul li.active {
background-color:#99FFFF;
width:150px;
height:15px;
}

#menu ul li.section-title {
font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
margin:0 0 7px;
color:#666666;
font-size:12px;
line-height:15px;
padding-left:0px;
letter-spacing:3px;
 }

#content {
    height: 100%;
margin-bottom:0;
    margin-left:205px;
margin-right:0;
margin-top: 90px;
    top: 0;
	line-height:14px;
}

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

#content p { 
width: 500px; 
margin-bottom: 9px;
background-color:#FFFFFF;
font-size:12px;
line-height:16px;
}

p {
    margin: 0 0 9px 0;
}

h1 { 
font-size: 28px;
font-weight:500; 
font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
color:#666666;
}


h2 { 
font-size: 26px;
font-weight:500; 

}
h3 { 
font-size: 20px;
font-weight:normal;
}
h4 { 
font-size: 20px;
font-weight:normal;
line-height:30px;
}

#img-container	{ 
margin: 0; 
padding: 0;
width:800px;
}

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

#once { clear: left; }

.thumb-img {
display:block;
width:100px;
}

.grow strong {
display: block;
margin-top: 0px;
text-align:center;
}
