body{
	margin-top:20px;
    margin-right:0px;
    margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: black;
    background-color:#92689D;
    azimuth:center;
    text-align:center;
}

input.quizz_btn{
    background-color:#C5D223;
    border:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}

img{
	border:none;
}

a{
	text-decoration:none;
	font-weight:normal;
	color:#333366;
}

a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#333366;
}

a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#333366;
}

dl,dt,dd,ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.description{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#4D0020;
    text-align:left;
    font-weight:bold;
}

#site{
	background-image:url(../images/fond_site.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#logo{
    top:0px;
    left:50px;
    border:none;
    margin-left:50px;
    azimuth:left;
    text-align:left;
}

#themejeu{
	font-weight: bold;
	font-size:14px;
    color: #4D0020;
}

#menujeu{
    text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	font-size:14px;
	background-image:url(../images/fond_barre_menu.gif);
    color: #C5D223;
}

#menu{
	color:#C5D223;
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	vertical-align:middle;
}

#menu dl {
	float: left;
	display:inline;
	font-size:14px;
	width:100px;
}

#menu dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	font-size:14px;
	background-image:url(../images/fond_barre_menu.gif);
	width:100px;
	color: #C5D223;
	display: block;
	border: 0 none;
	z-index:100;
}

#menu dd {
	position:absolute;
	display: none;
	width:140px;
	z-index:100;
}

#menu li {
	padding-left:2px;
	padding-bottom:2px;
	text-align: left;
	font-size:12px;
	display:block;
	background-color:#7B96A7;
}

#menu li a{
	color: #C5D223;
	text-decoration: none;
	height: 100%;
	border: 0 none;
}

#menu dt a {
	font-weight: bold;
	color: #C5D223;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	z-index:100;
}

#menu li a:hover, #menu li a:focus{
	text-decoration:underline;
	font-weight:normal;
}

#menu dt a:hover, #menu dt a:focus {
	text-decoration:none;
	font-weight:bold;
}

#tm{
	position:absolute;
	text-align:center;
	top:50px;
	width:100%;
}

#tm td{
	font-size:11px;
}

#espaceur{
	width:100%;
	height:10px;
}

.satin{
	padding-left:5px;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C5D223;
	text-align:justify;
    font-weight:bold;
}

#historiq{
	height:300px;
	position:relative;
	azimuth:center;
	vertical-align:middle;
	width:100%;
}

#footer, #footer a{
	height:20px;
	font-size:10px;
	color: #000000;
    text-align: center;
	font-style: italic;
	font-family: Arial;
    vertical-align:top;
}

#admin_menu, #admin_menu td a, #admin_menu td{
	font-size: 11px;
	font-family: Arial;
}

#menu_page, #menu_page td a, #menu_page td{
	font-size: 11px;
	font-family: Arial;
}

#table_admin td{
	 border-bottom-color:#0099CC;
	 border-bottom-style:solid;
	 border-bottom-width:1px;
	 font-size:11px;
	 font-family:Arial;
}

.commentaire {
	font-family: "Comic Sans MS";
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#FFFFFF;
	font-size: 9px;
}

.Style2 {
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 20px;
}
.tbl_titre{
	background-color: #0099CC;
	color: White;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
}
.theme_online{
	font-weight: bold;
}
.theme_offline{
	font-weight: normal;
}
.rub_online{
	color: green;
	font-weight: bold;
	background-image: url(../images/fleche_verte.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}
.rub_offline{
	color: green;
	font-weight: normal;
	background-image: url(../images/fleche_verte.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}

a.rob{
	position: relative;
	text-decoration: none;
}
a.rob span {
   display: none; /* on masque l'infobulle */

}
a.rob:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}
a.rob:hover span {
   font-size: 11px; /* on définit les propriétés de texte pour toutes les balises */
   font-family:Arial, Helvetica, sans-serif;
   display: block; /* on affiche l'infobulle */
   position: absolute;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: 30px; /* on positionne notre infobulle */
   left: 10px;
   background: white;
   width:40em;
   color: black;
   padding: 3px;
   border: 1px solid #0099CC;
   border-left: 3px solid #0099CC;
}

#acces td,#acces td a{
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	text-align:justify;
}

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */