/* @override http://127.0.0.1/~jebr/fetepomme/fstyle.css */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px 20px 0px;
}
hr {
	display: none;
}
div#logo_gauche {
	float: left;
	width: 200px;
}

div#logo_gauche p {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #b60000;
	color: #FFF;
	font-size: 20px;
	margin: 0px;
}

div#logo_droite {
	float: right;
	width: 290px;
}

img {
	border: 0px;
	margin: 20px;
}

div#titre {
	clear: both;
	padding: 20px;
}
div#titre h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	color: #009452;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 30px;
}

div#adresse {
	width: 300px;
	}
div#adresse p {
	margin: 0px;
	font-weight: bold;
}
div#corp {
	text-align: center;	
	margin-bottom: 50px;
}

p#footer {
	text-align: center;
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	border-color: #CCC;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

