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

body {
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
}

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

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

a img { border: none; }

#content a:link { text-decoration: underline; color: #000; }
#content a:active { text-decoration: underline; color: #000; }
#content a:visited { text-decoration: underline; color: #000; }
#content a:hover { text-decoration: none; color: #000; }

.titles0 {
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	}
	
.titles0 {
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	
	}	
	
.titles1 {
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 800;
	
	}
	
.titles1b {
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 800;
	
	}
	
.titles2 {
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
	}

.titles2b {
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 19px;
	width: 756px;
	}
	
.titles3 {
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 27px;
	text-transform: uppercase;
	}
	
.titles3b {
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 27px;
	font-weight: 800;
	}	


#menu {
    width: 215px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-color: #fff;

}

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

#menu ul li.section-title { }

li.active a { text-decoration: underline; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

#content p { width: 756px; 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; }

/*-----STYLES DE> BLOCS-----*/
#publi_ensemble { width:840px; margin-top: -22px;}
#links_ensemble { width:840px;}
#bloc { width: 200px; float:left; margin-right:10px; }
#bloc p { width:auto;}
.bloc_title { 
	font-family: AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 800;
	margin-bottom: 8px;
	/*font-weight: bold;*/
	}

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

/*-----STYLE DES NEWS-----*/
.date { color: gray; margin: -20px 0 10px 0; padding: 0;}

#once { clear: left; }
