 figure { 
	width:33.5%;
}
div.colonne1 {
max-width:700px;
height:160px;
margin:auto;
}
div.colonne1 p{
text-align:justify;
margin:20px 0;
}
div.colonne1 img{
width:150px;
float:left;
}
iframe {
height:300px;
}
h3 {
text-align:left;
font-size:1.5em;
margin:20px 0 10px 0;
width:70%;
}
div#contact {
width:100%;
max-width:700px;
margin:auto;
}
aside {
font-size:0.9em;
}
aside#informations{
width:100%;
max-width:640px;
margin:auto;
background-color:#FFF;
border-radius:5px;
padding:20px;
color:#666;
margin-top:180px;
margin-bottom:20px;
}
aside#informations li { 
margin-top:10px;
}
div.col {
width:330px;
margin:10px 10px;
float:left;
}
div.message {
width:680px;
margin:10px;
}
div.colonne {
width:520px;
margin:30px 10px;
float:left;
}
div.colonne img {
float:left;
margin:5px;
}
input[type="submit"] {
	margin:15px 10px;
}
a#menubutton {
display:none;
}
nav#menu {
width:100%;
z-index: 9500;
float:left;
}
nav#menu ul {
margin-top:-19px;
padding:0;
}
nav li a {
	border-right:1px solid #999;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	background-color:#EEE;
	-webkit-transition: all 0.3s ease-out; /*compatibilité chrome*/
	-moz-transition: all 0.3s ease-out; /*compatibilité firefox*/
	-o-transition: all 0.3s ease-out; /*compatibilité opéra*/
	transition: all 0.3s ease-out; /* Autre navigateur */
	float:left;
	width:16.5%;
	padding: 3% 0;
	border-bottom:1px solid #999;
}
div#blog h3 {
border-left:5px solid #069;
font-size:1.2em;
margin:8px;
padding-left:5px;
}
div.projets {
width:31%;
height:320px;
float:left;
margin:1%;
}
div.projets p{
margin:20px 10px;
}
div#projets img {
width:100%;
float:left;
margin:1%;
}
div.articles {
width:50%;
float:left;
}