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

body {
	font-size: 10.5pt;
	font-family: 'Vollkorn', Times New Roman, Verdana, sans-serif;
	background: #fff;
	line-height: 1.6em;
}

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

a:link { font-family: 'Almendra', Times, serif; text-decoration: none; color: #00d; }
a:active { font-family: 'Almendra', Times, serif; text-decoration: none; color: #00d;}
a:visited { font-family: 'Almendra', Times, serif; text-decoration: none; color: #00d; }
a:hover { font-family: 'Almendra', Times, serif; text-decoration: underline; color: #00d;}

a img { border: none; }

#menu {
    width: 40px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: -50px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    min-width: 1180px;
    margin: 10px 10px 10px 10px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
    width: 800px;
}

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

hr	{ margin-bottom: 24px; }

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

#once { clear: left; }

.year {
	font-family: 'Almendra', Times, serif;
	font-size: 12pt;
	}

.fabush3 {
	font-family:Alegreya, serif;
	margin-top:3em;
	margin-bottom:1.5em;
	font-size:15pt;
	font-weight:normal;
	font-style:italic;
	margin-left:-15px;
}

.breakit {
	-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
        hyphens: auto;
}
.survol1:hover{
color:#929393;
}
}
.survol2:hover{
color:red;
}

