body
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-base-color: #FFCC66;
	scrollbar-arrow-color: #000000;
}

td,tr   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
h1   { font-size: 36px; color: #F0A300; }
h2   { font-size: 24px; color: #0066FF; }
h3   { font-size: 18px; color: #0066FF; }
h4   { font-size: 16px; color: #CC8A00; }
h5   { font-size: 12px; color: #D79100; }
h6   { color: #c60; font-size: 12px }

.small_font   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; }
.table_we_bifurk   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFE899; }
.table_we_jour_bifurk   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-image: url(images/bgjour.gif);
}
.titremarron12   { font-size: 12px; color: #D79100; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
.texte { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11px; color: #000000; ; font-weight: normal}
.table_sem_jour_bifurk   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-image: url(images/bgjoursem.gif);
}
.table_sem_bifurk   { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fffacd;
	vertical-align:"center";
}
a:hover  { color: #06f; font-weight: bold; background-color: #ffe899;}
a:link    { color: #06f; text-decoration: none }
a:visited    { color: #06f; text-decoration: none }
p,li,ul   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

.cachediv 
{
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
		position: absolute;
}
	
input
{
	border:1px solid black;
	background-color:#FFFFCC;/*couleur du bouton*/
	color:#cc6600;/*couleur du texte*/
	border-style:inset;
}

select
{
	border:1px solid black;
	background-color:#FFFFCC;/*couleur du bouton*/
	color:#cc6600;/*couleur du texte*/
	border-style:inset;
}

textarea
{
	background-color:#FFFFCC;
	color:#cc6600;/*couleur du texte*/
}

.succes
{
	color:#009900;/*vert*/
	font-weight: bold;
	text-align:center;
}

.erreur
{
	color:#FF0000;/*rouge*/
	font-weight: bold;
	text-align:center;
}

/*************** Menu déroulant verticale *************************/
#menu 
{
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 90px;
	left: 120px;
}
#menu
{
	width: 15em;
}

#menu dt 
{
	cursor: pointer;
	margin: 2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #cc6600;
	background: #FFFFCC;
	color:#cc6600;/*marron*/
}
#menu dd 
{
	border: 1px solid #cc6600;
}
#menu li
{
	text-align: center;
	background: #FFFFCC;
}
#menu li a, #menu dt a
{
	color: #06f;/*bleu*/
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover
{
	background: #ffe899;
}

dl, dt, dd, ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*infobul*/
em 
{
	vertical-align:left;
	font-style:normal;
	display:none;
	color:#06f;/*bleu*/
	font-weight:lighter;

}
/*********************************** calendrier ****************************************/
.ds_box 
{
	background-color: #cc6600;
	border: 2px solid #cc6600;
	position: absolute;
	z-index: 32767;	
	color: #06f;
}

.ds_tbl 
{
	background-color: #FFFFCC;
}

.ds_head 
{
	background-color: #cc6600;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.ds_subhead {
	background-color: #ffe899;/*marron clair*/
	color: #06f;;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #ffe899;
	color: #06f;/*bleu*/
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover 
{
	background: #ffe899;
	color: red;
} /* This hover code won't work for IE */

.ds_head:hover 
{
	font-weight: bold;
	
} /* This hover code won't work for IE */


td 
{
	font-size : 10px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color : #000000; 
} 	
/*********************************** fin calendrier *************************************/
