body {
	background: #ebf0ff;
	margin-top: 0;
	font-family: 'trebuchet MS', tahoma, sans-serif;
	color: #000;
	}

	/* -- ENTETE -- */
#cadre_haut {
	background: url('../images/general/cadre_haut.png') no-repeat;
	height: 127px;
	width: 960px;
	margin: 10px auto 0 auto;
	}

#entete {
	width: 920px;
	margin-left: 10px;
	}

#logo {
	float: left;
	margin-top: 10px;
	}

#titre {
	width: 700px;
	height: 40px;
	margin: 0 0 0 188px;
	font-size: 24px;
	font-weight: normal;
	}


	/* -- MENU -- */
#menu {
	margin-top: 62px;
	padding: 3px 0 3px 200px;
	border-bottom: 1px solid #36f;
	font-size: 0.8em;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}

#menu li {
	list-style: none;
	margin: 0;
	display: inline;
	}

#menu li a {
	padding: 3px 5px;
	border-top: 1px solid #36f;
	border-left: 1px solid #36f;
	border-right: 1px solid #36f;
	border-bottom: none;
	background: #ebf0ff;
	color: #fd9b00;
	text-decoration: none;
	font-weight: bold;
	}

#menu li a:hover {
	color: #36f;
	background: #fffed0;
	border-color: #f60;
	}

#menu li a#itemSelectionne {
	padding-bottom: 3px !important;
	padding-bottom: 4px;
	padding-top: 1px;
	background: #fff;
	border-top: 1px solid #36f;
	border-left: 1px solid #36f;
	border-right: 1px solid #36f;
	border-bottom: 1px solid #fff;
	color: #36f;
	}

	/* -- CADRE PRINICPAL -- */
#conteneur {
	background: url('../images/general/cadre_centre.png') repeat-y;
	width: 920px;
	margin: auto;
	padding: 2px 20px 20px 20px;
	font-size: 0.8em;
	}


	/* -- PIED DE PAGE -- */
#cadre_bas {
	background: url('../images/general/cadre_bas.png') no-repeat;
	height: 120px;
	width: 960px;
	margin: 0 auto;
	font-size: 0.8em;
	}

#piedDePage {
	width: 860px;
	margin: 0 0 0 35px;
	}

#piedDePage p {
	margin:0;
	padding: 40px 5px 5px 5px;
	text-align: center;
	text-indent: 0;
	}

	/* -- AUTRE -- */
p {
	margin: 0;
	padding: 0 10px;
	text-align: justify;
	}

img {
	border: none;
	}

hr {
	visibility: hidden;
	clear: both;
	}

a {
	color: #fd9b00;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul {
	margin: 0 20px;
	padding: 0;
	text-align: justify;
	list-style: square inside;
	}

.imgGauche {
	float: left;
	margin: 10px;
	}

.imgDroite {
	float: right;
	margin: 10px;
	}

abbr {
	border: none;
	}