html {
	height:100%;
	overflow:hidden;
}
body {
	height:100%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	overflow:hidden;
	background-color:#000000;
	color: #000000;
	font-family:Verdana;
	font-size:9px;
}
.annimFlash{
	width:100%;
	height:100%;
	background-color:#000000;
}

h1{
	font-size:1.5em;
}
h2{
	font-size:1.2em;
}
.texteR{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}
.texteB{
	font-family:Verdana;
	font-size:10px;
	color:#3FA2EF;
	text-decoration:none;
	text-align:center;
}
.texteR a{
	font-family:Verdana;
	font-size:10px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.list_annonce{	
	padding:5px;
	font-size:12px;
	border:1px solid #eee;
	margin:2px;
	height:200px;
}

a:visited {
color:#000000;
} 
a:hover {
color:#000000;
}
a:active {
color:#000000;
} 
a:focus {
color:#000000;
} 
