h1 {
	font-family: "monotype Corsiva";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h2 {
	font-family: "monotype Corsiva";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h3 {
	font-family: "monotype Corsiva";
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h4 {
	font-family: "monotype Corsiva";
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h5 {
	font-family: "monotype Corsiva";
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	background-attachment: fixed;
	
}

input, select{
	background-color: #FFFFFF;
	/*border-left-color: #B6CEFB;*/
	border-top-color: #B6CEFB;
}

textarea {
	color: #666666;
	text-decoration: none;
	text-transform: none;
	font: bold normal 21px/normal "monotype Corsiva";
	word-spacing: normal;
	letter-spacing: normal;
	text-align: justify;
	white-space: normal;
	border-top-color: #B6CEFB;
}
p {
	font-family: "monotype Corsiva";
	font-size: 21px;
	font-weight: bold;
	color: #666666;
}
a {
	font-family: "monotype Corsiva";
	font-size: 21px;
	font-weight: bold;
	color: #FF9900;
	border-color: white;
}

h6 {
	font-family: "monotype Corsiva";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4FA7FF;
}
li {
	color: #666666;
}


/**************************** pour les images de "play" *************************************************/

/**************************** pour le menu *************************************************/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menuprincipal{
position: relative; /* placement du menu, à modifier selon vos besoins */
top: 40px;
left: 0px;
text-align: center;
z-index:100;

/*width: 100%; /* correction pour Opera */
}
#menuprincipal dl {
float: left;
width: 10em;
}
#menuprincipal dt {
cursor: pointer;
text-align: center;
font-weight: normal;

/* background: #ccc;*/
border: 0 none;/*1px solid gray;*/
margin: 1px;
}
#menuprincipal dd {
position: absolute;
/*top : 100px;*/
left : 150px;
display: none;
border: none;
}
#menuprincipal li {
position: relative;
top : -50px;
left : 0px;
width: 300px;/*250px;*/
text-align: left;
background: #96abca;/*transparent;*/

}
#menuprincipal li a, dt a {
color: white;
text-decoration: none;
font-size: 20px;
display: block;
height: 100%;
border: 0 none;

}
#menuprincipal li a:hover, li a:focus, dt a:hover, dt a:focus {
background: white;/*transparent;*/
color: #006699;/*#adf;*/
border: 0 none;

}

#menuprincipal table,tr,td{
font-size: 12px;
vertical-align: top;
}

/*----------------------------------------------------------------------------------------------------*/
/*---------------------Corps de la page--------------------------*/

#bodytbl{

	width: 100%; 
	height: 450px; 
	overflow: auto

}

#zone1{

	border-color: black; 
	border-style: solid; 
	border-width: 1px;
	
}

#zone1 th{
	color: white;
	background-color: white;
}

/*--------------------------------------------------------------------*/

/*----------------------Formulaire d'upload de fichier (invisible)------------------------*/

#ajax_upload{
	display: none;
}

#file_upload{
	width:0;
	height:0;
	border:0px solid #fff;
}

/*---------------------------------------------------------------------------------------------------*/

#reqAppointmentDate_ID{
	top:400px;
	left:620px;
}

/*#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}*/
