body {
	margin : 4% 0;
	padding : 0;
	font : 0.8em Verdana, Arial, Helvetica, sans-serif;
	background-color : #eee;
	color : #7e7e7e;
}
h1, div {
	margin : 0;
	padding : 0;
	font-family : Verdana, Arial, Sans-Serif;
}
h1{
	color : #779977;
	background-color : inherit;
}
h1 {
	font-size : 1.8em;
	margin-bottom : 0.5em;
	letter-spacing : -0.05em;
}
#content {
	margin : 0px auto;
	width : 100%;
}
#entete {
	margin-top : 7em;
	margin-bottom : 3.7em;
	text-align : center;
}
#centre {
	color : #333333;
	width : 95%;
	margin : auto;
}
#entete div {
	margin : 1em 25%;
	margin-top : 0.5em;
	border-top : 1px solid gray;
}
#commons input {
	display : inline;
	margin : 0;
}
#commons input[type=text] {
	width : 40em;
}
table {
	width : 100%;
}
td{
	vertical-align : top;
}
textarea, input[type=text]{
	border : 1px dotted #DD7744;
	margin : 0;
	background-color : #f9f9f9;
}
textarea{
	display : block;
	width : 100%;
	min-width : 400px;
}
input[type="text"]{
	width : 100%;
}
input, select{
	display : block;
	margin : 0.5em;
}
input, select, input[type="text"]{
	margin : 0.5em 0;
}
select {
	margin : 1em 0;
	border : 1px dotted #DD7744;
	background-color : #f9f9f9;
}

