/*<style type="text/css">*/
#news{
    position:absolute;
	width:330px;
	height:320px;
	background-color:#FBE4B5;
	overflow:auto;
}
#liste_docs{
    margin-left: 10px;
	width:600px;
	height:300px;
	background-color:#FBE4B5;
	overflow:auto;
}
#suite_liste{
	margin-left: 530px;
 	width:250px;
	height:50px;
	overflow:auto;
}
#bdp{
	margin-left: auto;margin-right: auto;
 	width:900px;
	height:90px;
	overflow:auto;
	background-color: #CCC;
	border:thin;
	border-color:#333;
	border-style:solid;
	padding:6px;
}
#corps{
    /*position:absolute;*/
	margin-left: auto;margin-right: auto;width: 1000px;
    text-align: left;/* pour résoudre le bug de centrage de IE */
	height:720px;
	overflow:scroll;
}
#centrer {margin-left: auto;margin-right: auto;width: 1000px;
 text-align: left;/* pour résoudre le bug de centrage de IE */
}
#inde {margin-left: auto;margin-right: auto;width: 1000px; background-image: url("../inde/fdp-ganesh.jpg"); background-repeat:no-repeat;
 text-align: left; /* pour résoudre le bug de centrage de IE */
}
#modale900 {margin-left: auto;margin-right: auto;width: 900px;
 text-align: left;/* pour résoudre le bug de centrage de IE */
}
#modale800 {margin-left: auto;margin-right: auto;width: 800px;
 text-align: left;/* pour résoudre le bug de centrage de IE */
}
#modale650 {margin-left: auto;margin-right: auto;width: 650px;
 text-align: left;/* pour résoudre le bug de centrage de IE */
}
.thumb { border-width: 2px; border-color: #999; border-style: solid; }
.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; color: #000000;
}
.Style2 {
   /* idem en gras*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small; color: #000000;
}
.Style3 {
   /* idem en italique*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; font-style: italic;
	font-size: small; color: #000000;
}
.Style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.Style5 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.Style6 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.Style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large; font-weight: bold;
	color: #000000;
}
.Style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.Style12 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic; color: #000000;
}
.Style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.Style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
.Style19 {
  /* style balise travaux jaune orangé*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FF6600;
}
.Style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
}
.Style35 {
	font-size: x-small;
	color: #FF0000;
	font-style: italic;
}
/*---------- les styles du date picker ----------------*/
.dpDiv {
	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;	border: 1px solid #888888;	cursor: pointer;	color: red;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;	border: 1px solid #AAAAAA;	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;	color: #666666;	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;	color: gray;	background: #d8e8ff;	font-weight: bold;	padding: 0px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;	color: gray;	background: #d8e8ff;	font-weight: normal;
	}
/*</style>*/
