*
{
	margin:0px;
	padding:0px;
}

a
{
	text-decoration:none;
	color:#FFF;
}

:focus
{
	outline:none;
	border:0px none;
}

html
{
}

body
{
	color:#FFF;
	height:100%;
	width:100%;
	text-transform:uppercase;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	text-align:center;
	background: #000 url(../images/fond.jpg) no-repeat 50% 50%;
}

#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -375px;
	float: left;
}

#all
{
	font-size: 1em;
	width: 1000px;
	height:750px;
	margin: 0 auto;
	text-align: left;
	top: -375px;
	clear: both;
	position: static;
}

#container
{
	width: 100%;
	height: 100%;
	position: relative;
	overflow:hidden;
}


a.contact:link, a.contact:visited
{
	width: 167px;
	height: 20px;
	background: url(../images/contact.png) no-repeat top center;
	display:block;
	position:absolute;
	right:0px;
	top:330px;
}
a.pdf:link, a.pdf:visited
{
	width: 251px;
	height: 21px;
	background: url(../images/telecharger.png) no-repeat top center;
	display:block;
	position:absolute;
	left:430px;
	top:395px;
}

a.contact:hover
{
	background: url(../images/contact_over.png) no-repeat top center;
}
a.pdf:hover
{
	background: url(../images/telecharger_over.png) no-repeat top center;
}

