/* CSS Document */


body {
	font-family:Arial;
	background-color:#006599;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:10px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:3px;
	background-color:#CCCCCC;
}
p {
	font-size:12px;
	margin:0px;
}
div {
	padding:0px;
	margin:0px 0px 0px 20px;
}
a {
	color:#006599;
}
.alert {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

#header {
	background-color:#FFFFFF;
	margin-top:10px;
	height:100px;
	width:580px;
}

#menu {
	background-color:#f1a400;
	height:22px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	width:580px;
}

#menu div{
	float:left;
	padding:4px 12px 4px 12px;
	margin:0px;
	height:22px;
}


#contenu {
	background-color:#ffffff;
	padding:0px 0px 30px 0px;
	width:580px;
}



#bandeau_foot {
	background-color:#ffffff;
	text-align:center;
	width:580px;
	border-top:1px solid;
}
#bandeau_foot p{
	font-size: 11px; 
	color: #000000;
}
#bandeau_foot a:link{
	font-size: 11px; 
	color: #000000;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}
#bandeau_foot a:visited{
	font-size: 11px; 
	color: #000000;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}
#bandeau_foot a:hover{
	font-size: 11px; 
	color: #000000;
	text-align:center;
	font-weight:normal;
	text-decoration:underline;
}

#annonce {
	margin:20px 0px 0px 0px;
	/*border:1px solid;*/
	padding:5px;
	width:500px;
}
#annonce .titre{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	background-color:#006599;
	color:#FFFFFF;
	text-transform:capitalize;
	padding:3px;
}
#annonce .agence{
	margin:2px 0px;
	font-weight:bold;
}
#annonce .description{
	margin:5px 0px;
	/*border-left:1px solid #cccccc;
	margin-left:5px;
	padding-left:5px;*/
}
#annonce .date{
	color:#666666;
	font-style:italic;
	margin:5px 0px;
	font-weight:bold;
}
#annonce a{
	font-weight:bold;
}
#annonce a:hover{
	color:#f1a400;
}


