H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    font-family: Tahoma;
    PADDING-BOTTOM: 12px;
    COLOR: #4f2a2d;
    text-align:center;
    text-transform:uppercase;
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    font-family: Tahoma;
    PADDING-BOTTOM: 12px;
    COLOR: #272e34;
    text-align:left;
}
A:link
{
    FONT-WEIGHT: normal;
    COLOR: #af5211;
}
A:hover
{
    FONT-WEIGHT: normal;
    COLOR: #af5211;
}
A:visited
{
    FONT-WEIGHT: normal;
    COLOR: #af5211;
}
body
{
	background-color: Black;
	FONT-FAMILY: 'lucida grande', arial, sans-serif;
	FONT-SIZE: 12px;
}
.short_page
{
	background-color: White;
	margin: 0pt auto;
	width: 960px;
}
.logo
{
	z-index: 100;
	position: relative;
	top: -164px;
	/*left: 20px;*/
	left: 30px;
	width: 0px;
	height: 0px;
}
.copyright
{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: xx-small;
	background-color: Black;
	color: White;
}
a.copyright
{
	color: White;
}
.bandeau
{
    WIDTH: 190px;
    MARGIN: 5px 5px 5px 5px;
}
.bandeau_titre
{
	COLOR: #4f2a2d;
	text-align: center;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    WIDTH: 180px;
    HEIGHT: 35px;
    PADDING: 5px 5px 0px 5px;
    BACKGROUND: url(../images/bandeaugauche_haut.png) no-repeat left top;
}
.bandeau_corps
{
	COLOR: black;
    FONT-SIZE: 12px;
    WIDTH: 174px;
    PADDING: 0px 5px 0px 5px;
    border-left: solid 3px #af5211;
    border-right: solid 3px #af5211;
}
.bandeau_corps a
{
	COLOR: black;
    FONT-SIZE: 12px;
}
.bandeau_link
{
	WIDTH: 174px;
	COLOR: black;
    FONT-SIZE: 10px;
    text-align: right;
}
.bandeau_bottom
{
	WIDTH: 190px;
	HEIGHT: 12px;
    BACKGROUND: url(../images/bandeaugauche_bas.png) no-repeat left bottom;
    MARGIN: 0px 0px 10px 0px;
}
.menu
{
    WIDTH: 760px;
}
.corps
{
	BACKGROUND-IMAGE: url(../images/fond_vlc.png);
	BACKGROUND-ATTACHMENT: scroll;
	BACKGROUND-REPEAT: repeat-y;
	BACKGROUND-POSITION: center top;
	PADDING: 10px 5px 10px 5px;
	min-height: 900px;
	width: 760px;
	vertical-align:top;
}
.titre
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #272e34;
    TEXT-DECORATION: underline;
}
.site_divsite
{
	PADDING-BOTTOM: 30px;
	WIDTH: 740px;
}
.site_tableau_titre
{
    FONT-WEIGHT: bolder;
}
.site_coordonnees_gps
{
    COLOR: green;
}
.hide_link
{
	border-width: 0;
}
.links_bleu a
{
	COLOR:Blue;
}
.site_divgalerie
{
	PADDING-BOTTOM: 30px;
	width: 245px;
	height: 500px;
}
.bouton
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	height: 20px
}
.CompteurPages {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	color: #808080;
	vertical-align: middle;
}

span.balise_message
{
    position:relative; 
    z-index:24;
    color: Red;
}
span.balise_message:hover
{
	z-index:25;
}
span.balise_message span
{
	display: none;
}
span.balise_message:hover span
{
	display:block;
	position:absolute;
	top: 0px;
	left: 150px;
	width: 100px;
    border:1px solid Red;
    background-color:#eeeeee; color: Red;
    /*text-align: justify;*/
    padding:5px;
}
span.balise_message_mask span
{
	display: none;
}

span.calendrier_message
{
    position:relative; 
    z-index:24;
}
span.calendrier_message:hover
{
	z-index:25;
}
span.calendrier_message span
{
	display: none;
}
span.calendrier_message:hover span
{
	display:block;
	position:absolute;
	top: 0px;
	min-width: 200px;
	max-width: 400px;
    border:1px solid Black;
    background-color:#ffffcc;/* color: Red;*/
    text-align: left;
    padding:5px;
}
span.calendrier_message_mask span
{
	display: none;
}

a.info
{
    position:relative; 
    z-index:24;
}
a.info:hover
{
	z-index:25;
}
a.info span
{
	display: none;
}
a.info:hover span
{
	display:block;
	position:absolute;
	width:195px;
	top: 0px;
    border:1px solid #af5211;
    background-color:#eeeeee; color:#af5211;
    /*text-align: justify;*/
    padding:1px;
}

a.tabTitre
{
    font-size:12px;
	font-weight: bold;
	text-align:left;
	font-variant:normal;
}
