* {
    box-sizing: border-box;
	margin: 0;
  padding: 0;
}


body {  
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	width:100%;
	margin:0;
	color: #50637a;
}

.headername
{
margin-left:85px;
font-size:2.0em;
font-weight: bold;
}

.divauthor
{
height:70px;
width:550px;
display:inline;	
	
}	

.headerh1
{
margin-left:450Px;
display:inline;
color: #50637a;	
}

.headerp
{
margin-left:5px;
padding-top:5px;
font-size:1.5em;
display:inline;	
}

/* mise en place d'un header specifique pour les desktop */

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left:700px;

}

ul.topnav li {

display:inline;

}

ul.topnav li a {
  display: inline-block;
  color: #50637a;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.5em;
  
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}



.mainboddy
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */		
	display: -webkit-flex; /* Safari NEW - Chrome*/
    display: flex;
	
	flex-flow: row wrap;
	justify-content:space-around;
	-webkit-flex-direction: row;
	margin-top:20px;
	width:100%;		
	min-height: 650px;
}



.left
{
	width:15%;
	margin:0px;
	vertical-align: top;
	padding-left:3px;
}

.left h1
{
	font-size: 1.5em;
	font-weight: bold;
	color: #50637a;	
	
}

.left nav

{	
    list-style-type: none;
	margin: auto;	
	margin-left:2px;
	margin-bottom:10px;   
    padding-right: 2px;   
	color: #295759;
	
	
}	

.left li
{
margin-top:5px;
margin-bottom:5px;

}

.left a:link
{
	color: #295759;
    font-size: 1.0em;
    text-decoration: none;
    margin-left:13px;
}
#main-homeleft a:visited {font-size:80%;} /* visited link */
#main-homeleft a:hover {text-decoration:underline}   /* mouse over link */
#main-homeleft a:active {text-decoration:underline;}  /* selected link */





.centre {

	width:60%;
 
	display: -webkit-flex; /* Safari */
	display: flex;
  
	flex-flow: row wrap;
	justify-content:left;
	-webkit-flex-direction: row;
	
	vertical-align: top;		
	margin-bottom:20px;	
	margin-left:10px;

}

.centre h1
{
	margin: auto;	
	font-size:2.5em;
	font-weight: bold;
	color: #50637a;	
}

.centre h2
{
	margin-left: 20px;	
	font-size:2.0em;
	font-weight: bold;
	color: #50637a;	
	
}

.centre h3
{
	margin-left: 20px;	
	font-size:1.6em;
	font-weight: bold;
	color: #50637a;	
	margin:10px;	
}

.centre p
{
	font-size:1.5em;
	margin:10px;	
	
}	
.centre img
{
	border-radius: 5px;
	margin-right:12px;
	box-shadow: 5px 5px 5px #888888;
	margin-bottom:10px;
	margin-top:10px;
	float:left;
	width:60%;
}



.right
{
vertical-align: top;
border-left: 3px solid #e0dcdc;

text-align:right;
color: #50637a;	
font-size:1.4em;
padding-right: 5px; 
width:15%;

}
.right h2
{
font-size:1.4em;


}

.right p
{
	margin:10px;
}

.right img:hover 
{
position:relative;
left:-550px;
width:686px;
height:250px
} 



.homeleft
{
	width:15%;
	margin:0px;
	vertical-align: top;
	padding-left:3px;
}

.homeleft h1
{
	font-size: 1.5em;
	font-weight: bold;
	color: #50637a;	
	
}

.homeleft nav

{	
    list-style-type: none;
	margin: auto;	
	margin-left:2px;
	margin-bottom:10px;   
    padding-right: 2px;   
	color: #295759;
	
	
}	

.homeleft li
{
margin-top:5px;
margin-bottom:5px;

}

.homeleft a:link
{
	color: #295759;
    font-size: 1.0em;
    text-decoration: none;
    margin-left:13px;
}
#main-homeleft a:visited {font-size:80%;} /* visited link */
#main-homeleft a:hover {text-decoration:underline}   /* mouse over link */
#main-homeleft a:active {text-decoration:underline;}  /* selected link */

.homesection {
display: -webkit-flex; /* Safari */
	display: flex;
	flex-flow: column wrap;
	justify-content:left;
	-webkit-flex-direction: column;
	
	vertical-align: top;		
	margin-bottom:20px;	
	margin-left:10px;
	width:68%;

}

.homesection h2
{
	font-size:2.0em;
	font-weight: bold;
	color: #50637a;	
	
	
	
}

.homecentre {


 
  
	display: -webkit-flex; /* Safari */
	display: flex;
  
	flex-flow: row wrap;
	justify-content:left;
	-webkit-flex-direction: row;
	
	vertical-align: top;		
	margin-bottom:20px;	
	margin-left:10px;
	
	
	
	
}

.homecentre h1
{
	margin: auto;	
	font-size:2.5em;
	font-weight: bold;
	color: #50637a;	
}

.homecentre h2
{
	margin-left: 20px;	
	font-size:2.0em;
	font-weight: bold;
	color: #50637a;	
	margin:10px;
	height:50px;
}

.homecentre h3
{
	margin-left: 20px;	
	font-size:1.6em;
	font-weight: bold;
	color: #50637a;	
	margin:10px;	
}

.homecentre p
{
	font-size:1.5em;
	margin:10px;	
	
}	
.homecentre img
{
	border-radius: 5px;
	margin-right:12px;
	box-shadow: 5px 5px 5px #888888;
	margin-bottom:10px;
	margin-top:10px;
}



article
{
width:32%;
}


.homeright
{
vertical-align: top;
border-left: 3px solid #e0dcdc;

text-align:right;

font-size:1.2em;
padding-right: 5px; 
width:15%;

}
.homeright h2
{
font-size:1.4em;


}

.homeright p
{
	margin:10px;
}

.homeright img:hover 
{
position:relative;
left:-550px;
width:686px;
height:250px
} 




.footer {
    
	text-align:right;width:90%;margin:auto;height:30px;	
	font-size: 0.7em;	
	
	
}


