body {
	background-color: white;
	background-image: url(../images/hor_bg.jpg);
	background-repeat: repeat-y;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt; 
}

table tr td {
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	color: #9C5A06;
}

h2 {
	font-size: 12pt;
	color: #9C5A06;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #9C5A06;
}

hr {
	color: #9C5A06;
}

a {
	color: #008591;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}
 
.attention_boldblue {
	font-weight: bold;
	color: #008591;
}

.attention_urgence {
	font-weight: bold;
	color: red;
}

.nopadsoustitre {
	font-size: 10pt;
	color: #9C5A06;
	font-weight: bold;
}

.footer_hr {
	margin-top: 6em;
	margin-bottom: -1em;
	color: #9C5A06;
	height: 1px;
}

.synpase_hr {
	width: 90%;
	height: 4px;
	color: #9C5A06;
	margin-bottom: -1em;
}

.floatright {
	float: right;
	margin: 0, 0, 0.4em, 0.4em;
}

.floatleft {
	float: left;
	margin: 0, 1.4em, 1em, 0em;
}

.hotspot {
	margin-bottom: 0.4em;
}

.tbl_list {
	width: 100%;
	margin-left: -6px;
}

.tbl_list2 td {
	border-bottom: 1px solid #9C5A06;
}

.tbl_list td {
	border-top: 1px solid black;
}

.nobullets li {
	list-style: none;
}

#cmdmenu a {
	color: white;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	font-size: 7.5pt;
}

#player {
	position: absolute;
	top: 100px;
	width: 350px;
	background-image: url(../images/player_bg.jpg);
	background-color: #9C5A06;
	background-repeat: repeat-y;
	color: black;
	border: 2px solid black ;
	padding: 1em 2em 1em 2em;
}

#navpath {
	font-size: 8pt;
	color: #9C5A06;
	font-weight: bold;
}

@media print {
	#header-01, #hotspots, #cmdmenu, #menu, #Slice-07, #footer {z-index: -100; visibility: hidden;}
	#contenue {left: 0px; top: 120px; z-index: 150;}
	#header-02 {left: 350px;}
	div {color: black;}
}

.black_overlay {
	display: none;
	position: absolute;
	top: -35%;
	left: -35%;
	width: 250%;
	height: 250%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.lightbox {
	display: none;
	position: absolute;
	top: 20%;
	left: 15%;
	width: 600px;
	height: 200px;
	padding: 16px;
	border: 3px solid black;
	background-color: white;
	color: black;
	z-index: 1002;
	overflow: auto;
}
