/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
<lien url="http://www.siteduzero.com">http://www.siteduzero.com</lien>
*/

body
{
	width: 900px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;    
	background-image: url("images/fond.jpg");
}


/* L'en-tête */

#en_tete
{
	width: 850px;
	height: 100px;
	background-image: url("images/tete.png");
	background-repeat: no-repeat;
	padding-left: 20px ;
	margin-bottom: 10px;
	margin-left: 0px
	border: 2px solid black;
}


/* Le menu */

#menu
{
	float: left;
	width: 150px;
	height: 2620px;
	background-color: #845B41;
	padding: 5px;
	padding-top: 25px;
	border: 2px solid black;
	margin-left: 0px;
	margin-top: 0px
	color: white;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}



	.element_menu2 
	{
		background-color: black;
		text-align: center;
		color: #B3B3B3;	
		border: 2px solid black;
		margin-bottom: 10px;
	}

	.element_menu2 a
	{
		color: #B3B3B3;
		border: 2px solid black
		text-align: center;
	}

	.element_menu2 a:hover
	{
		background-color: #B3B3B3;
		color: black;
	}


	.element_menu3 
	{
		text-align: center;
		margin-bottom: 10px;
		float: middle;
	}

	.element_menu3 a
	{
		color: #B3B3B3;
		border: 2px solid black
		text-align: center;
	}


	.element_menu4 
	{
		background-color: #9F0002;
		text-align: center;
		color: #B3B3B3;	
		border: 2px solid black;
		margin-bottom: 10px;
	}

	.element_menu4 a
	{
		color: black;
		border: 2px solid black
		text-align: center;
	}

	.element_menu4 a:hover
	{
		background-color: #B3B3B3;
		color: black;
	}


	.element_menu5 
	{
		background-color: #79BDDC;
		text-align: center;
		color: #B3B3B3;	
		border: 2px solid black;
		margin-bottom: 10px;
	}

	.element_menu5 a
	{
		color: black;
		border: 2px solid black
		text-align: center;
	}

	.element_menu5 a:hover
	{
		background-color: #B3B3B3;
		color: black;
	}

	hr
	{
		color: black;
	}


/* Le corps de la page */

#corps
{
	margin-top: 0px;
	margin-left: 170px;
	margin-bottom: 0px;
	padding: 20px;
	padding-top: 30px;
	width: 640px;
	height: 2600px;
	color: black;
	background-color: white;
	font-size: 14px;
	text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

	.imageflottantem
	{
		float: middle;
	}

	.imageflottantel
	{
		float: left;
		margin-right: 20px
	}

	.imageflottanter
	{
		float: right;
		padding-right: 20px
	}

	.dessous
	{
		clear: both;
		padding-top: 2px;
   
	}

	.dessousl
	{
		clear: left;
	}

	#corps h5
	{
		color: black;
		text-align: center;
		font-family:  Arial, "Arial Black", Times, serif;
		font-size: 25px;
		font-style: italic;
		font-weight: bold;

	}

	#corps h1
	{
		color: black;
		text-align: center;
		font-family:  Arial, "Arial Black", Times, serif;
		font-size: 20px;
		font-style: italic;
		font-weight: bold;

	}

	#corps h2
	{
		font-size: 18px;
		text-align: left;
		padding-left: 0px;
		color: black;
	}

	#corps h3
	{
		font-size: 15px;
		text-align: justify;
		padding-left: 0px;
		color: black;
		font-weight: normal;
	}

	#corps h4
	{
		font-size: 16px;
		text-align: center;
		color: #5C5B5B;
		font-style: italic;
	}

	#corps a
	{
		color: black;
	}


/* Le pied de page */

#pied_de_page
{
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 12px;
	color: white;
}