* {
border:0;
padding:0;
margin:0;

}


.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;

}
a {
	color:#d20025;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#747474;
}

#contener {
	top:0;
	width:960px;
	margin:0 auto;
	background:transparent url(images/bg-contener.png) repeat-y scroll 0 0;
	/*height:800px;*/
}

#bandeau {
	margin:40px 0 0 0;
 	background:url(images/flots-bleus-immo.jpg) no-repeat;
	height:80px;
	position:relative;
  
}

	#bandeau h1 {
		color:#FFFFFF;
		font-size:24px;
		left:30px;
		position:absolute;
		top:32px;
	}
	#bandeau #baseline {
		color:#747474;
		font-size:19px;
		position:absolute;
		right:110px;
		top:25px;
	}


#content {
	background:#f5f5f5 url("images/bg-content.jpg") repeat-x  0 0 ;
	border:1px solid #E5E5E5;
	margin:42px 30px 0 30px ;
	min-height:455px;
}

	#content #photo {
		 float:left;
		 margin:40px;
	}
	
	#content #content-txt {

		float:left;
		margin:40px 10px 0 0;
		width:320px;
	}
	
	#content #content-lien {
		background:url(images/bg-liens.png) no-repeat;
		width:300px;
		height:123px;
		margin:20px 0;
		
	}
	
	#content #content-lien a {
		position:relative;
		width:200px;
		height:30px;
		display:block;
		float:left;
		background:url(images/bg-bouton.png) no-repeat;			
		
		color:#d20025;
		font-size:16px;
		font-weight:bold;
		line-height:30px;
		
		text-decoration:none;
	}
	
	#content #contact {
		background:url(images/bg-contact.png) no-repeat;
		width:300px;
		height:170px;
		padding:46px 0 0 17px;
		
	}
	
		#content #content-lien a:hover {
			color:#747474;
			
		}
		
	.lien-a {
		margin:16px 0 0 48px;
		text-align:center;
		
	}
	.lien-b {
		margin:32px 0 0 48px;
		text-align:center;
	
	}

.btn {
 text-align:center;
 line-height:28px;
}

.btn a {
     float:left;
     width:294px;
     background:#363636;
     height:31px;
     margin-top:5px;
     color:#f1b600;
     display:block;
     text-decoration:none;

     font-size:18px;
}

.btn a:hover {

     background:#5b5b5b;
}

#footer {
	margin:20px 30px;
	border-top:#e5e5e5 1px solid;
	padding:10px 0 20px 0;
	
}
