/*
Design de notre site

*/

body
{
	width: 800px;
	margin: auto;
	background: white;
	font-family: "Eras Light ITC", Arial;
    
	font-size: 16px;
}

/* L'en-tête */
#top
{
	width: 800px;
	height: 270px;
	background: url("img/top.jpg") no-repeat;
}
	#ban
	{
		width: 800px;
		height: 270px;
	}
	a img
	{
		border: 1px black solid;
	}
	
	
/* Le menu */
/* Quelques effets sur les menus */
#menu
{
	width: 800px;
	height: 30px;
	background: url("img/menu.jpg") no-repeat;
}
	#menu table
	{
		margin-top: 4px;
		border-collapse: collapse;
	}
	#menu td
	{
		width: 106px;
		height: 24px;
		background: url("img/elementMenu.jpg") no-repeat;
		text-align: center;
	}
	#menu a
	{
		color: black;
		text-decoration: none;
		font-size: 16px;
		font-family: Rockwell;
	}
	#menu a:hover
	{
		color: #D64C4C;
	}
/* Le corps de la page */

#body
{
	width: 800px;
	background: url("img/body.jpg") repeat-y;
}
	#contenu
	{
		width: 630px;
		
		
		background: url("img/bodye.jpg") top no-repeat;
		padding-top: 15px;
		padding-left: 85px;
		padding-right: 85px;
	}
		#contenu h1
		{
			text-align: center;
			color: #2A90F8;
			font-family: "Tempus Sans ITC";
			font-size: 24px;
			border-bottom: 1px solid white;
		}
		#contenu h2
		{
			color: #2A90F8;
			font-family: "Tempus Sans ITC";
			font-size: 20px;
			padding-left: 25px;
			margin-left: 7px;
			background: url("img/h2.jpg") left no-repeat;
		}
		/*#contenu h3
		{  text-align: left;
			color: #2A90F8;
			font-family: "Tempus Sans ITC";
			font-size: 15px;
			padding-left: 25px;
			margin-left: 7px;
			background: url("img/h2.jpg") left no-repeat;
		}*/
		#contenu p
		{
			
			text-align: justify;	
			text-indent: 30px;
		}
		#contenu img
		{
			border: 1px solid #7B7B7B;
		}
		#contenu a:hover
		{
			color: #D64C4C;
		}
		#contenu a, a:visited
		{
			text-decoration: none;
			color: blue;
		}
		#contenu em
		{
			font-weight: bold;
			font-style: normal;
		}

		
.image1
{
	float: left;
}
.image2
{
	float: right;
}
/* Le pied de page */


	#bottom
	{
		width: 800px;
		height: 70px;
		padding-top: 90px;
		background: url("img/bottom.png") no-repeat top;
		text-align: center;
		font-size: 12px;
		font-family: Arial;
		color: gray;
	}