/* main CSS Document including tooltips css */

body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #7E0000;
}
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #7E0000;
	vertical-align:top;
}
a {
	text-decoration: none;
	color: #7E0000;
	font-family: "Baskerville Semibold";
	font-size:16px;
}

p {
	color: #000000;
}

a:hover {text-decoration: underline}


.indentNext {
	margin-left: 10em;	
}

.style9 {
	font-size: 10px;
	}
.style17 {
	font-family: "Baskerville Semibold";
	font-size: 36px;
	color: #7E0000;
	}
.style18 {
	font-family: "Baskerville Semibold";
	color: #7E0000;
	font-size:16px;
	}
.style24 {
	font-family: "Baskerville Semibold";
	font-size: 22px;
	color: #7E0000;
	margin-bottom: 5px;
	}
	
#maindiv {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1020px;
	background-color: #FFFFF8;
	-moz-border-radius-topleft:2ex;
	-moz-border-radius-topright:2ex;
	-webkit-border-top-left-radius:2ex;
	-webkit-border-top-right-radius:2ex;
}

#banner {
	width: 1020px;
}


#content {
	float: left;
	width: 990px;
	padding: 10px 0 0 30px;
	position: relative;
	top: 0px;
	background-color: #FFFFF8;
}

#leftside {
	float: left;
	width: 200px;
	padding: 0 0 0 50px;
	position: relative;
	top: 0px;
}

#menucontent {
	text-align: center;
	float:none;
	top: 0px;
}

#rightside {
	float: none;
	text-align: justify;
	width: 830px;
	top: 0px;
	padding: 0 0 0 30px;
}

#footer {
	float: left;
	width: 1000px;
	padding: 10px;
	position: relative;
	overflow: hidden;
	bottom: 0px;
	font-family: "Century Gothic";
	font-size: 8pt;
	text-align: center;
	background-color: #FFFFF8;
	-moz-border-radius-bottomleft:3ex;
	-moz-border-radius-bottomright:3ex;
	-webkit-border-bottom-left-radius:3ex;
	-webkit-border-bottom-right-radius:3ex;
}

img.style18{
	border: 0px;
}

img.corner{
	-moz-border-radius: 2ex;
	-webkit-border-radius: 2ex;
}


#menu {
	width: 950px;
	height: 50px;
	margin: 0 0 0 30px;
	overflow: hidden;
}

#menu-enbref {
	width: 280px;
	height: 46px;
	display: block;
	position: absolute;
	z-index: 1000;
	text-indent: -9999px;
	background: url('../images/newmenu.png') no-repeat;
}

	#menu-enbref:hover {
		background-position: 0 -53px;
	}

#menu-secteurs {
	width: 210px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 1000;
	margin: 0 0 0 280px;
	text-indent: -9999px;
	background: url('../images/newmenu.png') -280px 0 no-repeat;
}

	#menu-secteurs:hover {
		background-position: -280px -53px;
	}

#menu-presse {
	width: 190px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 1000;
	margin: 0 0 0 490px;
	text-indent: -9999px;
	background: url('../images/newmenu.png') -490px 0 no-repeat;
}

	#menu-presse:hover {
		background-position: -490px -53px;
	}


#menu-contact{
	width: 270px;
	height: 46px;
	display: block;
	position: absolute;
	z-index: 1000;
	margin: 0 0 0 680px;
	text-indent: -9999px;
	background: url('../images/newmenu.png') -680px 0 no-repeat;
}

	#menu-contact:hover {
		background-position: -680px -53px;
	}


.tooltip {
	display: none;
	margin: 0;
	width: 150px;
	z-index: 999;
}

	.tooltip-head {
		width: 190px;
		height: 15px;
		z-index: 999;
		background: url('../images/newmenu.png') -65px -115px no-repeat;
	}

	.tooltip-foot {
		width: 190px;
		height: 15px;
		background: url('../images/newmenu.png') -299px -117px no-repeat;
	}

	.tooltip-content {
		width: 189px;
		padding: 0 0px;
		background: url('../images/newmenu.png') -959px repeat-y;
	}

		.tooltip hr {
			height: 1px;
			margin: 0;
			padding: 0;
			color: #999;
			background-color: #7E0000;
			border: 0px;
		}

		.tooltip a {
			padding: 5px 10px;
			display: block;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 11.5px;
			line-height: 11.5px;
			color: #000;
			border-bottom: 1px solid #7E0000;
		}

			.tooltip a:hover {
				color: #fff;
				background: #7E0000;
			}