body {
margin: 0px;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #053D92;
}

form {
margin: 0;
padding: 0;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px solid #053D92;
}

input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
border: 1px solid #053D92;
background-color: #FFFFFF;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #053D92;
	color: #FF0000;
	font-weight: bold;
	margin: 5px;
}

button{
	background: transparent;
	border: none;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #FF0000;
	font-size: 14px;
	}

p {
	margin: 0;
	padding: 0;
}

.form {
	font-weight: bold;
	text-align: right;
}

/**************************/
/*  Mise en page générale */
/**************************/

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

	#header {
		
	}
		
		#ariane {
		height: 20px;
		padding: 5px 0 0 20px;
		}
		
			#ariane a.actif {
			color: #FF0000;
			text-decoration: none;
			font-weight: bold;
			}
			
			#ariane a.actif:hover {
			color: #0B3D92;
			text-decoration: none;
			font-weight: bold;
			}
			
			#ariane a.passif {
			color: #0B3D92;
			text-decoration: none;
			font-weight: bold;
			}
			
			#ariane a.passif:hover {
			color: #FF0000;
			text-decoration: none;
			font-weight: bold;
			}
		
		#header_bottom {
		margin: 0px 0 0 0;
		padding: 10px 0 0 0;
		height: 30px;
		background-repeat: no-repeat;
		background-image: url(../images/fond_menu.jpg);
		}
			
			#francais {
			width : 80px;
			text-align: right;
			float: left;
			}
			
				#francais a {
				color: #0B3D92;
				text-decoration: none;
				font-weight: bold;
				}
	
				#francais a:hover {
				color: #FF0000;
				text-decoration: none;
				font-weight: bold;
				}
			
			#anglais {
			margin: 0 0 0 65px;
			width: 60px;
			float: left;
			}
			
				#anglais a {
				color: #FF0000;
				text-decoration: none;
				font-weight: bold;
				}

				#anglais a:hover {
				color: #0B3D92;
				text-decoration: none;
				font-weight: bold;
				}
				
			#menu {
			float: left;
			width: 640px;
			margin: 0 0 0 20px;
			text-align: center;
			}
				
				#menu a {
				color: #0B3D92;
				text-decoration: none;
				font-weight: bold;
				}
				
				#menu a:hover {
				color: #FF0000;
				text-decoration: none;
				font-weight: bold;
				}
			
	#main {
	background-repeat:repeat-y;
	background-image: url(../images/fond_main.jpg);
	padding: 0 25px 0 25px;
	}
	
		#col_left {
			width: 230px;
			float: left;
		}
		
		
			#rechercheacheter {
			padding: 5px;
			width: 190px;
			border: 1px solid #053D92;
			text-align: center;
			}
					
			#rechercheacheter #acheter{
			background-image: url(../images/case-on.png);
			background-repeat: no-repeat;
			background-position: left;
			float: left;
			cursor: pointer;
			font-weight: bold;
			padding: 0 0 0 15px;
			margin: 0 0 0 25px;
			}
	
			#rechercheacheter #checklouer{
			background-image: url(../images/case-off.png);
			background-repeat: no-repeat;
			background-position: left;
			float: left;
			cursor: pointer;
			font-weight: bold;
			padding: 0 0 0 15px;
			margin: 0 0 0 20px;
			}
					
			#recherchelouer {
			padding: 5px;
			width: 190px;
			border: 1px solid #053D92;
			display: none;
			text-align: center;
			}
						
			#recherchelouer #checkacheter{
			background-image: url(../images/case-off.png);
			background-repeat: no-repeat;
			background-position: left;
			float: left;
			cursor: pointer;
			font-weight: bold;
			padding: 0 0 0 15px;
			margin: 0 0 0 25px;
			}			
	
			#recherchelouer #louer{
			background-image: url(../images/case-on.png);
			background-repeat: no-repeat;
			background-position: left;
			float: left;
			cursor: pointer;
			font-weight: bold;
			padding: 0 0 0 15px;
			margin: 0 0 0 20px;
			}
		
		#services {
			margin: 0;
			padding: 0;
			width: 200px;
			border: 1px solid #053D92;
		}
		
			#services li {
				list-style: none;
				padding: 0;
				margin: 10px 0 10px 0;
			}
			
				#services li a {
				color: #0B3D92;
				text-decoration: none;
				font-weight: bold;	
				}
				
				#services li a:hover {
				color: #FF0000;
				text-decoration: none;
				font-weight: bold;
				}
			
	#content_home {
	float: right;
	width: 610px;
	}
	
		.coeur {
		float:left;
		text-align:center;
		width:145px;
		}
		
			.coeur a {
			color: #FF0000;
			text-decoration: none;
			font-weight: bold;
			}
		
			.coeur a:hover {
			color: #0B3D92;
			text-decoration: none;
			font-weight: bold;
			}
			
		#agence {
		width: 305px;
		margin: 10px 0 10px 0;
		float: left;
		}
			
			#bloc_titre_agence {
			color: #FFFFFF;
			background-image:url(../images/fond_bloc_titre_agence.jpg);
			background-repeat: no-repeat;
			height: 20px;
			padding: 4px 0 0 40px;
			font-size: 13px;
			font-weight: bold;
			width:
			}
		
			#bloc_content_agence {
			background-image: url(../images/fond_bloc_content_agence.jpg);
			background-repeat: repeat-y;
			padding: 5px 8px 5px 7px;
			}
			
			#bloc_bas_agence {
			background-image: url(../images/fond_bloc_bas_agence.jpg);
			background-repeat: no-repeat;
			height: 6px;
			}
			
		#neuf {
		float: right;
		width: 278px;
		margin: 10px 15px 0 0;
		}
		
			#bloc_titre_neuf {
			color: #FFFFFF;
			background-image:url(../images/fond_bloc_titre_neuf.jpg);
			background-repeat: no-repeat;
			height: 20px;
			padding: 4px 0 0 40px;
			font-size: 13px;
			font-weight: bold;
			width:
			}
		
			#bloc_content_neuf {
			background-image: url(../images/fond_bloc_content_neuf.jpg);
			background-repeat: repeat-y;
			padding: 15px 8px 5px 7px;
			height: 164px;
			text-align: center;
			}
			
			#bloc_bas_neuf {
			background-image: url(../images/fond_bloc_bas_neuf.jpg);
			background-repeat: no-repeat;
			height: 6px;
			}
			
		#actus {
		margin: 0 0 0 20px;
		padding: 0;
		}
		
			#actus li {
			list-style: none;
			padding: 0;
			margin: 0;
			}
			
				#actus li a {
				display: block;
				padding: 0 0 0 15px;
				background-image: url(../images/puce_actu.gif);
				background-repeat: no-repeat;
				color: #0B3D92;
				text-decoration: none;
				font-weight: bold;
				}
				
				#actus li a:hover {
				display: block;
				padding: 0 0 0 15px;
				background-image: url(../images/puce_actu.gif);
				background-repeat: no-repeat;
				color: #FF0000;
				text-decoration: none;
				font-weight: bold;
				}
				
	#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	text-align: center;
	color: #999999;
	}
		
		#footer a {
		color: #999999;
		text-decoration: none;
		}

		#footer a:hover {
		color: #FF0000;
		text-decoration: none;
		}

/**********/
/* Fiches */
/**********/

.pagination {
padding: 10px 0 10px 0;
}

.pagination a {
color: #0B3D92;
text-decoration: none;
font-weight: bold;
font-size: 10px;
}

.pagination a:hover {
color: #FF0000;
text-decoration: none;
font-weight: bold;
font-size: 10px;
}

.fiche {
width: 794px;
background-image: url(../images/fond_fiche_agence.jpg);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

	.fiche a {
	color: #0B3D92;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	}
	
	.fiche a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	}
	
	.fiche_titre {
	background-image: url(../images/fond_fiche_agence_titre.jpg);
	background-repeat: no-repeat;
	width: 611px;
	height: 22px;
	float: right;
	margin: 0 0 15px 0;
	padding: 7px 10px 0 20px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	}
	
	.fiche_photo {
	background-image: url(../images/fond_fiche_agence_photo.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 4px 0 0 4px;
	margin: 10px 0 0 5px;
	}
	
	.fiche_miniatures {
	float: left;
	width: 138px;
	margin: 10px 0 0 5px;
	}
	
	.fiche_adresse {
	width: 200px;
	float: left;
	margin: 0 0 0 10px;
	}
	
	.fiche_mail {
	width: 250px;
	float: left;
	margin: 0 0 0 25px;
	padding: 35px 0 0 0;
	}
				
	.fiche_plan {
	width: 100px;
	float: left;
	margin: 0 0 0 25px;
	padding: 35px 0 0 0;
	}
	
	.fiche_content {
	float: right;
	width: 610px;
	margin: 0 0 0 20px;
	padding: 0 10px 0 0;
	}
	
	.fiche_content_neuf {
	float: right;
	width: 775px;
	margin: 0 10px 0 5px;
	}
	
	.fiche_liens {
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
	}
	
		.fiche_liens a {
		display: block;
		background-image: url(../images/fleche.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding: 0 0 4px 10px;
		margin: 0 0 0 10px;
		}
	
	.fiche_contact {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 250px;
	margin: 15px;
	font-size: 12px;
	font-weight: bold;
	}
	
		.fiche_contact a {
		display: block;
		background-image: url(../images/mail.gif);
		background-repeat: no-repeat;
		padding: 0 0 0 20px;
		}
	
	.fiche_bas {
	background-image: url(../images/fond_fiche_agence_bas.jpg);
	background-repeat: no-repeat;
	height: 19px;
	}
	
/*******************/
/* Eléments divers */
/*******************/

.bloc_titre_left {
color: #FFFFFF;
background-image:url(../images/fond_bloc_titre_left.jpg);
background-repeat: no-repeat;
height: 20px;
padding: 4px 0 0 40px;
font-size: 13px;
font-weight: bold;
}

.bloc_content_left {
background-image: url(../images/fond_bloc_content_left.jpg);
background-repeat: repeat-y;	
padding: 15px 0px 15px 10px;
}

.bloc_bas_left {
background-image: url(../images/fond_bloc_bas_left.jpg);
background-repeat: no-repeat;
height: 6px;
}

.bloc_titre_large {
color: #FFFFFF;
background-image:url(../images/fond_bloc_titre_large.jpg);
background-repeat: no-repeat;
height: 20px;
padding: 4px 0 0 45px;
font-size: 13px;
font-weight: bold;
}

.bloc_content_large {
background-image: url(../images/fond_bloc_content_large.jpg);
background-repeat: repeat-y;	
padding: 5px 20px 5px 5px;
}

.bloc_bas_large {
background-image: url(../images/fond_bloc_bas_large.jpg);
background-repeat: no-repeat;
height: 6px;
}