body {
  text-align: justify;
	font-family: Arial, Helvetica, Sans-serif;
	/*background-image: url(background.jpg); */
  background-attachment: fixe;
  background-repeat: no-repeat;
  vertical-align: top;
  font-size: 12px;
  background: #2c2d2f;
}

/* Texte de niveau 1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1  */
h1 {
	padding-top: 0px;
	padding-bottom: 0px;
  margin-top: 0px;
	margin-bottom: 0px;
  text-align: left;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 25px;
	font-family: Arial, Helvetica, Sans-serif;
	padding-left: 180px;
}

.accroche h1 {
  background-color: #a29b90;
}

.accroche_metiers h1 {
  background-color: #5170b0;
}  

/* Texte de niveau 2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 H2 */
h2 {
  padding-top: 0px;
	padding-bottom: 0px;
  margin-top: 0px;
	margin-bottom: 0px;
  background-color: #d0cabc;
  font-weight: bold;
	font-size: 1.1em;
  text-align: center;
	color: #fcfaf1;
	line-height: 20px;
	width: 150px;
	text-decoration: none;
}

h2 a:link{
  font-size: 1em;
  text-align: left;
  color: #fcfaf1;
  text-decoration: none;
} 

h2 a:visited{
  text-align: left;
  font-size: 1em;
  color: #fcfaf1;
  text-decoration: none;
} 
h2 a:hover{
  text-align: left;
  color: white;
} 

/* Texte de niveau 3 H3 H3 H3 H3 H3 H3 H3 H3 H3 H3 H3 H3 H3 H3 H3 H3 */
h3 {
  margin-left: 6px;
  line-height: 120%;
  font-size: 0.9em;
  margin-right: 6px;
  padding-top: 2px;
  margin-top: 3px;
  margin-bottom: 0px;
	color: #4b4b4d;
	text-align: center;
}


/* Texte de niveau 4 H4 H4 H4 H4 H4 H4 H4 H4 H4 H4 H4 H4 H4 H4 H4 H4 */
h4 {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  margin-right: 0px;
  padding-top: 0px;
	color: #4b4b4d;	
}
/* Texte de niveau 5 H5 H5 H5 H5 H5 H5 H5 H5 H5 H5 H5 H5 H5 H5 H5 H5  */
h5 {
  font-size: 0.7em;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
	color: #4b4b4d;	
}

/* Texte de niveau 6 H6 H6 H6 H6 H6 H6 H6 H6 H6 H6 H6 H6 H6 H6 H6 H6 H6*/
h6 {
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 75px;
  margin-right: 0px;
  padding-top: 3px;
	color: #d0cabc;	
}

h6 a:link{
  color: #d0cabc;    
  text-decoration: none;
  }
h6 a:visited {
  color: #d0cabc;
  text-decoration: none;
  }
h6 a:hover{
  color: #fcfaf1; 
  text-decoration: none;
}

#conteneur {
 width: 800px;
 height: auto;
 margin-left: auto;
 margin-right: auto;
 background: #d0cabc;
 /*border : 10px solid #fcfaf1;*/
}

#zone {
  float:left;
  /*margin-left: -10px;*/
  background: #fcfaf1;
  width: 800px;
  height:100%;
  /*border : 10px solid #fcfaf1;*/
  }
  
/* zone de navigation */
#zone_nav {
  float: left;
  width: 150px;
  background: none;
  display: block;
  margin-left: 10px;
  
  }

/* zone de navigation menu Solutions métiers */
#zone_nav_menu {
  float: left;
  background: #E6E2D7;
  margin-bottom: 10px;
  }

/* zone de navigation References */
.zone_nav_ref {
  text-align: left;
  float: left;
  width: 150px;
  margin-top: 10px;
  background: #4b4b4d;
  height: 95px;
  }

.zone_nav_ref li {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  list-style-image: none;
  list-style-type: none;
  color: white;
  margin-left: -30px;
  text-decoration: none;
  }
.zone_nav_ref a:link {
  font-weight: normal;
  font-style: normal;
  color: white;
  margin-left: 0px;
  text-decoration: none;
  }
.zone_nav_ref a:visited {
  font-weight: normal;
  color: white;
  text-decoration: none;
  }
.zone_nav_ref a:hover {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: white;
  text-decoration: none;
  }
h2.navref  {
  background: #696969;
	color: #fcfaf1;
  }

/* zones des actualités*/
.zone_actu {
  float: left;
  width: 150px;
  background: #E6E2D7;
  margin-top: 10px;
} 

.events {
  margin-top: 10px;
}

.zone_actu h5 {
  padding-bottom: 2px;
  border-bottom: 2px solid #d0cabc;
  width: 100%; 
}

.zone_actu a:link { 
  color: #4b4b4d;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
} 

.zone_actu a:visited{
  color: #a29b90;
  text-align: left;
  text-decoration: none;
  list-style-type: none;
} 

.zone_actu a:hover{
  color: #a29b90;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  list-style-type: none;
}


h4.zone_actu {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 6px;
  font-size: 0.9em;
  font-weight: bold;
} 

.zone_actu h5 a:link{
  margin-left: 6px;
} 

.zone_actu h5 a:visited{
  margin-left: 6px;
  font-weight: bold;
} 
 

#contenu_principal {
  float: left;
  width: 480px;
  background-color: none;
}

/* zone de navigation droite*/
#zone_nav_droite {
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-top: 0px;
  background: none;
  display: block;
  }
  
/* zone de navigation menu Gamme SG */
.modules {
  float: left;
  width: 150px;
  background: #E6E2D7;
  margin-top: 10px;
}

.annex {
  margin-top: 10px;
}

.modules h3 a:link{    
  font-size: 1.1em; 
}

.modules h3 a:visited {
  color: #4b4b4d;
  font-size: 1.1em;  
}

/* zone de la newsletter*/
.zone_news {
  float: left;
  text-align: left;
  width: 150px;
  background: url("images/Newsletter/Inscription_newsletter.png");
  margin-top: 10px;
} 

.kitpress { 
  background: url("images/bandeau2.png")
}
  


.zone_news h2{
  background: #d0cabc;
  color: #;
} 
fcfaf1
.zone_news a:link{
  color: #696969;
} 

.zone_news a:hover{
  color: #8e1142;
}

.download a:link {
  color: #4b4b4d;    
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.download a:visited {
  color: #a29b90;    
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.download a:hover {
  color: #8e1142;    
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.download.Hitachi a:visited {
  color: black;    
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.toutaki {
	width: 260px;
	background-color: #ffc36d;
}

.TTK_SBH {
	width: 470px;
	background-color: #ffc36d;
}

.TTK_TEM {
	width: 470px;
	line-height: 30px;
	background-color: #ffc36d;
}

.TTK_MCF {
	width: 470px;
	line-height: 60px;
	background-color: #ffc36d;
}

h2#kerquery { 
  background-color: #87bfe4;
  color: white;  
}

#autres_produits table {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: none;
}

#img {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }

a img {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
  border-style: none;
	border-left-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
  list-style-type: none;

}
/*
a.info:link {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte *//*
}
/*
a.info span {
   display: none; /* on masque l'infobulle *//*
}/*
a.info:hover {
   background: none; /* correction d'un bug IE */
 /*  z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
  /* cursor: help; /* on change le curseur par défaut en curseur d'aide *//*
}*/
/*
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
/*   position: absolute;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  /* top: 30px; /* on positionne notre infobulle */
   /*left: 20px;
   background: white;
   color: #8e1142;
   padding: 3px;
   border: 1px solid #8e1142;
   border-bottom: 4px solid #8e1142;*//*
}*/

a:link {
  color: #4b4b4d;
  text-decoration: none;
  list-style-image: none;
  list-style-type: none;
}
a:visited { 
  color: #8e1142 ;
  text-decoration: none;
  list-style-image: none;
  list-style-type: none;
}
a:hover {
  color: white ;
  text-decoration: none;
  list-style-image: none;
  list-style-type: none;
}
ul.menu_left {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
ul.menu_left li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 23px;
  letter-spacing: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: 100%;
	float: left;
	background: #E6E2D7;
}
ul.menu_left a:link {
  color: #4b4b4d;    
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
ul.menu_left a:visited {
  color: #4b4b4d;    
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
} 
ul.menu_left a:hover {
  color:white;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;   
  text-decoration: none;
  background: #5170b0;
  display: block;
}

ul.menu_gamme {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

ul.menu_gamme li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 23px;
  letter-spacing: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: 100%;
	float: left;
	background: #E6E2D7;
}

ul.menu_gamme a:link {
  color: #4b4b4d;    
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
ul.menu_gamme a:visited {
  color: #4b4b4d;    
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
} 
ul.menu_gamme a:hover {
  color:#fcfaf1;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: block;
}

li.elec a:hover {
	background: #96C25B;
}

li.forms a:hover {
	background: #AB10D2;
}

li.plans a:hover {
	background: #FFDA00;
}

li.TTK a:hover {
	background: #ffbf00;
}

li.KRQY a:hover {
	background: #87bfe4;
}

li.techno a:hover {
	background: #8e1142;
}

li.concours a:hover {
	background: #A54168;
}

li.recrute a:hover {
	background: #BB708E;
}

li.part_insti a:hover {
	background: #8e1142;
}

li.ref_indus a:hover {
	background: #5170B0;
}

li.ref_ensei a:hover {
	background: #8e1142;
}

li.part_techno a:hover {
	background: #8e1142;
}

li.part_busi a:hover {
	background: #8e1142;
}

bc7290

p {
  padding: 2px;

}
/*lien vers articles  */
p#gras2 {
  /*background-color: #cfe2b2; /*vert 50*/
  color: #cfe2b2;
  margin-left: 8px;
  margin-right: 10px;
  text-align: justify;
  margin-bottom: 10px;
}

#actu {
  margin: 5px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
}

#actu h3{
  margin: 15px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
  background-color: none;
  color: #8e1142;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  
}

#actu p{

  margin: 4px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
}

#actu a:link  {
  color: #4b4b4d;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#actu a:visited  {
  color: #944061;
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

#actu a:hover {
  color: #8e1142;
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

img#para {
  margin-top: 7px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px 0px 0px 0px;
}

img#actu {
  margin-top: -5px;
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 1px;
  padding: 0px 0px 0px 0px;
}

#gamme {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 10px;
  width: 440px;
}

#gamme table {
  border-spacing: 0px; 
}

#gamme td { 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 105px;
  width: 150px;
  border-spacing: 0px;
}

#gamme h3 {
  padding-top: 0px;
	padding-bottom: 0px;
  margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
  background-color: #d0cabc;
  font-weight: bold;
	font-size: 1.0em;
  text-align: center;
	color: #fcfaf1;
	line-height: 20px;
	width: 440px;
	text-decoration: none;
}


td.elec a:hover  {
  background-image:url(images/Produits/bg_elec.jpg);
  display: block;
}

td.form a:hover  {
  background-image:url(images/Produits/bg_forms.jpg);
  display: block;
}

td.plan a:hover  {
  background-image:url(images/Produits/bg_plans.jpg);
  display: block;
}


a.solmet:link  {
  color: #d0cabc;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

a.solmet:visited  {
  color: #d0cabc;
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

a.solmet:hover {
  color: white;
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

.formulaire {
  margin: 10px 20px 0px 20px; 
  padding: 0px 0px 0px 0px;
  text-align: left;
  color:#4b4b4d;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

.lien a:link{
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  text-align: left;
  color:#8e1142;
}

.lien a:visited{
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  text-align: left;
  color:#4b4b4d;
}

.lien a:hover{
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  text-align: left;
  color:#4b4b4d;
}


.bis {
  margin: 0px 0px 0px 0px; 
  padding: 5px 0px 0px 6px;
  text-align: left;
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}

.date{
  color:#d0cabc;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left:10px;
  padding-right:0px;
  padding-top:2px;
  padding-bottom:2px;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  background: #a29b90;
}

.date.dr{
  text-align: left;
  color:#d0cabc;
  background: #a29b90;
  padding: 2px 0px 2px 10px;
  margin: 0px 0px 0px 0px;
}

#metiers {
  color: #97c200;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
    
}

p#titre_metiers {
  color: #7b7b7d;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  margin-top: 5px; 
 
}

p#intro_metiers {
  color: #944061;
  font-size: 1em;
  font-weight: normal;
  font-style: italic; 
}

#lien_presse a:link {
  margin-left: 10px;
  color: #4b4b4d;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#lien_presse a:visited {
  margin-left: 10px;
  color: #944061;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#lien_presse a:hover {
  color: #8e1142;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

p#fiche {
  color: #97c200;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
  background: #4b4b4d;
}

#banner {
  background-position : left;
	background-image : url(banner.png);
}

/*accueil lien vers badge evenement */
p#gras {
  margin-left: 10px;
  margin-right: 310px;
  text-align: justify;
  margin-bottom: 10px;
}

/*marge carte de voeux 2009 */
#marge {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.question {
	font-weight: bold;
}

p.reponse {
}

p.astuce {
	border-width: 2px;
	border-style: dotted;
	padding: 10px;
	background-color: rgb(255,255,147);
	color: black;
}

p.remarque {
	border-width: 2px;
	border-style: inset;
	padding: 10px;
	background-color: rgb(255,238,221);
	color: black;
}

p.image {
  text-align:center
}

p.error {
  color: red;
}

td.sectionMenu {
	/*background-color: #71002d;*/
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


h1#right {
  text-align: right;
  background-color: #4b4b4d;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Sans-serif;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-right: 90px;
  height: 30px;
  width: 710px;
  margin-right: 0px;
  margin-top: -3px;
  margin-bottom: 10px;
  margin-left: 0px;
}

h1#kerq {
	background-color: #8e1142;
	color: white;
/*	float: left;*/
  font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-left: -12px;
	margin-right: -12px;*/
	width: 50%;
	/*border: solid 1px yellow;*/
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -25px;
  margin-bottom: 0px;
	height: 20px;
}



#b_metiers_h1 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 180px;
  margin-bottom: 0px;
  padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
  
}

/*bordure titre H1 sur kerquery.inc.php*/
#bkerqh1 {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  /*border-top: solid 4px #71002d;*/
  border-bottom: solid 1px #8e1142;
  /*width: 100%;*/
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  /*text-align: right*/
  /*padding-bottom: 3px;*/
  height: 19px;
  /*float: right;*/
}

#blockerquery {
  border-style: solid 1px #87bfe4;
  /*border-bottom: solid 1px #71002d;*/
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #b5b5b5;
  background-color: white;
}

#bh1kp , #bh1ka{
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #87bfe4;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  height: 19px;
}  




#block {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -12px;
	margin-bottom: 0px;
  width: 100%;
  padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
  border: 0px solid #b5b5b5;
  background: white;
}

#block_metiers {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1.5px solid #b5b5b5;

}

#blockSGSE {
  /*border: solid 1px #71002d;*/
  /*border-bottom: solid 1px #71002d;*/
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: -1px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-top: 13px solid #97c25b;
  border-left: 13px solid #97c25b;
  border-bottom: 3px solid #97c25b;
}

#table {
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0px solid #b5b5b5;
  background: none;
}

.body_ref {
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #b5b5b5;
  height: 260px;
  background: white;
}

.prixconc {
  height: 400px;
}


.body_ref a:link{
  font-weight: bold;
  color: blue;
}
.body_ref a:visited{
  color: blue;
  font-weight: bold;
}
.body_ref a:hover{
  color: blue;
}


tbody {
  border-spacing: 0px;
}

td.sectionMenu a {
	text-decoration: none;
	color: white;
}

td.sectionMenu a:hover {
	color: rgb(192,192,192);
	text-decoration: none;
}

td.sectionContent {
	color: black;
	font-family: Arial, Helvetica, Sans-serif;
	text-align: justify;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}


/* Config Imadoc originale */



h3.subSectionContent {
  margin-left: 25px;
  padding-left: 12pt;
	background-color: #e0e0e0;
	color: black;
}

h3#gras {
 	color: #71002d;
 	margin-left: 10px;
 	margin-right: 10px;
}

h3#idem { /*titre accueil*/
  color: #8e1142;    
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  padding-left: 6pt;
  padding-right: 6pt;
	padding-top: 4pt;
	padding-bottom: 0pt;
   }

h3#idem2 { /*titre accueil*/
  color: #8e1142;    
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  padding-left: 0pt;
  padding-right: 0pt;
	padding-top: 30pt;
	padding-bottom: 0pt;
   }


/*h4#savoir_plus{
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-align: left;
	color: orange;
}*/

#bh4 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
	height: 18px;
  padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #8e1142;
}

}

#bh5 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
	height: auto;
  padding-left: 30px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #d0cabc;
}

h5.sectionMenuActif {
	background-color: #e0e0e0;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-left: 6pt;
	padding-top: 4pt;
	padding-bottom: 2pt;
	color: black;
}

h6.subSectionMenu {
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 12pt;
	background-color: #e0e0e0;
	color: black;
}
h6.subSectionMenu a {
	color: white;
	font-size: 90%;
}


/* NAVLIST */
#navlist
{

padding-top: 2px;
padding-bottom: 2px;
padding-left: 125px;
padding-right: 30px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
border-bottom: 1px solid #8e1142;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0px;
display: inline;
}

#navlist li a
{
padding-top: 2px;
padding-bottom: 2px;
padding-right: 5px;
padding-left: 5px;
margin-left: 3px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
/*border: 1px solid #71002d;*/
/*background: #FFFFFF;*/
text-decoration: none;
}

#navlist li a:link { 
  color: #8e1142;
  /*line-height: 20px;*/
}

#navlist li a:visited { color: #8e1142; }

#navlist li a:hover
{
color: #FFFFFF;
background: #8e1142;

}

#navlist li a#current
{
background: white;
/*border-bottom: 1px solid #FFFFFF;*/
/*border-bottom: 1px solid #FFFFFF;*/
/*border-bottom: 1px solid white;*/
}

#navlist li a#normal
{
/*background: white;*/
}

#navlist li a#normal:hover
{
color: #FFFFFF;
background: #8e1142;
border-bottom: 1px solid #8e1142;

}

#navlist li a#current:hover
{

background: white;
border-bottom: 0px solid white;
color: #8e1142;
}


#contentkerquery {
  border-left: 1px solid #87bfe4;
  border-right: 1px solid #87bfe4;
  border-bottom: 1px solid #8e1142;
  padding: 12px;
  margin-top: 0;
}

#kercontent {
  margin-top: 1px;
  margin-left: -18px;
  margin-right: 0px;
  margin-top: 1px;
  border-style: dotted;
  padding: 0px;
  
}

#pre_pre_footer {
  height: 51px;
  background: #fcfaf1;
  clear: both;
  padding-top:10px;  
}

#pre_footer {
  height: 35px;
  background: #d0cabc;
  clear: both;
  color: #4b4b4d;
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  
}

#footer {
  clear: both;
  color: white;
  padding: 6px;
  margin-top: 0px;
  text-align: center;
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  background: #8e1142;
  
}
