.titre1 {
	font-family: arial;
	font-size: 18px;
	color: white;
}

.titre2 {
	font-family: arial;
	font-size: 18px;
	color: #546271;
}

.contact {
	font-family: arial;
	font-size: 9px;
	color: white;
	font-weight: bold;
}

a.contact:link, a.contact:active, a.contact:visited {
	text-decoration: none;
}

a.contact:hover {
	text-decoration: underline;
}

.texte {
	font-family: arial;
	font-size: 11px;
	color: white;
}

a.texte:link, a.texte:active, a.texte:visited {
	text-decoration: none;
}

a.texte:hover {
	text-decoration: underline;
}


.menuprinc {
	font-family: arial;
	font-size: 18px;
	color: #546271;
}

a.menuprinc:link, a.menuprinc:active, a.menuprinc:visited {
	text-decoration: none;
}

a.menuprinc:hover {
	text-decoration: none;
	color: white;
}

.retour_accueil {
	font-family: arial;
	font-size: 10px;
	color: #546271;	
}

a.retour_accueil:link, a.retour_accueil:active, a.retour_accueil:visited {
	text-decoration: none;
}

a.retour_accueil:hover {
	text-decoration: underline;
	color: white;
}

.titre_news {
	font-family: arial;
	font-size: 10px;
	color: white;	
	font-weight: bold;
}

a.titre_news:link, a.titre_news:active, a.titre_news:visited {
	text-decoration: none;
}

a.titre_news:hover {
	text-decoration: underline;
	color: white;
}

.texte_news {
	font-family: arial;
	font-size: 11px;
	color: #546271;	
	font-weight: bold;
}

a.texte_news:link, a.texte_news:active, a.texte_news:visited {
	text-decoration: none;
}

a.texte_news:hover {
	text-decoration: underline;
	color: white;
}

#imgREF {
	float: top;
	width: 498px;
	height: 296px;
}

#imgREF ul {
	list-style: none;
	position: absolu;
	height: 384px;
	width: 498px;
	margin: 0;
	padding: 0;
	z-index: 10;
	display: block;
}

.titre_ref {
	font-family: arial;
	font-size: 10px;
	color: white;	
	font-weight: bold;
}

a.titre_ref:link, a.titre_ref:active, a.titre_ref:visited {
	text-decoration: none;
}

a.titre_ref:hover {
	text-decoration: underline;
	color: white;
}

.texte_ref {
	font-family: arial;
	font-size: 11px;
	color: white;	
}

a.texte_ref:link, a.texte_ref:active, a.texte_ref:visited {
	text-decoration: none;
}

a.texte_ref:hover {
	text-decoration: underline;
	color: white;
}

#galleryContainer {
	height:102px;	/* Height of the images + 2 */
	/* border:1px solid #546271; */
	position:relative;
	overflow:hidden;
	padding:1px;
		
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
}
#arrow_left {
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #002b42;
	padding:1px;
}
#arrow_right {
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #002b42;
	padding:1px;		
}
#theImages {
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
}
#theImages #slideEnd {
	float:left;
}
#theImages img {
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}	
#waitMessage {
	display:none;
	position:absolute;
	left:180px;
	top:220px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}