﻿html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-color: #741416;
	font-family: Arial;
	font-size: 12px;
	font-family: Lucida Sans Unicode, verdana, Arial;

	scrollbar-face-color:#f6aa30;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;

	overflow: auto;

	background-image: url(images/fond.jpg);
	background-position: center top;
	background-repeat: no-repeat; 
}

.bordeaux{ color: #741416;}
.rouge{ color: #ad111e;}
.or{ color: #fbbf09;}
.jaune{ color: #f6e652;}

#titre {
	position: absolute;
	left: 25px;
	top: 0px;
}

#danseuse {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -300px;
	margin-right: 0px;
	text-align: center;
	vertical-align: middle;
}


#logo {
	position: absolute;
	float: left;
	left: 0px;
	bottom: 0px;
}

#date {
    position: absolute;
    bottom: 20px;
    left: 300px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}

#contenu{
	position: absolute;
	margin-top: 150px;
	margin-bottom: 140px;
	margin-left: 25px;
	margin-right: 380px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/fond_contenu.png);
	background-repeat: repeat;
	color: #f6e652;
	width: 100px;
	height: 100px;
}

#bandeau_bas{
	position: absolute;
	width: 600px;
	text-align: right;
	bottom: 5px;
	right: 5px;
	font-size: 75%;
	color: #FFFFFF;
	font-style: italic;
}

#caroussel_mini{
	position: absolute;
	top: -150px;
	margin-left: -75px;
	height: 100px;
	overflow: hidden;
}

#menu{
	position: absolute;
	margin-top: -25px;
	left: 0px;
	height: 25px;
	width: 100%;
}

.DIVmenu{
	background-color: #741416;
	float: right;
	text-align: center;
	border: solid 1px #fbbf09;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}

.DIVmenu:hover{
	background-color: #fbbf09;
	border: solid 1px #FFFFFF;
}

.DIVmenu a.menu{
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover{
	color: #ad111e;
}

.date{
	color: #fbbf09;
	font-size: 125%;
	font-weight: bold;
}

.titre_lieu{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
}

.caroussel_grand{
	width: 650px;
	height: 250px;
}


#caroussel_mini{
	width: 400px;
	height: 100px;
	left: 50%;
}

.caroussel_mini{
	width: 400px;
	height: 100px;
}

#contenu_interieur{
	overflow: auto;
	height: 100%;
	font-size: 125%;
}

.photo{
	border-top: solid 1px #f6e652;
	border-left: solid 1px #fbbf09;
	border-right: solid 1px #fbbf09;
	border-bottom: solid 1px #fbbf09;
}

.photo:hover{
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;	
}

.texte_alterne_blanc{
	display: inline;
	color: #FFFFFF;
}

.infobulle{
    position: absolute;
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    background-color: #FFFFCC;
    text-align: justify;
}

a.lien_infobulle, a.lien_infobulle:visited, a.lien_infobulle:link{
	color: #f6e652;
	text-decoration: none;
	border-bottom: dashed 1px #fbbf09;
}

a.lien_infobulle:hover{
    background-color: #f6e652;
    color: #741416;
}

.texte_alterne_blanc a.lien_infobulle{
	color: #FFFFFF;
	border-bottom: dashed 1px #ffffff;
}

.texte_alterne_blanc a.lien_infobulle:hover{
    background-color: #FFFFFF;
    color: #741416;
}
