/* CSS Document */

body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D1E4EA;
	background-position: center;	
}

#en_tete
{
	width: 760px;
	height: 100px;
	background-image: url(../images/Entete.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	border: 2px solid white;
}

#menu
{
	float: right;
	width: 120px;
}

.element_menu
{
	background-color: #BDDCE1;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	
	border: 2px solid white;
	
	margin-bottom: 20px;
}

.element_menu h3
{
	color: #BC55EC;
	font-family: Arial, "Arial Black", "Times New Roman", serif;
	text-align: center;
}

.element_menu ul
{
	list-style-image: url(../images/puce3.gif);
	padding-right: 20px;
}

.element_menu a
{
	color: #FF6600;
}
	
.element_menu a:hover
{
	background-color: #D1E4EA;
	color: #FF99FF;
}

#corps
{
	margin-right: 140px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 58px;
	
	color: #333333;
	background-color: #D1E4EA;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	
	border: 2px solid white;
}

#corps h1
{
	color: #9933CC;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", serif;
}

#corps h2
{
	height: 30px;
	
	background-image: url(../images/titre.png);
	background-repeat: no-repeat;
	border: 2px solid white;
	
	padding-right: 30px;
	color: #9933CC;
	text-align: center;
}
#corps p
{
	color: #FF6600;
}

#pied_de_page
{
	padding: 21px;
	
	text-align: center;
	
	color: #339900;
	background-color: #D1E4EA;
	background-repeat: repeat-x;
	
	margin-right: 140px;
	
	border: 2px solid white;
}
