/*GLOBAL*/
body{ margin:0 0 0 0;}

  td div { position:relative;}

.footer{font-family:Tahoma; font-size:10px; color:#000000; line-height:14px;}
.footlink{font-family:Tahoma; font-size:10px; color:#0033CC; line-height:14px; text-decoration:underline;}
.footlink:hover{font-family:Tahoma; font-size:10px; color:#0033CC; line-height:14px; text-decoration:none;}

.textebase{ font-family:Tahoma; font-size:11px; color:#000000; line-height:18px;}
.txt_bleu{ font-family:Tahoma; font-size:11px; color:#226CA3; line-height:18px;}
.txt_rouge{font-family:Tahoma; font-size:11px; color:red; line-height:18px;}
.txt_vert{font-family:Tahoma; font-size:11px; color:#58739E; line-height:18px;}
.txt_blanc{font-family:Tahoma; font-size:11px; color:#226CA3; line-height:18px;}
.bigtitle{font-family:Tahoma; font-size:20px; color:#226CA3; line-height:24px;}

.lienbleu{ font-family:Tahoma; font-size:11px; color:#0033CC; line-height:18px;}
.lienbleu:hover{ font-family:Tahoma; font-size:11px; color:#0033CC; line-height:18px; text-decoration:none;}

.lienbleu2{ font-family:Tahoma; font-size:11px; color:#0033CC; line-height:18px; text-decoration:none;}
.lienbleu2:hover{text-decoration:underline;}

.lienbleu3{ font-family:Tahoma; font-size:11px; color:#3B75B4; line-height:18px; text-decoration:none;}
.lienbleu3:hover{ font-family:Tahoma; font-size:11px; color:#3B75B4; line-height:18px; text-decoration:underline;}

.liengris{ font-family:Tahoma; font-size:11px; color:#999999; line-height:18px;}
.liengris:hover{ font-family:Tahoma; font-size:11px; color:#999999; line-height:18px; text-decoration:none;}

.lienblanc{ font-family:Tahoma; font-size:11px; color:#226CA3; line-height:18px;}
.lienblanc:hover{ font-family:Tahoma; font-size:11px; color:#226CA3; line-height:18px; text-decoration:none;}

.lienblanc2{ font-family:Tahoma; font-size:11px; color:#FFFFFF; text-decoration:none;}
.lienblanc2:hover{ font-family:Tahoma; font-size:11px; color:#FFFFFF; text-decoration:underline;}

.liennoir{ font-family:Tahoma; font-size:11px; color:#000000; line-height:18px; text-decoration:none;}
.liennoir:hover{ font-family:Tahoma; font-size:11px; color:#000000; line-height:18px; text-decoration:underline;}




input{
		border:1px solid #999999;
		font-size:11px;
		font-family:Tahoma;
		color:#000000;
		height:18px;
		background-color:#FFFFFF;
}
select{
		border:1px solid #999999;
		font-size:11px;
		font-family:Tahoma;
		color:#000000;
		height:18px;
		background-color:#FFFFFF;
}

/*MENU PRINCIPAL*/
.blockmenu{border-top:2px solid #226CA3; background-color:#226CA3; height:28px;}
.menu{ margin-right:4px; font-family:tahoma; color:#FFFFFF; font-size:11px; font-weight:bold;  height:28px; background-color:#226CA3; cursor:pointer;}
.menu_on{margin-right:4px; font-family:tahoma; color:#FFFFFF; font-size:11px; font-weight:bold;  height:28px; background-color:#A1CCEC;  cursor:pointer;}
.menuencour{margin-right:4px;  font-family:tahoma; color:#FFFFFF; font-size:11px; font-weight:bold;  height:28px; background-color:#A1CCEC;  cursor:pointer;}

.special{margin-right:10px; font-family:tahoma; color:#A1CCEC; font-size:11px; font-weight:bold;  height:28px; background-color:#226CA3;  cursor:pointer;}
.special_on{margin-right:10px;  font-family:tahoma; color:#FFFFFF; font-size:11px; font-weight:bold;  height:28px; background-color:#66CC00;  cursor:pointer;}

.cote_g{ background-image:url(../images/menup_g.jpg); background-repeat:no-repeat;}
.cote_d{ background-image:url(../images/menup_d.jpg); background-repeat:no-repeat;}

.spe_g{ background-image:url(../images/menu_special_g.jpg); background-repeat:no-repeat;}
.spe_d{ background-image:url(../images/menu_special_d.jpg); background-repeat:no-repeat;}

.date{ font:9px Tahoma;}

/*STYLE POUR LES BOUTTONS DE FORMULAIRES*/
.submitexte{font-family:Tahoma; font-size:11px; color:#OOOOOO;}
.submit_off{background-image:url(../images/submitpuce_off.gif); background-repeat:repeat-x; }
.submitg_off{background-image:url(../images/submitgauche_off.gif); background-repeat:no-repeat;}
.submitd_off{background-image:url(../images/submitdroite_off.gif); background-repeat:no-repeat;}
.submit_on{background-image:url(../images/submitpuce_on.gif); background-repeat:repeat-x; }
.submitg_on{background-image:url(../images/submitgauche_on.gif); background-repeat:no-repeat;}
.submitd_on{background-image:url(../images/submitdroite_on.gif); background-repeat:no-repeat;}
/*FIN*/

 /*LE SOUS MENU DEROULANT*/
.s_menu_off{
		font-family:tahoma;
		font-size:11px;
		color:#FFFFFF;
		height:25px;
		padding:0 15 0 15;
		border-bottom:1px solid #226CA3;
		border-right:1px solid #226CA3;
		border-left:1px solid #226CA3;
		background-color:#A1CCEC;
		font-weight:bold;
		cursor:pointer;
		}
.s_menu_on{
		font-family:tahoma;
		font-size:11px;
		color:#FFFFFF;
		height:25px;
		padding:0 15 0 15;
		border-bottom:1px solid #226CA3;
		border-right:1px solid #226CA3;
		border-left:1px solid #226CA3;
		background-color:#226CA3;	
		font-weight:bold;
		cursor:pointer;
		}