@charset "utf-8";
*{
	font-family:arial;
}

body  {
	background: #FFF;
	padding: 0;
	margin:0;
	text-align: left; /* 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;
	font-family: Arial;
	font-size:13px;
}
.twoColFixRtHdr .container {
	
	width: 923px;
	padding-top: 14px;
	padding-right: 150px;/*modif par sad pour compatibilité IE7*/


	/*width: 1000px;  /* 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; /* les marges automatiques (et dotées d'une largeur positive) centrent la page 
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body.
	margin-left: auto;
	margin-right:auto;
	
	font-family: Arial;
	color:#000;
	position:relative;
	top:0px;
	left:0;*/
} 


#menu{
		background-image: url('http://www.ecomundo.eu/img/menu_blue.png');
		background-repeat:repeat-x;
		position:relative;
		top:0;
		left:0;
}

#header_content{
	background-image:url('http://www.ecomundo.eu/img/banner_bg.jpg');
	background-repeat:repeat-x;
	z-index:1000;
}

.twoColFixRtHdr #header {
	position:relative;
	top:0;
	left:0;
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	background-image:url(http://www.ecomundo.eu/img/banner.jpg); background-repeat:no-repeat;
	height: 100px;
} 
FixRtHdr #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: 0px; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
}
.twoColFixRtHdr #sidebar1 {
	
	position:absolute;
	top:144px;
	left:810px;
	width: 190px; /* 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 */
	
	padding: 15px 10px;
	margin: auto auto;
	text-align:left;
	z-index:500;
	/*
	position:absolute;
	top:144px;
	left:810px;
	width: 190px; /* 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:#FFF; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà 
	padding: 15px 10px;
	margin: auto auto;
	text-align:left;
	z-index:500;*/
}
.twoColFixRtHdr #mainContent {
	position:relative;
	top:0;
	margin-left: auto;
	margin-right:auto;
	left:0;
	text-align:left;
	width:540px;
	padding: 30px 170px 0 270px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	min-height:550px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	border-left: 1;
	text-align:center;
	margin: 10px 0 10px 0;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu {
	text-align: center;
	color: #FFF;
}
.sitemap_top {
	background:#E3E9F2;
	color:#2A508E;
	font-size:10px;
}
.sitemap_bottom {
	color:#FFF;
}
.title_1 {
	color: #2F79B5;
	font-size: 22px;
	font-weight:normal;
}
.platform {
	color: #2F79B5;
	font-size: 23px;
	font-weight:bold;
	text-decoration:none;
	padding-left:0px;
}
.title_2 {
	color: #2F79B5;
	font-size: 16px;
	font-weight:normal;
	display:inline;
}
.title_22 {
	color:#000;
	font-size: 16px;
}
.title_23 {
	color:#CCC;
	font-size: 16px;
}

.title_3 {
	color: #000;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}
.title_4 {
	color:#DB8F01;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}
.emphasis {
	color:#2F79B5;
	text-decoration:none;
}
.emphasis2 {
	color:#2F79B5;
	text-decoration:none;
	font-size:14px;
}
.rien {
	color:#000;
	text-decoration:none;
}
.tab {
	color:#2F79B5;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}
.tab_selected {
	background-color: #00c3df;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}
.tab_selected2 {
	background-color: #1d8dd7;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}
.tab_selected3 {
	background-color: #3eba8e;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}
.tab_selected4 {
	background-color: #71ac21;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}
.content_sidebar {
	color: #583212;
	background-color: #F2EAE1;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.table {
	border:2px;
	vertical-align:top;
}
ul {
	list-style-image:url(http://www.ecomundo.eu/img/bullet_dot.png)
}
.job_offer {
	color: #FFF;
	background-color: #204884;
	font-size: large;
	font-weight: normal;
	text-align:center;
}
.job_offer_h1 {
	color: #FFF;
	background-color: #204884;
	font-size: x-large;
	font-weight: bold;
	text-align:center;
	display:inline;
	width:100%;
}

.field {
	width: 400px;
}
.tag_1 {
	color:#FFF;
	font-size:smaller;
}
.tag_2 {
	color:#FFF;
	font-size:larger;
}
.tag_3 {
	color:#FFF;
	font-size:x-large;
	font-weight:bolder;
}
.FACT {
	color:#000;
	font-size:large;
}
.corine1 {
	color:#FFF;
	background-color: #7ac360;
	font-weight: bold;
}
.corine2 {
	color:#000;
	background-color: #7895b5;
}
.corine31 {
	color:#000;
	background-color: #88d8f6;
}
.corine32 {
	color:#000;
	background-color: #b1e3f6;
}
a.lien1{
	display:block;
	width:210px;
	height:45px;
	background:url("http://www.ecomundo.eu/img/reach-sief-iuclid-echa-clp.png") no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
}
a.lien2{
	display:block;
	width:210px;
	height:45px;
	background:url("http://www.ecomundo.eu/img/notification-clp-svhc_list-new_sds-fds.png") no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;	
	padding-top:5px;
}
a.lien3{
	display:block;
	width:210px;
	height:45px;
	background:url("http://www.ecomundo.eu/img/ecodesign_eco-conception_corine-avc-lca.png") no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
}
a.liensidebar2{
	display:block;
	width:175px;
	height:21px;
	background:url("http://www.ecomundo.eu/img/list_svhc-substitution.png") no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:2px;
	padding-left:5px;
	text-align:left;
}
a.liensidebar3{
	display:block;
	width:175px;
	height:25px;
	background:url("http://www.ecomundo.eu/img/dossier-reach-iuclid_5.png") no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	padding-left:5px;
}
.liensidebar4{
	display:block;
	width:175px;
	height:21px;
	background:url("http://www.ecomundo.eu/img/sidebar.png") no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:2px;
	padding-left:5px;
}
a.reachform{
	display:block;
	width:172px;
	height:40px;
	background:url("http://www.ecomundo.eu/img/reachform.png") no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
}
a.factform{
	display:block;
	width:172px;
	height:40px;
	background:url("http://www.ecomundo.eu/img/factform.png") no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
}
.contact {
	color: #1f3b78;
	font-size: 16px;
	text-decoration:none;
}

#footer_bottom{
	width:100%;
	background-image:url("http://www.ecomundo.eu/img/footer_img.png");
	background-repeat:repeat-x;
	height:42px;
	margin-top:80px;
}

	#footer_bottom_content{
		height:40px;
		width:1000px;
		margin-right:auto;
		margin-left:auto;
		color:#ffffff;
		
	}
	
		#footer_bottom_content *{
			padding:0;
			margin:0;
			font-size:12px;
			line-height:15px;
		}


#sous_menu{
	width:175px;
	position:absolute;
	top:35px;
	left:66px;
}

	#sous_menu #sous_menu_header{
		width:100%;
		height:23px;
		background-image:url("http://www.ecomundo.eu/img/menu-gauche-top.jpg");
	}
	
		#sous_menu #sous_menu_header h3{
			color:#eff6fb;
			margin-left:9px;
			font-size:13px;
			line-height:22px;
			display:inline;
		}

		
	#sous_menu ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	
		#sous_menu ul li{
			height:18px;
			border-bottom:1px solid #bfbfbf;
			padding-top:10px;
			margin-left:10px;
			padding-left:10px;
			background-image:url("http://www.ecomundo.eu/img/menu-gauche-arrow.jpg");
			background-repeat:no-repeat;
			background-position:0px 14px;
		}
	
			#sous_menu ul li a{ 
				font-family:arial;
				line-height:15px;
				color:#2d5893;
				text-decoration:none;
			}
			
			
			
#menu_right{
	width: 167px;
	position: absolute;
	top: 48px;
	left: 840px;
	
	
}

	#menu_right .menu_right_header{
		position:relative;
		top:10px;
		width:100%;
		height:29px;
		background: url("http://www.ecomundo.eu/img/fleche_barre_marron.png") no-repeat;
	}
	
		#menu_right .menu_right_header h3{
			margin-left: 22px;
			font-size:13px;
			line-height:22px;
			display:inline;
		}

		
	#menu_right ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	
		#menu_right ul li{
			height:18px;
			border-bottom:1px solid #bfbfbf;
			padding-top:10px;
			margin-left:10px;
			padding-left:7px;
			background-image:url("http://www.ecomundo.eu/img/menu-gauche-arrow.jpg");
			background-repeat:no-repeat;
			background-position:0 16px;
		}
	
			#menu_right ul li a{
				font-family:arial;
				line-height:15px;
				color:#2d5893;
				text-decoration:none;
			}

			
#footer_bottom_content p a{
	color:#fff;
	text-decoration:none;
	padding:0 5px 0 5px;
}		

#footer_bottom_content p a:hover{
	text-decoration:underline;
}			


#menu_top{
	float:left;
	height:29px;
	list-style:none;
	padding:0;
	margin-top:8px;
	margin-bottom:0;
}

	#menu_top li{
		float: left;
		height: 27px;
		padding-top: 2px;
		margin-right: 35px;
	}
	
		#menu_top li a {
			color:white;
			padding-top:2px;
			text-decoration:none;
		}
		
.sous_menu{ 
	display:none;
	position:absolute;
	top:139px;
	left:0;
	list-style:none;
	border:1px solid #CCCCCC;
	text-align:left;
	padding:0;
	margin:0;
	z-index:600;
}

	.sous_menu li{
		background-color:white;
		padding:0;
		margin:0;
		padding:0px 0px 0px 0px;
		height:26px;
	} 
	
		.sous_menu li a{
			text-decoration:none;
			color:#2A508E;
			position:relative;
			top:5px;
			left:20px;
			padding:0px 40px 5px 0px;
			height:16px;
			width:100%;
			line-height:16px;
		}
	
#caroutemoin{
	height:150px;
	width:175px;
}

	
.carousels{
	overflow:hidden;
	float:left;
	position:relative;
	top:0;
	left:0;
}
		
	.carousels ul{
		position:absolute;
		top:0;
		left:0;
		list-style:none;
		float:left;
		margin:0;
		padding:0;
		width:10000px;
	}
	
		.carousels ul li{
			float:left;
			width:175px;
		}
		
			.carousels ul li a{
				color:black;
				text-decoration:none;
			}
		
		
/*********Hn de la home page sad ************/

.hn_home{
	font-size:13px;
	margin:14px 0 0 0;
	
}
.hn_home a{
	font-size:13px;
	margin:14px 0 0 0;
	color:black;
	
}
.h2_home_event2 {
    font-size: 13px;
    margin: 14px 0 -3px 0;
	display:inline;
}
.h2_home_event2 a{
    font-size: 13px;
    margin-top: 14px;
	color:black;
}

/*********Hn page témoignage client sad ************/

.h1_description_contenu{
	color: #2F79B5;
    font-size: 22px;
    text-decoration: none;
	display:inline;
	font-weight: normal;
}

/**********Hn page chronique toxicologie sad **********/
.h2_resume_tox{
	font-size:13px;
}

/************Les h2 en générales sad ********************/
.title_2_h2_lexique{
	color: #2F79B5;
    font-size: 16px;
    font-weight: normal;
	display:inline;
}
.p_lexique{
	display:inline;	
}
.title_2_h2 {
	color: #2F79B5;
	font-size: 16px;
	font-weight:normal;
	display:inline;
	margin-top:-10px;
}


.hn_title_4{
	display:inline;
	color:#DB8F01;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;

}
.hn_normal{
	font-weight:normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

/*page atualités (http://www.ecomundo.eu/fr/reglementation/reglement_reach/actualites/2011-01-15_penalites_non_conformite_reach.html)sad */

.h2_actu_reglement_reach{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	display:inline;
}

.h3_actu_reglement_reach{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;	
	display:inline;
	font-size:13px;
}
/*page sommaire du reglement reach (http://www.ecomundo.eu/fr/reglementation/reglement_reach/actualites/sommaire.html) sad */
.h2_actu_reglement_reach_sommaire{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	display:inline;
	margin-top:-5px;
}

/*page reglement reach services guide.html (http://www.ecomundo.eu/fr/reglementation/reglement_reach/services/guide.html)*/
.h2_guide_service_reglement_reach{
	color:#DB8F01;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	margin-top:13px;
}

/********* reglement REACH *****/

.img_border_manuel_reach{
	border:1px black solid;
}
/************ xmat.html ******/
.list_xmat{
	margin-left:35px;	
}
/****************** fr/reglementation/reglement_reach/services/consortium/presentation.html *******/
.cmr_pres_platforme{
	background:url("../../img/svhc-cmr-substances-pbt.png") no-repeat;	
	
}
.cmr_pres_platforme p{
	text-align:center;
	padding-top:45px;
}
/************************************************************************************************* 
 * Slideshow style rules.************************************************************************* 
 *************************************************************************************************/
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:none;
	position:relative;
	margin-bottom:70px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:300px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:283px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:0;
  left:0;
  background:transparent url(newsletter/img/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(newsletter/img/control_right.png) no-repeat 0 0;
}

/************************************************************************************************* 
 * Slideshow2************************************************************************* 
 *************************************************************************************************/
#slideshow2 {
	margin:0 auto;
	width:640px;
	height:263px;
	background:none;
	position:relative;
	margin-bottom:50px;
}
#slideshow2 #slidesContainer2 {
  margin:0 auto;
  width:560px;
  height:300px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow2 #slidesContainer2 .slide2 {
  margin:0 auto;
  width:540px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:283px;
}

/** 
 * Slideshow controls style rules.
 */
.control2 {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo2{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl2 {
  top:0;
  left:0;
  background:transparent url(newsletter/img/control_left.png) no-repeat 0 0;
}
#rightControl2 {
  top:0;
  right:0;
  background:transparent url(newsletter/img/control_right.png) no-repeat 0 0;
}

.twoColFixRtHdr #sidebar2 {
	position:absolute;
	top: 0px;
	left: 825px;
	width: 180px; /* 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 */
	padding: 15px 10px;
	margin: auto auto;
	text-align:left;
	z-index:500;
	height: 289px;
	/*
	position:absolute;
	top:144px;
	left:810px;
	width: 190px; /* 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:#FFF; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà 
	padding: 15px 10px;
	margin: auto auto;
	text-align:left;
	z-index:500;*/
}

.title_sidebar2{
width: 165px;
height: 29px;
background-image: url("http://www.ecomundo.eu/img/fleche_barre_marron.png");

}
.title_sidebar2 h3{
margin-left: 22px;
font-size: 13px;
line-height: 22px;
display: inline;
}

.td_style_newsletter{
	padding-left:15px;	
}
.style_texte_newsletter  p{
	font-weight:italic;
}


/**************Menu right******/
.p_menu_right_style1{
	padding-left: 22px;	
}
.p_menu_right_style1 a{
	display:block;	
}
.p_menu_right_style2{
	padding-left: 5px;	
	text-align:justify;
}
.p_menu_right_style3{
	padding-left: 5px;	
}

/*********Player audio**************/
.controls span {display:block;height:48px;width:48px;float:left;}
.controls .play {cursor:pointer;background: url("img/play_slider.png") no-repeat center center;}
.controls .pause {cursor:pointer;background: url("img/pause_slider.png") no-repeat center center;}
.controls .track-controls {height: 48px;}
.controls ul {clear:both;cursor:pointer;}
/*#dewplayer {position: absolute;top:9000px;}*/
