.contenu {

	color: #FFFFFF;

}

#perso {
	background-color: #07587F;
}

#photo {

	margin: 0 auto 0 auto;
	position: relative;
	height: 505px;

	/* Location of the image */
	background-image: url('images/GPBelgique.jpg');
  
  	/* Background image is centered vertically and horizontally at all times */
  	background-position: center center;
  
  	/* Background image doesn't tile */
  	background-repeat: no-repeat;
  
  	/* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height 
  	background-attachment: fixed;*/
  
  	/* This is what makes the background image rescale based
     on the container's size */
  	background-size: cover;

}

#caption {

	background-color: rgba(0, 0, 0, .5);
	font-size: 1.5em;
	padding: 25px;
	font-family: Mission Gothic Thin;
	text-align: center;
	margin:0 auto;
	position: relative;
	top: 40%;


}

#boulot {

	background-color: #9C3A3A;
}

#interets {

	background-color: #F79E44;

}

.perso, .boulot, .interets {

	width: 80%;
	margin: 0 auto 0 auto;
	padding: 50px 0 50px 0;
	display: table;
}

@media screen and (max-width: 650px)
{

.perso, .boulot, .interets {

	width: 80%;
	margin: 0 auto 0 auto;
	padding: 50px 0 50px 0;

}

}

.infos  {
	display:table-cell;
	width: 60%;
	vertical-align:middle;
}

@media screen and (max-width: 650px)
{
    .infos  {
    width: 100%;
	display: block;
	padding: 20px 0 20px 0;
}
}

.illustration {
	display:table-cell;
	width: 40%;
	vertical-align:middle;
	text-align: center;
}

@media screen and (max-width: 650px)
{
    .illustration   {
	width: 100%;
	text-align: center;
	display: block;
	padding: 20px 0 20px 0;
}
}

.perso {

	padding-bottom: 85px;

}

.boulot a:link {
		
	color: #FFFFFF;

	
}

.boulot a:visited {
		
	color: #FFFFFF;

	
}

.boulot a:hover {
		
	color: #9A9A9A;

	
}

.boulot a ul {
	list-style: none;

}

h2 {

	border-top: solid #FFFFFF 15px;

}

.photo {

	height: 200px;
	width: 200px;
   	border :10px solid #FFFFFF;

}

footer h4 {
	margin:0;
	padding: 25px;
	text-align: right; 

}

@media screen and (max-width: 650px)
{
    footer h4   {
	margin:0;
	padding: 25px;
	text-align: center; 
}
}