body
{
background-image: url("abstract-painting.jpg");
background-attachment: fixed;
background-position: center;
margin-right: 50px;
margin-left: 50px;
}

p
{
	text-indent: 10px;
	font-size: 110%;
}



a:link
{
	color: rgb(31,31,31);
}

a:visited
{
	color: rgb(31,31,31);
	text-decoration: underline;
}

a:hover
{
	color: rgb(178,119,39);
}

#header
{
	width: 486px;
	height: 90px;
	margin: auto;
	margin-bottom: 150px;
	margin-left:450px;
	border: medium;
	border: groove;
	text-align: center;
	background-image: url("FondBanniere5.png");
	background-position: center;
	color: white;
	
}

#menu
{
	float: left;
	text-align: center;
	padding-right: 20px;
	margin-bottom: 100px;
	margin-left:20px;
	width: 170px;
	height: 450px;
	margin-bottom: 40px;
	margin-right: 30px;
	border: medium;
	border: ridge;
	
	color: black;
	font-size:150%;
	
}

.titremenu
{
	text-align: center;

}

#corps
{
	font-size: 110%;
	margin-right: 30px;
	padding: 10px;
	margin-top:20px;
	margin-left: 250px;
	color: rgb(188,84,133);
	background-image: url("FondText2.png");	
}

img
{
	float: right;
	padding-left: 5px;
}

#footer
{
	margin-top: 200px;
	text-align: center;
	background-image: url("FondBanniere5.png");
}

.flottant
{
	float: left;
}



.titre
{
	color: rgb( 130,130,130);
	text-align : center;
	text-decoration: underline;
	font-size: 150%;
}

#intro
{
	background-image: url("FondIntro.png");
	text-align : center;
	font-size: 150%;
}

.tiret
{
	margin-left: 30px;
}



.contact
{
	text-align : left;
}