@CHARSET "UTF-8";

/****************/
/*  CSS DECORS  */
/****************/

/*
	background
	background-color
	background-image
	background-repeat
	background-attachment
	background-position
*/

	* {
		background-color: transparent; }
	body {
		background-color: black; }
		input.saisie {
			background-color: white; }
		input.validation {
			background-color: #DFDFDF; }
		textarea.saisie {
			background-color: white; }
	select {
		background-color: white; }

	#page {
		background-color: white; }
		#entete {
			background-color: #99cc00; } /* Vert */
		#menu_pages {
			background-color: white; }
		#menu_pages li {
			background-color: #998099; /* Violet */
			background-image: url(../../img/coin_vert_inf.gif);
			background-position: right bottom;
			background-repeat: no-repeat; }
		li#menu_101,
		li#menu_103,
		li#menu_104 {
			background-color: orange; /* Orange */
			background-image: none; }
		#menu_pages li:hover {
			background-color: #999999; } /* Gris */
		#menu_pages li.oui {
			background-color: #99cc00; /* Vert */
			background-image: url(../../img/coin_violet_inf.gif);
			background-position: right bottom;
			background-repeat: no-repeat; }
		#centre {
			background-color: white; }
			/* Accueil */ /* Liste */
		#pied {
			background-color: #998099; }

		/* Accueil */
			#titre_coups_coeur {
				background-image: url(../../img/coeur_mauve_petit.gif);
				background-position: 255px 5px;
				background-repeat: no-repeat; }

		/* Liste */
			#menu_biens {
				background-color: white; }
			#menu_biens li {
				background-color: #998099; /* Violet */
				background-image: url(../../img/coin_vert_sup.gif);
				background-position: left top;
				background-repeat: no-repeat; }
			#menu_biens li:hover {
				background-color: #999999; }
			#menu_biens li.oui {
				background-color: #99cc00; /* Vert */
				background-image: url(../../img/coin_violet_sup.gif);
				background-position: left top;
				background-repeat: no-repeat; }
				.coup_coeur,
				.exclusivite,
				.reserve,
				.vendu,
				.loue {
					background-position: 9px 141px;
					background-repeat: no-repeat; }
				.coup_coeur {
					background-image: url(../../img/coeur.gif); }
				.exclusivite {
					background-image: url(../../img/exclusivite.gif); }
				.reserve {
					background-image: url(../../img/reserve.gif); }
				.vendu {
					background-image: url(../../img/vendu.gif); }
				.loue {
					background-image: url(../../img/loue.gif); }

		#formulaire_neuf p,
		#formulaire_gestion p,
		#formulaire_syndic p,
		#formulaire_contact p {
			background-color: white; }

	/* Fiche */
		.fiche,
		.galerie,
		.description {
			background-color: white; }
			
	/* Avertissements */
		#avertissements {
			background-color: white; }

