/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.2em;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	background-position: 260px 0;

}

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

a {color: #cccccc; text-decoration: none; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
/* a:visited { text-decoration: line-through; color: silver; } */
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    padding-top: 30px;
    background-color: black;
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding-left : 30px;
	padding-right : 30px;
	border-right-color: #e6e6e6; border-right-style: solid; border-right-width: thin;
}

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

}

#menu ul li.section-title { }

#content {
    margin-left: 260px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 30px;
    height: 100%;
    top: 0;
}

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

#content p { 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; }

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

#once { clear: left; }

#d-col1 { 
    position: absolute;
	height: 90%; 
	padding-right: 30px; 
}

#d-col2 { position: fixed; height: 100%; padding-left: 25px; }

.section-title { padding-bottom: 0.3em; color: white; font-size: 1em; font-weight: bold; text-transform: uppercase; }

a .section-title2 { font-style: normal; color: #282c33; font-size: 1.2em; font-weight: normal; }

.container p a { color: #666666; }

.title { display: none; }

.home { font-weight: bold; word-spacing: -0.1em; letter-spacing: -0.01em; font-size: 2.8em; }



hr {
	padding: 0px;
	height: 1px;
	margin: -0.5em 0;
	color: #b3b3b3;
	background-color: #b3b3b3;
	border: 0;
	}

/* Filets autres Webkits */

html > body hr {
	margin: 0;
	}

#d-col1  a:hover img, a.thickbox:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	}

.small {
		display: block;
		height: 28px;
		line-height: 28px;
		padding-left: 32px;
		background-position: 0px 0px;
		background-image: url(http://www.lelapinbleu.fr/files/no-ie.jpg);
		background-repeat: no-repeat;
		word-spacing: 0px;
		letter-spacing: 0px;
		color: #4c4c4c;
		font-style: normal;
		font-weight: normal;
		font-size: small;
	}

.small2 {
		display: block;
		height: 28px;
		line-height: 28px;
		padding-left: 32px;
		word-spacing: 0px;
		letter-spacing: 0px;
		color: #4c4c4c;
		font-style: normal;
		font-weight: normal;
		font-size: small;
	}


