/*
css de la page d'accueil du site qui precede l'acces à celui-ci...
*/

body
{
    background-color: #cbb49e;
	background-image: url('../images/fond.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#corps
{
	width: 501px;
	background-color:#cbb49e;
	background-image: url('../images/degrade.jpg');
	background-repeat: repeat-y;
	border: 4px #c59e67 double;
	margin: auto;
	margin-top: 8%;
	padding-bottom: 10px;
}
a
{
 	color: #006699;
	text-decoration: none;
}
a :focus
{
	border: none;
}
img
{
border: none;
}