@charset "utf-8";
/* CSS Document */

#extra {
	width: 300px;
	height: 400px;
	position: fixed;
	margin-left: -250px;
	background: url(../images/bloc-note.jpg) no-repeat;
}
#extra div {
	padding-top: 62px;
	margin-left: 50px;
	font: 25px "follow your dreams";
}

#extra ul {
	list-style-type: circle;
	margin-left: 25px;
	font: 20px "follow your dreams";
	margin-top: -2px;
	color: #000;
	text-decoration: none;
}

#extra ul a:hover {
	text-decoration: underline;	
}

#plan {
	margin-left: -250px;
	margin-top: 320px;
	width: 300px;
	height: 200px;
	position: fixed;
	
}

#extra ul li a {
	text-decoration: none;
}
#conteneur {
	-moz-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;  
    -webkit-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;  
    box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47; 
	margin: auto;
	width: 760px;
}

#conteneur #header {
	width: 760px;
    height: 115px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}

#conteneur #menu {
	width: 760px;
	height: 52px;
	background: url(../images/menu.jpg) no-repeat;
	text-align: center;
	font-size: 18px;
}

#conteneur #menu a {
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	color: #037279;
}

#conteneur #menu a:hover {
	text-decoration: underline;
}

#conteneur #corps_cal {
	width: 760px;
	height: 534px;
	background: url(../images/final-corps.jpg) no-repeat;
	padding-left: 115px;
	padding-right: 118px;
	clip: rect(auto,auto,auto,auto);
}



#conteneur #corps_cal #tableau {
	width: 535px;
	height: 260px;
	text-align: justify;
	overflow: auto;
	margin-top: 21px;
	margin-left: -2px;
	
}
#conteneur #corps_cal #explication {
	width: 350px;
	height: 105.5px;
	text-align: justify;
	overflow: auto;
	margin-top: 17.2px;
	padding-right: 3px;
}


#conteneur #corps_cal #titre {
	padding-top: 13px;
	font-size: 22px;
}

#conteneur #corps_cal #sstitre {
	font-size: 15px;
	font-style: italic;
	text-decoration: none;
}

#conteneur #flooter {
	width: 760px;
	height: 70px;
	background: url(../images/flooter.jpg) no-repeat;

}
