body {
	background: #434D53; 
	padding: 0px 10px 0px 10px;
}

h1 {
	text-align  : center;
	color: #a2b1ff;
	font-family : Trebuchet MS;
}

a img {
	border : none;
}


#global {
	background: #f5f5f5;
	width: 90%;
	overflow: hidden;
	min-width: 800px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#entete {
	background: #f5f5f5;
	color: #5559fa;
	padding: 0px;
	clear: left;
}


#navigation {
	background: #434D53;
	color: #f5f5f5;
	width: 180px;
	float: left;
}
#navigation ul.navigation {
	margin: 0;
	padding: 10px 10px;
	list-style: none;
}

#navigation ul.subMenu {
	padding: 10px 10px;
	color: #5559fa;
	list-style: disc;
}

#navigation a{
	text-decoration: none;
	color: #f5f5f5;
}
#navigation a:hover {
	color: #5559fa; /* Changement de la couleur de la police initiale */
}

#contenu {
	color: #363B29;
	margin-left: 220px;
	padding: 0px 100px 200px 10px;
}
#contenu > :first-child {
	margin-top: -70px;
}

#language {
	width: 90%;
	overflow: hidden;
	min-width: 700px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 9pt;
	color: #f5f5f5;
}

#language a {
	text-decoration: none;
	color: #f5f5f5;
}

#language a:hover {
	color: #5559fa; /* Changement de la couleur de la police initiale */
}

.lg {
	float: right;
	margin-right: 12px;
}

#FR {
	background-image: url('http://www.bosch-ip-services.com/images/rond-lang.jpg');
	background-repeat: no-repeat;
	height: 20px;
	width: 30px;
}

#FR a{
	color: #434D53;
}


#OEBnews {
	float: right;
	padding: 15px;
	font-size: 9pt;
}

#logonews {
	float: left;
}

#illustration {
	float: right;
	padding: 15px;
}

#linkedin {
	font-size: 9pt;
}

#linkedin a {
	text-decoration: none;
	color: #363B29;
}

#call2 {
	float: right;
}

#call1 {
	float: left;
}

#call-global {
	width : 400px;
	height: 100px;
}

#OEBnews a {
	text-decoration: none;    /* Suppression du soulignement */
	color: rgb(72, 59, 50);   /* Couleur de la police */
}

#OEBnews a:hover {
	color: #5559fa; /* Changement de la couleur de la police initiale */
}

#footer {
	width: 90%;
	text-align: right;
	font-size: 9pt;
	color: #f5f5f5;
	min-width: 700px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer a{
	text-decoration: none;
	color: #f5f5f5;
}