body{background-color:#CCC;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#arriere_plan {
	width:1000px;
	height:auto;
	background-color:#FFF;
	margin:0 auto;/* marge extérieures*/
}

#entete {
	width:850px;
	height:150px;
	float:right;
/*	background-color:#FC9;
	margin:0 auto;*/
}

#logo {
/*	background-color:#00F;
*/	width:150px;
	height:150px;
	float:left /*alignement à gauche*/
}

#menu_gal {
	width:1000;
	height:37px;
	background-color:#CFC;
	background-image:url(../images/menu.png);
/*	margin:0 auto;
*/}

.menu {
	width:auto;
	height:22px;
	float:left;
	padding:3px 20px; /* pour espacer les sous menus (espace en haut bas et espace avant après) c'est-à-dire des marges intérieures */
	border-right:#00C 1px solid; /* mettre une couleur pour les séparateurs. solid veut trait plein */
}

/* changer la couleur des clients des sous menus : on utilise le selecteur a  : on parle de pseudo classe*/
.menu a {
	text-decoration:none;
	color:#000;
	font-weight:bold;/* mettre les liens en gras*/
}
/* changer la couleur des liens au passage de la souris*/

.menu a:hover { /*permet de changer la couleur des liens au survol de la souris*/
	color:#9F3;
}


#corps {
	width: 980px;
	height: auto;
/*	background-color: #CF9;*/
	background-color: #FFF;
	padding: 25px 10px;
	text-align: left;
}

#corps h1 {
	color: #00F;
	padding: 2px 20px;
	text-align: center;
}

.annonce {
	width:225px;
	height:210px;
	float:left;
}

.image {
	width:225px;
	height:222px;
	float:left;
}

.titre_annonce {
	color:#609;
	font-size:bold;
	
}

#footer {
	width:1000px;
	height:20px;
	background-color:#6F6;
	padding:5px 0;
	text-align:center;
	font-size:11px;
}
#arriere_plan #corps h2 strong {
	color: #00F;
}
#corps {
	font-weight: bold;
	text-align: left;
}
#arriere_plan #corps p strong {
	text-align: center;
}
#arriere_plan #corps p strong {
	text-align: left;
}
#arriere_plan #corps p strong {
	font-weight: normal;
}
#arriere_plan #corps p strong {
	font-weight: bold;
}
#arriere_plan #corps p strong {
	font-weight: bold;
}
#arriere_plan #corps p {
	font-weight: normal;

}
