 @charset "utf-8";
/* CSS Document */


body {

	margin-top:15px;
	background-position:center center;
	background-color: #888373;
	background-repeat:repeat-x;
  background-position: 0px 0px;
	background-image:url(../images/fond.png);

}

a {color:#274EAF;}

select { font-size : 10px }

#centre
{
   /* Positionnement absolu */
   position:absolute;
 
   /* Positionnement du coin supérieur gauche au centre */
   left:50%;
   top:50%;
 
   /* On donne des dimensions au bloque */
   width: 945px;
   height: 609px;
 
   /* On le fait "reculer" la la moitié de ces dimensions */
   margin-left:-472px;
   margin-top:-350px;
 
}

.title {
  text-transform : uppercase;
}

element.style {
left:45px;
position:absolute;
text-align:left;
top:20px;
visibility:visible;
}


/* header */

#header
{
  width: 1000px;
  height: 173px;
  position : relative;
}



#rheader img {
  height: 113px;
  width: 116px;
  border: none;
}

#tmenu {
  position : absolute;
  top: 100px;
  text-transform : uppercase;
  left: 51px;
  top : 92px;
  z-index: 100;
}



/* BODY CENTER */

#tBody {
  margin: auto;
  width: 1000px;
  border-collapse :collapse;
  padding: 0px;
}

#tBody td {
  padding : 0;
  margin : 0;
  /*border: 1px solid black*/
}

#desc_metier table td {
  vertical-align: top;
}

#desc_metier table p {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
}


/* RIGHT BODY */

#rMenu
{
 background-repeat: no-repeat;
 height:441px;
 width: 600px;
}


#rMenu div {
  margin-left : 10px;
}
/* detail savoir-faire */

#d_rMenu {
  vertical-align: top;
  width: 700px;
}

#d_rMenu_header {
  height : 83px;
  width: 701px;
  position : relative;
  background-image : url(../images/d_bg_header.png);
  background-repeat: no-repeat;
}


/* FOOTER */

#footer
{
  width : 1000px;
  height: 84px;
  background-position:center center;
	background-color: #888373;
	background-repeat:repeat-x;
}

#fAccess
{
  font-family: Arial;
  letter-spacing: 0px;
  padding: 0px;
  margin: 0px;
  height: 84px;
  width: 702px;
  float: left;
  background-image:url(../images/bg_bottom.png);
  background-position:bottom center;
  position : relative;
}

#fAccess a { padding-right : 8px }

#fLogo
{
  padding: 0px;
  margin: 0px;
  width: 298px;
  height: 84px;
  float: left;
  background-image:url(../images/bg_bottom_logo.png);
}

#footer a
{
  text-transform : uppercase;
  color : #a39d87;
  font-size : 8px;
  text-decoration : none;
}

#fLinks
{
  position : absolute;
  right : 0px;
  left: 455px;
  top: 43px;
}

#lMenu {
  position: relative
}


#Loader {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  top : 0;
  left : 0;
  background-color: #888373;
	background-repeat:repeat-x;
  background-position: 0px 0px;
	background-image:url(../images/fond.png);
}

#progressBar {
  border:1px solid #ccc;
  height: 10px;
  position:absolute;
  top:40%;
  left:40%;
  width: 300px;
}

#progressBarBG {
  color : #ccc;
  background-color : #888373;
  height: 9px;
  top: 0;
  position: absolute;
}

