* {
	margin :0px;
	padding: 0px;
}
html { height: 100%; }
body {
	height: 100%;
  background: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
  color: #27292b;
  scrollbar-base-color: #778899;   
}
a img { border: none; }
a {
  text-decoration: none;
  color: #27292b;
}
a:hover {
  text-decoration: underline;
}
.avert_java {
  width: 100%;
  color: InfoText;
  background: InfoBackground url(images/info.gif) no-repeat 5px 2px ;
  padding: 1px 25px;
  border-bottom: 2px outset;
  text-decoration: blink;
}
/*.lettrine {
  float: left;
	width: .75em;
	font-size: 62px;
	line-height: 51px;
	font-weight: bold;
	font-family: georgia, times, serif;
  margin-right: 5px;
}*/
img.lettrine {
	float: left;
	padding-right: 5px;
}
.slide img {
  padding : 0 20px 5px 20px;
}
#conteneur-table {
  height: 100%;
  width: 100%;
  vertical-align: center;
}
#contenu-table {
  background: #778899;
  height: 550px;
  width: 100%;
}
#page-1 {
  margin: auto;
  width: 1024px;
  border: 0px solid #fff;
}
#contenu-footer {
  width: 1024px;
  margin: auto;
  font-size: 0.7em;
}
#contenu-footer a {
  text-decoration: none;
  color: #a9a9a9;
}
#contenu-footer a:hover {
  text-decoration: underline;
  color: #666;
}
td#menu-td { height: 35px; }
td#contenu-td { height: 520px; }
td#contenu-td2 { 
  height: 520px;
  vertical-align: top;
}
td#contenu-td3 { 
  height: 520px;
  vertical-align: top;
  background: url("images/fond_plan-du-site.png");
}
td#contenu-td4 {
  height: 520px;
  text-align: center;
}
.tableau_footer { width: 100%; }
.justify { text-align: justify; }
.justify2 { 
  text-align: justify;
  line-height: 1.3em;
}
.centre { text-align: center; }
p.titre {
  font-size: 1.1em;
  font-weight: bold;
  margin: 2px 0 20px 0;
  display: block;
  width: 350px;
  border-top: 3px double #27292b;
  border-bottom: 3px double #27292b;
}
ul.titre {
  margin: 0 0 0 25px;
  font-size: 1em;
  font-weight: normal;
}
div.borne_1 {
  width: 100%;
}
div.borne_2 {
  height: 450px;
  width: 100%;
  overflow: auto;
  margin: auto;
  padding-right: 20px;
}
div.borne_2b {
  height: 450px;
  width: 100%;
  overflow: auto;
  margin: auto;
  padding-top: 45px;
}
div.borne_3 {
  height: 350px;
  width: 100%;
  overflow: auto;
  margin: auto;
  padding-left: 25px;
}
div.borne_3b {
  height: 350px;
  width: 100%;
  overflow: auto;
  margin: auto;
  padding-left: 40px;
  padding-top: 25px;
}
div.borne_4 {
  width: 100%;
  padding-top: 50px;
}
div.borne_5 {
  height: 350px;
  width: 100%;
  overflow: auto;
  margin: auto;
  padding-left: 40px;
  padding-top: 0px;
}
p.bold {
  font-weight: bold;
  margin-top: 15px;
}
p.left {
  text-align: left;
}
#cache {
  position: absolute;
  margin-left: 0;
  width: 100%;
  background: #778899;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 100;
}
/***************************************************
MENU
****************************************************/
ul.menu { list-style-type: none; }
/*li.menu { float: left; }*/
.menu li, .menu a {
  margin: 0px 2px;
  padding: 3px 0 0 0;
  width: 125px;  /* On définit la taille du bouton du menu */
  height: 20px;
  float: left;
  display: inline;
  text-align: center;
  text-decoration: none;
  border: 1px solid #778899;
  /*color: #70B9BF;*/
  color: #27292b;
  background: #778899;
  font-weight: bold;
}
.menu a:hover {
  background: #7f8b97;
  /*border: 1px solid #70B9BF;*/
  border: 1px solid #27292b;
}
.menu a:active {
  background: #778899;
  border: 1px solid #778899;
}
/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block {
	display: none;
	background: #778899;
	padding: 20px; 	
	border: 5px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;	
  /*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: 0px 0px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.petit-noir {
  font-size: 0.7em;
  font-weight: bold;
}
.petit-noir2 {
  font-size: 0.9em;
  font-weight: bold;
}
/*************** MISE EN OEUVRE ****************************/
.tableau-mise-en-oeuvre {
  margin: auto;
  border-spacing: 5px;
}
#textview {
  width: 500px;
  height: 100px;
  text-align: justify;
}
/*************** REALISATIONS ****************************/
.tableau-realisations {
  margin: auto;
  border-spacing: 10px;
}
/*************** DESIGN ************************************/
.tableau-design {
  margin: auto;
  border-spacing: 100px 3px;
}
.tableau-design td {
  text-align: center;
}
/************* FORMULAIRE CONTACT **************************/
.tableau-formulaire-contact {
  margin: auto;
  border-spacing: 0 10px;
}
/************* PLAN DU SITE ********************************/
ul.plan-du-site {
  margin: 40px 0 0 50px;
  list-style-type: none;
}
.plan-du-site li {
  margin-top: 5px;
  margin-bottom: 5px;
}
ul.sub-plan-du-site {
  margin-left: 25px;
  list-style-image: url("images/puce-1.png");
}
/************ FENETRE NEWS *********************************/
.Fen1 {
  background-image: url(images/fond_fenetre-news.png);
  background-repeat: repeat;
  background-position: 0px 0px;
  top: 50px;
  left: 300px;
  width: 284px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #999999;
  overflow: visible;
  visibility: visible;
  z-index: auto;
  position: absolute;
}
.sFen1 {
  display: none;
}
.FenContenu1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding: 5px;
  height: auto;
  width: auto;
}
.FenTitre1 {
  background-color: #FFFFFF;
  border: 0px none;
  margin: 0px;
  padding: 0px;
}
/*************** ADMIN ***************************************/
.tableau-admin {
  margin: auto;
}
fieldset {
  width: 300px;
}
ul.admin {
  margin-left: 25px;
  font-weight: bold;
}
.admin li {
  margin-top: 10px;
}
ul.sub-admin {
  margin-left: -10px;
  font-weight: normal;
  list-style-type: none;
}
.sub-admin li {
  margin-top: 2px;
}
/****************************************************************************/
/*                      LIGHTBOX                                            */
/****************************************************************************/
#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img { width: auto; height: auto;}
#lightbox a img { border: none; }

#outerImageContainer { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer { padding: 10px; }

#loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink { width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData {	padding:0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em; outline: none; }	 	

#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #778899; }
