/* CSS Document */

body { margin: 0; }

img { border: 0 none; }

.texte {
	color: #666666;
	font-size: 10px;
	font-family: "Century Gothic", Arial;
}

.annonce {
	color: #000099;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.texte a { color: #ff9900; text-decoration: none; font-family: "Century Gothic", Arial; }
.texte a:hover { color: #ff9900; text-decoration: underline; font-family: "Century Gothic", Arial; }

.annonce a { color: #ff9900; text-decoration: none; font-family: "Century Gothic", Arial; }
.annonce a:hover { color: #ff9900; text-decoration: underline; font-family: "Century Gothic", Arial; }

.annonceCadre {	
	color: #999;	
	font-size: 12px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold; 
}

.annonceCadre a { color: #ff9900; text-decoration: none; font-family: "Century Gothic", Arial; }
.annonceCadre a:hover { color: #ff9900; text-decoration: underline; font-family: "Century Gothic", Arial; }

#centre {
	padding: 10px;
	text-align: left;
	height: 64px;
	/*width: 844px;*/
	border-bottom: 1px #ccc solid;
	border-top: 1px #ff9900 solid;
}

#texteCentre {
	position: relative;
	left: 138px;
	top: -64px;
	text-align: left;
	height: 64px;
	width: 100%;
	/*border-bottom: 1px #999 solid;*/
}
