html, body {
	height:100%;
}
body {
	min-width:778px;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size: 62.5%; /* Resets 1em to 10px */
	background:url(../Images/construct/construct_bg_Deal.gif) repeat-x top left #fff;
	}
img {border:0px;}

#Title {
	float:left;
	background:url(../Images/construct/construct_top_bar.gif) no-repeat top left #fff;
	width:640px;
	height:96px;
}
#Title img {
	margin-top:15px;
}
#Logo {
	text-align:right;
	float:right;
}
#Container {
	background:url(../Images/construct/construct_bg_content.gif) repeat-y top right;
	border:1px none #900;
	width:100%
}
#Content {
	float:left;
	border:1px none #900;
	width:640px;
	min-height:400px;
	background:#fff;
	border-right:1px solid #fff
}
#Navigation {
	background:url(../Images/construct/construct_bg_nav.gif) no-repeat top right;
	float:right;
	width:138px;
	border:1px none #900;
	padding-top:71px
}
#Navigation ul, #Navigation li{
	list-style:none;
	margin:0px;
	padding:0px;
	border:1px none #900
}
#Navigation ul {
	padding-top:5px;
	border:1px none #900
}
#Navigation li {
	background:url(../Images/construct/construct_nav_bullet.gif) no-repeat 0px -3px;
	border-right:1px solid #b2b2b2;
	padding-left:18px;
	margin-top:8px;
}
#Navigation li.h {
	background:url(../Images/construct/construct_nav_bullet_h.gif) no-repeat 0px -3px;
}
#Navigation li.h a {
	color:#fff;
}

#Navigation li a{
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	color:#262626
}
#Navigation li a:hover{
	color:#fff;
}


/*content classes*/
.whiteBorderLeft{
	border-left:1px solid #fff
}
.dealInfo {
	background:#D8DBD2;
}
.dealInfo p{
	padding-left:20px;
	color:#262626;
}
.dealInfo a{
	color:#262626;
	text-decoration:none;
}

/*smal banners*/
.send2Gsm {
	display:block;
	background-image:url(../Images/Deal/logo_gsm.jpg);
	width:123px;
	height:36px;
	margin:12px;
	padding:4px 6px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
.streetMap {
	display:block;
	background-image:url(../Images/Deal/street_map.jpg);
	width:123px;
	height:36px;
	margin:12px;
	padding:4px 6px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
/*end banners*/


.title {
	/*height:36px;*/
	margin:0px;
	font-weight:bold;
	color:#fff;
	font-size:11px;
	padding:20px 0px 5px 20px;
}
.content p{
	margin:20px;
	margin-top:10px;
}
.content ul ,.content li{
	margin:0px;padding:0px;
	list-style-type:none;
}

.gris {
	background:#B2B2B2
}
.bleu {
	background:#99B2B2
}
.bleuClair {
	background:#EAEFEF
}
.vert {
	background:#B5BBAD
}
.vertClair {
	background:#D7DBD2
}
ul.bullet, ul.arrow {
	padding:10px;
	padding-bottom:20px;
}
ul.bullet a , ul.arrow a {
	font-weight:bold;
	text-decoration:none
}
ul.bullet a{color:#262626}
ul.bullet li {
	background:url(../Images/common/listbullet_dark.gif) no-repeat 3px 4px;
	padding-left:15px
}
ul.arrow a{color:#5E5E5E}
ul.arrow li {
	background:url(../Images/common/arrow_right.gif) no-repeat 0px 2px;
	padding-left:15px
}
.whiteSpacingBottom {border-bottom:solid 1px #FFFFFF;}
