body {
	margin: 0;
	padding: 0;
	background : #000000 url(imgs/bas_bg.png) 0px 0px;
	color: #FFFFFF;
	font-family: calibri, verdana, tahoma, arial;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

#footer a, a:link, a:visited {color: #999999;}
a, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
img {border: none;}

#linetop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	background : #000000 url(imgs/haut_bg.png) 0px 0px repeat-x;
}


#titre {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    width: 590px;
    height: 250px;
    background : #000000 url(imgs/titre.png) -4px 0px no-repeat;
}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 544px;
	top: -100px;
	height: 400px;
	text-align: center;
}

#footer {
	position: relative;
	width: 540px;
        margin-left: auto;
        margin-right: auto;	
	height: 70px;
	bottom: -175px;
}
