/* Style Body */
body {
  color:#FFFFFF;
		cursor:default;
  scrollbar-arrow-color: #666666;
  scrollbar-base-color: #000000;
  scrollbar-face-color: #333333;
  scrollbar-highlight-color: #666666;
  scrollbar-shadow-color: #666666;
  scrollbar-3dlight-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
}

/* Style Div */
div {
  font-family:Tahoma;
		font-size:10px;
}

.divBan {
  /*border:1px green solid;*/
		width:700px;
		height:86px;
		/* background-image:url(imgs/head1.jpg); */
		/*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100) BlendTrans(Duration=1.5);*/
		filter:progid:DXImageTransform.Microsoft.Wipe(duration=2.3, GradientSize=1, wipeStyle=0, motion='forward');
}

.divcarreport {
  margin:1px;
		display:inline;
  width:16px;
		height:16px;
		background-color:#666666;
		text-align:center;
		font-size:11px;
		cursor:hand;
		border:1px solid black;
}

.divcarreportfiltre {
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50) BlendTrans(Duration=0.5);
}

.diventeteframeD {
		color:#FFFFFF;
		margin:12px;
		margin-bottom:5px;
		padding:3px;
		padding-left:5px;
		font-size:11px;
		font-weight:bold;
		width:488px;
		height:20px;		
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#666666', EndColorStr='#333333');
}

.divprofilineG {
  color:#FFFFFF;
  padding-left:5px;
		margin-right:2px;
		margin-bottom:2px;
  width:100px;
		height:14px;
		background-color:#666666;
}

.divprofilineD {
  color:#FFFFFF;
  padding-left:5px;
		margin-bottom:2px;
  width:350px;
		height:14px;
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#999999', EndColorStr='#333333');
}

.divpagemargintop {
  height:80px;
		width:700px;
}

.divmenuout {
  margin-top:10px;
		width:160px;
		height:274px;
		/*background-color:#222222;*/
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#999999', EndColorStr='#222222');
}

.divmenuin {
		/*background-color:transparent;*/
		/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/mnu_contact.png', sizingMethod='scale');*/		
  padding:10px;
  margin-top:1px;
  margin-bottom:1px;
		width:160px;
		height:272px;
		background-color:#999999;		
		text-align:left;
		position:absolute;
		left:14px;
		/*background-repeat:no-repeat;		*/
}

/* Style Image */
.imgmenu {
  cursor: hand;
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) BlendTrans(Duration=0.3);
}

.imgfull {
  width:400px;
		height:300px;
		vertical-align:middle;
		text-align:center;
		/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/img_fond.png', sizingMethod='scale');*/
}

.scrollall{
  scrollbar-arrow-color: #666666;
  scrollbar-base-color: #000000;
  scrollbar-face-color: #333333;
  scrollbar-highlight-color: #666666;
  scrollbar-shadow-color: #666666;
  scrollbar-3dlight-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
  /* scrollbar-face-color:#E9E9E9; Cet attribut définit la couleur de la barre centrale qui est en mouvement lorsque cliques sur les flèches ou lorsque l'on utilise ma molette de la souris. 
  scrollbar-arrow-color:#6699CC; Ce morceau de code attribue une couleur aux deux flèches se trouvant aux extrémités de la barre de scroll. 
  scrollbar-track-color:#E9E9E9; Cette attribut affecte une couleur à la barre verticale se trouvant en arrière plan (ou derrière la Face) qui est de couleur gris clair lorsqu'elle est par défaut. 
  scrollbar-highlight-color:#000000; Le Highlight est l'attribut qui associe une couleur aux carrés entourant les 2 flèches (Arrows). 
  scrollbar-shadow-color:#FFFFFF; Cette ligne du script affecte une couleur à l'ombre (Shadow) qui se trouve sur les bords des carrés des extrémités de la barre de défilement. 
  scrollbar-3dlight-color:#C0C0C0; Le 3D-Light attribue une couleur à l'ombre qui se situe sur les bords gauche et haut de la barre centrale (Face). 
  scrollbar-darkshadow-color:#C0C0C0; Celui-ci colorie les 2 ombres des bords droit et bas de la barre centrale. */
}

/* Style Formulaire */

.form {
  font-size: 10px;
  font-family:Tahoma;
  color: #FFFFFF;
  background-color: #333333;
  border: 1px solid #666666;
  scrollbar-arrow-color:#999999;
  scrollbar-base-color:#333333;
  scrollbar-darkshadow-color:#333333;
  scrollbar-face-color:#333333;
  scrollbar-highlight-color:#333333;
  scrollbar-shadow-color:#333333;
  scrollbar-track-color:#333333;
		padding-left:3px;
		padding-right:3px;
}

/* Style Liens */
a:link { /* pour les liens aux pages qui n'ont pas encore été visitées */
  font-weight:normal;
		color:#777777;
		text-decoration:none;
}

a:visited { /* pour les liens aux pages qui ont déjà été visitées */
  font-weight:normal; 
  color:#666666; 
  text-decoration:none; 
}

a:hover { /* pour les liens sur lesquels l'utilisateur passe avec la souris */
  font-weight:bold; 
  color:#993333; 
  text-decoration:none; 
}

a:active { /* pour les liens en train d'être cliqués */
  font-weight:bold; 
  color:#CC3333; 
  text-decoration:none;
}

a:focus { /* pour les liens qui deviennent actifs (focus) par exemple lors d'une "recherche" par tabulateur */ 
  font-weight:bold; 
  color:#000000; 
  text-decoration:none; 
}

/* Style email */
.titre {
		width:380px;
		height:16px;
		border:1px solid #666666;
		margin-bottom:2px;
		padding-top:2px;
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#333333', EndColorStr='#666666');
}
.contenu {
		width:380px;
		padding:10px;
		background-color:#333333;
		border:1px solid #666666;
}
.bottom {
		width:380px;
		height:16px;
		margin-top:2px;
		border:1px solid #666666;
		padding-left:10px;	
		padding-bottom:2px;
		text-align:left;	
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#666666', EndColorStr='#333333');
}


/* Autre */
.lbeguin {
  behavior:url("lbeventsv3.htc");
}