body {
	font: italic 14px Arial, serif; /* Style et taille de la police de la page */
	margin: 0em; /* Marge du document HTML */
	color: #203c6e;
}

.Largeur { 
  width : 315px; 
}

.Bouton {
  width : 70px; 
}

.Bouton2 {
  width : 100px; 
}

.Libelle  {
	font: italic 12px;
	text-align: left;	
}

.LibelleDroit  {	
	font: italic 14px;		
	text-align: right;
}

.LibelleRetrait  {
	font: italic 12px;
	text-align: left;
	padding-left: 10px;
}

.LibelleTitre  {
	font: bolder 14px;
	text-align: center;
}

.input  {
	font: 14px Arial, serif;
	width : 98%;
}

.inputAffichage  {
	font: 14px Arial, serif;
	background-color: #CCCCCC;
	width : 98%;
	margin-right :1px; 
}

.inputBis {
	font: 14px Arial, serif;
	background-color: #CCCCCC;
	width : 47%;
}

.select  {
	font: italic 13px;
	color: #203c6e;
}

.Erreur  {
	font: normal bold 14px;
	color: red;
	text-indent: 25px;
	background: url(../images/Warning 16-16.png) no-repeat scroll left top;
}

.Message  {
	font: normal bold 14px;
	color: blue;
	text-indent: 25px;
	background: url(../images/Help 16-16.png) no-repeat scroll left top;
}

.tdCentre {
	text-align: center;
}

h2 {
	font: bolder 12px;
	text-indent: 80px;
	text-decoration: underline;
	text-shadow: #a3bae4;
	text-transform: capitalize;
	line-height: 4px;
	}

/**/
a {
  cursor: pointer; /* Curseur en forme de main, pour résoudre un bug sous IE, causé lors du changement du lien en affichage bloc, quelques lignes plus haut */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.PiedPage {
	position: absolute;
	top: 1; right: 1;
	width: 120px;

}



/*TABLEAUX DE RECHERCHE*/
/***********************/
th.recherche
{
	background-color: #c6ddfc;
	color: #175597;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

td.rechercheIcone
{
	text-align: center;
}

/*EN-TETE */
/**********/
#entete {
	background: url('../images/bandeau_sysmed.jpg'); 
	width: 320px;
	height: 37px;
	font-size: 20px;
	font-weight: bold;
	text-indent: 100px;
	text-shadow: white;
	letter-spacing: 0px;
	line-height: -1px;
}

h1 {
	height: 300px; /* La hauteur de l'image de fond entete.png (gros carré vert) */
	line-height: 300px; /* Centrer le texte sur toute la hauteur de l'image de fond */
	margin: 0; /* Par défaut les navigateurs assignent une marge aux titres. Ici on gère notre propre mise en page */
	text-align: left; /* Centrer le texte horizontalement sur toute la largeur de la page */
   	text-indent: 100px; /* On décale le titre autant que possible sur la gauche de l'écran, pour ne plus le voir */
	font-size: 30px;
	font-style: oblique;
}

/*CALENDRIER*/
/************/

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #6289CC;
	color: #F7FEEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #E6EBFC;
	color: #4E671A;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #E5E3FF;
	color: #4E671A;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
