body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 20px;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	color: #666666;
	letter-spacing: 5px;
	font-weight: bold;
}
a:active {
}
/************************************************ la page d'accueil *******************************/
#menu1 {
	background-color: #000000;
	display: block;
	height: 20px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
}
#conteneur, #conteneur2, #conteneur3 {
	display: block;
	width: 900px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -450px;
	overflow: hidden;
	text-align:left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border: 4px solid #000000;
}
/************************************************ administration ********************************/
#conteneur3 {
	height: auto;
	top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
#affpg2 {
	position: relative;
	height: auto;
	width: 720px;
	left: 170px;
	top:0px;
	font-family: "Times New Roman", Times, serif;
	background-color: #E3E3E3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#affpg2 h1 {
	font-weight: normal;
	color: #999999;
	letter-spacing: 5px;
	padding-left: 10px;
	border-left-width: 22px;
	border-left-style: solid;
	border-left-color: #990000;
	font-size: 20px;
	line-height: 22px;
}
#affpg2 h2 {
	font-weight: normal;
	color: #999999;
	letter-spacing: 5px;
	padding-left: 10px;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #990000;
	font-size: 14px;
	line-height: 14px;
}
#affpg2 a {
	font-size: 12px;
	color: #000000;
	padding: 2px 5px;
}
#affpg2 a:hover {
	font-size: 12px;
	color: #000000;
	letter-spacing: 2px;
	font-weight: normal;
	background-color: #E2CFB4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
}


/************************************************* le site **********************************/ 
#conteneur2 {
	height: 500px;
	margin-top: -250px;
}
#entete {
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 10;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
}

/***************************************************** le menu *****************************************/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu_a {
	position: absolute;
	top: 0px;
	left: 100px;
	z-index:100;
	display: block;
}
#menu_b {
	position: relative;
	top: 0px;
	left: 0px;
	z-index:100;
	display: block;
	float: left;
	margin-right: -150px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#menu_a dl, #menu_b dl {
	width: 12em;
	left: 100px;
	overflow: hidden;
}
#menu_a dl {
	float: left;
}
#menu_a dt, #menu_b dt {
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	margin: 1px;
	border-bottom: 1px dotted #000000;
}
#menu_b dt, #menu_b dt a:hover, #menu_b dt a, #menu_b dt {
	text-align: left;
	color: #000000;
	letter-spacing: 2px;
}
#menu_b ul {
	margin-bottom: 5px;
}
#menu_a dd, #menu_b dd {
	/*display: none;*/
}
#menu_a li {
	text-align: center;
	border-right: 1px solid #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px solid #000000;
	background-image: url(images/noir_transparent.png);
}
#menu_b li {
	text-align: left;
	background-color: #E2E2E2;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 10px;
	padding-left: 5px;
}
#menu_a li a, #menu_a dt a, #menu_b li a {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	border-top: 1px solid #FFFFFF;
}
#menu_a li a, #menu_b li a {
color: #666666;
}
#menu_a li a:hover, #menu_a dt a:hover, #menu_b li a:hover {
	color: #333333;
	font-weight: normal;
	background-color: #E2CFB4;
	letter-spacing: 2px;
}
#menu_a dt a:hover {
	letter-spacing: 4px;
	background-color: #E2CFB4;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#menu_b dt a:hover {
	background-color: #E2CFB4;
}
/**********************************************le contenu de la page ******************************/
#affpg {
	position: absolute;
	height: 495px;
	width: 650px;
	left: 100px;
	top:22px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 130px;
	line-height: 18px;
	overflow: auto;
}
#affpg h1 {
	font-weight: normal;
	color: #999999;
	letter-spacing: 5px;
	padding-left: 10px;
	border-left-width: 22px;
	border-left-style: solid;
	border-left-color: #990000;
	font-size: 20px;
	line-height: 22px;
}
#affpg h2 {
	font-weight: normal;
	color: #999999;
	letter-spacing: 3px;
	padding-left: 10px;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #990000;
	font-size: 14px;
	line-height: 14px;
}
#affpg img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#affpg p {
	position: relative;
	left: 20px;
}
#affpg a {
}
#affpg a:link {
}
#affpg a:visited {
}
#affpg a:hover {
}
#affpg a:active {
}
.image_accueil {
	position: relative;
	top: 0px;
	height: 400px;
	width: 400px;
	left: 10px;
	overflow: hidden;
	z-index: 3;
}
.image_accueil img {
	height: auto;
	width: auto;
	z-index: 3;
}
.citation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	font-weight: lighter;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 0px;
	position: absolute;
	left: 450px;
	top: 0px;
	width: 250px;
	text-align: left;
	height: auto;
	letter-spacing: 2px;
	z-index: 4;
	color: #999999;
}

/*************************************** le foot **************************************************/

.footer {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	position: absolute;
	height: 20px;
	width: 900px;
	left: 50%;
	top: 50%;
	margin-top: 275px;
	margin-left: -450px;
	z-index: 10;
}
.footer a {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer a:link {
	font-size: 10px;
	text-decoration: none;
}

.footer a:visited {
	font-size: 10px;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	text-decoration: none;
	letter-spacing: 4px;
}

.footer a:active {
	font-size: 10px;
	text-decoration: none;
}
