
/* ----------------------------------------------------------------------- */
/* REDEFINITION DES BALISES HTML */
/* ----------------------------------------------------------------------- */
BODY {
	font-size: 11px;
	font-family: Arial, sans-serif;
	margin:0px;
	}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
td {
	font-size:11px;
	}

hr {
	background-color:#8B0000; 
	color:#8B0000; 
	height:1px; 
	border-style:none
   }
/* ----------------------------------------------------------------------- */
/* DEFINITIONS PERSONNALISEES */
/* ----------------------------------------------------------------------- */

.small {
	font-size: 9px;
	}	

.normal {
	font-size: 11px;
	font-family: Arial, Verdana, Arial, sans-serif;
	}	

.big	{	
	font-size:	12px;
	font-weight: bold;
	}	

.title {
	font-weight: bold;
	font-size: 16pt;
	font-family: Verdana, Arial;
	}	

.error {
	font-weight: bold;
	color: red;
	}	

.msgok {
	font-weight: bold;
	color: green;
	}	

.subtitle {
	font-weight: bold;
	font-size: 14pt;
	color: darkred;
	font-family: Verdana, Arial;
	}	
	
.subtitle_underline {
	font-weight:  bold;
	font-size: 14pt;
	color: darkred;
	font-family: Verdana, Arial;
	text-decoration : underline;
	}	

.nota {
	font-size: 19pt; 
	color: darkslategray; 
	border: solid 1px steelblue; 
	background-color: ivory; 
	text-align: left; 
	padding: 5px; 
	margin-left: 2px; 
	margin-right: 20px;
	}

.notaT {
	font-size: 9pt; 
	border: solid 1px steelblue; 
	text-align: left; 
	padding: 5px; 
	}

.tabEntete {
	margin-left: 2px; 
	}

.formulaire {
	color: black;
	margin: 1px;
	padding-left: 5px;
	border: 1px solid black;
	background-color: White;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	}

.bouton {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

.boite_login {
	position:absolute; top:50; left:0; border:1px solid black; padding:10px; background-color:lightyellow;
	}

.red 
{
	font-size: 11px;
	font-family: Arial, Verdana, Arial, sans-serif;
	color: red;
}
/* ----------------------------------------------------------------------- */
/* STRUCTURE GENERALE DE LA PAGE*/
/* ----------------------------------------------------------------------- */

#top {
   position: relative;
   margin: 10px 10px 10px 10px;
   width: auto;
   padding: 0px;
   height: 70px;   
   }

#left  {
   position:absolute;
   left:0px;
   top:94px;
   margin: 10px;
   width:155px;
   height:100%;
   background:silver;
   padding: 0px;
   }
   
#center {
   position: relative;
   margin:40px 10px 10px 180px;
   width:100%;
   height:100%;
   padding: 0px;
   }
   
   
/* ----------------------------------------------------------------------- */
/* COTES */
/* ----------------------------------------------------------------------- */
.odd
{
	background-color : #ebeadb;	
}

.bet
{
	background-color : #c3daf9;	
	font-size: 12px;
	font-weight: bold;
	padding:5px;
}

.betMargin
{
	background-color : #c3daf9;	
	font-size: 12px;
	font-weight: bold;
	padding:0px;
}

.oddSelected
{
	background-color : #c0c000;	
}

/* ----------------------------------------------------------------------- */
/* ENTETE */
/* ----------------------------------------------------------------------- */

/*-- texte normal blanc */
.texte11white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


/*-- lien du menu haut blanc */
a.lientopblanc:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.lientopblanc:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.lientopblanc:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.lientopblanc:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------- */
/* MENU																	*/
/* ----------------------------------------------------------------------- */

/*-- texte normal gras blanc */
.texte11whitebold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/* texte d'un lien sous element du menu gauche (dans le composant PanelBar) */
.texte11blackmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration : none;
}
