/*css reset*/
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{font-weight:bold;}
/*fin reset*/

body{
	background:url(img/bg.jpg) no-repeat top left;
	border-top:6px solid #000;
}
#container{
	width:980px;
	margin:0 auto;
}
	#container h1{
		display:block;
		width:220px;
		height:104px;
		background:url(img/logo-groupe.png) no-repeat top left;
		_background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo-groupe.png', sizingMethod='scale');
		margin:10px 0 50px 0;
	}
		#container h1 a{
			display:block;
			width:220px;
			height:104px;
			text-indent:-9999px;
		}
		#container h3{
			font-family:baskerville, georgia, serif;
			font-size:24px;
			font-weight:bold;
			padding:10px;
		}
		#container p{
			font-size:17px;
			padding:10px;
			line-height:24px;
			font-family:arial, helvetica, sans-serif;
			font-style:italic;
		}
		#container p span{
			font-weight:bold;
			font-size:20px;
			font-variant:small-caps;
			font-style:normal;
		}
	#container p span.amp{
		font-family:baskerville, georgia, serif;
		font-weight:normal;
		font-size:14px;
	}