html, body {
   margin:0; padding:0; width:100%; height:100%; 
}

body { 
	text-align: left;
	color: #906; 
	font-family: Arial;	font-size:12px;
	background:url("images/sable.jpg") repeat-y center;
}


#main{
	margin:0 auto;
	position:relative; top:0; left:0;
	background-color: #FFE6FC;
	min-height:100%;
	width:950px;
}

#entete{
	width:100%;
	height:180px;
	background-color:#FFE6FC;
	background-image:url('images/bg.entete.jpg');  background-repeat:no-repeat; background-position:right bottom;
}


#page{ position:relative; top:0; left:0; padding:40px 15px 0px 15px; width:920px; }

#page hr { color:#906; border-color:#906; background-color:#906; height:2px;  }

#page .center { text-align:center; margin-left:auto; margin-right:auto; }
#page .left { 	float:left;	 margin-right:10px; }
#page .right{ 	float:right; margin-left:10px; }

#page a { color:#990066;}


a.tooltip img{	cursor:default; border:none;}
 a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:170px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url("images/infobulle.gif");
    margin:0;
    padding: 0;
    border: 0;
}

.cache {display:none;}
#page h1 {
  margin:0;
  padding:0 4px 0 0;
	font-size:17px; font-weight:700;	color:#990066;
	text-align:right;
	border-bottom:2px solid #990066;
	/*margin-bottom:20px; margin-top:10px; */
  width:946px; position:absolute ; top:5px; right:0;
}
h2{
	display:block;
	margin-bottom:10px;
	font-size:17px; font-weight:700; color:#990099;
	text-align:center;
}

h3 {font-size:15px;}

.titre_tab{
	display:block;
	margin-bottom:10px;
	font-size:15px; color:#990099; font-weight:600;
	border-bottom:1px solid #990099;
}
.titre_tab2{
	display:block;
	margin-bottom:10px;
	font-size:15px; color:#990099; font-weight:600;
}

#diapo { filter:progid:DXImageTransform.Microsoft.Fade(Duration=1), progid:DXImageTransform.Microsoft.Alpha(opacity:40); opacity:0.4;}

#z_ombre { background-color:#FFCCFF; position:absolute; top:0; left:0; width:100%; z-index:998; filter:progid:DXImageTransform.Microsoft.Alpha(opacity:90); opacity:0.9;}
#z_image { border:1em solid #fff; }

