/* GENERAL ---------------------------------------------------------------- */

body {
	background: #bcd5f4 url(../images/fond_sup.gif) repeat-y top center;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 70%;
	margin: 0;
	padding: 0;
}

#container {
	position: absolute;
	left: 50%;
	width: 760px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -380px;
	background: #93c564 url(../images/fond.jpg) no-repeat top center;
}

#lienAccaueil {
	position: absolute;
	top: 25px;
	left: 315px;
	width: 100px;
	height: 100px;
	background-color: transparent;
}

/* MENU ---------------------------------------------------------------- */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dd{
	display:none;
}

dl#menu {
	position: absolute;
	width: 186px;
	top: 164px;
	left: 23px;
	background-color: transparent;
	z-index: 1000;
}

dl#menu dt {
	margin: 2px 0;
	height: 33px;
	line-height: 33px;
	text-align: right;
	font-weight: bold;
	border: none;
}

dl#menu dt a {
	display: block;
	color: #fff;
	background: transparent url(../images/BD-SANS-CLAIR.gif) no-repeat top left;
	height: 33px;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none ;
	line-height: 33px;
	padding: 4px 10px 0 0;
}

dl#menu dt a:hover {
	color: #fff;
	background: transparent url(../images/BD-CART-FONCE.gif) no-repeat top left;
}

dl#menu dt a.select {
	background: transparent url(../images/BD-CART-FONCE.gif) no-repeat top left;
}

dl#menu dd {
	position: absolute;
	width: 150px;
	text-align: left;
	background-color: #fff;
	margin: -24px 0 0 189px;
	border: 1px solid #cf6c59;
	z-index: 1000;
}

dl#menu li {
	size: 150px;
	text-align: left;
	padding: 0 3px;
	background-color: #fff;
}

dl#menu li a:link, dl#menu li a:visited {
	display: block;
	color: #0082d9;
	text-decoration: none;
	border: 0 none;
	height: 100%;
	padding: 2px 5px 2px 0;
}

dl#menu li a:hover {
	background-color: #e6edf5;
}

/* CONTENU ---------------------------------------------------------------- */
#contenuHaut {
	position: relative;
	left: 209px;
	width: 530px;
	height: 28px;
	background: transparent url(../images/contenu-haut.gif) no-repeat top left;
}

#contenuBas {
	position: relative;
	left: 209px;
	width: 530px;
	height: 28px;
	background: transparent url(../images/contenu-bas.gif) no-repeat top left;
	margin: 0;
	padding: 0;
}

#contenu {
	position: relative;
	left: 209px;
	background: #fff;
	border-left: 2px solid #cf6c59;
	border-right: 2px solid #cf6c59;
	width: 526px;
	min-height: 390px;
	/* Start HACK pour IE */
	\width: 530px; /* taille pour IE */
	w\idth: 526px;
	/* End HACK pour IE */
}

#content {
	position: relative;
	top: 0;
	left: 0;
	text-align: justify;
	margin: 0 5px;
}

.article {
	margin: 0;
	background-color: inherit;
	border: 1px solid #fff;
	clear: right;
}

#credits {
	position: relative;
	left: 209px;
	width: 500px;
	height: 20px;
	background-color: transparent;
	font-size: 1em;
	text-align: right;
	color: #fff;
}

/* FORMATAGE DU TEXTE ---------------------------------------------------------------- */
h1 {
	font: italic bold 1.8em Verdana, Arial, sans-serif;
	color: #2095e3;
	margin-top: 0;
	border-bottom: 1px dashed #2095e3;
}

p.closeBox {
	margin: 0;
}

.imgArticle {
	float: right;
	border: none;
	margin: 0 0 10px 10px;
}

.retour {
	text-align: right;
	margin: 0px 15px 7px 0;
}

/* LIENS ---------------------------------------------------------------- */
a {
	color: #cf6c59;
	text-decoration: underline;
}

a:visited {
	color: #cf6c59;
	text-decoration: underline;
}

a:hover {
	color: #2095e3;
	text-decoration: none;
}

a.credits {
	color: #fff;
	text-decoration: underline;
}

a.credits:visited {
	color: #fff;
	text-decoration: underline;
}

a.credits:hover {
	color: #2095e3;
	text-decoration: none;
}

