body {
	background: #1c1c1c;
	margin: 0 auto;
	width: 817px;
	margin-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #222;
/*	border-left: solid 2px #bbb; */
/*	border-right: solid 2px #bbb; */

}

/* Start images */
a img {
	border: 0;
}
/* Finish images */

a:link {
	color: #bbb;
	text-decoration: none;
}

a:hover {
	color: #AABBDD;
	text-decoration: underline;
}

#mon_entete {
	width: 797px;
	height: 60px;
	margin: 0 auto;
	background: #000 url(images/mon_logo_es_te.jpg) no-repeat right top;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #f4d250;
}

#mon_menu {
	width: 817px;
	margin: 0 auto 25px 0;
	background: #1c1c1c;
}

.container {
  background-color: #3c7fcc; /* couleur de fond (donc des colonnes gauches et droites) */
  margin: 0;
  padding: 5px; /* marges intérieures et extérieures */
}

.contenu_gauche {
	width: 177px;
	float: left;
	background: #3c7fcc url(images/fond_theme.png) left top no-repeat;
	padding: 5px 10px 5px 10px;
	margin: 0 5px 0 0;
}

.contenu_droite {
	width: 110px;
	float: right;
	background: #3c7fcc url(images/fond_theme.png) left top no-repeat;
	padding: 5px 5px 5px 0;
	margin: 0 0 0 5px;
}

.contenu_centre {
	overflow: hidden;

	background: #3c7fcc url(images/fond_theme.png) left top repeat-y;
/*	border-left: solid 1px #bbb; */
/*	border-right: solid 1px #bbb; */
	padding: 5px 20px 5px 20px;
}
#menu_p_d_page {
	overflow: hidden;
	font-family: Courier New, Courier, mono;
	color: #bbb;
	background: #1c1c1c url(images/817_bdp.png) center bottom no-repeat;
/*	border-left: solid 1px #bbb; */
/*	border-right: solid 1px #bbb; */
	padding: 0 10px 10px 10px;
}
#menu_p_d_page a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #8b8beb;
}
#menu_p_d_page a:hover {
	text-decoration: underline;
	color: #bbb;
}
#pied_de_page {

	margin: 0 auto;
	border-top: dotted 1px #bbb;
	background: #333;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #bbb;
}
#pied_de_page ul {
	width: 200px;
    float: left;
	list-style: square;
	background: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 17px;
}

#pied_de_page li {

	padding-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #bbb;
}

#pied_de_page p {
display: inline-block;
width: 125px;
	background: url(images/r_arrow.gif) left top no-repeat;

	padding: 0px 0 0 15px;
	margin: 10px 0 0 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #eee;
}
#pied_de_page a {
	color: #bbb;
	text-decoration: none;
}
#pied_de_page a:hover {
	color: #AABBDD;
	text-decoration: underline;
}

