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




moz-selection {background:#FF0; /* Firefox */}
html {color: #000000;}

body {
	font-size: 10px;
	font-family: Cousine, sans-serif;
	line-height: 13px;
}

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


a:link { text-decoration: none; color:#000;  }
a:hover { text-decoration:underline; color:#000; }
a:visited { text-decoration: none; color: #666; outline:none; }
a:active { text-decoration: none; color: #666; outline:none; }
a img { border: none; }


#adrien {
	position: absolute;
	top:30px;
	left:20px;
	background-color:#FFF; 
	width:134px; 
	height:20px;
	padding: 6px 10px 6px 10px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px
}


#menu {
    width: 215px;
	height: 100%;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	margin: 64px 0 0 30px;
}


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

#menu ul li a:hover { text-decoration: none; text-shadow:#CCC 0 0 10px}
#menu ul a:hover{color:#333;}

#menu ul li.section-title { padding-bottom: 3px; color:#333; font-weight:bold; }

#content {
    height: 100%;
	width:180px; /* largeur plugin bg*/
    margin: 66px 0 0 215px;
    top: 0;
}


.container {
	  padding: 0;
}

.info {font-size: 10px; padding:0; margin-top:2px; color:#666;}
.info a { text-decoration: none; color:#999}
.info a:hover { color:#666; padding: 0 0 0 0}

.titre {text-decoration: underline; text-transform: uppercase; font-weight:bold;}

#prev { text-decoration:none;font-size: 11px; text-transform:uppercase;color: #999 }
#next { text-decoration:none;font-size: 11px; text-transform:uppercase;color: #999 }

#prev:hover {text-transform:uppercase;color: #FFF; padding:inherit; background-color:#999; padding: 0 0 0 0}
#next:hover {text-transform:uppercase;color: #FFF; padding:inherit; background-color:#999; padding: 0 0 0 0}

#num{margin:0 0 0 0;padding:0;font-size: 10px; text-decoration: none; color: #333 }

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


#pied   {color: #003300;}
#pied a {color: #003300;}

fl{
	visibility:hidden;
}

p {
    margin: 0 0 3px 0;

}

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

h5 { padding-top:1px; margin-bottom: 2px; color:#000; font-weight:bold; font-size: 10px; }
h5 a:hover { text-decoration:underline; color:#000; }
h5 a:visited { text-decoration: none; color: #000; outline:none; }

h8 a{ text-decoration: none; color:#666;}
h8 a:hover {text-decoration:none; color:#333; text-shadow:#CCC 0 0 10px}

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

#once { clear: left; }
