/* Valeurs par default */
*
{
	list-style:none;
	margin:0;
	padding:0;
}

body
{
	font:68% Arial, Helvetica, sans-serif; 
	background:#000  url(img/bodyy.jpg) repeat 0 170px fixed;
	color:#fff;
}

#all
{
	background-color:#000;
	height : 100%;
	width : 1000px;
	margin:0 auto;
}

a
{
	text-decoration:none;
	color: #3CF;
}

a:hover
{
	color:#1975dd;
}

a img
{
	border:0;
}

.clear
{
	visibility:hidden; 
	clear:both
}

/*===== Structure =======*/

#wrapper
{
	width:1000px;
	margin:0 auto;
	position:relative;
}

#header
{
	height:262px;
	background: #000 url(img/header.jpg) no-repeat 325px 0; 
	position:fixed;
	width:1000px;
}

#content
{
	padding:292px 115px 30px;
	min-height:300px;

}

#footer
{
	min-height:30px; 
	font-size:1.5em; 
	font-family:"Arial Black", Gadget, sans-serif;
	background : #000;
}

#fixedimage
{
	position:fixed;
	top:0;
	left:50%;
	width:1000px;
	height:545px;
	margin-left:-500px;
	background: url(img/content.jpg) no-repeat 55px 264px;
}



/*=======  Contenu =======*/
/* header */

#header h1
{
	font-size:0;
	line-height:0;
	position:absolute;
	top:0;
	left:0;
}

#header #speedbar
{
	position:absolute;
	top:186px;
	left:343px;
}

#speedbar li
{
	float:left;
	font-size:0;
	line-height:0; 
	margin-right:5px;
}

/* content */

#content h2
{ 
	font-size:0;
	margin:0 0 30px 220px;
	line-height:0;
}

#content h3
{
	font-size:1.7em; 
	margin: 0 0 15px; 
	font-family: "Times New Roman", Times, serif;
	letter-spacing:1px;
}

#content .section
{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:25px;
	line-height:18px;
}

/* Footer */

#footer span
{
	display:block;
	padding:80px 10px 10px;
	text-align:center;
}



