/*
* 

*/
/* **********************************General css******************************************* */
html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, * {
	margin: 0px;
	padding:0px;
	border: 0px;
}
body {
	background:#e6e6e8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	color:#28201d;
}
li {
	list-style-type:none
}
a {
	text-decoration:none;
	color:#160490
}
a:hover {
	text-decoration:underline;
}
/*********************************************************************************/
/* Container                                                                     */
/*********************************************************************************/

	.Container
	{
		width:948px;
		margin:auto;
		overflow:hidden;
		padding-bottom:68px;
	}
	
/*********************************************************************************/
/* section                                                                       */
/*********************************************************************************/

	.boxes
	{
		width:948px;
		height:auto;
		min-height:552px;
		border-radius:10px / 13px;
		-moz-border-radius:10px / 13px;
		-webkit-border-radius:10px / 13px;
		behavior: url(js/PIE.htc);
		background:#fff;
		float:left;
		position:relative;
		margin-top:130px;
		display:inline;
	}
	.top-boxe{ float:right;}
	
	.offre
	{
		position:absolute;
		top:-102px;
		left:7px;
		z-index:9;
	}
	.logo-content
	{
		float:right;
		padding:78px 55px 0px 0px;
	}
	.txt-box
	{ 
		color:#c2141d;
		font-size:26px;
		font-weight:bold;
		text-align:center;
		line-height:34px;
		padding-top:15px;
		clear:both;
		width:70%;
		margin:auto;
	}
	.txt-box span
	{
		display:block;

	}
	span.load
	{
		padding:25px 0px 13px 0px;
	}