main/*Mise en page*/

	html{	
		margin:0px;
		padding:0px;
	}
	
	body {
		background-image:url(Image_Bg.jpg);
		background-repeat:repeat-x;
		background-color:#e6e5e5;
		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;
	}
	
	#conteneur {
		margin:0 auto;
		position: relative;
		width:800px;
	}


	/*Header*/

	#header {
		margin:0px;
		padding:0px;
		height:264px;
		text-decoration: none;
		width:800px;
	}
			
	#header_titre{
		background-image:url(Image_Logo.jpg);
		background-repeat:no-repeat;
		background-position:left center;

	}
	
	#header_titre h1{
		color:#513709;
		cursor:pointer;
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
		font-weight:bold;
		height:54px;
		margin:0px;
		padding:30px 0px 0px 50px;
		width:auto;
	}
	
	#header_titre a{
		text-decoration:none;
	}
	
	
	#header_photo{
		background-image:url(Image_Photo.jpg);
		background-repeat:no-repeat;
		height:180px;
		margin:0px;
		width:800px;
	}
	

	/*Menu*/

	#menu {
		background-image:url(Image_Menu.jpg);
		background-repeat:no-repeat;
		margin:10px 0px 10px auto;
		list-style-type: none;
		height:238px;
		padding:0;
		text-align:left;
		width:230px;
	}
	
	#menu img {
		background-color:#FFFFFF; 
		border:1px solid #666666;	
		float:right; 
		margin-right:20px; 
		margin-top:20px; 
		margin-left:10px; 
		padding:2px; 
	}
	
	
	#menu h1 {
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		padding: 35px 10px 5px 30px;
	}
	
	#menu a{
		color:#ffffff;
		text-decoration:none;
	}
	
	#menu a:hover{
		color:#ffffff;
		text-decoration:none;
	}

	#menu .BlocArticle_elmt{
		font-weight:bold;
		margin:0px;
		padding:10px 0px 5px 20px

	}

	#menu_body {


	}

	/*Partie gauche*/

	#gauche {
		float:left;
		margin-bottom:70px;
		width:255px;
	}

	
	#demande {
		height:39px;
		margin:20px auto;
		padding:0px;
		text-align:center;
		text-decoration:blink;
	}
	
	#demande a {
		color:#ffffff;
		text-decoration:none;
		font-size:15px;
		font-weight:bold;
	}
	
	#demande a:hover {
		text-decoration:none;
	}

	#accroche {
		text-decoration: none;
		height:162px;
		width:230px;
		padding-top:18px;
		margin:0px 0px 0px 30px;
	}
	
	/*BlocMain*/
	
	#centre {
		color:#4e4e4e;
		background-color:#FFFFFF;
		margin-left: 270px;
		margin-top:0px;
		min-height:460px;
		padding:5px;
		width:510px;
	}
	
	#centre h1{
		color:#513709;
		font-family:Arial, Helvetica, sans-serif;
		font-size:26px;
		margin:0;
	}

	
	/*Newsletter*/

	#newsletter {
		background-image:url(Image_Newsletter.jpg);
		background-repeat:no-repeat;
		height:105px;
		margin:10px 0px 10px auto;
		padding:0;
		text-align:center;
		text-decoration: none;
		width:230px;
	}
	
	.BlocNewsletter_submit_img {
		border:0px; 
		cursor:pointer; 
		margin-top:1px;
		margin-left:auto;
		margin-right:auto;
		height:19x;
		width:76px;
	}

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

	#formnewsletter{ 
		display:inline;
	}

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


	/*Formulaire*/

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


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

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

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

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

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

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

	.breadcrumb{ 
		margin-top:10px;
		text-align:center;
	}

	.PivotRule{ 
		margin-bottom:5px;
	}


	#centre h3{ 
		color:#513709;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		text-align : center;
	}

	.turquoise{ 
		color:#513709;
	}

	.couleur{ 
		color:#347c10;
	}

	/*Footer*/
	
	#pied {
		height: 35px;
		padding-top:5px;
		width:800px;
	}

	#pied a {
		color: #347c10;
		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 {
		margin : 0px auto 0px auto;
		text-align:center;
		text-decoration:none;
		width:700px;
	}
	
	#piedmenu .BlocArticle_elmt{
		display: inline;
		margin-right:10px;
	}

	#piedcopyright {
		color:#513709; 
		font-size:12px;
		margin : 0px auto 0px auto;
		text-align:center;
		text-decoration:none;
		width:700px;
	}

	/*Lien*/

	a {
		color: #347c10;
		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:#347c10; 
		font-weight:bold; 
		font-size:13px; 
		text-decoration:none;
	}

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

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

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

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

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

	.yahoo_host a:visited{
		color:# 513709; 
		font-size:10px; 
		font-weight:normal; 
		text-decoration:none;
	}
94csshttp://www.rachatdecreditconso.com/content//main.css