@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding:0px;
}

img {
	border:none;
}

a {
font-size:10px;
color: #CC003A;
text-decoration:none;
}

body {
background:url(../images/fond.jpg); 
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
}

/***********************/
/*  Structure du site  */
/***********************/

#website {
width:993px;
margin-left:auto;
margin-right:auto;
}

/*********************/
/*  bandeau du site  */
/*********************/

	#header {
		height: 198px;
		text-align: left;
	}

		#logo {
			 width: 197px;
			 height: 198px;
			 float: left;
		}

		#animation {
			width: 796px;
			height:198px;
			float:left;
		}

/*****************/
/*  centre site  */
/*****************/
		#main {
			width: 993px;
			background:url(../images/fond_centre.jpg) repeat-y;
			}
			
			#col_gauche {
				width: 197px;
				background: url(../images/fond-espaceperso.jpg) repeat-y;
				float: left;
				text-align: left;
			}
			/****************/
			/*  menugauche  */
			/****************/
				#menu {
					height: 167px;
					background: url(../images/fond_menu.jpg) repeat-y;
				}
				#menu ul li {
				list-style:none;
				margin : 0px 0px 5px 10px;
				}
				#menu ul li a {
					display:block;
					height: 14px;
					color: #fff;
					font-size: 12px;
					font-weight: bold;
					text-decoration:none;
				}
				#menu ul li a:hover {
					display:block;
					width:167px;
					height: 14px;
					background: url(../images/fond_menu.gif) repeat-x;
					color: #CC003A;
					font-size: 12px;
					font-weight: bold;
					text-decoration:none;
				}
				#menu ul li a:active {
					display:block;
					width:167px;
					height: 15px;
					background: url(../images/fond_menu.gif) repeat-x;
					color: #EAF2FA;
					font-size: 12px;
					font-weight: bold;
					text-decoration:none;
				}
				
				/**********************/
				/*  espace personnel  */
				/**********************/
				
				#espace_personnel {
					width: 192px;
					background: url(../images/fond-espaceperso.jpg) repeat-y;
					margin: 2px 0px 0px 5px;
				}
				#espace_personnel a {
					color: #CC003A;
					font-size:10px;
					font-weight: bold;
					text-decoration: none;
				}
				#espace_personnel a:hover {
					color: #CC003A;
					font-size:10px;
					font-weight: bold;
					text-decoration: none;
				}
				#espace_personnel form {
					height:121px;
					background:url(../images/image-espaceperso.jpg) no-repeat;
					font-size: 11px;
					font-weight: bold;
					color: #CC003A;
					text-align:center;
				}
				/******************/
				/*  contenu site  */
				/******************/
				
				#content {
					width: 790px;
					background: url(/images/fond_content.jpg);
					background-repeat: repeat-y;
					float: right;
					padding-left: 6px;
				}
				
				#content hr {
					width: 770px;
					height: 6px;
					background-color: #74A2D1;
				}
				/********************/
				/*  bloc recherche  */
				/********************/
				
				#moteur {
					width: 508px;
					min-height: 125px;
					float: left;
				}
				
				#moteur button {
					width: 156px;
					height: 29px;
					background: transparent;
					border: none;
				}
				
				#content #rechercheacheter {
					background:url(../images/fond_blocrecherche.jpg) repeat-x #DDDEE0;
					height: 120px;
					margin-left: 3px;
				}
				
					#rechercheacheter #acheter{
						background-image: url(../images/case-on.png);
						background-repeat: no-repeat;
						background-position: left;
						padding: 5px 0 0 20px;
						margin: 5px 0 5px 0;
						float: left;
						width: 75px;
						height: 15px;
						cursor: pointer;
					}

					#rechercheacheter #checklouer{
						background-image: url(../images/case-off.png);
						background-repeat: no-repeat;
						background-position: left;
						padding: 5px 0 0 20px;
						margin: 5px 0 5px 0;
						float: left;
						width: 50px;
						height: 15px;
						cursor: pointer;
					}
				
				#content #recherchelouer {
					background:url(../images/fond_blocrecherche.jpg) repeat-x #DDDEE0;
					margin-left: 3px;
					height: 120px;
					display: none;
				}
					
					#recherchelouer #checkacheter{
						background-image: url(../images/case-off.png);
						background-repeat: no-repeat;
						background-position: left;
						padding: 5px 0 0 20px;
						margin: 5px 0 5px 0;
						float: left;
						width: 75px;
						height: 15px;
						cursor: pointer;
					}			

					#recherchelouer #louer{
						background-image: url(../images/case-on.png);
						background-repeat: no-repeat;
						background-position: left;
						padding: 5px 0 0 20px;
						margin: 5px 0 5px 0;
						float: left;
						width: 50px;
						height: 15px;
						cursor: pointer;
					}
					
				#btn_rechercher {
					width: 156px;
					height:23px;
					float:left;
					background:url(../images/fond_rechercher.jpg) no-repeat;
					padding-top : 6px;
					font-size: 14px;
					font-weight:bold;
					text-align:center;
					color:#fff;
				}
				
				/********************/
				/*  Bloc actualité  */
				/********************/
				
				#content #actualite_immobilier {
					width: 256px;
					background: url(../images/fond_actualite.jpg) repeat-y;
					float:left;
					margin-left: 3px;
				}
				#actualite_immobilier ul li {
					list-style:none;
					margin : 0px 0px 5px 20px;
				}
				#actualite_immobilier ul li a {
					color: #0064A9;
					font-size: 13px;
					font-weight: bold;
					text-decoration:none;
				}
				#actualite_immobilier ul li a:hover {
					color: #FFF;
					font-size: 13px;
					font-weight: bold;
					text-decoration:none;
				}
				
			/******************************************/
			/*  contenu de la page partie modifiable  */
			/******************************************/
				
				#content_home {
					width: 770px;
					background: url(../images/fond_content.jpg) repeat-y;
					float: left;
					padding-left: 6px;
				}
			
			/******************/
			/*  Bloc service  */
			/******************/
			
				#content_home #service_immobilier {
					width: 256px;
					background: url(../images/fond-services.jpg) repeat-x;
					float:left;
					margin-left: 3px;
				}
					#service_immobilier ul li {
						list-style:none;
						margin : 0px 0px 5px 20px;
					}
					#service_immobilier ul li a {
						color: #0064A9;
						font-size: 13px;
						font-weight: bold;
						text-decoration:none;
					}
					#service_immobilier ul li a:hover {
						color: #FFF;
						font-size: 13px;
						font-weight: bold;
						text-decoration:none;
					}

			/********************/
			/*  Coups de coeur  */
			/********************/
			
			#content_home #coup_coeur {
				background-color: #E5EFF8;
				width: 508px;
				float:left;
				margin-left: 3px;
				}
			
				#coup_coeur .photo {
				width: 138px;
				height:104px;
				float: left;
				margin:10px 0px 0px 18px;
				text-align:center;
				}
			
				#coup_coeur .text{
				width: 150px;
				margin:8px 0px 0px 18px;
				text-align: center;
				}
			
				#coup_coeur .text a {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #0064A9;
				font-weight:bold;
				text-decoration: none;
				}
			
				#coup_de_coeur .text a:hover {
				color: #CC003A;
				}
			/*****************/
			/*  alerte mail  */
			/*****************/
				#alerte_mail {
				width: 230px;
				border: #E5EFF8 2px solid;
				float:right;
				margin: 0 15px 0 10px;
				}
			/************/
			/*  footer  */
			/************/
				#footer {
				width: 993px;
				background-color:#0163AA;
				padding-top: 10px;
				clear: both;
				font-size: 10px;
				color: #fff;
				text-align: center;
				text-decoration: none;
				margin-left: auto;
				margin-right: auto;
				}
				#footer a { 
				font-size: 10px;
				color: #fff;
				text-decoration: none;
				}
				
			/******************/
			/*  Mise en page  */
			/******************/
			h1 {
				font-size: 14px;
				color: #4E8BBA;
			}
			h2 {
				font-size: 13px;
				color: #4E8BBA;
				margin-left: 3px;
			}
			
			h3 {
				font-size: 12px;
				color: #fff;
			}
			h4 {
				font-size: 11px;
				color: #4E8BBA;
				font-weight:bold;
			}
			h5 {
				font-size: 12px;
				color: #CC003A;
				font-weight:bold;
			}
			.clear {
			clear:both;
			}
			
			.ariane {
				font-size:10px;
				color:#666666;
				text-decoration:none;
			}
			
			.ariane a:hover  {
				font-size:10px;
				color:#666666;
				text-decoration:none;
			}
			
			.titre {
				height: 22px;
				background-color: #0064A9;
				width:auto;
			}
			
			.rouge:first-letter {
				font-size: 18px;
				color:#CC003A;
				font-weight:bold;
			}
			
			.barre_bleue {
				background-color: #74A2D1;
				height: 6px;
				margin: 0 20px 5px 3px;
			}
						
			#pagination {
			width:750px;
			text-align:left;
			padding: 6px 5px 6px 5px;
			border:2px #E5EFF8 solid;
			}
			
			input {
				background-color: #FFF;
				border: solid 1px #999999 ;
				height:15px;
				font-size:10px;
			}
			
			select {
				background-color: #FFFFFF;
				height:20px;
				font-size:10px;
				}
				
			select.center {
	background-color: #FFFFFF;
	height: 20px;
	font-size: 10px;
	margin-left: 5px;
	border: none;
}

textarea {
	border: solid 1px #999999 ;
}
				
			button {
				background-image: none;
				border-width: 0px;
			}
			/************/
			/* Annonces */ 
			/************/
			
			.fiche {
				margin: 25px 0 25px 0;
			}
			
			#mini_fiche_haut {
			width:760px;
			height: 22px;
			display:block;
			background: url(../images/fond_marine.jpg) repeat-x;
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			padding: 5px 0 0 5px;
			}
			
			#type {
			float: left;
			width: 350px;
			}
			
			#prix {
			float: left;
			width: 200px;
			}
			
			#ref {
			float: left;
			width: 200px;
			}
			
			#mini_fiche_bas {
			width:760px;
			float:left;
			background-color:#f1f1f3;
			padding: 5px 0 0 5px;
			text-align:left;
			}
			
			.photo {
			float: left;
			width: 146px;
			height:105px;
			text-align: center;
			vertical-align: middle;
			padding: 5px 0 5px 0;
			margin: 0 0 5px 0;
			}
			
				.photo img {
					border: #fff 3px solid;
				}
			
			#descriptionfiche {
			text-align: left;
			padding:0;
			margin:5px 5px 20px 0;
			border-bottom:1px solid #CCCCCC;
			}
			
			#contenu { /*fiche_detail*/
			width: 350px;
			text-align: left;
			float: left;
			padding: 5px 0 0 5px;
			}
			
			#fichelinks{
			float:right;
			width: 400px;
			}
			
			#fichelinks a {
			margin: 15px 5px 5px 15px;
			color: #75A5CD;
			text-decoration: none;
			font-weight: bold;
			border:none;
			}
			
			#contenu a {
			margin: 15px 5px 5px 15px;
			color: #75A5CD;
			text-decoration: none;
			font-weight: bold;
			border:none;
			}
			
			#contenu a:hover{
			color: #333333;
			}
			
			#footer_mini_fiche {
			background:url(../images/fond_marine.jpg);
			background-repeat: repeat-x;
			width:765px;
			height:29px;
			font-size:12px;
			font-weight:bold;
			color:#fff;
			text-align:right;
			vertical-align:middle;
			}

			/********************/
			/* Espace personnel */
			/********************/
			
			#menu_espaceperso {
			background: url(../images/fond_bleu.jpg);
			background-repeat:repeat-x;
			height:25px;
			float:left;
			font-size:11px;
			font-weight:bold;
			color:#FFFFFF;
			margin:0px 2px 0px 2px;
			}
			
			#menu_espaceperso a {
			display:block;
			margin:0px 2px 0px 2px;
			height:20px;
			font-size:11px;
			font-weight:bold;
			color:#FFFFFF;
			text-decoration:none;
			}
			
			#menu_espaceperso a:hover {
			display:block;
			height:20px;
			background:url(../images/fond_rouge.jpg);
			background-repeat:repeat-x;
			margin:5px 2px 0px 2px;
			font-size:11px;
			font-weight:bold;
			color:#FFFFFF;
			text-decoration:none;
			}
			
			#menu_espaceperso a:active {
			background:url(../images/fond_rouge.jpg);
			background-repeat:repeat-x;
			margin:5px 2px 0px 2px;
			display:block;
			height:20px;
			font-size:11px;
			font-weight:bold;
			color:#FFFFFF;
			text-decoration:none;
			}
			
			
			#espace_perso {
			width:750px;
			text-align:left;
			padding: 6px 5px 6px 5px;
			border:2px #E5EFF8 solid;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#888888;
			}
			
			#espace_perso .titre_bloc {
			background:url(../images/fond_rouge.jpg);
			background-repeat:repeat-x;
			height: 20px;
			padding: 5px 0 0 0;
			margin: 0 0 10px 0;
			color: #FFFFFF;
			font-weight: bold;
			}
			
			#espace_perso hr {
			margin: 10px 0 10px 0;
			color: #888888;
			}
			
			#espace_perso h1 {
			margin: 0 0 10px 0;
			}
			
			#espace_perso button {
			background:url(../images/fond_rouge.jpg);
			background-repeat:repeat-x;
			height:25px;
			color: #FFFFFF;
			font-weight: bold;
			cursor: pointer;
			}	
			
/**********************/
/*  Mentions légales  */
/**********************/

.sous_titre {
	display: block;
	width: 98%;
	background-color: #add8e6;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.paragraphe {
	display: block;
	width: 98%;
	border-bottom-style: solid;
	border-bottom-color: #ADD8E6;
	border-bottom-width: 2px;
	margin: 5px 0 5px 0;
	font-weight: bold;
}