@charset "iso-8859-1";

BODY {
	background-color: #F3FAFE;
	padding: 0px; 
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	color: #000000;
	font-weight: normal;
}
A:link  {
	color: #80A7BB;
	text-decoration:none;
	font-weight: bold;
}
A:visited  {
	color: #80A7BB;
	text-decoration:none;
	font-weight: bold;
}
A:hover  {
	color: #004F77;
	text-decoration:underline;
	font-weight: bold;
}
A.menu_gauche:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
A.menu_gauche:visited  {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
A.menu_gauche:hover  {
	color: #C2D8E3;
	font-weight: bold;
	text-decoration:underline;
}
A.menu_haut:link  {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
A.menu_haut:visited  {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
A.menu_haut:hover  {
	color: #004F77;
	font-weight: bold;
	text-decoration:underline;
}
td  {
	color: #000000; 
	font-variant: normal; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica;
}
b {
	font-weight: bold;
}
INPUT, SELECT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px; 
	border: 1px solid #000000;
}
TEXTAREA {
	border: 1px solid #000000;
}
FORM {
	margin: 0px;
	padding:0px;
}
P {
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	color: #000000;
	font-weight: normal;
}
IMG {
	border: 0px;
}
HR {
	border-collapse: collapse;
	border: 2px solid #000000;
}
H1 {
	font-size: 12px;
	margin: 0px;
}
H3 {
	font-size: 18px;
	margin: 0px;
}
H4 {
	font-size: 14px;
	margin: 0px;
	text-decoration: underline;
}
H6 {
	font-size: 10px;
	font-style: italic;
	margin: 0px;
}
SUP {
	color: #FF0000;
}
ACRONYM {
	border-bottom:1px dashed;
	cursor:help;
}
.txt_menu  {
	color: #C2D8E3;
	font-variant: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica
}
.titre  {
	color: #C2D8E3;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold
}

/* -- Tableaux -- */
.tables {
	border-collapse: collapse;
	border: 2px solid #004F77;
	background-color: #C2D8E3;
}
.tables th {
	text-align: left;
	font-size: 11px;
}
.tables caption {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.tables td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	color: #000000;
	font-weight: normal;
}
/* -- -- */

/*Tableau "Planning" -- */
#table_plan {
	border-collapse: collapse;
	border: 2px solid #004F77;
	background-color: #C2D8E3;
}
#table_plan th {
	text-align: center;
	font-size: 11px;
	border: 1px solid #FFFFFF;
	width: 13.50%;
	background-color: #004F77;
	color: #FFFFFF;
}
#table_plan caption {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#table_plan td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	color: #000000;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}
#table_plan tr {
	vertical-align: top;
}
/* -- -- */

/*-- Tableau action --*/
.table_act_planning {
	border-collapse: collapse;
	border: 1px solid #004F77;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.table_act_diary {
	border-collapse: collapse;
	border: 1px solid #004F77;
	background-color: #FFFFCC;
	margin-top: 5px;
}
.table_act_planning td, .table_act_diary td  {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
}
/*-- --*/

.foot, .foot a, .foot a:hover, .foot a:visited {
	color:#6F9DB5;
	font-weight: normal;
}
.left_top {
	background-color:#004F77;
	color: #FFFFFF;
}
.left_2 {
	background-color:#C2D8E3;
}
.nobord {
	border: 0px;
}
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
	font-weight: normal;
    display: block; 
    position: absolute; 
    top: 20px; 
    left: -10px; 
    padding: 5px; 
    color: #000; 
    border: 1px solid #bbb; 
    background: #ffc; 
    width:200px;
	text-align: left;
}
a.tooltip:hover em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    background: transparent url('images/infobulle.gif'); 
    margin:0; 
    padding: 0; 
    border: 0;
}