body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}
h1 {
	font-weight: normal;
	font-size: 12px;
}

/*
*  Page: Alerte email (alerte.php)
*  Ajouté le 28/07/2010
*/

		.red { font-weight: bold; color: #dc291e; }
		.text_big { font-family: Arial; font-weight: bold; font-size: 14px; color: #000000; margin-left: 20px; }
		.text_medium { font-family: Arial; font-size: 12px; color: #000000; margin-left: 20px; }
		
		.alert_left { position: relative; float:left;width:400px;height:480px;  background-image:url(images/bgtrans-max.png); background-repeat:repeat-x; }
		.alert_left_content { float: left; width:400px; height: 350px; background-color: #ffffff; border-top: solid 1px #f0f0f0; }
		.alert_left_content p { text-align: left; margin-left: 20px; margin-right: 30px; }
		.alert_right { position: relative; float:right;width:631px;height:480px; background-image:url(images/bgtrans-max.png); background-repeat:repeat-x; }
		.alert_right h1 { font-family: Arial; font-weight: bold; font-size: 15px; color: #000000; margin: 0px; clear: left; text-align: left; margin-left: 20px; }
		.alert_right h2 { font-family: Arial; font-weight: bold; font-size: 13px; color: #dc291e; margin: 0px; clear: left; text-align: left; margin-left: 20px; }
		.alert_right_content { float:left; height:350px; text-align:left; background-color: #ffffff; border-top: solid 1px #f0f0f0; }
		
		.alert_form { position: relative; margin-left: 20px; overflow: auto; padding-top: 10px; padding-bottom: 10px; }
		.alert_form p { width: 100%; overflow: auto; text-align: left; margin: 0px; padding: 0px; margin-bottom: 5px; }
		.alert_form label { font-size: 12px; width: 95px; float: left; padding-top: 3px; margin: 0px; }
		.alert_form .text-input { width: 190px; margin: 0px; margin-right: 10px; float: left; }
		
		.alert_products { position: relative; background-color: #eeeeee; padding-top: 5px; padding-bottom: 10px; }
		.alert_products .text_big { margin-left: 20px; }
		.alert_products table { margin-top: 10px; margin-bottom: 10px; }
		
		.alert_entretien { float: left; width: 100%; margin-top: 5px; margin-bottom: 5px; }		
		.alert_optin { width: 631px; float: left; background-color: #f9f9f9; margin-top: 10px; padding-top: 5px; padding-bottom: 5px; }		
		.alert_submit { position: absolute; left: 130px; top: 438px; }
		
		.alert_confirm {
			position: relative;
			padding: 10px;
			font-size: 13px;
			font-weight: bold;
			margin-left: 20px;
			margin-right: 20px;
			margin-top: 30px;
			font-family: Arial;
		}
		
		#stderr {
			position: absolute;
			right: 10px; top: 60px;
			padding: 5px; 
			background-color: #ffffff;
			border: solid 1px #c0c0c0;
			text-align: left;
			width: 350px;
			font-weight: bold;
			color: #ff0000;
			display: none;
		}
		
		#icon-home {
			position: absolute;
			left: 330px; top: 10px;
		}