body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;
	text-align: center;
}
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-position: center top;
	background-color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #6d6e71;
	text-decoration: none;
}
a:visited {
	color: #333132;
	text-decoration: none;
}

a:hover {
	color: #333132;
	text-decoration: underline;
}
a:active {
	color: #333132;
	text-decoration: underline;
}

#container {
	width: 1116px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
}
#promo-container {
	height: 390px;
	width: 1116px;
	background-color: #E9B428;
}

#promo-sides {
	height: 390px;
	width: 68px;
	float: left;
}

#promo {
	height: 390px;
	width: 980px;
	float: left;
}
#body-container {
	background-image: url(/images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 343px;
	width: 1116px;
	padding-top: 20px;
}

#body {
	height: 312px;
	width: 1116px;
}

#body-side-left {
	height: 293px;
	width: 229px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #cccbcb;
	float: left;
	margin-right: 18px;
	font-size: 15px;
	text-transform: uppercase;
	color: #414042;
	font-weight: bold;
	padding-left: 116px;
	padding-top: 17px;
}
#body-promo {
	float: left;
	width: 376px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #414042;
	padding-top: 17px;
}
#body-promo img {
	margin-top: 14px;
}


#body-side-right {
	height: 293px;
	float: left;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #cccbcb;
	margin-left: 18px;
	color: #414042;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	padding-top: 17px;
	width: 227px;
}
#appareils {
	float: left;
	height: 140px;
	width: 214px;
	margin-top: 14px;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	color: #6d6e71;
	text-decoration: none;
	margin-right: 18px;
}
#appareils ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#appareils  li.vox {
	background-image: url(/images/home/icon-voix.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 214px;
	background-position: 0px 0px;
	padding-left: 35px;
	padding-top: 5px;
}
#appareils li.donnees {
	background-image: url(/images/home/icon-donnees.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 214px;
	background-position: 0px 0px;
	padding-left: 35px;
	padding-top: 5px;
}
#commande {
	float: left;
	height: 97px;
	width: 227px;
	margin-top: 14px;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	color: #6d6e71;
	text-decoration: none;
}
#commande ul {
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#commande li {
	background-image: url(/images/bullet-commande.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 12px;
}

/* top navigation elements */
#mainnav-container {
	height: 41px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1016px;
}
#nav {
	text-align: center;
	height: 41px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 11em;
	height: 28px;
	padding-top: 13px;
	font-size: 13px;
	font-weight: bold;
	color: #6d6e71;
}
#nav li { /* all list items */

	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
	border-right: 1px solid #ccc;
}
#nav li.first {
	float: left;
	width: 12em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 0px;
}
#nav a:hover {
	display: block;
	width: 11em;
	height: 28px;
	background-image: url(/images/nav/butt-bg-o.gif);
	background-position: 50%;
	padding-top: 13px;
	text-decoration: none;
	color: #333132;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li {
	width: 12em;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}

#nav li li a {
	display: block;
	width: 12em;
	height: 16px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #6d6e71;
	background-image: url(/images/nav/butt-sub-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#nav li li a:hover {
	display: block;
	width: 12em;
	height: 16px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #333132;
	background-image: url(/images/nav/butt-sub-bg-o.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#content {   /* Also remember that because we're floating things, the content underneath the dropdowns also needs to be cleared (clear: left). */

	clear: left;
	color: #ccc;
}

/* footer elements */
#bottom-container {
	height: 80px;
	background-image: url(/images/bg-bottombar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#bott-nav {
	height: 20px;
	width: 1116px;
	margin-right: auto;
	margin-left: auto;
}
#bott-nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bott-nav li {
	display: inline;
}
#bott-nav a {
	padding-left: 12px;
	font-size: 10px;
	color: #BABABA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BABABA;
	padding-right: 12px;
}
#bott-nav a.last {
	padding-left: 12px;
	font-size: 10px;
	color: #BABABA;
	padding-right: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bott-info-container {
	height: 60px;
	width: 1116px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	float: left;
	height: 35px;
	width: 201px;
	font-size: 10px;
	color: #858585;
	text-align: right;
	padding-top: 25px;
	padding-right: 30px;
}
#rogers {
	float: left;
	height: 60px;
	width: 264px;
}

#phone-number {
	float: left;
	height: 38px;
	width: 555px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top: 22px;
}
#phone-number a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
