body{
	font-family: 'PT Serif', 'Source Code Pro', monospace;
	margin: 0px;
	padding: 0px;
}

.h2{
	font-size: 20px;
	color: red;
	text-decoration: underline;
	
}

#logo{
	position: absolute;
	top: 1px;
	 background-color: rgba(255, 255, 255, .4);
	 
	
}

nav{
	background-color: #036992;
	width: 100%;
}

nav > ul{
	margin: 0px;
	padding: 0px;
	height: 115px;
}


nav ul::after{
	content: "";
	display: block;
	clear: both;
}

nav > ul > li{
	float: right;
	position: relative;
	margin: auto;
	width:calc(100%/3);
}

nav > ul > li > a{
	position: relative;
	left: 150px;
	padding: 45px 250px;
	color: #FFF;
	font-family: 'Libre Baskerville', serif;
	font-size: 17px;
}

nav li{
	list-style-type: none;
}

.submenu{
	display: none;
	
}

nav a{
	display: inline-block;
	text-decoration: none;
}

nav li:hover .submenu{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 250px;
	padding: 0px;
	z-index: 100000;
	
}

.submenu li{
	border-bottom: 1px solid #CCC;
	
}

.submenu li a{
	position: relative;
	top: -20px;
	padding: 15px 45px;
	font-size: 13px;
	color: #424558;
	width: 200px;
	background-color: #FFF;
	
}


.cadre {
        
  overflow: hidden;     
  line-height: 2em;  
}
.cadre img {
  z-index: 1;          
  position: relative;   
  position: absolute;
  left: 5px;
  width: 270px;
}
.cadre span {
  display: block;
  position: absolute;   
  left: -100%;          
  padding: 0 .25em;     
  color: #eee;         
  background: #069;     
  transition: all .5s;  

}
.cadre:hover span {
  left: 2em; 
z-index: 3;  
}

.img{
	position: absolute;
	right: 80px;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}


.text{
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		font-size: 30px;
		text-decoration: underline;
		color: red;
	
}

.text2{
	font-family: 'Open Sans', sans-serif;
		position: absolute;
		left: 1px;
		font-size: 20px;
}


#box1{
	width: 100px;
	padding: 1px;
    border: solid 1px #CCC; 
	box-shadow: 0px 0px 17px #BBB;
	position: absolute;
	left: 235px;
}

#box2{	
	width:calc(12%/1);
	position: absolute;
	left: 235px;
	padding: 1px;
    border: 1px solid #CCC;
	height:	320px;
	box-shadow: 0px 0px 30px #BBB;

}

#box3{
	margin-top: 1px;
	width: 1000px;
    padding: 1px;
    border: solid 1px #CCC; 
	box-shadow: 0px 0px 17px #BBB;
	position: absolute;
	left: 490px;
}
	
#box4{
	width:900px;
	position: absolute;
	left: 25%;
	padding: 1px;
    border: 1px solid #CCC;
	height:	520px;
	box-shadow: 0px 0px 30px #BBB;
	
}

#box5{	
	width:calc(12%/1);
	position: absolute;
	left: -5px;
	padding: 1px;
    border: 1px solid #CCC;
	height:	320px;
	box-shadow: 0px 0px 30px #BBB;

}

#box6{	
	width:calc(12%/1);
	position: absolute;
	right: 175px;
	padding: 1px;
    border: 1px solid #CCC;
	height:	320px;
	box-shadow: 0px 0px 30px #BBB;

}
#box7{	
	width:400px;
	position: absolute;
	right: 200px;
	padding: 1px;
    border: 1px solid #CCC;
	box-shadow: 0px 0px 30px #BBB;

}

#box8{	
	width:800px;
	position: absolute;
	left: 250px;
	padding: 1px;
    border: 1px solid #CCC;
	height:	600px;
	box-shadow: 0px 0px 30px #BBB;

}

#box9{	
	width:1200px;
	position: absolute;
	left: 350px;
	padding: 1px;
    border: 1px solid #CCC;
	height:	600px;
	box-shadow: 0px 0px 30px #BBB;

}

#box10{	
	width:180px;
	position: absolute;
	right: 95px;
	padding: 1px;
    border: 1px solid #CCC;
	height:	385px;
	box-shadow: 0px 0px 30px #BBB;

}

#box11{
	width:1200px;
	position: absolute;
	left: 20%;
	padding: 2px;
    border: 1px solid #CCC;
	height:	500px;
	box-shadow: 0px 0px 30px #BBB;
	
}

#box12{
	width:1200px;
	position: absolute;
	left: 350px;
	padding: 1px;
    border: 1px solid #CCC;
	height:	720px;
	box-shadow: 0px 0px 30px #BBB;
}

#h3{
	position: absolute;
	right: 20px;
	color: black;
}
