body {
	margin:0px;
	
	background-color:#7f7f7f;
	color:white;
	
	font-size:0.9em;
	font-family:Arial, serif;
}

a {
	color:white;
	text-decoration:underline;
}

a:hover {
	color:red;
}

p {
	text-align:justify;
}

h1 {
	border-bottom:2px solid red;
}

#banniere {
	background-color:#333333;
}

#barre_nav, #menu {
	font-size:0.9em;
	font-family:Tahoma, serif;
}

#barre_nav {
	height:24px;
	padding-top:6px;
	padding-left:10px;
	
	background-image:url('../images/barre_navigation.png');
	background-repeat:repeat-x;
}

#barre_nav .ellement {
	margin:auto;
}

#menu {
	color:black;
	
	height:24px;
	padding-top:6px;
	padding-left:10px;
	
	background-image:url('../images/fond_menu.png');
	background-repeat:repeat-x;
	
	font-weight:bold;
	border-bottom:1px solid white;
}

#menu a {
}

#menu .separateur {
	margin-top:-6px;
	height:30px;
	
	border-right:1px solid #aaaaaa;
	border-left:1px solid white;
}

#menu a, #menu .separateur {
	float:left;
	color:black;
	text-decoration:none;
	margin-right:15px;
}

#menu a.selected {
	color:#ec0303;
}

.cleaner {
	clear:both;
}

#contenu {
	padding:10px;
	padding-top:20px;
	padding-bottom:50px;
	background-color:#333333;
}

.liste_lien_rapide {
	float:left;
}

.lien_rapide {
	font-size:22px;
	height:53px;
	width:290px;
	
	margin-bottom:10px;
	
	color:#333333;
	border:1px solid white;
	background-image:url('../images/fond_lien_rapide.png');
	background-repeat:repeat-x;
}

.lien_rapide a {
	color:black;
	text-decoration:none;
}

.lien_rapide .icone {
	float:left;
	height:53px;
	width:45px;
	
	margin-right:10px;
	
	background-image:url('../images/debut_lien_rapide.png');
	background-repeat:no-repeat;
}

.lien_rapide .texte {
	padding-top:14px;
}

.presentation {
	margin-left:300px;
}

.img1 {
	background-color:white;
	padding:5px;
	
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.img2 {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}


/*	Menu bas	*/

#menu_bas {
	padding:20px;
	padding-bottom:50px;
	background-color:#7f7f7f;
	background-image:url('../images/fond_bas.png');
	background-repeat:repeat-x;
}

#menu_bas a {
	text-decoration:none;
}

#menu_bas .collone {
	margin-right:10px;
	margin-left:10px;
	float:left;
}

#menu_bas .collone .titre_collone {
	font-size:17px;
	border-bottom:1px solid white;
}

/*	CSS Tableau annonce	*/


.objetBien {
	border-collapse:collapse;
	border:1px solid white;
	margin-bottom:20px;
	background-color:#515151;
}

.objetBien .lien_image {
	border:1px solid red;
}

.objetBien td {
	padding:10px;
}

.objetBien .head1 {
	font-weight:bold;
	color:white;
	background-color:#969696;
}


.objetBien .head2 {
	font-weight:bold;
	color:white;
	background-color:#7f7f7f;
}


/*	Gallerie	*/
.objetFiche .gallerie {
	float:left;
	margin-right:20px;
}

.objetFiche .infoBien {
	margin-right:20px;
	float:left;
}

.objetFiche .info {
}

/*	INFO	*/

.menuInfo {
	width:100px;
	float:left;
	border:1px solid white;
	
	padding:20px;
	margin-right:10px;
}

.contenuInfo {
	margin-left:160px;
}


/*	Contact	*/

.message {
	padding:10px;
	border:1px solid white;
	background-color:#999999;
}

.liste_type_bien, .liste_type_bien p {
	text-align:center;
}

.createur {
	text-align:center;
	padding:20px;
	border-top:1px solid #6b6b6b;
	clear:left;
	background-color:#a9a9a9;
}

.createur a {
	text-decoration:none;
}

.createur a:hover {
	color:#5d5d5d;
}

.createur a img {
	border:none;
}

.createur img {
	vertical-align:middle;
}


/* Programme neuf */
.liste_programme_neuf .bloc_image {
	margin-bottom:30px;
}

.liste_programme_neuf a img {
	border:none;
}