@charset "utf-8";
/* CSS Document */

html, body {
margin:0;
padding:0;
font-family: arial;
font-size: 11px !important;
color: #666;
background-color:#fff;
background-image:url(images/fond_bleu.jpg);
background-repeat:repeat-x;
}

a.menu_blc:link { font-size: 12px; color: #333;text-decoration:underline; }
a.menu_blc:visited{ font-size: 12px; color: #333;text-decoration:underline;}
a.menu_blc:active { font-size: 12px; color: #333;text-decoration:underline;}
a.menu_blc:hover { font-size: 12px; color: #333; text-decoration:none; }

a.lien_noir:link { font-size: 11px; color: #333; font-weight:bold;  text-decoration:underline; }
a.lien_noir:visited{ font-size: 11px; color: #333; font-weight:bold; text-decoration:underline;}
a.lien_noir:active { font-size: 11px; color: #333; font-weight:bold; text-decoration:underline;}
a.lien_noir:hover { font-size: 11px; color: #333; font-weight:bold; text-decoration:none; }

a.lien_noir_petit:link { font-size: 9px; color: #333; font-weight:bold;  text-decoration:underline; }
a.lien_noir_petit:visited{ font-size: 9px; color: #333; font-weight:bold; text-decoration:underline;}
a.lien_noir_petit:active { font-size: 9px; color: #333; font-weight:bold; text-decoration:underline;}
a.lien_noir_petit:hover { font-size: 9px; color: #333; font-weight:bold; text-decoration:none; }

a.active:link{ font-weight: bold; color: #13a02a; text-decoration: underline;}
a.active:visited{ font-weight: bold; color: #13a02a; text-decoration: underline;}
a.active:active{ font-weight: bold; color: #13a02a; text-decoration: none;}
a.active:hover{ font-weight: bold; color: #13a02a; text-decoration: none;}

a.inactive:link{ font-weight: bold; color: #FF0000; text-decoration: underline;}
a.inactive:visited{ font-weight: bold; color: #FF0000; text-decoration: underline;}
a.inactive:active{ font-weight: bold; color: #FF0000; text-decoration: none;}
a.inactive:hover{ font-weight: bold; color: #FF0000; text-decoration: none;}

.fond_noir { font-size: 11px; color: #fff; background-color:#333; font-weight:bold;}
.baseline { font-size: 14px; color: #fff; font-weight:bold;}
.titre { font-size: 14px; color: #000; font-weight:bold;}
.guideline { font-size: 11px; color: #e5e5e5;}
.noir { font-size: 12px; color: #000;}
.gris { font-size: 12px; color: #555;}
.commentaire { font-size: 11px; color: #bfbfbf;}
.bleu { font-size: 11px; color: #1f70ad;}
.indigo { color:#411b7f; font-size:20px; font-weight:bold;}


.input_connexion {
border:1px solid #8c8c8c;
background-color:#eaf8ff;
color:#003865;
font-size:12px;
}

h1 {
font-size:13px;
}

input {
border:1px solid #8F9CBF;
font-family:"verdana",sans-serif;
color:black;
font-size: 10px;
}

textarea {
border:1px solid #8F9CBF;
font-family:"verdana",sans-serif;
color:black;
font-size: 10px;
}

select {
background-color:#F7F8F9;

font-size: 10px;
font-family:"verdana",sans-serif;
border:1px solid #8F9CBF;
}

option {
background-color:#F7F8F9;
font-size: 10px;
font-family:"verdana",sans-serif;
}

input.chekbox {
background-color:#FFFFFF;
border:0px solid black;
}

.mini_rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.mini_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

input.alerte {
background-color: #CA0000 !important;
color: #FFFFFF;
}

select.alerte {
background-color: #CA0000;
color: #FFFFFF;
}

textarea.alerte {
background-color: #CA0000;
color: #FFFFFF;
}

.recherche {	font-size: 10px;
	text-decoration: underline;
}
.recherche_bleu {	font-size: 10px;
	color: #B90000;
	font-weight: bold;
}

.credits {	
	font-size: 12px;
	color: #A60004;
	font-weight: bold;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #b71f1e;
padding: 2px;
background-color: white;
visibility: hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.erreur {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

select.express option,.express{
background-color:#fdb34a;
color:white;
}

