/* 

Feuille de styles pour la page de garde de HèmPé 
Version commune pour IE et autres navigateurs 

*/

body {
		behavior:url("http://www.hempe.be/site/theme/csshover.htc");
		background:#333333;	
		margin:0px;
		font-family: 'courier new', 'comic sans ms', arial,tahoma,verdana,helvetica;
		font-size:1em;
		color:#000;
		width:800px;
		height:100%;
		text-align:center;
		}
.page {
		width:100%;
		height:100%;
		background-image:url(http://www.hempe.be/site/theme/bord2.jpg);
		background-repeat: repeat-y;
		text-align:center;
		}
.cadre {
		margin:10px 40px 10px 40px;
		
		/*border:3px white groove;*/
		border:none;
		background-image:url(http://www.hempe.be/site/theme/gris5.jpg);
		padding:10px;
		text-align:left;
		}

li	{
	font-size: 100%;
 	list-style-type:none;
 	background-image:url(http://www.hempe.be/site/theme/puce.gif);
	background-repeat:no-repeat;
 	background-position: 0% 65%;
 	padding-left:20px;

	}



hr
	{
	width:25%;
	height:1px;
	color:gray;
	}


	
h1 
	{
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#000;
	}



		
a 	
	{
	color:#aa0000;
	font-style: embed;
	text-decoration:none;
	}


a:hover
	{
	color:#ff3333;
	position:relative;
	}

span
	{
	display:none;

	}

		
a:hover span
	{
	margin-left:5px;
	margin-top: 15px;
	position:absolute;
	left:10px;
	top:10px;
	display:block;
	font-family:'courier new', arial, verdana;
	font-size:0.8em;
	width:10em;
	border:2px ridge red;
	background:#600000;
	color:white;
	font-weight:bold;
	padding:3px;
	-moz-opacity:0.7; /* Mozilla 1.6 et +  et une partie des navigateurs Gecko */
	opacity: 0.7; /* firefox ... */
	filter:alpha(opacity=70); /* pour IE */
	}



.bouton
	{
	display: block;
	padding:0;
	border:0;
	background-image:url(./site/theme/home1.png);
	background-repeat:no-repeat;
	
	}

.bouton:hover
	{
	background-image:url(./site/theme/home2.png);
	
	}				

.compteur
	{
	width:60%;
	height:14px;
	color:#555;
	font-size:12px;
	vertical-align:middle;
	text-align:center;
	border-top:1px dotted #555;
	}	
	
a.fin, a.fin:hover 
{
color:#555;
font-size:12px;
text-decoration:none;}
