@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
	Reset Styles (from meyerweb.com)
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style-position:inside;
	/*
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%
	font-family: inherit;;*/
	vertical-align: baseline;
}
/*------------------------------------------------------------ */
body {
	/*
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-x;
	*/
	font-family:Arial;
	font-size:12px;
}

#container{
	position:relative;
	width: 1000px;
	margin: 0 auto; /* l'ensemble est centr */

}
#container #header{
	position:relative;
	width:1000px;
	clear:left;
	float: left;
	background-image:url(../img/header_fond.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:95px;
}

#container #content{
	position:relative;
	clear:left;
	float: left;
	width: 1000px;
	/*margin-top:10px;
		margin-bottom:10px;*/
}
#container #content #left{
	position:relative;
	margin-top:-85px;
	float: left;
	width: 116px;
	margin-left:18px;
	margin-right:11px;
}
#container #content #main{
	position:relative;
	float: left;
	width: 610px;
	margin-left:10px;
	margin-top:-35px;
}
#container #content #right{
	position:relative;
	float: right;
	margin-top:-35px;
	width: 227px;
	text-align:center;

}
#container #footer{
	position:relative;
	clear:left;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	width:1000px;
	height:27px;
	vertical-align:middle;
	background-image:url(../img/footer_fond.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
