/*----------------------------------------------------------------------------//
// Feuille de styles du client -----------------------------------------------//
//----------------------------------------------------------------------------//
// Client : Bridor
// Date   : 29 mai 2009
//----------------------------------------------------------------------------*/
@import url(reset.css);/* Mise à zéro de tous les padding / margin par défaut */

/*- Général -------------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 62.6%; /* 10px par défaut */
	background:url(../images/Bg_Page.jpg) repeat 0 0;
}
#Wrapper{
	width:960px;
	margin:0 auto;
}
#Wrapper .LienContact{
	height:33px;
	line-height:33px;
	font-size:1.1em;
	font-weight:bold;
}
#Wrapper .LienContact a{
	color:#f3e5b6;
	text-decoration:none;
}
#Wrapper #Corps{
	width:960px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background:#fdf6d4 url(../images/Bg_Corps.jpg) no-repeat 0 0;
}
#Corps .ColG{
	width:155px;
	padding:33px 37px 0 34px;
	float:left;
}
#Corps .ColD{
	width:734px;
	float:right;
}
#Corps h1{
	width:139px;
	height:108px;
	background:url(../images/Logo_Bridor.gif) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
#Corps .TexteDescription{
	font-size:1.3em;
	line-height:16px;
	color:#2d2d2d;
	margin:19px 0 80px 0;
}
#Corps .TexteOffre{
	color:#7d7d7d;
	font-size:1.2em;
	line-height:16px;
	background:url(../images/Bg_Offre.gif) no-repeat 9px bottom;
	padding:0 0 17px 0;
}
#Corps #FlashContent{
	width:734px;
	height:388px;
}
#Corps #BlocAmerique{
	float:left;
}
#Corps #BlocFrance{
	float:right;
}
#Corps #BlocAmerique, #Corps #BlocFrance{
	width:343px;
	padding-right:10px;
}
#Corps #BlocAmerique p, #Corps #BlocFrance p{
	font-size:1.1em;
	color:#7d7d7d;
	line-height:18px;
	margin:17px 0 5px 0;
}
#Corps #BlocAmerique p span, #Corps #BlocFrance p span{
	color:#b72936;
}
#Corps a.LienClickHere{
	display:block;
	width:84px;
	height:22px;
}
#Corps a.LienClickHere img{
	display:block;
}
#Wrapper #Footer{
	width:960px;
	height:48px;
	line-height:48px;
	color:#f3e5b6;
}
#Wrapper #Footer p.Copyright{
	float:left;
}
#Wrapper #Footer p.Groupe{
	float:right;
}
#Wrapper #Footer a.LienLeDuff{
	float:right;
	margin:11px 0 0 12px;
}
/*- Alternative HTML ---------------------------------------------------*/
img.AltNorthAmerica, img.AltFrance{
	display:block;
	float:left;
	display:block;
}
img.AltNorthAmerica{
	margin-right:28px;
}

.Clearer{
	clear:both;
}
