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

body {
	font-size: 11px;
	font-family: lucida grande ;
	color:white;
  background-color:black;
  background-image:url(/Images/BandeauPam150.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  }
	
	
	body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #FFF; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #fff; }




a img { border: none; }


#menu {
    width: 195px;
    overflow: auto;
    top: 140px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #000;
}

#menu a:hover { text-decoration: none; background-color:#fff; color: #000;
padding-left:2px; padding-right:2px; margin-left:-2px;}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 150px 0 0 215px;
    top: 0;
	background-color:#000000;
}
#content a:hover { text-decoration: none; background-color:#fff; color: #000;
padding-left:2px; padding-right:2px; margin-left:-2px;}

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

.container a:hover { text-decoration: none; background-color:#fff; color: #000;
padding-left:2px; padding-right:2px; margin-left:-2px;}


#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; }
h5 { font-size: 10px; text-transform: uppercase; background-color: #FFF; color:#000; padding: 2px; width:100px; margin-left: 2px; }
H6 { font-size: 10px; text-transform: uppercase; background-color: #000; color:#F00;}

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


#img-container a:hover { text-decoration: none; background-color:#000; color: #000;}

#once { clear: left; }

.bandeau {
    margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	
}