/* CSS Document */
body {
	background-color: #565656;
	margin:0px;
  	padding:0px;
  	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
}

#page {
  width:774px;
  margin:0px;
  position:absolute;
  left: 50%;
  margin-left: -389px;
  background-image:  url(IMG/background.gif);
  background-repeat: repeat-y;
  z-index:0;
}

#main{
	width: 550px;
	float:left;
	margin-left: 40px;
	margin-right: 14px;
	/*margin-top: -52px;*/
	margin-top: 34px;
	z-index:40;
	position: relative;
}

#content {
	background-color: #0e0e0e;
	border: 1px solid #000000;
	margin-top: 10px;
	padding: 5px;
	z-index:100;
}

#sidebar {
	margin-top: 0px;
	width: 146px;
	float: left;
	text-align: center;
	z-index:100;
	position: relative;
}

#footer
{
	height:35px;
	background:url(IMG/footer.gif) no-repeat;
	background-color: #565656;
	width:775px;
	float: left;
	padding-left: 45px;
	padding-top: 8px;
	font-size: 10px;
	/*margin-top: 10px;*/
	/*background-position: center bottom;*/
}

#footer p{
	color:#484848;
	font-size: 10px;
	width:540px;
	margin:0px;
	padding:0px;
}

#footer a{
	color: #484848;
	text-decoration: underline;
	font-size: 10px;

}

#footer a:hover{
	color: #999999;
	text-decoration: underline;
	font-size: 10px;

}

#sponsor  {
	margin: 0px;
	margin-left: -15px;
	margin-top: -2px;
	padding: 0px;
	background-image: url(IMG/spacer.gif);
	background-repeat: no-repeat;
	height:19px;
	width: 185px
	
}

#sidebar span{
	visibility:hidden;
}

/* ---------------------------------- DEBUT MENU --------------------------------------------- */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
z-index:100;
}
#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 555px;
margin-left: 40px;
margin-top: 213px;
z-index:100;
}
#menu dl {
float: left;
z-index:100;
/*width: 119px;*/
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
z-index:100;
/*background: #ccc;
border: 1px solid gray;
margin: 1px;*/
}
#menu dd {
display: none;
z-index:100;
/*border: 1px solid gray;*/
}

#menu dd {
display: none;
z-index:100;
/*border: 1px solid gray;*/
}


#menu li {
text-align: center;
z-index:100;
/*background: #fff;*/
}
#smenu1 li a, #smenu1 dt a {
	z-index:100;
	color: #fff;
	background: #383838;
	text-decoration: none;
	display: block;
	/*height: 100%;
	border: 0 none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 2px;
	padding-bottom: 1px;
}
#smenu1 li a:hover, #smenu1 dt a:hover {
	z-index:100;
background: #436dbe;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 2px;
	padding-bottom: 1px;
}

#smenu2 li a, #smenu1 dt a {
	z-index:100;
	color: #fff;
	background: #383838;
	text-decoration: none;
	display: block;
	/*height: 100%;
	border: 0 none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 2px;
	padding-bottom: 1px;
}
#smenu2 li a:hover, #smenu1 dt a:hover {
	z-index:100;
background: #ecc127;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 2px;
	padding-bottom: 1px;
}

/* --------------------------------------------- FIN DU MENU ------------------------------------------ */

#header{
	z-index:0;
}

.portfolio{
	margin: 3px;
}

/*---------------------------------------- TEST ---------------------------------------------*/
.spip_documents { text-align: center; z-index:999; }
.spip_documents_center { clear: both; width: 100%; margin: auto; z-index:999; }
span.spip_documents_center { display: block; margin-top:1em; z-index:999; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; z-index:999; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; z-index:999; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left:auto; margin-right:auto; z-index:999;}
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left:auto; margin-right:auto z-index:999;;
}
img{ z-index:999;}