body {
	background: url(images/fond.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#contener {
	width: 480px;
	margin-left: 20px;
}

#logo {
	background: url(images/pomme-i.png) no-repeat;
	width: 390px;
	height: 76px;
}

.justy {
	text-align: justify;
}

h1 {
	color: #fa820a;
}

.normal {
	color: #000;
	font-weight: normal;
	font-size: 22px;
}

h2 {
	color: #2f2f2f;
	font-size: 15px;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#ccc !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #fa820a !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #fa820a !important; //Text input field border color
   background-color:#fa820a !important; //Text input field background color
 }

strong {
	color: #3e3e3e;
}
