main	/*Mise en page*/

	html{	
		margin:0px;
		padding:0px;
	}
	
	body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		background-image:url(http://www.justeuncredit.com/content/bg.jpg);
		font-size: 12px;
	}
	
	p {
		margin: 0 0 10px 0;
		text-align:justify;
	}
	
	#conteneur {
		width:900px;
		margin:0 auto;
		background-image:url(http://www.justeuncredit.com/content/conteneur.jpg);
	}


	/*Header*/

	#header_bg {
		background-image:url(http://www.justeuncredit.com/content/header.jpg);
		background-repeat:no-repeat;
		height: 85px;
	}
			
	#header_titre {
		height:75px;
		padding-top:10px;
		padding-left:50px;
	}
	
	#photo {
		background-image:url(http://www.justeuncredit.com/content/photo.jpg);
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		height:145px;
	}
			
	#photo1 {
		text-decoration: none;
		margin:0px;
		padding:0px;
		height:50px;
	}
	
	#photo2 {
		text-decoration: none;
		margin:0px;
		padding-left:100px;
		padding-right:10px;
		height:45px;
	}
	
	#photo3 {
		text-decoration: none;
		margin:0px;
		padding:0px;
		height:50px;
	}


	/*Menu*/

	#haut {
		height:21px;
		background-image:url(http://www.justeuncredit.com/content/menu.jpg);
		background-repeat:no-repeat;
		text-align:center;
		padding-top:5px;
	}

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

	.BlocArticle_elmt{
		display: inline;
		margin-right:10px;	
	}


	/*Partie gauche*/

	#gauche {
		float:left;
		width:240px;
		margin-top:10px;	
		margin-bottom:60px;
	}

	#accroche {
		background-image:url(http://www.justeuncredit.com/content/accroche.gif);
		background-repeat:no-repeat;
		text-decoration: none;
		height:200px;
		width:220px;
		margin-top:10px;
		margin-left:30px;
		padding:5px;
	}
	
	#demande {
		background-image:url(http://www.justeuncredit.com/content/demande.gif);
		background-repeat:no-repeat;
		text-decoration: none;
		margin-top:20px;
		height:50px;
		width:220px;
		margin-left:30px;
		text-align:center;
		padding-top:14px;
	}

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

	}

	#demande a {
		color: #FFFFFF;
		text-decoration:blink;
		font-size:16px;
	}
	

	/*Newsletter*/

	#newsletter {
		background-image:url(http://www.justeuncredit.com/content/newsletter.gif);
		background-repeat:no-repeat;
		text-decoration: none;
		margin-top:20px;
		margin-left:30px;
		padding-top:5px;
		height:75px;
		width:220px;
		padding:10px 0 0 0;
		text-align:center;
		font-size:11pt;
	}

	.BlocNewsletter_submit_img {
		height:20px;
		width:20px;
		cursor:pointer; 
		border:0px; 
		margin-top:2px;
		margin-left:auto;
		margin-right:auto;
	}


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

	#formnewsletter{ 
		display:inline;
	}

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


	/*BlocMain*/
	
	#centre {
		margin-left:280px;
		margin-right:30px;
		margin-top:10px;
		margin-bottom:10px;
		padding:20px;
		display:block;
	}
	
	h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:28px;	
	}

	/*Formulaire*/

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

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

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

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

	.BlocFormSubmit { 
		text-align:center;
		margin:  5px auto 10px 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;
	}

	.turquoise{ 
		color:#FF6633;
	}

	.couleur{ 
		color:#ff6633;
	}

	/*Footer*/
	
	#pied {
		clear:both;
		height: 30px;
		background-image:url(http://www.justeuncredit.com/content/footer.jpg);
		color:#FFFFFF;
		padding-top:10px;
		display:block;
	}

	#pied a {
		color: #FFFFFF;
		text-decoration:underline;
		font-size:11px;
	}
	
	#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: 25px;
	}

	#piedcopyright {
		text-decoration:none;
		float:left;
		margin-left: 25px;
	}

	/*Lien*/

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

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

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

	.yahoo_description {
		color:#666666; 
		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;
	}55csshttp://www.justeuncredit.com/content//main.css