﻿ /* -- Mes Styles -- */
 
 
	#conteneur_defil {
	border: 2px solid #0000FF;
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
	line-height: normal;
	background-color: #99CCFF;
    }
    #cadre_defil {
	position:relative; 
	width:200px; 
	height:24px; 
	overflow:hidden;
	background-color:#FFFF66;
	}
    #cadre_defil img{
	vertical-align: middle;
	border:0;
    }
    #defile { 
	position:absolute;
	width:248px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF3300;
    }
    #defile .liens { 
	text-decoration:underline;
	color:#FF3300;
    }
    .marquee {
	background-color: #99CCFF;
	color: #800000;
	font-weight: bold;
	font-size: medium;
    }
   
	.Information {
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	color: #808080;
    }
   	.fBCMedium {
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
	.fBCSmall {
	font-size: small;
	text-align: center;
	font-weight: bold;
    }
.border2RedMedium {
		border: thin double #FF0000;
		color: #FF0000;
		text-align: center;
		font-size: medium;
	}
.fBoldBlue {
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		color: #0000FF;
		font-weight: bold;
	}
.fRed {
	color: #FF0000;
}
    .LeftRed {
	color: #FF0000;
	text-align: left;
    }
    .CenterRed {
	text-align: center;
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
}
.StabyloJaune {
		background-color: #FFFF00;
	}
.StyleCourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.pretrait6 {
	text-indent: 6px;
}

a.bulle {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	font: normal normal bold 100% serif;
	padding: 0 0 0 20px;
	position: relative;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
   
   a.bulle:hover {
      background: none; 
      z-index: 50; 
   }
   
   a.bulle span { 
     display: none;
   }
   
   a.bulle:hover span {
      display: block; 
      position: absolute;
      top: 10px; 
      left: 40px;
      font-family:arial, verdana, sans-serif; 
      text-align:justify; 
      font-size:12px;
      font-weight:normal;
      width:400px;
      background: white;
      padding: 5px;
      border: 1px solid #62c0f4;
      border-left: 10px solid #62c0f4;
   }
   


