.normal {

	font-family: Verdana;

	font-size: 11px;

	color: #FFFFFF;

	font-weight: normal;

	/*text-align: left;*/

} 



A:link  {

	text-decoration : none;

	color:#FFFFFF;

}

  

A:visited  {

	text-decoration : none;

	color:#FFFFFF;

}



A:active {

	color:#FFFFFF;

	text-decoration: underline;

}



A:hover  {

	text-decoration: underline;

	color:#FFFFFF;

}



A.ssmenul {

	color: #0C1974;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	font-size: x-small;

	text-decoration: none;

}



A.ssmenul:hover {

	text-decoration: underline;

	color: #0C1974;

}



A.ssmenul:link {

	text-decoration: none;

	color: #0C1974;

}

A.ssmenul:active {

	text-decoration: none;

	color: #0C1974;

}



.info_titre {

	color: #0C1974;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	font-size: x-small;

}



.info_text {

	font-family:  Arial; 

	font-size: 11px; 

	text-align: left;

	color: #0C1974;

}



.detail_titre {

	font-family: Tahoma, Arial; 

	font-size: 16px; 

	font-weight: bold;

	padding: 15px;

	color: #5A82EE;

	text-align: right;

}



.detail_text {

	font-family: Tahoma, Arial; 

	font-size: 11px; 

	text-align: left;

	color: #AAAAAA;

}

.rubrique_path {

	font-family: Verdana, Arial; 

	font-size: 10px; 

	color: #ADB3BF;

	text-align: left;

	font-weight: normal;

}

.rubrique_titre {

	text-align: center;

	color: #0C1974;

	font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 20px;

	padding-top: 0px;

	padding-bottom: 0px;

	padding-right: 0px;

}

.rubrique_texte {

	font-family: Verdana,Arial,Tahoma; 

	font-size: 11px; 

	color: #FFFFFF;

	padding-left: 0px;

	text-align: normal;

	font-weight: normal;

	line-height:17px;

}

.rubrique_menu {

	font-family: Verdana, Arial; 

	font-size: 11px; 

	color: #999999;

	padding-left: 10px;

	text-align: left;

	font-weight: bold;

	line-height: 22px;

}



.info_menu {

	font-family: Verdana, Arial; 

	font-size: 10px; 

	color: #999999;

	padding-left: 20px;

	text-align: left;

	font-weight: normal;

	line-height: 18px;

}



.form_text{

	font-family: Verdana, Arial; 

	font-size: 11px; 

	color: #FFFFFF;

	padding-left:0px;

	text-align: left;

	font-weight: normal;

	line-height: 18px;

}
.style8 {
	color: #0C1974;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style9 {
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #E84A00;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style12 {
	color: #FFFFFF;
	font-weight: bold;
}
.style14 {color: #0C1974}
a:link {
	color: #0C1974;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C1974;
}
a:hover {
	text-decoration: underline;
	color: #E84A00;
}
a:active {
	text-decoration: none;
	color: #0C1974;
}
.style20 {color: #B2B6D7; font-weight: bold; font-size: x-small; }
.style21 {font-size: x-small; color: #000000;}
.style16 {	color: #B2B6D7;
	font-weight: bold;
}

.td {
	font-family:  Arial; 
	font-size: 11px; 
	text-align: left;
	color: #0C1974;
}

.style1 {color: #FFFFFF}
/* Fin de la section de style généré par WebExpert le 20/12/2000 19:17:32 */


.tip {
    color: #ff6600;
	font-size: 14px;
	line-height: 20px;
    background-color:#020a42;
	border: 1px solid #ff6600;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	float: left;
	width: 230px;
}

#home a img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}
#home  a {
	border: 0;
	margin: 0;
	padding: 0;
}
.tip_trigger {
	border: 0;
	margin: 0;
	padding: 0;
}
.titre-bulle {
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
#home  a:hover {
	text-decoration: none;
}



 /*------------------------------------------------------*
  *-------------    COPYRIGHT SIWEB.COM - CSS 2010 ----*
  *------------------------------------------------------*/
 
	/*-------	CSS GENERAL	-------*/
 
/* Page */ 
html { 
  	font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
 	height:100%; /* fix height to 100% for IE */
} 
body #home{ 
	/* Pensez à utiliser une collection de polices (2), par ex:*/ 
	font-family: Arial, Helvetica, FreeSans, sans-serif;  
	font-size: 11px; /* À adapter pour la police choisie. (3) */ 
	line-height: 18px; /* À adapter au design. (4) */ 
	color: white; 
	/*background-attachment: fixed;*/ 
	width: 100%; /* largeur du body */
	height: 100%; /* hauteur du body */
} 
body, div, img, p {
	padding:0;
	margin:0;
}
/* Listes */ 
ul, ol { 
  margin: 0; 
  padding: 0; 
} 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a {
	color: black;
}
a:active { 
	outline: none;
	color: black; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
border:0;
}
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active img{ 
outline: none; 
} 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

/* CONTENT */
.centre {
	width: 960px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 100%;
	height:215px;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-header.gif) repeat-x top left;
}
#footer-bas {
	float: left;
	width: 100%;
	height:37px;
	margin: 0;
	padding: 0;
	background-color: #2E356B;
	color: white;
	font-size: 13px;
	line-height: 37px;
	text-shadow: 0px -1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1);	
	
}
#footer-bas .gauche {
	float: left;
}
#footer-bas .droite {
	float: right;
}






#header .gauche {
	float: left;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 37px;
	text-shadow: 0px -1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1);
}

#top {
	float: left;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 50px;
}
#logo-menu {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
	height: 165px;	
}
#logo {
	float: left;
	width: 960px;
	height: 101px;
	margin: 0;
	padding: 0;
}
#menu {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
	height:64px;
	background: transparent url(images/bg-menu.gif) no-repeat top left;
}
#menu ul {
	float: left;
	height: 56px;
	margin: 0;
	padding: 0;
	width: 800px;
	list-style-type: none;
}
#menu ul  li {
	float: left;
	margin: 0;
	padding: 0 15px;
	display: inline;
	height: 56px;
	font-size: 15px;
	line-height: 20px;
	background: transparent url(images/border-menu.gif) no-repeat top right;
}
#menu ul  li a {
	display: block;
	cursor: pointer;
}
#menu ul  li a:hover .blanc {
	color: #FFF;
	display: block;	
}
#menu ul  li a:hover .bleu {
	color: #FFF;
	display: block;	
}
#menu ul  li a .blanc {
	margin: 8px 0 0;
	float: left;
	color: white;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
#menu ul  li a .bleu {
	float: left;
	color: #febe10;
	font-style: italic;
	clear: left;	
}
#menu .bouton-eval {
	float: right;
	width: 111px;
	height: 56px;
	margin: 0;
	padding: 0;
}
#slideshow {
	float: left;
	width: 100%;
	height: 407px;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-slideshow.gif) no-repeat top left;
}
#premins {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #2e356b;
	height: 235px;
}
#premins p {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	color: white;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;		
}
#premins h1 {
	float: left;
	margin: 15px 0 0 0;
}
#premins .bouton-savoir-plus {
	float: left;
	width: 960px;
	margin: 15px 0 0;
}
#premins .contact-regionaux {
	float: left;
	width: 960px;
	margin: 35px 0 20px 0;
}
#systeme {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 350px;	
	background-color: #c8306c;
}
#systeme .systemes-mins {
	float: left;
	width: 420px;
}


#systeme .qualite-env {
	float: right;
	width: 420px;
}
#systeme .bouton-savoir-plus {
	float: left;
	width: 420px;
	margin: 15px 0 0;
}



#slideshow-left {
	float: left;
	width: 530px;
	margin: 15px 0 0;
}
.slideshow-expli {
	float: left;
	width: 530px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
} 
#slideshow-right {
	float: right;
	margin: 15px 0 0;
}
#vos-besoins {
	float: left;
	width: 330px;
}
#nos-solutions {
	float: left;
	width: 400px;
}
#nos-engagements {
	float: right;
	width: 400px;
}
#vos-besoins  h1 {
	float: left;
	width: 330px;
	margin: 20px 0 0;	
}
#nos-solutions  h1 {
	float: left;
	width: 320px;
	margin: 20px 0 0;	
}
#systeme  #nos-solutions  p {
	float: left;
	width: 400px;
	margin: 10px 0 0;	
}
#nos-engagements  h1 {
	float: left;
	width: 320px;
	margin: 20px 0 0;	
}
#systeme p {
	float: left;
	width: 400px;
	margin: 10px 0 0;
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;	
}
.centrer-p {
	float: left;
	width: 310px;
	margin: 10px 0 0;
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-align: center;	
}
