/***
 * Styles communs a toutes les pages
***/

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#AA915B;
}
body { background:url('../img/bg.gif') repeat-x #ffffff; }
body * { margin:0; padding:0; }
p { margin: 8px; }
a img {border: none;}
fieldset { border: none; }

#container { width:800px; margin:auto; text-align:center; }
#header { color:#7c6a2d; line-height: 25px; }
#header h1 { font-size: 1em; }
#header .clr { height:25px; }
#header .important { color:#333; }
#header a { color:#7c6a2d; }
#header a:hover, #header a:focus { color:#333; }
#content { margin-bottom: 30px; }
#footer h2 { font-size:1.8em; margin-top: 15px; }

.left { float:left; }
.right { float:right; }
.clr { clear:both; }
.important { color:#7c6a2d; }
