html, body, header, footer, a, ul, li { margin: 0; padding: 0; outline:none}
img { border: 0; margin: 0; padding: 0; outline:none;}

html, body { 
	height:100%;
}
body {
	overflow:auto;
	/*background-color:#aaaaaa;*/
	/*
	background-image:url(../images/fond.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	*/
	font: 11px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	background-color:#fff;
	width:950px;
	margin: 0 auto;
}

a, a:active {
	color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #b01f05;
}

#bandeau{
	width: 950px;
	height: 40px;
	background-color: white;
	position: absolute;
	top: 713px;
}

#bandeau p.retour{
	margin-top: 17px;
	margin-left: 20px;
	font-size: 15px;
}

#bandeau .fb-like{
	margin-right: 40px;
}

#bouton{
	position : absolute;
	left: 581px;
	top: 725px;	
}

#bouton .g-plus{
	margin-right: 20px;
}

#bouton .twitter{
	margin-left: 265px;
	margin-top: -23px;
}

#bandeau a{
	text-decoration: none;
	color: black;
}

#bandeau a:hover{
	text-decoration: none;
	margin-top: 15px;
	color: #b01f05;
}