html {
	height: 100%;
}

body {
	background: #ffffff;
	padding: 0;
	margin: 0;
}

h1{ 
	text-transform:uppercase;
	font-size:4.2em;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

ul{
	padding:0;
	margin:0;
}

table{
	border:none;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	width:100%;
	font-size:1.1em;
}

td{
	border:none;
	padding:0px;
	margin:0px;
}

.right{
	padding-left:40px;
}

#menu{
	position:fixed;
	top:-30px;
	z-index:10;
	background-color:#FFF;
	width:100%;
	text-align:center;
	padding:3px;
	height:24px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
	-webkit-shadow: 0px 0px 5px rgba(0,0,0,0.40);
	-moz-shadow: 0px 0px 5px rgba(0,0,0,0.40);
	-o-shadow: 0px 0px 5px rgba(0,0,0,0.40);
	font-family:Arial, Helvetica, sans-serif;
}

#menu li{
	display:inline-block;
	padding:0px;
}

.bullet{
	color:#000;
}

#menu li button{
	color:#000;
	outline: none;
	border:none;
	background:none;
	padding:3px 0 0 0;
	margin:0px;
	cursor:pointer;
	font-size:15px;
	/* border-right:1px solid #000; */
}
	
#menu li:last-child{
	background:none;
}

#menu li:last-child button{
	border:none;
}

#section0{
	background:url(../images/fond/frederic-bance-1.jpg) no-repeat bottom left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Josefin Slab', serif;
}

#section0 h1{
	color:#fff;
	right:60px;
	text-shadow: 0px 0px 7px rgba(0,0,0, 0.5);
	font-size:4em;
}

#section0 .corps{
	position:absolute;
	color:#fff;
	width:560px;
	font-weight:600;
	right:75px;
}

#section0 .corps p{
	line-height:1.2em;
	text-shadow: 0px 0px 7px rgba(0,0,0, 0.5);
	font-size:1.3em;
}

#section0 .corps p .souligne{
	font-weight:700;
}

#section0 #parici{
	margin-top:30px;
	text-align:center;
	cursor:pointer;
}

#section0 #parici a{
	color:#FFF;
	text-decoration:none;
	text-shadow: 0px 0px 7px rgba(0,0,0, 0.5);<
}

#section0 #parici a:hover{
	text-decoration:underline;
}

#section1,#section2{
	background:url(../images/fond/filets.gif) no-repeat center right;
	font-family: 'Josefin Slab', serif;
}

#section1{
	text-align:center;
}

#section1 .corps{
	padding:80px 0px 0px 0px;
}

#section1 .citation{
	font-style:italic;
	font-weight:700;
	font-size:1.3em;
	padding:0px;
	margin:0px;
}

#section1 .auteur{
	font-weight:bold;
	font-size:1.4em;
	display:inline-block;
	margin-top:5px;
}

#section1 #textesLauteur{
	position:absolute;
	overflow:auto;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	width:580px;
	height:300px;
	font-size:1.3em;
	font-weight:700;
	text-align:left;
	background-color:#f7f7f7;
	padding:10px;
	line-height:1.3em;
}

#section1 #textesLauteur table{
	font-weight:700;
}

#section1 #textesLauteur p{
	padding:0px;
	margin:5px 0px 15px 0px;
}

#section1 #textesLauteur p:last-child{
	margin:5px 0px 0px 0px;
}

#section1 ul{
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	bottom:10px;
}

#section1 ul li{
	display:inline-block;
	width:140px;
	height:80px;
	border:1px solid #e5e5e5;
	border-right:none;
	font-weight:700;
	font-size:1.5em;
	padding:60px 0px 0px 0px;
	margin:0px;
	background-color:#f7f7f7;
	transition:background 0.5s ease;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-ms-transition:background 0.5s ease;
}

#section1 ul li:hover{
	cursor:pointer;
	
}

#section1 ul li.biographie:hover,#section1 ul li.biographie.actif{
	background-color:#008cba;
	color:#fff;
}

#section1 ul li.livres:hover{
	background-color:#0b7424;
	color:#fff;
}

#section1 ul li.peintures:hover{
	background-color:#db0000;
	color:#fff;
}

#section1 ul li.films:hover{
	background-color:#a16f04;
	color:#fff;
}

#section1 ul li.musiques:hover{
	background-color:#c96a04;
	color:#fff;
}

#section1 ul li:last-child{
	border-right:1px solid #e5e5e5;
}

#section2 .corps{
	width:990px;
	/* left:110px; */
	top:350px;
	font-weight:700;
	margin-left:auto;
	margin-right:auto;
	/*padding-top:150px;*/
	position:absolute;
}

#section2 .corps #presentation{
	width:400px;
	line-height:1.3em;
	font-size:1.3em;
	float:left;
	margin-right:20px;
}

#section2 .corps #pieces{
	width:570px;
	padding:0px;
	margin-left:400px;
	line-height:1.3em;
}

#section2 ul{
	padding:0px;
	margin:0px;
	/* font-family: 'Lato', sans-serif; */
	font-weight:600;
	font-size:1.1em;
	list-style-position:inside;
	list-style-image:url(../images/puce.gif);
	line-height:2em;
}

#section2 ul li a{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

#section2 ul li a:hover{
	text-decoration:underline;
}

#section2 ul li ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
}

#section2 ul.gauche{
	width:280px;
	float:left;
	margin-left:85px;
}

#section2 ul.droite{
	width:205px;
	float:left;
}

#section2 .detail{
	display:none;
	list-style:none;
	line-height:1.4em;
	font-size:0.8em;
	font-weight:normal;
	margin:5px 0px 15px 14px;
	padding-left:10px;
	width:170px;
	border-left:1px #dcdbdb solid;
}

#section2 .detail a{
	text-decoration:none;
	display:inline-block;
	margin-top:5px;
	font-weight:bold;
}

#section2 .detail a:hover{
	text-decoration:underline;
}

#lecturePiece #fermePiece{
	position:absolute;
	width:46px;
	height:46px;
	right:20px;
	top:20px;
	cursor:pointer;
}

#lecturePiece #piecePresentation{
	background:#ffffff;
	width:50%;
	height:100%;
	float:left;
}

#lecturePiece #piecePresentation h1{
	line-height:1em;
}

#lecturePiece #piecePresentation #intro{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#lecturePiece #piecePresentation p{
	font-size:1.3em;
	font-weight:600;
}

#lecturePiece #pieceTexte{
	background:#000;
	width:50%;
	height:100%;
	margin-left:50%;
	color:#fff;
	overflow:scroll;
	font-size:1.2em;
	font-weight:500;
	line-height:1.3em;
}

#lecturePiece #pieceTexte #letexte{
	padding:90px 60px 20px 60px;
	overflow:auto;
}

#lecturePiece #pieceTexte #letexte p strong{
	font-weight:700;
}

#lecturePiece #pieceTexte #letexte .acte{
	font-weight:700;
	font-size:1.4em;
	margin-top:20px;
	display:inline-block;
}

#section3{
	font-family: 'Josefin Slab', serif;
	color:#fff;
	width:100%;
	height:100%;
}

#section3 .msgErreur,#section3 .msgOk{
	display:none;
}

#section3 .msgErreur a,#section3 .msgOk a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#section3 .msgErreur a:hover,#section3 .msgOk a:hover{
	text-decoration:underline;
}

#section3 #formContact{
	position:absolute;
}

#section3 h1{
	font-weight:bold;
	
}

#section3 .corps{
	width:490px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#section3 .container{
	display:none;
	padding:4px;
	color:#fff;
	margin-top:20px;
}

#section3 ul{
	text-align:left;
	list-style:none;
}

#section3 .corps p, #section3 ul li{
	font-size:1.3em;
	font-weight:700;
	line-height:1.2em;
}

#section3 form{
	margin:30px 0px 0px 0px;
}

#section3 form input[type=submit]{
	border:none;
	cursor:pointer;
	margin:20px 0px 0px 0px;
	width:66px;
	height:66px;
	padding:0px;
	outline: none;
	background:url(../images/formbtnenvoi.png) #0b58af no-repeat top center;
	transition:background 0.25s ease;
	-webkit-transition:background 0.25s ease;
	-moz-transition:background 0.25s ease;
	-o-transition:background 0.25s ease;
	-ms-transition:background 0.25s ease;
}

#section3 form input[type=submit]:hover{
	background:url(../images/formbtnenvoi.png) #0b58af no-repeat bottom center;
}

#section3 form input[type=text],#section3 form input[type=email]{
	font-family: 'Josefin Slab', serif;
	font-size:1.3em;
	font-weight:700;
	color:#000;
	height:70px;
	width:245px;
	background-color:#fff;
	margin:0px;
	padding:0px;
	display:inline;
	border:none;
	text-align:center;
	outline: none;
	box-shadow:none;
}

#section3 form input[type=text]{
	background:url(../images/formfilet.gif) #fff no-repeat center right;
}

#section3 form textarea{
	width:470px;
	height:120px;
	border:none;
	margin:20px 0px 0px 0px ;
	padding:10px;
	font-family: 'Josefin Slab', serif;
	font-size:1.3em;
	font-weight:700;
	color:#000;
	outline: none;
	text-align:center;
	resize:none;
}

#section3 #footer{
	position:absolute;
	bottom:0px;
	height:30px;
	color:#fff;
	width:100%;
	font-family: 'Josefin Slab', serif;
	font-weight:700;
	text-align:center;
	font-size:0.9em;
	line-height:2.4em;
}

.clear{
	clear:both;
}

#section3 #footer a{
	color:#fff;
	text-decoration:none;
}

#section3 #footer a:hover{
	text-decoration:underline;
}

#download{
	width:66px;
	height:66px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/btntelecharge.png) no-repeat bottom center;
	transition:background 0.25s ease;
	-webkit-transition:background 0.25s ease;
	-moz-transition:background 0.25s ease;
	-o-transition:background 0.25s ease;
	-ms-transition:background 0.25s ease;
}

#download:hover{
	background:url(../images/btntelecharge.png) no-repeat top center;
}

.left{
	vertical-align:top;
}

.erreur404{
	font-weight:600;
	font-size:1.3em;
	line-height:1.3em;
}

.erreur404 a{
	text-decoration:none;
	color:#008cba;
}

.erreur404 a:hover{
	text-decoration:underline;
}

@media screen and (max-height: 700px) {
	
	#section1 .corps{
		padding-top:30px;
	}

	#section1 ul li{
		width:120px;
		height:70px;
		font-size:1.2em;
		padding:50px 0px 0px 0px;
	}
	
	#section1 #textesLauteur{
		width:580px;
		font-size:1.2em;
		line-height:1.2em;
	}
	
	#section1 .corps p{
		padding:0px;
		margin:0px;
	}

}