main/*Mise en page*/

	html{	
		margin:0px;
		padding:0px;
	}
	
	body {
		background-image:url(Image_Bg.jpg);
		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);
		margin:0 auto;
		width:900px;
	}


	/*Header*/

	#header_bg {
		height: 80px;
	}
			
	#header_titre {
		height:35px;
		margin:auto;
		padding-top:40px;
		text-align:center;
		width:280px;
	}
	
	#header_titre h1 {
		font-size:20px;
		font-style:normal;
		font-weight:bold;
	}
	
	#photo {
		background-image:url(Image_Photo.jpg);
		background-position: top right;
		background-repeat:no-repeat;
		height:226px;
		margin:0px;
		padding:0px;
	}
			
	#slogan{
		color:#4e4e4e;
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		font-style:italic;
		font-weight:normal;
		margin:0;
		text-align:center;
		text-decoration: none;
		width:600px;
	}

	/*Menu*/

	#haut {
		background-repeat:no-repeat;
		height:104px;
		margin-top:21px;
		margin-left:10px;
		padding-top:5px;
		text-align:left;
		width:220px;
	}

	#menuhaut {
		list-style-type: none;
		margin: 0;
		padding:0;
	}
	
	#menuhaut a {
		color: #0e6a7b;
		font-size:14px;
		text-decoration:none;
	}
	
	#menuhaut a:hover {
		color: #0e6a7b;
		font-size:14px;
		text-decoration:underline;
	}

	#menuhaut .BlocArticle_elmt{
		background-image:url(Image_Menu.jpg);
		background-position:left;
		background-repeat:no-repeat;
		margin:0;	
		padding-left:23px;
		padding-top:4px;
		padding-bottom:13px;
		width:240px;
	}


	/*Partie gauche*/

	#gauche {
		float:left;
		margin-top:10px;
		margin-bottom:30px;
		width:290px;
	}

	#accroche {
		height:200px;
		margin-top:10px;
		padding-top:26px;
		padding-left:12px;
		text-decoration: none;
		width:220px;
	}
	
	#demande {
		background-image:url(Image_Demande.jpg);
		background-repeat:no-repeat;
		height:42px;
		margin-left:22px;
		margin-top:20px;
		padding-top:21px;
		text-align:center;
		text-decoration: none;
		width:250px;
	}

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

	#demande a {
		color:#4e4e4e;
		font-size:15px;
		font-weight:bold;
		text-decoration:blink;
	}
	

	/*Newsletter*/

	#newsletter {
		background-image:url(Image_Newsletter.jpg);
		background-repeat:no-repeat;
		height:102px;
		margin-top:20px;
		margin-left:22px;
		padding:86px 0 0 0;
		text-align:center;
		text-decoration: none;
		width:249px;
	}

	#newsletter h1{
		font-size:13pt;
		font-style:italic;
		color:#0e6a7b;
	}

	.BlocNewsletter_submit_img {
		border:0px; 
		cursor:pointer; 
		height:26px;
		margin-left:auto;
		margin-right:auto;
		margin-top:9px;
		width:70px;
	}

	#formpart_newsletter{ 
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
		padding:0px;
		text-align:center;
	}

	#formnewsletter{ 
		display:inline;
	}

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

	#BlocFormNewsletter_error{
		color:#0e6a7b;
	}


	/*BlocMain*/
	
	#centre {
		color:# 4e4e4e;
		display:block;
		margin-left:290px;
		margin-right:0px;
		margin-top:10px;
		padding:14px;
		text-align:left;
	}
	
	h1{
		color:#0e6a7b;
		font-family:Arial, Helvetica, sans-serif;
		font-size:26px;
		margin:0;
	}

	/*Formulaire*/

	h3{ 
		color:#0e6a7b;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		margin:0px;
		padding:0px;
	}

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

	.FormColInput {
		float:left;
		padding: 0;
		width: 49%; 
	}

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

	.BlocFormSubmit { 
		display:block;
		height:40px; 
		margin:  5px 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;
		padding: 0; 
		width:80%; 
	}

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

	.breadcrumb{ 
		margin-top:10px;
	}

	.turquoise{ 
		color:#0e6a7b;
	}

	.couleur{ 
		color:#ffffff;
	}

	/*Footer*/
	
	#pied {
		color:#4e4e4e;
		clear:both;
		display:block;
		height: 18px;
	}

	#pied a {
		color: #0e6a7b;
		font-size:11px;
		text-decoration:underline;
	}
	
	#pied a:hover {
		text-decoration:none;
	}
	#pied ul {
		margin:0pt;
		padding:0pt;
		list-style-type:none;
		display:inline;
	}
	
	#pied li {
		margin:5px;
		display:inline;
		font-weight:bold;
	}

	#piedmenu {
		text-align:right;
		text-decoration:none;
		margin-right: 7px;
	}
	
	#piedmenu .BlocArticle_elmt{
		display: inline;
		margin-left:16px;
	}

	#piedcopyright {
		float:left;
		font-size:11px;
		margin-left: 20px;
		text-decoration:none;
	}

	/*Lien*/

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

	/*Lien Yahoo*/

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

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

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

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

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

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

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

	.yahoo_host a:visited{
		color:#0e6a7b; 
		font-size:10px; 
		font-weight:normal; 
		text-decoration:none;
	}
73csshttp://www.rachatdecreditconso.net/content//main.css