body {
	margin:0px;
	padding:0px;
	background:#C0C0C0;
	color:#000;
	font-family:arial, verdana, sans-serif;
	font-size:1em;
}

#header {
	margin:0px;
	padding:0px;
	background:#fff;
	height:140px;
	background-image:url(img/header.png);background-repeat:repeat;
}

.entete {
	font-weight:bold; font-size:11px; color:#000; margin-left:5px;
}

#logo {
	position:absolute;
	top:30px;
	left:15px;
}

#page{
	margin:3px;
	padding:0px;
	background:#fff;
	color:#000;
	font-family:verdana, sans-serif;
	font-size:0.80em;
	border-color: #000;
	border-style: solid;
	border-width:1px;
}

#menus_gauche{
	position:absolute;
	top:155px;
	left:10px;
	width:17%;
	color:#333;
	background-color: #fff;
	border-style: solid;
	border-width: 0px;
}

#nomdomaine_menugauche {
	margin-top:25px;
	font-family:arial;
}

#headerliencontexte {
	position:absolute;
	top:30px;
	right:15px;
	color:#333;
	width:200px;
	height:90px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}
#headerleaderboard {
	position:absolute;
	top:30px;
	right:15px;
	color:#333;
	width:728px;
	height:90px;
	background-color: #fff;
	border-style: solid;
	border-width: 0px;
	border-color: #ccc;
}

#liens {
	position:absolute;
	top:3px;
	right:20px;
	font-family:arial;
	font-size:12px;
}


#general {
	margin-bottom:1em;
}

#general ul{
	border-width:1px 1px 0 1px;
	border-style:dotted;
	border-color:#E1E1E1;
	padding:0;
	margin:0;
}

#general li{
	border-bottom:1px dotted #E1E1E1;
	list-style:none;
	margin:0;
}

#general a{
	font-size:12px;
	display:block;
	text-decoration:none;
	color:#000;
	background-color:#fff;
	padding-left:1em;
}

#general a:hover{
	background-color:#E1E1E1;
	color:#036;
}


#mutu, #dedie, #domaine, #divers, #gratuit {
	background-color: #fff;
}
#mutu h1, #dedie h1, #domaine h1, #divers h1, #gratuit h1 {
	font-size:15px;
	color:#336633;
	border-style:none;
	font-weight:bold;
	padding-top:2px;
	border-bottom: 2px #336633 solid;
	text-transform:uppercase;
	margin:0px;
	padding-left:0.5em;
	background-color: #B1D8B1;
}
#mutu ul, #dedie ul, #domaine ul, #divers ul, #gratuit ul, #tophebergeur ul {
	margin-top:1px;
}
#mutu li, #dedie li, #domaine li, #divers li, #gratuit li, #tophebergeur li {
	font-size:12px;
	display:inline;
	list-style:none ;
}
#mutu a, #dedie a, #domaine a, #divers a, #gratuit a {
	display:block;
	color:#111;
	text-decoration:none;
	margin-left:-3.05em;
	padding-left:1em;
}
#mutu a:hover, #dedie a:hover, #domaine a:hover, #divers a:hover, #gratuit a:hover  {
	background-color:#336633;
	color:#fff;
}

#dedie h1 {
	color:#FF0000;
	background-color: #FFD2D2;
	border-bottom: 2px #FF0000 solid;
}
#dedie a:hover {
	background-color:#FF0000;
	color:#fff;
}

#domaine h1 {
	color:#0000FF;
	background-color: #D2D2FF;
	border-bottom: 2px #0000FF solid;
}
#domaine a:hover {
	background-color:#0000FF;
	color:#fff;
}

#divers h1 {
	color:#808080;
	background-color: #D7D7D7;
	border-bottom: 2px #808080 solid;
}
#divers a:hover {
	background-color:#808080;
	color:#fff;
}

#gratuit h1 {
	color:#FFCC00;
	background-color: #FFEFB0;
	border-bottom: 2px #FFCC00 solid;
}
#gratuit a:hover {
	background-color:#FFCC00;
	color:#fff;
}




#menus_droite {
	position:absolute;
	top:155px;
	right:10px;
	width:15%;
	color:#333;
	background-color: #fff;
	border-style: solid;
	border-width:0px;
	border-color: #009;
	text-align:center;
}


.contenu {
	color:#000;
	background-color:#fff;
	border:1px solid #69c;
	line-height:130%;
	margin:10px 17% 2em 19%;
	padding:0 1% 3em 1%;
	font-size:1em;
}

.contenu h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.contenu h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 19px;
}
.contenu h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}

.contenu p {
	margin-top: 3px;
}

.intro {
	padding:4px;
	border-style: dotted;
	border-width:1px;
	border-color: #009;
	font-size:12px;
	margin-bottom: 10px;
}

#footer {
	text-align:center;
	width: 98%;
	font-size:9px;
	color:#000;
}

a:link, a:visited {
	color:#006;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#00F;
	font-weight:bold;
	text-decoration:underline;
}


a.lien_themegratuit:link, a.lien_themegratuit:visited, a.lien_themegratuit:hover {
	color:#000;
	border-bottom: 1px #FFCC00 solid;
	text-decoration:none;
}
a.lien_themegratuit:hover {background-color: #FFEFB0;}
a.lien_themededie:link, a.lien_themededie:visited, a.lien_themededie:hover {
	color:#FF0000;
	border-bottom: 1px #FF0000 solid;
	text-decoration:none;
}
a.lien_themededie:hover {background-color: #FFD2D2;}
a.lien_thememutualise:link, a.lien_thememutualise:visited, a.lien_thememutualise:hover {
	color:#336633;
	border-bottom: 1px #336633 solid;
	text-decoration:none;
}
a.lien_thememutualise:hover {background-color: #B1D8B1;}
a.lien_themedomaine:link, a.lien_themedomaine:visited, a.lien_themedomaine:hover {
	color:#0000FF;
	border-bottom: 1px #0000FF solid;
	text-decoration:none;
}
a.lien_themedomaine:hover {background-color: #D2D2FF;}
a.lien_themedivers:link, a.lien_themedivers:visited, a.lien_themedivers:hover {
	color:#999999;
	border-bottom: 1px #999999 solid;
	text-decoration:none;
}
a.lien_themedivers:hover {background-color: #D7D7D7;}

a.lien_externe {color: #F00;}
a.lien_aide {font-weight:normal}

#deepindex a {text-decoration: none;}
#deepindex a:hover, a:active {text-decoration: underline;}

#contenu_DEDIE {border-color: #FF0000;}
#intro_DEDIE {border-color: #FF0000;background-color:#FFD2D2;}
.contenuh1_DEDIE {color: #FF0000;}

#contenu_MUTUALISE {border-color: #336633;}
#intro_MUTUALISE {border-color: #336633;background-color:#B1D8B1}
.contenuh1_MUTUALISE {color: #336633;}

#contenu_GRATUIT {border-color: #FFCC00;}
#intro_GRATUIT {border-color: #FFCC00;background-color:#FFEFB0}
.contenuh1_GRATUIT {color: #FFCC00;}

#contenu_DOMAINE {border-color: #0000FF;}
#intro_DOMAINE {border-color: #0000FF;background-color:#D2D2FF}
.contenuh1_DOMAINE {color: #0000FF;}

#contenu_DIVERS {border-color: #808080;}
#intro_DIVERS {border-color: #808080;background-color:#D7D7D7}
.contenuh1_DIVERS {color: #808080;}

td {padding:0.3em; vertical-align:top;border:1px solid #CAD0D8;}
.table {width:100%}
.titretable {width:50%; color:#000; font-size:12px; font-weight: bold; text-align:center;}
.contenutable {width:50%; color:#000; font-size:12px; }

#arsys td {padding:0em; border:0px solid #CAD0D8;}

dt { float:left; width:220px;}
