main/*Mise en page*/


	html{	
		margin:0px;
		padding:0px;
	}
	
	body {
		background-color:#ffffff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}
	
	p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0 0 10px 0;
		text-align:justify;
	}
	
	#conteneur {
		background-image:url(Image_Conteneur.jpg);
		border-left:1px solid #e2e2e2;
		border-right:1px solid #e2e2e2;
		margin:0 auto;
		position: relative;
		width:900px;
	}


	/*Header*/

	#header {
		background-image:url(Image_header.jpg);
		background-repeat:no-repeat;
		float:right;
		height:146px;
		left:186px;
		margin:0px;
		padding:0px;
		position:absolute;
		text-decoration: none;
		top:0px;
		width:714px;
	}
			
	#header_titre{
		margin-left:110px;
		margin-top:70px;
		width:300px;
	}
	
	#header_titre h1{		
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
		font-weight:bold;
		margin:0px;
		padding:0px;
	}
	
	#header_titre a{
		text-decoration:none;
	}
	
	#header_slogan{
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-style:normal;
		font-weight:bold;
		margin-left:110px;
		margin-top:2px;
		width:500px;
	}

	/*Menu*/

	#menu {
		background-image:url(Image_Menu.jpg);
		background-repeat:no-repeat;
		height:133px;
		list-style-type:none;
		margin:40px auto 45px 0px ;
		padding-top:30px;
		width:182px;
	}
	
	#menu a {
		color:#000000;
		text-decoration:none;
	}
	
	#menu a:hover {
		text-decoration:underline;
	}

	#menu .BlocArticle_elmt{
		font-weight:bold;
		margin-bottom:18px;
		margin-left:3px;	
		margin-top:10px;
	}


	/*Partie gauche*/

	#gauche {
		height:500px;
		margin-bottom:320px;
		width:186px;
	}

	
	#demande {
		height:18px;
		left:507px;
		margin:0px;
		padding:0px;
		text-align:right;
		text-decoration: blink;
		width:150px;
		position:absolute;
		top:51px;
	}
	
	#demande a {
		color:#000000;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
	}
	
	#demande a:hover {
		text-decoration:none;
	}

	#accroche {
		height:109px;
		width:181px;
		margin:0px auto 0px 0px ;
		padding:0px;
		text-decoration: none;
	}
	
	/*BlocMain*/

	.BlocFormPage{
		text-align:center;	
		}
	
	#centre {
		color:#4e4e4e;
		width:664px;
		top:148px;
		padding:25px;
		float:right;
		position:absolute;
		left:186px;
	}
	
	#centre h1{
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
		margin:0;
	}
	
	#photo{
		height:191px;
		margin:0px 0px 0px auto;
		width:186px;
		}
	
	/*Newsletter*/

	#newsletter {
		background-image:url(Image_Newsletter.jpg);
		background-repeat:no-repeat;
		height:104px;
		margin:0px auto 45px 0px ;
		padding:0px;
		text-decoration: none;
		width:181px;
	}
	
	.BlocNewsletter_submit_img {
		border:0px; 
		cursor:pointer; 
		height:22px;
		margin-top:1px;
		margin-left:auto;
		margin-right:auto;
		width:73px;
	}

	#formpart_newsletter{ 
		margin:0px;
		padding-top:50px;
		text-align:center;
	}

	#formnewsletter{ 
		display:inline;
	}

	.BlocNewsletter_error{ 
		color:#000000;
		font-size:9pt; 
		font-weight:normal; 
		margin:0px;
		padding:0px;
		text-align:center;
	}

	/*Formulaire*/
	
	.FormRow {
		color:#333333; 
		font-size:9pt;
		margin: 0px;  
		padding-top:16px; 
		padding-left:16px;  
		padding-right:16px;  
		padding-bottom:12px; 
		vertical-align:middle; 
		width: 80%; 
	}
	
	.FormColLabel {
		float: left; 
		width: 40%; 
		margin:2px 0 10px 0; 
		padding:0;
	}

	.FormColInput {
		float:left;
		width: 60%; 
		margin:  0px 0px 5px 0px;
		padding: 0;

	}

	.BlocForm_error{ 
		color:#000000; 
		font-size:9pt; 
		font-weight:normal; 
		margin:0px;
		padding:0px;
	}

	.BlocFormSubmit { 
		display:block;
		height:40px; 
		margin: 10px auto 10px auto; 
		text-align:center;
		width: 170px;
	}

	.FormRowSeparator { 
		display:block;
		float:left; 
		height:5px;
		margin: 2px 0 6px 0; 
		padding: 0; 
		width: 98%;
	}

	input {
		border: solid 1px #333333; 
		color:#333333; 
		font-size:9pt;
		margin:0px;
		padding: 0px; 
		width:80%; 
	}

	select  {
		border: solid 1px #333333; 
		color:#333333; 
		font-size:9pt;
		padding: 0; 
		width:80%; 
	}

	.breadcrumb{ 
		font-size:11px;
		margin-top:10px;
		text-align:center;
	}
	
	#centre h3{ 
		color:#000000; 
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		text-align : center;
	}


	.turquoise{ 
		color:#000000; 
	}

	.couleur{ 
		color:#5a8993; 
	}

	/*Footer*/
	
	#pied {
		clear:both;
		display:block;	
		height: 40px;
		margin:0px;
		padding:0px;
		width:600px;
	}

	#pied a {
		color: #000000;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;

	}
	
	#pied a:hover {
		text-decoration:none;
	}

	#pied ul {
		margin:0pt;
		padding:0pt;
		list-style-type:none;
	}
	
	#pied li {
		margin:5px;
		display:inline;
		font-weight:bold;
	}

	#piedmenu {
		padding:0px 0px 0px 400px;
		text-decoration:none;
		width:500px;
	}
	
	#piedmenu .BlocArticle_elmt{
		display: inline;
		margin-right:10px;
	}

	#piedcopyright {
		color:#5a8993;
		font-size:12px;
		margin : 0px;
		padding:0px 0px 0px 400px;
		text-decoration:none;
		width:500px;
	}

	/*Lien*/

	a {
		color: #5a8993;
		text-decoration:underline;
		font-size:12px;
	}
	
	a:hover {
		text-decoration:none;
	}

	/*Lien Yahoo*/

	.yahoo ul li{ 
		list-style-type:none;
		margin:0px; 
		padding:5px;  
	}

	.yahoo_link a{
		color:#5a8993; 
		font-weight:bold; 
		font-size:13px; 
		text-decoration:none;
	}

	.yahoo_link a:visited{
		color:#5a8993; 
		font-weight:bold; 
		font-size:13px; 
		text-decoration:none;
	}

	.yahoo_link a:hover{
		color:#5a8993; 
		font-weight:bold; 
		font-size:13px; 
		text-decoration:none;
	}

	.yahoo_description {
		color:#4e4e4e; 
		font-weight:normal; 
		font-size:11px;
	}

	.yahoo_host a{
		color:#000000;  
		font-size:10px; 
		font-weight:normal;  
		text-decoration:none;
	}

	.yahoo_host a:hover{
		color:#000000; 
		font-size:10px; 
		font-weight:normal; 
		text-decoration:none;
	}

	.yahoo_host a:visited{
		color:#000000; 
		font-size:10px; 
		font-weight:normal; 
		text-decoration:none;
	}
88csshttp://www.rachatpretimmobilier.net/content//main.css