/* CSS Document */
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	padding: 0px;
}

body {
	background-color: White;
	color: Black;
	background-image: url(img/background/bg_main.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

body, p, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, hr {
	padding-left: 170px;
	padding-right: 20px;
}

.noIndent {
	padding-left: 0px;
	padding-right: 0px;
}

.indent {
	margin-left: 170px;
	margin-right: 20px;
}

h1 {
	font-size: 20px;
	text-align: center;
	color: #3a8bca;
	margin-bottom: 0px;
	padding-top: 20px;
}

h2 {
	font-size: 16px;
	text-align: center;
	color: #3a8bca;
	margin-top: 0px;
}

h3, h4, h5, h6 {
	color: #3a8bca;
}

ul {
	list-style-image: url(img/puces/blue.gif);
	list-style-position: outside;
}

li {
	margin-top: -5px;
	padding-bottom: 10px;
}

hr {
	color: #f8c78b;
	width: 200px;
	height: 3px;
	text-align: center;
}

p.pCenter {
	text-align: center;
}

p.pGray {
	color: #b67b6c;
	font-weight: bold;
}

img.imgPuce {
	margin-right: 7px;
	margin-bottom: -3px;
}

img {
	border: 0px none;
}

/* Tableaux généraux */
table.tblFull {
	width: 70%;
	margin-left: 170px;
	padding-left: 0px;
	padding-right: 0px;
}



td.light,th.light {
	background-color: #fff3e0;
}

/* Cadres généraux */
div.topLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 102px;
	width: 100%;
	background-image: url(img/background/bg_top.gif);
	background-repeat: repeat-x;
	overflow: visible;
	z-index: 2;
}

div.leftMenu {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 169px;
	z-index: 3;
}

div.leftEncart {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 130px;
	padding: 5px;
	background-color: #fff3e0;
	border: 1px solid #f8c78b;
	font-size: 10px;
	text-align: left;
	z-index: 5;
	text-decoration: none !important;
}

div.subEncart {
	margin-left: 20px;
}

div.mainZone {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 102px;
	padding-bottom: 20px;
	z-index: 1;
	width: 100%;
}

div.copy {
	padding-top: 40px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: 180px;
	font-size: 10px;
}






a.menu:link,a.menu:visited {
	text-decoration: none;
	color: Black;
}
a.menu:hover,a.menu:active, div.leftEncart {
	text-decoration: underline;
	color: #ef9218;
}


a:link,a:visited {
	text-decoration: none;
	color: #3a8bca;
}
a:hover,a:active {
	text-decoration: underline;
	color: #ef9218;
}
