@charset "utf-8";
/* CSS Document */
body
{
	width: 1000px;

	margin:auto
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../dessins/fond.jpg);
}
#entete/* L'en-tête */


{
	width: 1000px;
	height: auto;
	margin-bottom:20px;
	margin-top: 20px;

}


/* Le menu */

#menu
{
	float: left;
	width: 200px;
	height: auto;
}


/* Le corps de la page */

#corps
{
	margin-left: 210px;
	margin-bottom: 20px;
	padding: 5px;
	color: #B3B3B3;
	border: 2px none black;
	height: auto;
}
#pied/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */


{
	width: 1000px;
	height: auto;
	margin-bottom:20px;
	margin-top: 20px;

}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

	}
	
a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/* ID Styles */

#navigation td {
	color:#000000;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #C0DFFD;
	border-right-color: #C0DFFD;
	border-right-width: 1px;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #C0DFFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#navigation a {
	color: #333333;
	font-weight:bold;
	line-height:12px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 1px 45%;
	}
	
#navigation a:hover {
	color:#FF3300;
	background-repeat: no-repeat;
	background-position: 14px 45%;
	}
	

	
/* Class Styles */
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}
	

	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
.Style1 {color: #FF0000}

	
.navText {
	color: #000000;
	line-height:12px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
