/* CSS Document */
/* HEXIT */
/* 2009 */
/* Ce document ne peut être reproduit sans l'accord express de ses propriétaires. Merci de respecter le travail d'autrui... */

/*	
================================
		Elements de base
================================
*/
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 background-color:#000000;
	 }

#headervide { /* En-tete */
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 height:50px;
}

#header { /* En-tete */
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 width:785px;
 height:153px;
}

#menubutton { /* En-tete */
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
  width:785px;
  height:36px;
}

#global { /* Zone de contenu */
 margin-left: auto;
 margin-right: auto;
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 width: 785px;
 height: auto;
 background-color:#000000;
}

#footer { /* En-tete */
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 width: 785px;
 height:20px;
}

.copyright {
	font-family:Verdana;
	font-size:9px;
	text-decoration:none;
	color:#797979;
}

a.copyright {
	font-family:Verdana;
	font-size:9px;
	text-decoration:none;
	color:#797979;
}

a.copyright:hover {
	text-decoration:underline;
}

.base {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}

a.base {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}

a.base:hover {
	text-decoration:underline;
}

.grand {
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

a.grand {
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

a.grand:hover {
	text-decoration:underline;
}

.basevert {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#13a909;
}

a.basevert {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#13a909;
}

a.basevert:hover {
	text-decoration:underline;
}

.gdvert {
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
	color:#13a909;
}

a.gdvert {
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
	color:#13a909;
}

a.gdvert:hover {
	text-decoration:underline;
}

#imageFlow {
		position:relative;
		width: 750px;
		height: 550px;
		left: auto;
		top: auto;
		overflow: hidden;
		background: #000;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -4000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 10%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
		left: 0px;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
	

