/* -------- Balises générales (General tags)-------- originally called "styles/style.css"*/  
body,
table {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	scrollbar-face-color: #F2FAFC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #0066cc;
	scrollbar-darkshadow-color: #0066cc;
	scrollbar-track-color: #F2F7FB;
	scrollbar-arrow-color: #0066cc;
}
P { margin: 0px  /* originally margin was 0px */
}
ul {
	margin: 0px;  /* 0px 0px 0px 35px removed 9/11/09 */
	list-style: outside;
}
h1 {
	font-size: 1.2em;
	color : #000; 
	font-weight : bold;
	padding : 1px 5px;
	margin: 0px /* old margin 0 20px; 09/09/09*/;
	TEXT-TRANSFORM: none;
}
h1 a:link,
h1 a:visited, 
h1 a:active {
	color: #00008b;
	font-weight:  bold; 
	text-decoration:none; 
}
h1 a:hover {
	color: #728FCE; text-decoration: none; 	font-weight:  bold; 
}
h2 { /*text-transform: capitalize; */clear:both }
/* h2,h3 { width:80%; } deleted 09/09/09 */

/* -------- Article inner box -------- */
.articleinnerboxrouge {
	width:300px;
	border:#CC0000 dotted 2px;
	padding:10px;
	margin:0px 0px 10px 10px;
	float:right;
}
.articleinnerboxrouge h1 {
	color:#CC0000;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:5px;
	background-color:#f5eeed;
	padding:3px;
}

/* -------- Lien download (Download link)-------- */
.adownload:link,
.adownload:visited,
.adownload:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.adownload:hover {
	color: #000000;
	background-color:#e6e6e6;
	text-decoration: underline;
}
/* -------- Styles avec icones (Style icons?)-----------*/
.ipdf {
	padding-left:15px; /* originally 20px */
	padding-top:2px;  /* originally 4px */
	background-image:url(../images/layout/icon-pdf.jpg);
	background-repeat:no-repeat;
}
.ilink {
	padding-left:15px;
	padding-top:2px;
	background-image:url(../images/layout/icon-link.jpg);
	background-repeat:no-repeat;
}
.iimage {
	padding-left:20px;
	padding-top:4px;
	background-image:url(../images/layout/icon-image.jpg);
	background-repeat:no-repeat;
}
.ippt {
	padding-left:15px; /* originally 20px */
	padding-top:2px;  /* originally 4px */
	background-image:url(../images/layout/icon-ppt.jpg);
	background-repeat:no-repeat;
}
.idoc {
	padding-left:15px; /* originally 20px */
	padding-top:2px;  /* originally 4px */
	background-image:url(../images/layout/icon-doc.jpg);
	background-repeat:no-repeat;
}
.ixls {
	padding-left:15px; /* originally 20px */
	padding-top:2px;  /* originally 4px */
	background-image:url(../images/layout/icon-xls.jpg);
	background-repeat:no-repeat;
}
.tab {
	padding-left: 20px;
}
/* -------- Autres styles (Other styles)-------- */
.titlewhite { color:#FFFFFF }
.txtsmall { font-size: 0.9em; }
.address {
	padding-left: 25px;
	font-size: 0.8em;
	color : #FFFFFF;
}
.address a,
.address a:link,
.address a:active,
.address a:visited {
	text-decoration:underline; 
	color:#FFFFFF;
}
.address a:hover {
	color:#B5CBE0; 
	text-decoration:underline;
}
.imagearticle { 
	margin: 0px 0px 5px 5px; 
	float:right; 
	border:3px solid #e0e0e0 
}

/* ------- Les DIV (The DIV)------ */
.divconteneur1 {
	width:100%;
	overflow:auto;
}
.divpersonnel {
	padding:10px;
	margin:0px 10px 10px 0px;
	float:left;
	background-color:#f5f5f5;
	width:300px;
	height:150px;
	border:1px #e5e5e5 solid;
}
.divpersonnel img {
	margin: 0px 10px 0px 0px;
	border:#000000 solid 1px;
}
.divdetails {
	padding:10px;
	margin:0px 10px 10px 0px;
	float:left;
	width:280px;
	height:160px;
	border:#336699 dotted 2px;
}
.divcachee {
	padding:10px;
	margin:10px 0px 10px 0px;
	clear: none;
	background-color:#f2f2f2;
	border:#a2a2a2 solid 1px;
	visibility: hidden;
	display:none;
}

/* ------- Tableaux (Tables)------------ */
.tdbleufonce {
	background-color:#0165bb;
	color:#FFFFFF;
 	padding: 5px;  /* added 5/6/09 */
}
.tableTitle {  /* for author list */
	background-color:#0165bb;
	color:#FFFFFF;
 	padding: 5px;  
	font-size: 1.1em;
}
.tdbleumoyen {
	background-color:#87a2d7;
	color:#FFFFFF;
 	padding: 5px;  /* added 5/6/09 */
}
.tdbleuclair { 
	background-color:#e0e5f1;
 	padding: 5px;  /* added 5/6/09 */
}
.tdbleufonce h1,
.tdbleumoyen h2 { 
	color:#FFFFFF; 
}
.tdtitle {
	background-color:#87a2d7;
	color:#FFFFFF;
 	padding: 5px;
	text-align: left;
}
/* -------- Navigation gauche lien 1er et 2ème niveau (Left navigation link 1st and 2nd level)-------- */
.nav {
	padding-left: 3px; 
	font-weight:  normal; 
	FONT-SIZE: 1em; 
	color : #ffffff; 
	BORDER-TOP-STYLE: none; 
	border-bottom: #93b7da 1px solid
}
.subnav {
	font-size: 0.91em;
	color: #ffffff; 
	font-weight : normal;
	background-color : #6F9FCD;  /* this controcls the whitish background color of the secondary menu of the right menu (added from styles/styles.css)*/
	border-bottom: #93b7da 1px solid;
}
.nav a:link,
.nav a:visited,
.nav a:active,
.subnav a:link,
.subnav a:visited,
.subnav a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:  normal; 
}
.nav a:hover,
.subnav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:  normal; 

}

.bleunav {
	font-size: 0.8em;
	color : #3075B7;
}
.bleunav a,
.bleunav a:link,
.bleunav a:active,
.bleunav a:visited,
.bleunav a:hover {color:#3075B7;
}

/* ----------- Date used for "updated" added by YE-------*/
.date {
	Color:#666;
	font-size: 95%;
	margin-right: 20px;
}
.date2 {
	Color:#666;
	font-size: 95%;
}
/* Minor Table  
------------------------------------------------------------------*/
table.minor td {
 	background-color:#F5F5F5;
	color: #000; 
	padding: 2px; 
	text-align: center;
	border: 0.5px #F5F5F5 solid;
	margin: 2 px;
	font-size: 11px; 
	color: #616D7E; 
	}
table.minor2 td.top {
 	background-color:#6D7B8D;
	text-align: center;
	color: #fff;
	font-weight:  bold; 
}
table.minor2 td.bottom {
	text-align: center;
 	background-color:#d5d5d5;
}
table.minor2 td.bottom li{
	list-style-image: url(../images/divers/puces/home_small_table2.gif); 
 	background-color:#d5d5d5;
	color: #616D7E; 
}
table.minor2 td.bottom ul{
	margin-left: 7px;
}
table.minor2 td {
 	background-color:#F5F5F5;
	color: #000; 
	padding: 2px; 
	text-align:left;
	border: 0.5px #F5F5F5 solid;
	margin: 2 px;
	font-size: 11px; 
	color: #616D7E; 
	}
table.minor2 th {
 	background-color:#d5d5d5;
	color: #000; 
	padding: 3px 3px 3px 3px; 
	text-align: left;
	border: 0.5px #d5d5d5 solid;
	margin: 2 px;
	font-size: 11px; 
	color: #616D7E; 
	}

table.minor2
a:visited {
	text-decoration:underline;
}

/* Image with gray border  (for books) 
------------------------------------------------------------------*/

.border img {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF; 
}
/* Image with thin gray border  (for news pics)
------------------------------------------------------------------*/
div.news img {
	float: right;
	margin: 0 10px; /* 0 7px 5px 0; */
	padding: 2px;
	border: 1px solid #f0f0f0;
}

/* new general navigation 9/10/09 */
a:link, a:active {
	text-decoration: none;
	color: #00008b;
	font-weight:  bold; 
}
a:visited {
	text-decoration:underline;
	color:  #616D7E ;/* too similar to black #2F4F4F;  #2B3856; changed 9/16/09 */
	font-weight:  normal; 
}
a:hover {color: #728FCE; text-decoration: none;
}
/* Justify (IE does not justify from TD 
------------------------------------------------------------------*/
.justify {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
/* Justify (IE does not justify from TD 
------------------------------------------------------------------*/
.pic {
	margin: 0 10px 10px 10px;
	padding: 0px;
}