@charset "UTF-8";
/* CSS Document BIENVENUE (intro de mon portfolio)*/

body {
	background-color: white;
}
header {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 50px;
	margin: auto;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 1.4em;
	font-weight: lighter;
} 
section {
	margin: auto;
	width: 100%;
	height: 100%;
}
div {
	width: 100%;
	margin: auto;
}
footer {
	width: 200px;
	height: 40px;
	margin: auto;
	margin-top: 25px;
}
.titre {
	color: white;
	padding-top: 25px;
}
.portfolio {
	margin: auto;
	margin-bottom: 40px;
	background-image: url('../images/forme_folio.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.archimemo {
	margin: auto;
	margin-bottom: 40px;
	background-image: url('../images/forme_archi.jpg');
	background-position: center top;
	background-repeat: no-repeat; 
}
.newsletter {
	margin: auto;
	margin-bottom: 40px;
	background-image: url('../images/forme_news.jpg');
	background-position: center top;
	background-repeat: no-repeat; 
}
.voir{
	position: relative;
	margin: auto;
	margin-top: 100px;
	left: 50%;
}
.reseau {
	width: 20px;
	padding: 0px 20px;
}