html, body  {
	padding: 0; 
	margin: 0;
}
#contener{
	margin: 0px auto 0px auto;
	width: 978px;;
	height: 100%;
	background-image:url(../img/edito_fondPage.gif);
	font: 10px verdana, arial, sans-serif;
}
#contenu{
	position: absolute;
	z-index: 1;
	width: 828px;
	padding: 125px 75px 0 75px;
}

/*#raccourci{
	z-index: 1989;
	width:66px;
	height:85px;
	position: absolute;
	top: 128px;
	left: 0px;
	text-align: center;	
}*/


#raccourci{
	z-index: 1989;
	width:80px;
	/*height:85px;*/
	position: absolute;
	top: 128px;
	left: -12px;	
	text-align: center;	/*background-color:#FF0000;*/
}


#raccourci  a{
	text-decoration: none;
	color:#FFFFFF;	
}
#raccourci  a:hover{
	text-decoration: none;
	color:#999999;
}

.c0{ background-image:url(../img/fondPage0.gif); }
.c1{ background-image:url(../img/fondPage1.gif); }
.c2{ background-image:url(../img/fondPage2.gif); }
.c3{ background-image:url(../img/fondPage3.gif); }
.c4{ background-image:url(../img/fondPage4.gif); }
.c5{ background-image:url(../img/fondPage5.gif); }
.c6{ background-image:url(../img/fondPage6.gif); }
.c7{ background-image:url(../img/fondPage7.gif); }


#signature {
	width: 821px;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px -7px;
	text-align: right;
	font: 9px verdana, arial, sans-serif;
	color: #000000;
	text-decoration: none;
}
.s0{ background:#D2D2D2; }
.s1{ background:#9CDCF8; }
.s2{ background:#CFE5AD; }
.s3{ background:#DEB9D7; }
.s4{ background:#FFDAA2; }
.s5{ background:#F8B6BA; }
.s6{ background:#AEDEDF; }
.s7{ background:#E1C0C3; }

#signature a{
	color: #000000;
	text-decoration: none;
}
#signature a:hover{
	text-decoration: underline;
}
/*************************************************************/
/*                  MENU                                     */
/*************************************************************/
#menu{
	z-index: 100;
	position: absolute;
	width:909px;
	height:33px;
	padding:89px 0px 0px 69px;
	background-repeat:no-repeat;
	font: 10px verdana, arial, sans-serif;
}

#menu a:hover{
	text-decoration: none;
}

.m0{ background-image:url(../img/fond0.gif); }
.m1{ background-image:url(../img/fond1.gif); }
.m2{ background-image:url(../img/fond2.gif); }
.m3{ background-image:url(../img/fond3.gif); }
.m4{ background-image:url(../img/fond4.gif); }
.m5{ background-image:url(../img/fond5.gif); }
.m6{ background-image:url(../img/fond6.gif); }
.m7{ background-image:url(../img/fond7.gif); }
.m_admin{ background-image:url(../img/fond_admin.jpg); float:right }
.m_adm{ background-image:url(../img/fond_adm.jpg); float:right }

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl {
	float:left;
	width:120px;
	height:33px;
	margin: 0px;
	padding: 0px;
}

#menu dt {
	cursor: pointer;
}

#menu dd {
	/*border: 1px solid gray;*/
	/*margin: 5px;
	padding: 5px;*/
}

#menu li {
	text-align: left;
	background: #fff;
}

#menu li a, #menu dt a {
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border-top: 0px none white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}
#smenu1 li a, #smenu1 dt a { background:#9CDCF8; }
#smenu1 li a:hover, #smenu1 dt a:hover { background: #16C1F3; }

#smenu2 li a, #smenu2 dt a { background:#CFE5AD; }
#smenu2 li a:hover, #smenu2 dt a:hover { background: #A3D062; }

#smenu3 li a, #smenu3 dt a { background:#DEB9D7; }
#smenu3 li a:hover, #smenu3 dt a:hover { background: #C77DB5; }

#smenu4 li a, #smenu4 dt a { background:#FFDAA2; }
#smenu4 li a:hover, #smenu4 dt a:hover { background: #FDB94D; }

#smenu5 li a, #smenu5 dt a { background:#F8B6BA; }
#smenu5 li a:hover, #smenu5 dt a:hover { background: #F27185; }

#smenu6 li a, #smenu6 dt a { background:#AEDEDF; }
#smenu6 li a:hover, #smenu6 dt a:hover { background: #57C5C7; }

#smenu7 li a, #smenu7 dt a { background:#E1C0C3; }
#smenu7 li a:hover, #smenu7 dt a:hover { background: #CA8D95; }

#lien_edito{
	z-index: 200;
	width:150px;
	height:85px;
	position: absolute;
	top: 0px;
	right: 70px;
}

