html,body{	margin: 0;	padding:0;	height:100%;}body{	font: arial, "times new roman", palatino, serif;	font-size: 14px;	text-align: left;}
#general{
  /* margin-left: 5%;
  margin-top:80px;
  width: 800px;
  height:800px;
  text-align: left;
  background-color:#fff; */
  position:relative;	width: 750px;	height: 100%;	margin: 0;	text-align: left;
}	


#nav {
	/*width: 200px;
	height: 450px;
	text-align:left;
	border-right:thin solid #000000; */
	position: fixed!important;	position: absolute;	left: 0;	top: 20;	width: 171px;	padding: 0;	margin: 0;	background: transparent;
	border-right:thin solid #000000;
}

#main {
	/* margin-top:-470px;
	margin-left:180px;
	width: 600px;
	height:625px;
	overflow-y:auto;
	overflow-x:hidden;
	text-align: left;
	padding-left:10px; */
	margin: 80 0 0 172px;	padding: 1px 0 70px 20px;	height: auto!important;	height: 415px;	min-height: 400px;
}
#main3 {
	margin: 80 0 0 172px;	padding: 1px 0 70px 20px;	height: auto!important;	height: 415px;	min-height: 400px;
}
#main2 {
	/* margin-top:-470px;
	margin-left:180px;
	width: 600px;
	height:625px;
	overflow-y:auto;
	overflow-x:hidden;
	text-align: center;
	padding-left:10px;
	font: 80% arial, "times new roman", palatino, serif; */
	margin: 80 0 0 172px;	padding: 1px 0 70px 20px;	height: auto!important;	height: 415px;	min-height: 400px;
}
#mainindex {
	margin-top:150px;
	width: 770px;
	text-align: center;
	font: 80% arial, "times new roman", palatino, serif;
}

#nav li{
	padding:0px;
}
#nav ul{
	list-style: none;
}
#nav ul .sousliste{
	margin-left:0px;
}
#main ul{
	list-style: none;
}
#main li{
	padding:5px;
}
#main p{
	padding-left:5px;
	padding-right:10px;
}

a .small{
	font: 90% arial, "times new roman", palatino, serif;
}

.color{
	color: rgb(153, 51, 153); 
	font-weight: bold;
}
.left{
	text-align:left;
	padding:5px;
}
.right{
	text-align:right;
	padding:5px;
}
.center{
	text-align:center;
	/* padding:5px; */
}
.justify{
	text-align:justify;
}
.adresse{
	text-align:center;
	font-weight:bold;
}
.live{
	font-size:110%;
	font-weight:bold;
}
table {
	font-size:100%;
	border:none;
	text-align:center;
	width:100%;
}
td{
	padding:2px;
}

.floatright{
	float:right;
	padding:10px;
}
.floatleft{
	float:left;
	padding:10px;
}


a{
	text-decoration:none;
	color:#000000;
	border:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	letter-spacing: 1px;
	color:#9F0000;
}
a:visited{
	color:#7c2929;
	text-decoration:none;
}	
a[target=_blank]:hover { 
	color: #7c2929;
} 
a[target=_blank] { 
	color: #9F0000;
}
.speciallink{
	text-align:right;
}
.speciallink a{
	color:#fff;
}


