/* CSS Document */

/* apparence générale du corps du site */
html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #FFFFFF url( "../images/bg.png" );
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

/* accessibilité */
#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#source {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

/* apparence des liens du site */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

/* apparence du lien "au-dessus" du site */
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

/* affiche un paragraphe vide */
.clr {
	clear: both;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ STRUCTURE DU SITE +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* conteneur principal */
#main_layer {
	width: 980px !important;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

	/* disposition et mise en forme du conteneur header */
	#header {
		width: 100%;
		height: 54px;
		background: transparent url( "../images/bg_header.gif" ) no-repeat;
	}
	
		/* disposition et mise en forme du texte header */
		#header_content {
			width: 700px;
			height: auto;
			color: #FFA600;
			font-size: 10px;
			text-align: left;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding: 22px 0px 0px 10px;
			float: left;
		}
		
		/* disposition du lien sur le logo */
		#header_logo {
			width: 238px;
			height: 24px;
			padding: 22px 15px 0px 0px;
			float: right;
		}
	
	/* disposition et mise en forme du conteneur banner */
	#banner {
		width: 100%;
		height: 172px;
		background: transparent url( "../images/bg_banner.gif" ) no-repeat;
	}
	
		/* conteneur du texte de bienvenue */
		#welcome {
			width: 133px;
			height: 166px;
			padding: 6px 0px 0px 5px;
			float: left;
		}
		
		/* conteneur de la bannière */
		#banner_content {
			width: 700px;
			height: 70px;
			margin: 2px 0px 0px 33px;
			float: left;
		}
		
		#deroulant
			{
			height:40px; width:800px;
			}
		
		/* conteneur pathway */
		#pathway {
			width: 600px;
			height: auto;
			font-size: 10px;
			text-align: left;
			margin: 7px 0px 0px 22px;
			float: left;
		}
		
		/* conteneur recherche */
		#search {
			width: auto;
			height: auto;
			font-size: 10px;
			text-align: right;
			padding: 43px 10px 0px 0px;
			float: right;
		}
	
	/* disposition et mise en forme du conteneur body */
	#body {
		width: 100%;
		height: auto;
		background: transparent url( "../images/bg_body.gif" ) repeat-y;
		float: left;
		margin-top:-1px;
	}
	
		/* disposition du menu principal */
		#menu {
			width: 146px;
			height: auto;
			color: #FFFFFF;
			padding: 10px 0px 10px 4px;
			float: left;
		}
		
		/* disposition du contenu */
		#content {
			width: 230px;
			height: auto;
			margin: 10px 0px 0px 0px;
			padding: 0px 0px 0px 16px;
			float: left;
		}
		
			/* disposition des news */
			#news {
				width: 100%;
				height: auto;
				margin: 10px 0px 0px 0px;
			}
		
		/* disposition de l'image animée FLASH */
		#flash {
			width: 569px;
			height: 383px;
			padding: 6px 6px 6px 0px;
			float: right;
		}
		
	/* disposition et mise en forme du pied de page */
	#footer {
		width: 100%;
		height: 38px;
		background: transparent url( "../images/bg_footer.gif" ) repeat-x;
		margin: 0px;
		float: left;
	}
	
		/* disposition et mise en forme du pied de page (contenu) */
		#footer_content {
			width: 97%;
			font-size: 10px;
			color: #FFFFFF;
			text-align: right;
			margin: 5px 5px 0px 0px;
			float: right;
		}
			

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ STRUCTURE DU SITE +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ GESTION DES MENUS +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		/* apparence des menus */
		a.mainlevel:link, a.mainlevel:visited {
			height: 20px;
			font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: 1px;
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;
			background: transparent url( "../images/menu_li.gif" ) no-repeat;
			background-position: 2px;
			padding: 4px 0px 0px 18px;
			display: block;
		}
		a.mainlevel:hover, a.mainlevel:active {
			color: #000000;
			background: #FFEDCA url( "../images/menu_li.gif" ) no-repeat;
			background-position: 2px;
		}
		
/* apparence des SOUS-MENUS NIVEAU 1 */
		.sublevel:link, .sublevel:visited {
			height: auto;
			font-size: 10px;
			font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			letter-spacing: 1px;
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;
			background: transparent url( "../images/submenu_li.gif" ) no-repeat;
			background-position: 0px;
			padding: 4px 0px 4px 20px;
			display: block;
		}
		.sublevel:hover, .sublevel:active {
			color: #000000;
			background-color: #FFDB97;
			background-position: 2px;
		}
		
/* apparence des SOUS-MENUS NIVEAU 2 */
		.sublevel1:link, .sublevel1:visited {
			height: auto;
			font-size: 10px;
			font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: 1px;
			color: #000000;
			text-decoration: none;
			/*text-transform: uppercase;*/
			background: transparent url( "../images/subsubmenu_li.gif" ) no-repeat;
			background-position: 2px;
			padding: 2px 0px 2px 20px;
			display: block;
		}
		.sublevel1:hover, .sublevel1:active {
			color: #000000;
			background-color: #FFC253;
			background-position: 2px;
		}

/* apparence des SOUS-MENUS NIVEAU 3 */
		.sublevel2:link, .sublevel2:visited {
			height: auto;
			font-size: 10px;
			font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: 0px;
			color: #000000;
			text-decoration: none;
			/*text-transform: uppercase;*/
			background: transparent url( "../images/subsubmenu_li.gif" ) no-repeat;
			background-position: 2px;
			padding: 2px 0px 2px 20px;
			display: block;
		}
		.sublevel2:hover, .sublevel2:active {
			color: #000000;
			background-color: #FFB62F;
			background-position: 2px;
		}

/* apparence des SOUS-MENUS NIVEAU 4 */
		.sublevel3:link, .sublevel3:visited {
			height: auto;
			font-size: 10px;
			font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: 1px;
			color: #000000;
			text-decoration: none;
			/*text-transform: uppercase;*/
			background: transparent url( "../images/submenu_li.gif" ) no-repeat;
			background-position: 2px;
			padding: 2px 0px 2px 20px;
			display: block;
		}
		.sublevel3:hover, .sublevel3:active {
			color: #000000;
			background-color: #FFAE17;
			background-position: 2px;
		}

/* apparence des SOUS-MENUS NIVEAU 5+ */
		.sublevel4:link, .sublevel4:visited {
			height: auto;
			font-size: 10px;
			font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: 1px;
			color: #000000;
			text-decoration: none;
			/*text-transform: uppercase;*/
			background: transparent url( "../images/submenu_li.gif" ) no-repeat;
			background-position: 2px;
			padding: 1px 0px 1px 20px;
			display: block;
		}
		.sublevel4:hover, .sublevel4:active {
			color: #000000;
			background-position: 2px;
		}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ GESTION DES MENUS +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* mise en forme des titres */
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

/* apparence du message d'erreur affiché lorsqu'un conteneur est vide */
.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

/* apparence du bouton de retour */
.back_button {
	float: left;
	font-size: 9px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 4px;
}

/* apparence des liens pour la navigation entre les pages (précédent, suivant, ...) */
.pagenav {
	font-size: 10px;
	font-weight: bold;
	width: auto;
	padding: 4px;
	margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

/* disposition du retrait */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* disposition et apparence de la puce de liste */
li {
	padding-left: 12px;
	background-image: url( "../images/li.gif" ) ;
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

/* apparence des cellules de tableau */
td {
	text-align: left;
	font-size: auto;
}

/* tableaux (version imprimable) */
table.contentpaneopen-static {
	width: 100%;
	padding: 0px;
	margin-bottom: 8px;
}

/* cellules de tableaux (version imprimable) */
table.contentpaneopen td {
	/*font-size: 11px;*/
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
 	padding-left: 15px;
	padding-top: 0px;
}

/* apparence des boutons de formulaire */
.button {
	border: solid 1px #3D5879;
	background-color: #B6C2D1;
	color: #3D5879;
	font-family: "Tahoma", Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 10px;
}

/* apparence des champs de formulaire */
.inputbox {
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	color: #CCCCCC;
	font-family: "Tahoma", Arial, Helvetica, Sans Serif;
	font-size: 10px;
}

.contentcolumn {
	padding-right: 5px;
}

/* conteneur qui affiche le titre de l'article (pages sous-menu) */
.contentheading-submenu {
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	border-bottom: 2px dotted #000000; 
	/* white-space: nowrap; */
}

/* conteneur qui affiche le titre de l'article (pages news) */
.contentheading {
	color: #000000;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	/* white-space: nowrap; */
}

/* conteneur qui affiche le titre de l'article (articles statiques) */
.contentheading-static {
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	border-bottom: 2px dotted #000000; 
	/* white-space: nowrap; */
}

/* mise en forme du titre des composants */
.componentheading {
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	border-bottom: 2px dotted; 
	/* white-space: nowrap; */
}

.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}

		/* apparence du conteneur de chaque module */
		table.moduletable {
			width: 100%;
			margin: 0px 0px 5px 0px;
			padding: 0px;
			border-spacing: 0px;
			border-collapse: collapse;
		}
		
		/* apparence du titre de module */
		table.moduletable th {
			height: auto;
			background: url(../images/title_indent.gif) no-repeat;
			background-color: #7A9BC1;
			background-position: 4px 3px;
			color: #FFFFFF;
			text-align: left;
			padding: 2px 0px 2px 12px;
			font-size: 12px;
			text-transform: uppercase;
		}
		
		/* apparence des cellules des modules */
		table.moduletable td {
			padding-left: 0px;
			font-weight: normal;
		}
		
						/* ++++++++++++++++ MISE EN FORME DU MODULE DE NEWS +++++++++++++++++++++ */
						
						/* apparence du conteneur */
						table.moduletable-news {
							width: 100%;
							margin: 0px 0px 5px 0px;
							padding: 2px 0px 5px 0px;
							border: 1px solid #FFFFFF;
							border-spacing: 0px;
							border-collapse: collapse;
							background-color: #FFFFFF;
							color: #000000;
						}
						
						/* apparence du titre de module */
						table.moduletable-news th {
							height: 20px;
							background: transparent url( "../images/bg_newstitle.png" ) repeat-x;
							color: #FFFFFF;
							text-align: left;
							padding: 4px 0px 0px 4px;
							font-size: 12px;
							text-transform: uppercase;
							letter-spacing: 1px;
						}
						
						table.moduletable-news li {
							padding: 10px 0px 10px 4px;
						}
						
						/* apparence des cellules des modules */
						table.moduletable-news td {
							padding-left: 0px;
							font-weight: normal;
						}
						
						/* apparence des liens */
						.latestnews-news:link, .latestnews-news:visited {
							font-size: 11px;
							font-weight: bold;
							text-decoration: none;
							color: #FFA600;
						}
						.latestnews-news:hover, .latestnews-news:active {
							font-size: 11px;
							font-weight: bold;
							text-decoration: none;
							color: #CC0000;
						}
						
						/* ++++++++++++++++ MISE EN FORME DU MODULE DE NEWS +++++++++++++++++++++ */

/* tableau formant les sondages */
table.pollstableborder td {
  padding: 2px;
}

/* apparence de la cellule de titre d'un tableau */
.sectiontableheader {
  font-weight: bold;
  color: #FFFFFF;
  background: #8094A8;
  padding: 4px;
}

/* couleur de fond 1 pour les réponses des sondages */
.sectiontableentry1 {
}

/* couleur de fond 2 pour les réponses des sondages */
.sectiontableentry2 {
}

/* font "written by" des blogs + quantité "(n)" des composants */
.small {
	color: #B6C2D1;
	font-size: 9px;
}

/* layout de la date de création d'un blog */
.createdate {
	height: auto;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 10px;
}

/* layout de la date de modification d'un blog */
.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #B6C2D1;
	font-size: 9px;
}

/* conteneur des raccourcis "aller à" */
table.contenttoc {
  border: 1px solid #3D4A58;
  background-color: #FFFFFF;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

/* conteneur "head" des raccourcis "aller à" */
table.contenttoc th {
	color: #FFFFFF;
	background-color: #3D4A58;
	text-align: center;
	padding-top: 2px;
	padding-left: 4px;
	height: 22px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.highlight {
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}