fieldset
{
	border:0px solid red;
	padding:3px;
	margin:0;
}
fieldset.infos-list, fieldset.infos
{
	width:280px;
	float:left;
}
fieldset.infos-list-c
{
	width:610px;
	float:right;
	border-left:1px dotted #cccccc;
	padding-left:50px;
}

fieldset.left
{
	float:left;
}
fieldset.right
{
	float:right;
}
	label
	{
		display:block;
		cursor:pointer;
		padding:0 5px;
		line-height:24px;
		position:relative;
	}
	
	input.text, textarea
	{
		font-size:11px;
		margin-top:2px;
		background:#fefefe;
		border-top:2px solid #a0b9c5;
		border-left:2px solid #a0b9c5;
		border-bottom:2px solid #dee8ec;
		border-right:2px solid #dee8ec;
	}
	textarea
	{
		font-size:12px ;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px;
	}
	label:hover
	{
		background:#efefef;
		
	}
	.infos-list label
	{
		background:url(../images/unchecked.jpg) no-repeat 100% 50%;
	}
	.infos-list label:hover
	{
		background:#efefef url(../images/uncheckedHover.jpg) no-repeat 100% 50%;
	}
	.infos-list label.ch
	{
		background:#0096ff url(../images/checked.jpg) no-repeat 100% 50%;
		color:#FFFFFF;
	}
.infos
{
	padding-bottom:10px;
}
	.infos label
	{
		height:23px;
		margin-bottom:3px;
	}
		.infos label span 
		{
			display:block;
			float:left;
			width:95px;
		}
		span.required
		{
			font-weight:bold;
		}
		label.red
		{
			color:#FF0000;
		}
		.infos label span.errorMessage, span.errorMessage
		{
			display:none;
			position:absolute;
			right:-160px;
			width:200px;
			height:100%;
			padding:0px;
			text-indent:10px;
			top:0;
			background:#FF0000;
			color:#FFFFFF;
			opacity:.9;
			z-index:10;
			font-size:10px;
		}
	legend
	{
		font-size:18px;
		color:#e72727;
		text-transform:uppercase;
		padding-bottom:15px;
	}
	fieldset h2
	{
		padding:0;
		padding-bottom:8px;
	}
	.message label:hover
	{
		background:none;
	}
	.message label
	{
		width:330px;
	}
	.submit
	{
		display:block;
		padding:0;
		line-height:22px;
		border:none;
		width:89px;
		height:22px;
		background:url(../images/send.jpg) no-repeat 0 0;
		cursor:pointer;
		margin-left:5px;
		margin-top:15px;
		color:#FFFFFF;
		text-transform:uppercase;
	}
	.submit:hover
	{
		background-position:0 100%;
	}
	
/* ENVOI REUSSIT */
.sent-email
{
	margin:15px 0;
	border:1px solid #aaaaaa;
	background:#eeeeee;
	padding:20px;
	font-size:18px;
}

.failed-to-sent-email
{
	margin:15px 0;
	border:1px solid #FF3300;
	background:#FFCCCC;
	padding:20px;
	font-size:18px;
	font-weight:bold;
}