div#logotype {
width:100%;
height:100px;
float:left;
}
figure { 
	width:100%;
}
 div.colonne1 {
width:100%;
float:left;
text-align:center;
}
div.colonne1 img{
width:40%;
}
h1 {
font-size:1em;
}
h2 {
font-size:1.3em
}
div.article {
font-size:1em;
padding:3%;
}
div#contact {
width:95%;
margin:2.5%;
float:left;
}
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:99%;
}
div.message {
width:99%;
}
div.articles {
width:100%;
float:left;
}
label {
font-size:1.2em;
margin:20px;
}
input[type="text"], input[type="email"] {
	margin:5px 0 15px 0;
}
input[type="submit"] {
	font-size:2.5em;
	width:99%;
	float:left;
	margin-top:10px;
}
iframe {
height:300px;
}
a#menubutton {
width:40px;
height:40px;
margin:10px;
text-align:right;
position:fixed;
top: 0;
right: 0;
z-index: 9500;
cursor: pointer;
}
nav#menu {
width:100%;
position:fixed;
z-index: 9400;
display:none;
}
nav#menu ul {
margin-top:-15px;
padding:0;
}
nav#menu li {
list-style:none;
}
nav li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	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:100%;
	padding:5%;
	border-bottom:1px solid #999;
}
div#logotype {
}
div#blog h3 {
border-left:3px solid #069;
font-size:1.3em;
margin:15px 5px 5px 5px;
padding-left:5px;
}
div.projets {
width:100%;
float:left;
margin-bottom:15px;
}
div.projets p{
margin:20px 10px;
}
div#projets img {
width:98%;
float:left;
margin:1%;
}