 figure { 
	width:50%;
}
div.colonne1 {
width:44%;
height:300px;
float:left;
margin:1%;
text-align:center;
}
div.colonne1 img{
width:50%;
}
div#contact {
width:95%;
margin:2.5%;
float:left;
}
aside {
font-size:0.9em;
}
aside#informations{
width:90%;
float:left;
background-color:#FFF;
border-radius:5px;
padding:2.5%;
color:#666;
margin:2.5%;
font-size:1.2em;
}
aside#informations li { 
margin-top:10px;
}
div.col {
width:100%;
float:left;
}
div.message {
width:100%;
}
label {
font-size:1.2em;
margin:20px;
}
iframe {
height:300px;
}
input[type="text"], input[type="email"] {
	margin:5px 0 15px 0;
}
input[type="submit"] {
	margin:15px 0px;
	font-size:2.5em;
}
div.colonne {
width:520px;
margin:30px 10px;
float:left;
}
div.colonne img {
float:left;
margin:5px;
}
a#menubutton {
display:none;
}
div#logotype {
}
nav#menu {
width:100%;
/*display:block;*/
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:33.1%;
	padding: 5% 0;
	border-bottom:1px solid #999;
}
div#blog h3 {
border-left:5px solid #069;
font-size:1.2em;
margin:5px;
padding-left:5px;
}
div.projets {
width:31%;
height:300px;
float:left;
margin:1%;
}
div.projets p{
margin:20px 10px;
}
div#projets img {
width:100%;
float:left;
margin:1%;
}
div.articles {
width:100%;
float:left;
}