﻿/* INDEX.PHP */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* CONTENEUR */
/* ----------------------------------------------------------------------------------------------------------------------------- */
	body{	
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		font-family:Arial;
		background-repeat:no-repeat;
	}

	#site{
		display:table;
		border:0px;
		padding:0px;
		width:955px;
		height:100%;
	}
	
	#banner{
		display:table-row;
		position:relative;
		width:955px;
		height:300px;
	}
	
	#FL_banner{
		position:absolute;
		top:0px;
		left:200px;
	}
	
	#navigation{
		position:absolute;
		top:10px;
		left:50px;
		z-index:3;
	}
	
	#contact{
		position:absolute;
		top:10px;
		left:840px;
		z-index:4;
	}
	
	#carriere{
		position:absolute;
		top:10px;
		left:900px;
		z-index:5;
	}
	
	#content{
		display:table-row;
		width:955px;
		height:100%;
	}	
	
	#left{
		display:table-cell;
		float:left;
		vertical-align:top;
		width:200px;
		height:100%;
	}
	
	#middle{
		display:table-cell;
		vertical-align:top;
		float:left;
		width:500px;
		height:100%;
		margin-right:20px;
		margin-left:15px;
	}
	#right{
		display:table-cell;
		float:left;
		vertical-align:top;
		width:190px;
		height:100%;
	}
	#foot{
		display:table-row;
	}
	#fond_right{
		position:absolute;
		z-index:auto;
		top:-300px;
		left:755px;
	}
	/*#fond_right[id]{
		background-image:url(../files/media/backgrounds/background_right.png);
		background-repeat:no-repeat;  
	}*/
	#newsletter{
		margin-bottom:10px;
	}
	
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* LIENS */
/* ----------------------------------------------------------------------------------------------------------------------------- */
	
	
	#navigation a:link, #navigation a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}
	
	#navigation a:hover, #navigation a:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #ff6600;
		text-decoration: none;
	}
	
	
	/* ----------------------------------------------------------------------------------------------------------------------------- */


	#contact a:link, #contact a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}
	
	#contact a:hover, #contact a:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #ff6600;
		text-decoration: none;
	}
	#contact.currentText {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-size: 8pt;
  		font-weight: bold;
  		color: #000000;
  	}
	
	/* ----------------------------------------------------------------------------------------------------------------------------- */

	#carriere a:link, #carriere a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}
	
	#carriere a:hover, #carriere a:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #ff6600;
		text-decoration: none;
	}
	#carriere.currentText {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-size: 8pt;
  		font-weight: bold;
  		color: #000000;
  	}
	
	/* ----------------------------------------------------------------------------------------------------------------------------- */

	#foot a:link, #foot a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 7pt;
		font-weight: normal;
		color: #000000;
	}
	#foot a:hover, #foot a:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 7pt;
		font-weight: normal;
		color: #ff6600;
	}


	
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* MENU */
/* ----------------------------------------------------------------------------------------------------------------------------- */

.icon_moin{
	float:left;
	background-image:url(../files/media/icons/plus.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:15px;
	height:20px;
	vertical-align:middle;  
}

.icon_plus{
	float:left;
	background-image:url(../files/media/icons/moins.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:15px;
	height:20px;
	vertical-align:middle;  
}	

dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
	list-style-type: none;
}

#menu dt a:active, dt a:visited, dt a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
}

#menu_dt{ 
	display:table-cell;
	width:200px;
	border-top:1px solid #ffffff;
	border-left:1px solid #999999;
	border-bottom:1px solid #444444;
	border-right:1px solid #000000;
}
#menu_dt[id]{ 
	background-image:url(../files/media/backgrounds/background_left.png); 
	background-repeat:repeat;
}
	
#submenu {
	text-align:left;
}

#submenu a:visited, #submenu a:link, #submenu a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}

#submenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	color:#FF6600;
	text-decoration: none;
}

#submenu_conteneur {
	padding-left:5px;
	border:1px dotted #000000;
}

#submenu{
	background-image:url(../files/media/icons/sous_cat.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
	height:20px;
	vertical-align:middle;  
}
	
/* ----------------------------------------------------------------------------------------------------------------------------- */	
/* Texte */
/* ----------------------------------------------------------------------------------------------------------------------------- */
	#navigation.currentText {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-size: 8pt;
  		font-weight: normal;
  		color: #000000;
  	}	

	#right_table{
		padding:0px;
		border-spacing:0px;
		margin:0px;
		width:200px;
	}
	#right_news{
		width:200px;
	}

	#fond_right[id] {
		background-image:url(../files/media/backgrounds/background_right.png);
		background-repeat:no-repeat;  
	}
/* ----------------------------------------------------------------------------------------------------------------------------- */


/* right */

	#right_table{
		padding:0px;
		border-spacing:0px;
		margin:0px;
		width:200px;
	}
	#right_news{
		width:200px;
	}

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



/* impression */
	@media print {
		.isNotPrint{display:none;}
	}
/* ----------------------------------------------------------------------------------------------------------------------------- */


/* filemanager */
	.filemanagerLogo {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	.filemanagerLogo_2 {
	  color: #ff9900
	}
	.filemanagerLogo_3 {
	  color: #ffffff
	}
/* ----------------------------------------------------------------------------------------------------------------------------- */











	
/* navigation */
	.navigation_left{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 8pt;
		font-weight: normal;
		color: #333333;
	}
	#navigation{
		position:relative; 
		top:0px;
		left:0px;
		z-index:2;
	}
	.navigation_static {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 7pt;
		font-weight: bold;
		color: #000000;
	}
	.navigation_static_blanc {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 7pt;
		font-weight: bold;
		color: #ffffff;
	}
	
	a.footer:link, a.footer:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 7pt;
		font-weight: normal;
		color: #000000;
	}
	a.footer:hover, a.footer:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 7pt;
		font-weight: normal;
		color: #ff6600;
	}
		
	a.footer_blanc:link, a.footer_blanc:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 7pt;
		font-weight: normal;
		color: #ffffff;
	}
	a.footer_blanc_blanc:hover, a.footer:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 7pt;
		font-weight: normal;
		color: #ff6600;
	}
	
	
	a:link, a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		text-decoration: none;
		font-weight: normal;
		color: #000000;
	}
	a:hover, a:active {
		color: #999999;
		text-decoration: none;
		font-weight: bold;
		font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	}
	
	a.navigation_menu:link, a.navigation_menu:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
	
	a.navigation_menu:hover, a.navigation_menu:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #999999;
		text-decoration: none;
	}
	
	a.navigation:link, a.navigation:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
	a.navigation:hover, a.navigation:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #999999;
		text-decoration: none;
	}
	
	a.navigation_2:link, a.navigation_2:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}
	
	a.navigation_2:hover, a.navigation_2:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #ff6600;
		text-decoration: none;
	}
	a.navigation_2_blanc:link, a.navigation_2_blanc:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
	}
	
	a.navigation_2_blanc:hover, a.navigation_2_blanc:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		color: #ff6600;
		text-decoration: none;
	}	
	a.navigation_index:link, a.navigation_index:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	a.navigation_index:hover, a.navigation_index:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		color: #999999;
		text-decoration: none;
	}
	
	a.navigation_left_bold:link, a.navigation_left_bold:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
		color: #757575;
	}
	a.navigation_left_bold:hover, a.navigation_left_bold:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10pt;
		font-weight: normal;
		color: #757575;
	}
	
	a.navigation_middle:link, a.navigation_middle:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
		color: #757575;
	}
	a.navigation_middle:hover, a.navigation_middle:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 10pt;
		font-weight: normal;
		color: #757575;
	}
	
	a.navigation_middle_bold:link, a.navigation_middle_bold:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 11pt;
		font-weight: bolder;
		color: #757575;
	}
	a.navigation_middle_bold:hover, a.navigation_middle_bold:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 11pt;
		font-weight: normal;
		color: #757575;
	}
	
	a.title:link, a.title:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #ff6600;
	}
	a.title:hover, a.title:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #cccccc;
	}
/* ----------------------------------------------------------------------------------------------------------------------------- */

/*  couleur et fond*/
	.bg_color_principal{
		background-color: #cc0000;
	}
	.bg_color_2{
		background-color:#E27A1D;
	}
	.background_light {
	  background-color: #ffffff;
	}
	
	.background_dark {
	  background-color: #636363;
	}
	
	.tableTitle {
	  background-color: #707c8b;
	}
	
	.tableHeader {
	  background-color: #cccccc;
	}
	
	.line {
		  background-color: #A2ABB9;
	}
	
	.line_alt {
	  background-color: #8390a1;
	}
	
	.line_selected {
	  background-color: #68778A;
	}
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* border */
.border {
	border-top: 1px solid  #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.menuBorder {
	border-top: 0.01em solid  #666666;
	border-right: 0.01em solid  #666666;
	border-bottom: 0.01em solid  #666666;
	border-left: 0.01em solid  #666666;
}
.menu_bgcolor{
	background-color:#FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}


.menuBorder2 {
	border-top: 0.01em solid  #666666;
	border-right: 0.01em solid  #666666;
	border-bottom: 0.01em solid  #666666;
}
.menuBorderWithoutBottom {
	border-top: 1px solid  #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.menuBottomBorder {
	border-bottom: 1px solid #ffffff;
}

.border_top {
	border-top: 0.01em solid #cccccc;
}

.menuRightBorder {
	border-right: 1px solid #cccccc;
}

.menuLeftBorder {
	border-left: 1px solid #ffffff;
}

.dottedBottom {

	border-bottom: 2px dotted #cccccc;
}

.dottedBottom_2 {
	border-bottom: 1px dotted #ff9900;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* font */
  	.currentText {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-size: 8pt;
  		font-weight: normal;
  		color: #000000;
  	}
  	.currentText_blanc {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-size: 8pt;
  		font-weight: normal;
  		color: #ffffff;
  	}
  	.contact_titre_bulle_google_map {
  		font-family:Verdana, Arial, Helvetica, sans-serif;
  		font-size: 16pt;
  		font-weight: bold;
  		color: #000000;
  	}
	  .category_titre_category{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 16pt;
			font-weight: bolder;
			color: #ff6600;
		}
	  .category_listing_en-savoir-plus {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: bold;
	  }
		.category_listing_titre_content {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			color: #757575;
		}
  /* download_form.tpl.html_ */
  	.download_form_text_error {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-size: 8pt;
  		font-weight: normal;
  		color: #ff6600;
  	}

  	.download_form_sub_title {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		font-size: 8pt;
  		font-weight: bold;
  		color: #000000;
  	}
  /* footer.tpl.html */
  	.currentText_footer {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		text-decoration: none;
  		font-size: 7pt;
  		font-weight: normal;
  		color: #000000;
  	}
  	.currentText_footer_blanc {
  		font-family: Verdana, Arial, Helvetica, sans-serif;
  		text-decoration: none;
  		font-size: 7pt;
  		font-weight: normal;
  		color: #ffffff;
  	}
	/* right.tpl.html */
		.right_related_information_title{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-weight: bolder;
			color: #000000;
		
		}

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


/* info légales */
	.infos_legales_currentText {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
	}
	
	.infos_legales_title{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: bolder;
		color: #A4A2A1;
	}
/* ----------------------------------------------------------------------------------------------------------------------------- */

#ongletOpen[id]{
background-image:url(../files/onglets/onglet_open_04.png);
background-repeat:repeat-x;
}
#ongletClose[id]{
background-image:url(../files/onglets/onglet_close_04.png);
background-repeat:repeat-x;
}

#ongletClose a{
position:relative;
z-index:auto;
}