/* CSS Document */
/* Style par défaut et suppression des marges */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;	
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

body { 
	background: black;
}

/* Classe pour le menu Action (à redéfinir si ne convient pas */
.actif {font-weight: bold; }

/* Classe pour mettre en évidence les messages d'erreur */
.erreur{color: #F00; }

/****** Table du menu ******/

tr#newmenu {
	font-size: 12px;
}

#newmenu td {
	color: #969696;
	vertical-align: middle;
	}

#newmenu td a {
	color: #969696;
	}
	
#newmenu td a:hover {
	color: #FFA020;
	font-weight: bold;
	}

td#copy {
	font-size: 10px;
	padding-right: 1em;
	color: #969696;
	}	
	
/****** Centrage de la page ******/
div#page { 
	position: absolute;
	left: 50%;
	margin: 24px auto 0 -400px; 
	width: 800px;
	background-color: black;

}

/****** Liste des messages ******/
div#messages {
	float: left;
/*	margin-top: 128px; */	
	width: 800px;
	background-color: black;
}

/****** Style des messages ******/
#messages ul {
	padding-left: 0px;
	padding-right: 0px;	
}

#messages ul li {
	color: white;
	list-style: none;
	margin-bottom: 20px;
}
#messages ul li a {
	color: white;
	text-decoration: underline;
}

#messages ul li a:hover {
	color: #FFA020;
	text-decoration: underline;
}

#messages h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #FFA020;
	background-color: #646464;
	text-indent: 1em;
}

#messages h3 a {
	font-weight: bold;
	color: #FFA020;
}

#messages h3 a:hover {
	font-weight: bold;
	color: #FFA020;
}

#messages h4 {
	font-size: 12px;
	font-weight: bold;
	color: #969696;
	line-height: 24px;
/*	background-color: #646464; 
	text-indent: 1em; */
}

#messages p {
	font-size: 12px;
	line-height: 1.5em;	
	padding-top: 1em;
	text-align: justify;
	color: white;
}

#messages td {
	padding: 10px 5px;
}


div#micsim {
	padding-right: 10px;
	padding-left: 0px; 
	float: left; 
	padding-bottom: 5px;
	padding-top: 0px
}



/*********** Liste à puces ***********/
div#favoris {
	float: left;
/*	margin-top: 128px; */	
	width: 800px;
	text-align: justify;	
	background-color: black;
}

#favoris ul {
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 1em;	
}

#favoris ul li {
	color: white;
	margin-left: 20px;
	line-height: 1.5em; 
	list-style: disc; 
}

#favoris ul li a {
	color: white;
	text-decoration: underline;
}

#favoris ul li a:hover {
	color: #FFA020;
	text-decoration: underline;
}

#favoris h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #FFA020;	
	background-color: #646464;
	text-indent: 1em;
}

#favoris h4 {
	font-size: 12px;
	font-weight: bold;
	color: #969696;
	line-height: 24px;
/*	background-color: #646464; 
	text-indent: 1em; */
	padding-top: 1em;
	padding-bottom: 1em;
}

#favoris p {
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 1em;
	color: white;
}

#favoris p#small {
	font-size: 10px;
	line-height: 1.5em;
	padding-bottom: 1em;
	color: white;
}

#favoris p a {
	color: white;
	text-decoration: underline;
}

#favoris p a:hover {
	color: #FFA020;
	text-decoration: underline;
}


/*********** Block images ***********/
div#images {
	float: left;
	width: 800px;
	text-align: center;
	background-color: black;
}

p#centre {
	text-align: center;
}	

p#small {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}	

p#small-x {
	text-align: justify;
	font-size: 10px;
	font-style: italic;
}


/*********** Block horloge ***********/
div#horloge {
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
	padding-right: 1em;
	color: #FFA020;
	background-color: black;
}

/*********** Block lightbox ***********/
#lightbox{
	background-color:#FFFFFF;
	font-size: 12px;
	padding: 10px;
/*	border-bottom: 2px solid #666;
	border-right: 2px solid #666; */
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; color: black; }
#keyboardMsg{ float: right; color: black; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


