body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#9a0000;
	//color: #0000FF;
	color: #000000;
	border-left-width: thin;
	border-width: 0,15,0,15;
}

ul {
list-style-type: none; /* on supprime les puces, inutiles */
width: 100%; /* précision pour Opera */
}
li { float: left;} /* on aligne les listes sur la gauche */

.menu a {
     margin: 0 2px;
     width: 150px; /* taille du bouton de menu */
     height: 20px;
     float: left;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     //color: #550000;
	 color:#FFFF00;
     background: #0000FF;
     }
	 
.menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
	 
.imgfac {
	float: left;
	padding: 15px;
	left: 10px;
	margin: 0px;
	border: Aucune #FEFB83;
	}
	
.annonce01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	}
	
.exposant {
	vertical-align:super;
	font-size:smaller;
	}	

.encadre {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	outline-color: #FF0066;
}

.st_titre_title {
	font-size: 28px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.age {
		background-color: yellow;
		font-size: large;
		font-variant: normal;
		font-weight: bold;
		text-align: center;
}

.ultradesc {
		width: 100px;
		height: 1px;
		text-indent: -6000px;
		overflow: hidden;
		text-align: right;
		float: left;
		position: relative;
		z-index: 200;
	}

