/* CSS Document */
@font-face {
	font-family: Seagull Lt BT;
    /*:font-style:  normal;*/
    /*font-weight: 700;*/
    src: url(polices/SEAGULL0.eot);
    
	/*font-family: "Monotype Corsiva";*/
    /*font-style:  normal;*/
    /*font-weight: normal;*/
    /*src: url(polices/MONOTYP0.eot);*/
  }
body {
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-size: 12px;
	background-color: #6F0000;
}
form {
	margin: 0 0 0 0;
}
#global {
     margin-left: auto;
     margin-right: auto;
     width: 832px; /* largeur obligatoire pour être centré */
}
#intro {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 750px;
     height: 400px;
     margin-top: -200px; /* moitié de la hauteur */
     margin-left: -375px; /* moitié de la largeur */
	 border: outset 1px #FFFFFF;
}
#cell img {
	opacity: 0.4; 
	-moz-opacity:0.4; 
	filter: alpha(opacity=40);
	padding: 5px 5px 5px 5px;
}
#cell:hOver img {
	opacity: 1; 
	-moz-opacity:1; 
	filter: alpha(opacity=100);
}
.TDcalendrier {
	background-color: #FFFFFF;
	color: #990000;
}
.infobulle{
     position: absolute;   
     visibility : hidden;
     border: 1px solid #000000;
     padding: 10px;
     font-family: Tahoma, Arial;
     font-size: 10px;
     background-color: #FFFFFF;
	 color: #000000;
	 opacity: 0.8; 
	 -moz-opacity:0.8; 
	 filter: alpha(opacity=80);
	 width: 200px;
}

.TxtBandeauEspacePrive {
	/*font-weight: bold;*/
	font-family: Tahoma;
	font-size: 16px;
	/*text-decoration: underline;*/
	color: #FBCE8D;
}

.LienBandeauEspacePrive {
	/*font-weight: bold;*/
	/*font-family: "Monotype Corsiva";*/
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Seagull Lt BT;
    /*:font-style:  normal;*/
    /*font-weight: 700;*/
    src: url(polices/SEAGULL0.eot);
}
.LienBandeauEspacePrive:hOver {
	color: #CCCCCC;
}
.PiedPage {
	color: #990000;
}
.LiensNews {
	text-decoration: underline;
	color: #FBCE8D;
}
.LiensNews:hOver {
	color: #CCCCCC;
}
.TitreActu {
	font-size: 24px;
	/*font-weight:bold;*/
	/*font-family: "Monotype Corsiva";*/
	color: #FBCE8D;/*#ffd700;*/
	font-family: Seagull Lt BT;
    /*:font-style:  normal;*/
    /*font-weight: 700;*/
    src: url(polices/SEAGULL0.eot);
}
.TextNormal {
	font-size: 14px;
	font-family: Tahoma;
}
input {
	background-color: #99131A;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
textarea {
	background-color: #99131A;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
select {
	background-color: #99131A;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
a {
	color: #FFFFFF;
}
.TitrePage {
	font-size: 24px;
	/*font-weight: bold;*/
	/*font-family: "Monotype Corsiva";*/
	color: #FBCE8D;/*#ffd700;*/
	font-family: Seagull Lt BT;
    /*:font-style:  normal;*/
    /*font-weight: 700;*/
    src: url(polices/SEAGULL0.eot);
}
.TxtGuest {
	/*color: #000000;*/
	font-size: 16px;
}