body, div, form, fieldset, ul, ol, table, h1, h2, h3, input, button {
	margin: 0;
	padding: 0;
	display: block;
}

a:active, a:focus {
	outline: 0;
}

body, div#full {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #f9f7ed;
}

ul#menu {
	background: #000;
	position: fixed;
	bottom: 0;
	float: left;
	width: 960px;
	margin: 0;
}

ul#menu li {
	list-style: none;
	float: left;
	font: italic 16px "Georgia";
	padding: 4px 10px;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
}

div#site {
	display: block;
	width: 960px;
	margin: auto;
	text-align: left;
}

div#header {
	display: block;
	width: 960px;
	height: 300px;
	margin: 20px 0;
	background: #ffffff url("images/header.jpg") no-repeat;
}

div#header a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
}

div#contents {
	display: block;
	width: 900px;
	margin: auto;
	padding-top: 20px;
	font: italic 18px "Georgia";
	color: #000;
}

blockquote {
	display: block;
	padding: 0 40px;
	width: 820px;
	background: url("images/quote.jpg") no-repeat 0 -5px;
	margin-bottom: 40px;
}

.round {
	border: 4px solid #000;
}

.roundtext {
	border: 2px solid #000;
}

input, textarea {
	display: block;
	width: 320px;
	height: 22px;
	padding: 4px 10px;
	margin-bottom: 4px;
	font: italic 14px "Georgia";
	color: #333;
}

textarea {
	height: 150px;
	width: 700px;
}

.nom {
	background: url("images/frm_nom.png") 5px -1px no-repeat #fff;
	padding-left: 70px;
}

.email {
	background: url("images/frm_email.png") 5px -1px no-repeat #fff;
	padding-left: 70px;
}

.bouton {
	display: block;
	width: 340px;
	height: 35px;
	padding: 4px 10px;
	margin-bottom: 4px;
	background: #000;
	color: #fff;
	font: italic 18px "Georgia";
}

ul {
	margin: 0 30px;
}

.img_realisation {
	background: #fff;
	padding: 4px;
}

.liste_realisation {
	display: block;
	float: right;
	width: 350px;
}

.red {
	color: red;
}

