* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

html, body {
	margin:0;
	padding:0;
}
body.myr {
	background-color: #F6F5EE;
	background-image:url(../img-my/fond-myr.gif);
	background-repeat:repeat-y;
	overflow:auto;
}
div#menuh { 
	width:440px;
	left: 0px;
	/* émulation de fixed pour IE : www.svendtofte.com/code/max_width_in_ie/ */
	position: absolute;
	top:expression(body.scrollTop + 0 + "px");
}
html>body {
	background-position: fixed;	
}
html>body div#menuh { position: fixed; top:0;}
html[xmlns] div#menuh { position: fixed; top:0;}

/* --- - - - --- */

div#contenu {
	position: absolute;
	top:expression(body.scrollTop + 190 + "px");
	left: 440px;
	top: 190px;
	height: 60%;
	_height: 55%;
	_width: 44%;
	z-index: 5;
	padding: 0 0 12px 12px;
	font-size: 100%;
	line-height: 110%;
	overflow:auto;
	overflow-x:hidden;
}
html>body div#contenu { position: fixed; top:190px;}

#contenu {
	font-size: 90%;
}
#contenu ul {
	padding-left:12px;
}
#contenu li {
	list-style-position: outside;
	list-style-image: url(../img-my/list-tiret.gif);
}
div#print {
	position: absolute;
	height: 25px;
	top:expression(body.scrollTop + 160 + "px");
	text-align: right;
	right: 16px;
	_right: 7%;
	z-index: 50;
}
html>body div#print { position: fixed; top:160px;}

/* --- STYLES GENERAUX --- */

.infos {
	margin: 0 24px 0 0;
	font-size: 90%;
}
.infosexpopass {
	margin: 0 24px 0 0;
	font-size: 90%;
}
a {
	text-decoration: none;
	color:#4076AF;
}
a:hover{
	color: #333;
}
h1 {
	font-size: 125%;
	line-height: 22px;
}
h2 {
	font-size: 118%;
	line-height: 16px;
}
.infosexpopass h2 {
	font-size: 118%;
	line-height: 16px;
	padding-bottom:0;
	margin-bottom:0;
}
.infosexpopass p {
	padding-top:0;
	margin-top:0;
}
sup {
	vertical-align: top;
	font-size: 80%;
	top:0;
}

/* --- MENUS --- */

#menu1 {
	margin: 12px 6px;
	width: 95%;
}
#menu1 ul {
	list-style-position: outside;
	list-style-type: none;
}
#menu1 li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	width: 100%;
	line-height: 18px;
	font-size: 11px;
}
#menu1 li a:hover {
	color: #000;
}
#menu1 .menuactif {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	display: block;
	width: 100%;
	line-height: 18px;
	font-size: 11px;
}
#menu2 {
	color: #000000;
	height: 145%;
	width: 220px;
	z-index: 3;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 90%;
	line-height: 100%;
}
#smenu {
	margin: 4px 6px;
	width: 95%;
	z-index: 5;
	font-size: 90%;
	line-height: 110%;
}
#smenu ul {
	list-style-position: outside;
	list-style-type: none;
}
#smenu li a {
	display:block;
	width: 100%;
	color:#B1B3B4;
	padding-bottom: 4px;
	font-weight: bold;
}
#smenu li a:hover {
	color:#000;
}
#smenu .menu2actif {
	display:block;
	width: 100%;
	color:#000;
	padding-bottom: 4px;
	font-weight: bold;
}
#smenu .menugris {
	display:block;
	width: 100%;
	color:#B1B3B4;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 4px;
	font-weight: bold;
}

/* --- LISTE --- */

.liste th {
	text-align: left;
	border-bottom:solid 1px #000;
	padding: 4px 0;
}
.liste td {
	border-bottom: solid 1px #CCC;
	padding: 4px 0;
}
.liste td.titreliste a {
	text-decoration: none;
	color: #000;
}
.liste td.titreliste a:hover {
	color:#4076AF;
}
