/* CSS Document */
/* border: 1px solid #000000; */
body
	{
	background-image: url(../images/fond.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #676a79;
	margin-top: 0px;
	font-family: Calibri, "Times New Roman", Arial;
	font-size: 14px;
	margin:auto;
	width: 990px;
	
	}
	
.fond_blanc
	{
	background-image: url(images/fondblanc.jpg);
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	}
	
	
#banniere
	{
	background-image:url(../images/banniere.gif);
	background-repeat: no-repeat;
	background-position:center;
	height: 120px;
	}

#info_haut
	{
	height: 18px;
	background-color: #2e416e;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	}
	
#info_haut a
	{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}	
#info_haut a:hover
	{
	font-weight: bold;
	text-decoration: underline
	}	
img
	{
		border: 0px solid;
	}

#contenu
	{
	padding-top: 5px;
	position: absolute;
	height: auto !important; /* tous sauf IE */
	min-height: 550px; /* tous sauf IE */
	background-image:url(../images/fond_contenu.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFFFFF;
	}
	
#menu_gauche
	{
	float: left;
	width: 180px;
	margin-top: 0px;

	
	border: 0px solid #000;
	}
	
#sous_contenu
	{
	
	float: right;
	width: 810px;
	border: 0px solid #000;
	}

#pied_page
	{
	clear: both;
	height: 24px;
	padding-right: 15px;
	text-align:right;
	background-image: url(../images/fond_pied.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 0px solid  #000;
	}
	
#pied_page a
	{
	color: #2e416e;
	text-decoration: none;
	}
#pied_page a:hover
	{
	color: #2e416e;
	text-decoration: underline;
	}
	
.formulaire
	{
	border: 1px solid #CCCCCC;
	color: #2e416e;
	}
.bouton
	{
	background-color: #2e416e;
	color: #FFFFFF;
	border: 0px solid #000000;
	font-size: 13px;
	}
	
.contenu_gras
	{
	font-weight: bold;
	color: #2e416e;
	}
	

.lien_noir
	{
	color: #000;
	text-decoration: none;
	}	
.lien_noir:hover
	{
	color: #000;
	text-decoration: underline
	}	
	
.lien_gris
	{
	color: #999;
	text-decoration: none;
	}	
.lien_gris:hover
	{
	color: #999;
	text-decoration: underline
	}	
	
	
.lien_bleu
	{
	color: #00F;
	text-decoration: none;
	}	
.lien_bleu:hover
	{
	color: #00F;
	text-decoration: underline
	}	
	
.lien_rose
	{
	color: #F0F;
	text-decoration: none;
	}	
.lien_rose:hover
	{
	color: #F0F;
	text-decoration: underline
	}	
		
	
.lien_ligne
	{
	font-weight: normal;
   	cursor: hand;
	} 

.lien_ligne:hover 
	{
	background-color: #2e416e;
   	color: #FFFFFF;
   cursor: hand;
	} 
	
.lien_ligne_bleu
	{
	font-weight: normal;
   	cursor: hand;
	color: #00F;
	} 

.lien_ligne_bleu:hover 
	{
	background-color: #2e416e;
   	color: #FFF;
   cursor: hand;
	} 
.lien_ligne_rose
	{
	font-weight: normal;
   	cursor: hand;
	color: #F0F;
	} 

.lien_ligne_rose:hover 
	{
	background-color: #2e416e;
	 	color: #FFF;
   cursor: hand;
	} 	
	
	.lien_ligne_rouge
	{
	font-weight: normal;
   	cursor: hand;
	color: #F00;
	} 

.lien_ligne_rouge:hover 
	{
	background-color: #2e416e;
	 	color: #FFF;
   cursor: hand;
	} 	
	
	
	
	
	/* Calendrier javascript*/
.ds_box {
	background-color: #F00;/*Rien*/
	border: 1px solid #FFF;/* Tour exterieur*/
	position: absolute;
	z-index: inherit;
}

.ds_tbl {
	background-color: #CCC;/* Fond interieur*/
}

.ds_head {
	background-color: #2e416e;
	color: #FFF;
	font-family: Calibri, "Times New Roman", Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #7b93a7;
	color: #2e416e;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Calibri, "Times New Roman", Arial;
	width: 20px;
}

.ds_cell {
	background-color: #FFFFFF;
	color: #039; /* Numero jour */
	font-size: 13px;
	text-align: center;
	font-family: Calibri, "Times New Roman", Arial;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color:  #2e416e; /* Fond cellule quand je suis dessus */
	color: #CCC;
} /* This hover code won't work for IE */

	
	