/* Fichier style annonces Africa4 */
 
@charset "iso-8859-1";
BODY {
    background-color: white;
    margin-top: 5;
    margin-left: 10;
    margin-right: 10;
    color: #000008;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
    text-align: justify;
    }

A:link {
    color: #406F60;
    text-decoration: none;
    }

A:visited {
    color: #406F60;
    text-decoration: none;
    }

A:active {
    color: #008000;
    text-decoration: none;
    }

A:hover {
    color: #FF4040;
    background: #3050CC;
    text-decoration: none;
    }

#topleft {
	position: absolute;
	width: 160px;
    text-align: center;
	top: 5px;
	left: 5px;
	padding: 10px;
	}

#anntitre {
	position: absolute;
	width: 60%;
	top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
	left: 180px;
	background: #008080;
	padding: 10px;
	}
	
#annimg {
	position: absolute;
	width: auto;
	top: 80px;
	right: 10px;
	padding: 10px;
	}
	
	
#anndesc {
	position: absolute;
	width: 50%;
	top: 80px;
	left: 180px;
	padding: 10px;
	}
	
