@charset "utf-8";
    body  {
	background: #666666;
	margin: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	height: 100%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #D6D6D6;
    }
p {
	margin-top: 10px;
}

    .thrColFixHdr #container {
	width: 955px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #000000;
	text-align: center;
	height: 100%;
	vertical-align: top;
    } 
    .thrColFixHdr #header {
	background: #DDDDDD;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	background-image: url(inserts/images/banner_fr.jpg);
	height: 126px;
	border-left: 1px;
	text-align: right;
	vertical-align: text-bottom;
	margin-bottom: -42px;
    } 
.thrColFixHdr #header_en {
	background-image: url(inserts/images/banner_en.jpg);
	height: 126px;
	border-left: 1px;
	text-align: right;
	vertical-align: text-bottom;
	margin-bottom: -42px;
	background-color: #DDDDDD;
}

    .thrColFixHdr #header h1 {
    	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
    	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
    }
.thrColFixHdr #topnav {
	background-image: url(inserts/images/top_nav.jpg);
	height: 73px;
	margin: 0;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: right;
	vertical-align: baseline;
}
.thrColFixHdr #content {
	background-color: #FFF8E5;
	margin: 0;
	background-image: url(inserts/images/left_nav.jpg);
	background-repeat: repeat-y;
	padding: 0;
	float: left;
	top: auto;
}
.tbcentercenter {
	text-align: center;
	padding: 20 px;
	vertical-align: top;
}
.tbcentercenter p {
	vertical-align: top;
}


    .thrColFixHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	background: #EBEBEB; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	background-image: url(inserts/images/left_nav.jpg);
	background-repeat: repeat-y;
	height: 100%;
	text-align: center;
	padding-top: 20px;
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px;
	background-color: #FFF8E5;
	text-align: left;
	padding: 5px;
    }
    .thrColFixHdr #mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 10px;
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 200px;
	top: 0px;
	text-align: left;
	width: 524px;
	color: #000;
    } 
.pictureBoxright {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: right;
	text-align: center;
	margin: 0.5em;
	font-size: 11px;
}
.pictureBoxright   p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0px;
	padding-bottom: 0px;
}
.pictureBoxcentre {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 0.5em;
	font-size: 11px;
}

.pictureBoxCenter400 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 404px;
}
.pictureBoxCenter400 p {
	font-style: italic;
	text-align: center;
	font-size: smaller;
	text-indent: 0px;
	padding-bottom: 0px;
}
.pictureBoxleft {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 0px solid #CCCCCC;
	text-align: center;
	margin: 0.5em;
	font-size: 11px;
	float: left;
}
.pictureBoxleft p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0px;
	padding-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	color: #993300;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #993300;
}
h3 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #000033;
	margin-top: 5pt;
}
h6 {
	color: #ff0000;
}

.left {
	margin-top: 0.5em;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
	margin-left: 0;
	float: left;
}
.center {
	text-align: center;
}

.right {
	float: right;
	margin-top: 0.5em;
	margin-right: 0pt;
	margin-bottom: 0.5em;
	margin-left: 0.8em;
}

.picture img {
	vertical-align: middle;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
}


.thrColFixHdr #breadcrumb {
	vertical-align: top;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: inherit;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #EEEEEE;
	margin-right: 0px;
}
    .thrColFixHdr #footer {
	background:#DDDDDD;
	background-image: url(inserts/images/footer_mid.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding: 0;
	margin: 0;
	height: 100px;
    } 
    .thrColFixHdr #footer p {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
    }

.Style1 {
	color: #A5945A;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	position: relative;
    }
.aligntop {
	vertical-align: top;
}
.thrColFixHdr #toolboxleft {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 50%;
	background-repeat: repeat-y;
	height: 70px;
	text-align: center;
	background-color: #FFF8E5;
	margin-top: 5px;
}
.thrColFixHdr #toolboxleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	padding-bottom: 0px;
	margin-top: 0px;
	text-decoration: none;
}
.thrColFixHdr #toolboxleft a {
	text-decoration: none;
	border: 0;
}
.thrColFixHdr #toolboxleft a:link {
	color: #333333;
}
.thrColFixHdr #toolboxleft a:visited {
	color: #FF6600;
}
.thrColFixHdr #toolboxleft a:hover {
	color: #FF2222;
}




.thrColFixHdr #toolboxright {
	float: right; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	height: 70px;
	background-color: #FFF8E5;
	text-align: center;
	width: 50%;
	margin-top: 5px;
}
.thrColFixHdr #toolboxright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	padding-bottom: 0px;
	margin-top: 0px;
}
.thrColFixHdr #toolboxright a {
	text-decoration: none;
	border: 0;
}

.thrColFixHdr #toolboxright a:link {
	color: #333333;
}
.thrColFixHdr #toolboxright a:visited {
	color: #333333;
}
.thrColFixHdr #toolboxright a:hover {
	color: #333333;
}





.InfoBulle {
	background-image: url(inserts/images/InfoBulleMiddle.gif);
	background-repeat: repeat-y;
	font-size: x-small;
	color: #FF6600;
	padding-right: 18px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 4px;
	margin-left: 5px;
	list-style-position: outside;
	list-style-type: circle;
	text-decoration: none;
}
.InfoBulle a {
	text-decoration: none;

}

.InfoBulle a:link {
	color: #FF6600;
}

.InfoBulle a:visited {
	color: #FF6600;
}
.InfoBulle a:hover {
	color: #FF2222;
}
.InfoBulle a:active {
	color: #FF0000;
}
.InfoBulle li {
	list-style-type: circle;
	padding-left: 2px;
	margin-left: 0px;
	padding-bottom: 2px;
}
.InfoBulle ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.InfoBulleTop  {
	background-image: url(inserts/images/InfoBulleTop.gif);
	background-repeat: no-repeat;
	font-size: small;
	color: #FFCC66;
	padding-left: 40px;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
	padding-top: 5px;
}
.InfoBulleBottom   {
	background-image: url(inserts/images/InfoBulleBottom.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.searchbox {
	background-color: #CCCCCC;
	padding: 4px;
	width: 174px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-top: 20px;
	margin-left: 6px;
}
.blackboard {
	background-color: #375646;
	border: thick ridge #996633;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: x-large;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 6px;
	width: 172px;
}
.bulletinHeadline {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	margin-bottom: 10px;
	text-decoration: none;
}
.bulletinHeadline a {
	text-decoration: none;
}

.bulletinHeadline a:link {
	color: #660000;
}
.bulletinHeadline a:visited {
	color: #660000;
}
.bulletinHeadline a:hover {
	color: #FF2222;
}
.bulletinResume {
	font-size: small;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 5px;
}
.bulletinDateRight {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: right;
	font-size: small;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
}
.bottomNav {
	font-size: small;
	color: #FC3;
	padding-right: 18px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 4px;
	margin-left: 5px;
	text-decoration: none;
}
.bottomNav a {
	text-decoration: none;
}
.bottomNav a:link {
	color: #FC3;
}
.bottomNav a:visited {
	color: #FC3;
}
.bottomNav a:hover {
	color: #FF2222;
}
.bottomNav a:active {
	color: #FF0000;
}
.tbright {
	text-align: right;
	padding: 20 px;
	vertical-align: top;
}
.folder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: italic;
	background-image: url(inserts/images/Folder-Closed-icon.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 156px;
	width: 150px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: text-bottom;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
}
.folder a {
	text-decoration: none;
	color: #000;
}

