/**
* CSS
* 
* @version 1.0
* @author Nicolas Benoit
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(Motif_Papier_02.jpg);
	color: #353535;
}
@font-face {
	font-family: 'FlorencesansBold';
	src: url('fonts/florsn02-webfont.eot');
	src: local('?'), url('fonts/florsn02-webfont.woff') format('woff'), url('fonts/florsn02-webfont.ttf') format('truetype'), url('fonts/florsn02-webfont.svg#webfont3Ki67t2B') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FlorencesansRegular';
	src: url('fonts/florsn01-webfont.eot');
	src: local('?'), url('fonts/florsn01-webfont.woff') format('woff'), url('fonts/florsn01-webfont.ttf') format('truetype'), url('fonts/florsn01-webfont.svg#webfontM97XlFrE') format('svg');
	font-weight: normal;
	font-style: normal;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #444; outline: none; }
a:active { text-decoration: none; color: #444; outline: none; }
a:visited { text-decoration: none; color: #444; outline: none; }
a:hover { text-decoration: none; background:#EEE; color:#04a6b5;outline: none;}

a img { border: none; outline: none; }

#menu {
	text-align:right;
    width: 190px;
    overflow: auto;
    top: 10px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	padding-left: 30px;
	color:#250834;
}
#menu ul a:hover { 
padding : 0px 3px;
}
#menu ul {
	font-size: 14px;
	line-height: 14px;
	list-style: none;
	margin: 0 0 12px 0;
	padding:0 0 6px 0;
	letter-spacing: 0.5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
border-bottom: 1px solid #aaa;
}

#menu ul li.section-title {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1em;
	font-family: 'FlorencesansBold', Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	color: #222;
	
}
#menu ul li{
	margin: 0 0 2px 10px;
}
#content {
	width: 900px;
	margin: 0px 0 0 280px;
	padding: 0;
	top: 10px;
	position: relative;
}


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

#content p { background-color:#fff; width: 610px; margin: 9px 9px; padding:8px; -moz-border-radius: 10px 10px 0 0; 
        -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(border-radius.htc);
}

.txt { 
	width: 720px;
	margin: 0 0 10px 0;
	float: left; 
}

.txtHalf { 
	width: 345px;
	margin: 0 15px 10px 0;
	float: left; 
}

p {
    margin: 0 0 9px 0;
}

/*Video comment*/


h1 { 
	font-size: 18px;
	line-height: 18px;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 50px 0;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #444;
	margin: 0;
	padding: 0;
	clear: left;
}

h4 { 
	font-size: 10px;
	line-height: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: #444;
}

h5 { 
	color:#444; 
	letter-spacing: 2px;
	line-height: 1em;
	font-family: 'FlorencesansBold', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
	padding: 0;
	margin: 0 0 10px 0;
}
h6 { 
	font-size: 20px;
	line-height: 28px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #cf8400;
	margin: 7px 0 4px 15px;

}

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

/*Slideshow*/
#slideshow {
    position:relative;
    height:400px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 300px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/*Copyright style*/
#bottom {
	border-top: 1px solid #444444;
	color:#b0a17a;
	font-size:10px;
	padding: 5px 0 0 0;
	width: 720px;
	clear: left; 
}



#once { clear: left; }
