html{
	margin: 0;
	padding: 0;
	background-color: #8FBC8F;
}

body{
	padding: 0;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Geneva, Arial, Verdana, sans-serif;
	margin: 20px 20px 20px 20px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: Purple;
}

h2{
	font-variant: small-caps;
	font-style: italic;
	text-decoration: underline;
}

h6{
	font-family: Courier;
	color: #D2691E;
	font-style: normal;
}

img{
	border: none;
}

a 	{ color: #A5A5A5;}
a:link	{ color:#666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:active { color: #999999;  }
a:hover	{ color: #CC9933;  }

a.info {
position: relative;
text-decoration: none;
color: black;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.info:hover span {
	display: inline;
	position: absolute;
	top: 2em;
	left: 1em;
	background: #FEFF62;
	text-align: center;
	color: #D2691E;
	padding: 2px;
	width: 200px;
	border: solid;
	border-color: #FF6347;
}

li{
	list-style: none;
	text-decoration: none;
	margin-left: -10px;
}

table#tab_tarifs {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 80%;

}

table#tab_tarifs td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: center;
	 font-size: 8pt;
    background-color: #CCCCCC;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}

table#galerie {
	text-align: center;
	vertical-align: middle;
}

table#galerie td {
	padding-top: 5px;
	width: 130px;
	height: 100px;
	border: solid #BC8FA6 1px;
	text-align: center;
	vertical-align: middle;
}

div#titre{
	position: absolute;
	background : url(pics/liens/logo.jpg);
	width: 800px;
	height: 100px;
	cursor: pointer;
}

div#context{
	position: absolute;
	width: 800px;
	margin-top: 120px;
	border: solid;
	border-color: #F0E68C;
	font-style: italic;
	min-height: 400px;
	_height: 400px;
}

div#main{
	position: relative;
	padding: 20px 70px 20px 20px;
}

div#menumain{
	position: absolute;
	margin-left: 750px;
	margin-top: 150px;
	width: 150px;
}

div#menu{
	position: relative;
	padding: 10px 0px 0px 10px;
	border: solid;
	border-color: #F0E68C;
	background: #D3D3D3;
	font-size: 9pt;
}

div#pub{
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 70px;
	padding: 5px 5px 5px 5px;
	width: 65px;
	border: solid;
	border-color: #F0E68C;
	background: #D3D3D3;
	font-size: 9pt;
	text-align: center;
}

div#msg{
	background-color: #FFFFFF;
	border: solid #000 3px;
	border-width: thin;
	width: 90%;
	padding: 5px;
}
