html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background-color: rgb(150, 142, 128);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #968e80;
	text-align: center;
	line-height: 14px;
}

p {
	margin: 10px 0px 10px 0px;
}

#mainTable {
	width: 920px;
	height: 600px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#mainContainer {
	width: 100%;
	height: 100%;
	background: url(img/background-repeat.jpg) repeat-y;
}

div#bottomGradient {
	width: 920px;
	height: 6px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(img/gradient-bottom.jpg);
	background-repeat: no-repeat;
}

div#topMenu {
	position: absolute;
	left: 490px;
	top: 120px;
	width: 340px;
	color: white;
}

div#topMenu a,div#topMenu a:visited {
	color: white;
	text-decoration: none;
}

div#topMenu ul {
	margin: 0px;
	padding: 0px;
}

div#topMenu li.separator {
	padding: 0px;
}

div#topMenu li {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
	background-color: transparent;
	font-size: 8pt;
	float: left;
}

div#navigation {
	width: 191px;
	position: absolute;
	top: 152px;
	left: 4px;
	border-bottom: solid 8px rgb(203, 224, 235);
	border-top: solid 20px rgb(203, 224, 235);
}

div#navigation div:hover, div#navigation div.current {
	background-color: white;
}

div#navigation a {
	color: rgb(105, 94, 74);
	font-weight: bolder;
	font: Helvetica;
	position: absolute;
	top: 7px;
	left: 20px;
	text-decoration: none;
}

div#navigation div {
	margin: 0px;
	width: 100%;
	height: 27px;
	border-top: solid 3px rgb(81, 155, 207);
	border-bottom: solid 3px rgb(203, 224, 235);
	list-style: none;
	background-color: rgb(224, 236, 243);
	overflow: hidden;
	position: relative;
	font-size: 9pt;
}

div#navigation div#menu_item_1 {
	border-top: solid 3px rgb(125, 178, 206);
}

div#navigation div#menu_item_2 {
	border-top: solid 3px rgb(105, 95, 75);
}

div#navigation div#menu_item_3 {
	border-top: solid 3px rgb(177, 93, 18);
}

div#navigation div#menu_item_4 {
	border-top: solid 3px rgb(196, 206, 198);
}

div#navigation div#menu_item_5 {
	border-top: solid 3px rgb(201, 157, 28);
}

div#navigation div#menu_item_6 {
	border-top: solid 3px rgb(218, 220, 87);
}

div#topBanner {
	background: url(img/top-banner.jpg) no-repeat;
	width: 960px;
	height: 152px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#pubLeft {
	background-image: url(img/pub-left.jpg);
	width: 169px;
	height: 198px;
	position: absolute;
	top: 392px;
	left: 16px;
}

div#caroussel {
	position: absolute;
	top: 164px;
	right: 15px;
	width: 168px;
	height: 217px;
}

div#caroussel .pub {
	height: 217px;
}

div#pubTopRight {
	width: 168px;
	height: 207px;
	position: absolute;
	top: 164px;
	right: 15px;
}

div#pubBottomRight {
	width: 168px;
	height: 207px;
	position: absolute;
	top: 381px;
	right: 15px;
}

div#textArea {
	width: 480px;
	text-align: left;
	position: absolute;
	left: 220px;
	top: 175px;
	background-color: white;
}

div#textArea h1 {
	color: rgb(125, 178, 206);
	font-size: 16px;
	text-align: left;
	line-height: 18px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

div#textArea h2 {
	color: rgb(125, 178, 206);
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

div.column1 {
	width: 240px;
	float: left;
	padding: 15px 0px 10px 0px;
}

div.column2 {
	width: 240px;
	height: 647px;
	float: left;
	padding: 15px 0px 10px 0px;	
}

div#welcome {
	background: url(img/bienvenue.jpg) no-repeat;
	width: 210px;
	height: 647px;
	position: absolute;
	top: 15px;
	left: -10px;
	text-align: left;
	font-size: 12px;
	font-weight: 100;
	padding-top: 205px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: 0px;
}

div#welcome p {
	color: #968e80;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

div#welcome h1 {
	color: rgb(52, 119, 156);
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

.number {
	text-align: right;
}


.link {
	color: rgb(125, 178, 206);
}

a {
	color: rgb(125, 178, 206);
}

a:visited {
	color: rgb(125, 178, 206);
}

.small , .small:visited{ font-size: 10px; color: #999; }

.textAreaMenu {
	text-align: center;
	width: 100%;
	font-size: 10px;
}

.textAreaMenu td {
	vertical-align: top;
}

.textAreaMenu a {
	text-decoration: none;
	color: #968e80;
}

.textAreaMenu .menuText {
	border-bottom: solid 1px white;
}

.textAreaMenu a:hover .menuText, .textAreaMenu .current {
	border-bottom: solid 1px rgb(125, 178, 206);
}

.textAreaMenu a:hover img {
	text-decoration: none;
}

.textAreaMenu img {
	clear: both;
	margin-bottom: 4px;
}

a img {
	border: none 0px;
}

div#tauxQuotidiens {
	position: absolute;
	top: 137px;
	font-weight: bold;
	width: 100%;
	color: rgb(105, 94, 74);
}

div#tauxQuotidiens_Date {
	text-align: right;
	padding-right: 8px;
	spadding-bottom: 20px;
}

div#tauxQuotidiens_TauxLabel {
	font-size: 14px;
	vertical-align: middle;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
}

div#tauxQuotidiens_Taux {
	font-size: 30px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#copyright {
		width: 100%;
		text-align: center;
		color: white;
		background-color: rgb(150, 142, 128);
}

div#copyright a {
		color: white;
}
