body {
	/* background-color: #93ABFF; */
	background-color: #440000;
	color: #000000;
	margin-top: 10px;
}

div.container {
	position: relative;
	margin: auto;
	width: 824px;
}

img.bannerimg {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	height: 90px;
	width: 850px;
	border: 0px;
	margin: 0px;
}

img.onglet_img {
	 border: 0px; 
	 padding: 0px; 
	 margin: 0px; 
	 height: 30px;
	 width: 130px;
}

div.navBar {
	text-align: center;
	width: 910px;
	height: 30px;
}

a.onglet1 {
	background-image: url(images/onglet1.gif);
	background-repeat: no-repeat;
	/* height: 30px;
	width: 130px; */
	float: left;
	position: relative;
	top: 5px;
	z-index: 7; 
}

a.onglet2 {
	background: url(images/onglet2.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	position: relative;
	left: -10px;
	top: 5px;
	z-index: 6;
}

a.onglet3 {
	background-image: url(images/onglet3.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	position: relative;
	left: -20px;
	top: 5px;
	z-index: 5;
}

a.onglet4 {
	background-image: url(images/onglet4.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	position: relative;
	left: -30px;
	top: 5px;
	z-index: 4;
}

a.onglet5 {
	background-image: url(images/onglet5.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	position: relative;
	left: -40px;
	top: 5px;
	z-index: 3;
}

a.onglet6 {
	background-image: url(images/onglet6.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	position: relative;
	left: -50px;
	top: 5px;
	z-index: 2;
}

a.onglet7 {
	background-image: url(images/onglet7.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	position: relative;
	left: -60px;
	top: 5px;
	z-index: 1;
}

a.onglet1_active {
	background-image: url(images/onglet1_active.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	position: relative;
	z-index: 7; 
	cursor: default;
}

a.onglet2_active {
	background-image: url(images/onglet2_active.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	left: -10px;
	position: relative;
	z-index: 6; 
	cursor: default;
}

a.onglet3_active {
	background-image: url(images/onglet3_active.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	left: -20px;
	position: relative;
	z-index: 5; 
	cursor: default;
}

a.onglet4_active {
	background-image: url(images/onglet4_active.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	left: -30px;
	position: relative;
	z-index: 4; 
	cursor: default;
}

a.onglet5_active {
	background-image: url(images/onglet5_active.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	left: -40px;
	position: relative;
	z-index: 3; 
	cursor: default;
}

a.onglet6_active {
	background-image: url(images/onglet6_active.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	left: -50px;
	position: relative;
	z-index: 2;
	cursor: default; 
}

a.onglet7_active {
	background-image: url(images/onglet7_active.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	float: left;
	left: -60px;
	position: relative;
	z-index: 1; 
	cursor: default;
}

a.onglet1:hover, a.onglet1:focus {
	background-image: url(images/onglet1_hover.gif);
	background-repeat: no-repeat;
}

a.onglet2:hover, a.onglet2:focus {
	background-image: url(images/onglet2_hover.gif);
	background-repeat: no-repeat;
}

a.onglet3:hover, a.onglet3:focus {
	background-image: url(images/onglet3_hover.gif);
	background-repeat: no-repeat;
}

a.onglet4:hover, a.onglet4:focus {
	background-image: url(images/onglet4_hover.gif);
	background-repeat: no-repeat;
}

a.onglet5:hover, a.onglet5:focus {
	background-image: url(images/onglet5_hover.gif);
	background-repeat: no-repeat;
}

a.onglet6:hover, a.onglet6:focus {
	background-image: url(images/onglet6_hover.gif);
	background-repeat: no-repeat;
}

a.onglet7:hover, a.onglet7:focus {
	background-image: url(images/onglet7_hover.gif);
	background-repeat: no-repeat;
}

div.content_home {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	width: 698px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-indent: 25pt;
	/* overflow:auto; 
	height: 400px; */
	border-style: solid;
	border-color: #B40303;
}

div.content_crudeoil {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	width: 698px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-indent: 25pt;
	border-style: solid;
	border-color: #028902;
}

div.content_gold {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	width: 698px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-indent: 25pt;
	border-style: solid;
	border-color: #0404D4;
}

div.content_diamonds {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	width: 698px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-indent: 25pt;
	border-style: solid;
	border-color: #982A84;
}

div.content_construction {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	width: 698px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-indent: 25pt;
	border-style: solid;
	border-color: #049298;
}

div.content_miscellaneous {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	width: 698px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-indent: 25pt;
	border-style: solid;
	border-color: #E16A48;
}

div.content_contactus {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	width: 698px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	/* text-indent: 25px; */
	border-style: solid;
	border-color: #B97601;
}

div.copyright{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	background-color: #440000;
	color: #FFFFFF;
	text-align:center;
	padding-top: 3px;
}

p {
	margin: 0px;
}

p.stars {
	text-align: center;
	text-indent: 0px;
}

td.slogan {
	width: 300px;
	font-style: italic;
	font-weight: bold;
	text-indent: 0pt;
	/* border: 1px solid black; */
}

td.logo {
	vertical-align: middle;
	/* height: 130px; */
	padding-top: 7px;
	/* border: 1px solid black; */
}

td.blank {
	width: 250px;
}

td.mail_left {
	padding-left: 120px;
}

td.mail_right {
	padding-left: 50px;
}

td.mail_left img {
  float: left;
  margin: 0px;
}

img.logo {
	border-style: none;
	margin: 0px;
}

img {
	margin-right:25px;
	margin-top:25px;
	margin-left: 25px;
	margin-bottom: 25px;
}

ul {
	list-style-type:decimal;
	margin-top: 3px;
	margin-left: 45px;
	/* border: 1px solid black; */
}

ul.sublist {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	width: 370px;
	text-align: justify;
}

a.mailto, a.mailto:hover, a.mailto:focus, a.mailto:visited {
	color: #FFFFFF;
	background-color: #440000;
}

a.toppage, a.toppage:visited {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	width: 500px;
}

a.toppage:hover, a.toppage:focus {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

div.toppagelnk {
	text-align: right;
	margin-top: 5px;
}
