/* *************************************
     gestion de la mise en page
***************************************** */

/* = = = = = = = = = = = = = =
   Titre haut de page - banniere
   = = = = = = = = = = = = = = */

   
#cadre {
	margin: 0 auto;
	position: relative;
	width: 971px;
	/*border: 1px solid black;*/
}

#header { 
  /*border: 1px solid black;*/
  margin-bottom: 5px;
  margin-top: 0;
  width: 971px;
  /*height: 125px;*/
}


#wrapper { 
  /*background-color: red;*/
}

#container { 
  width: 100%;
  margin: 0px -165px 0px 0px;
  float: left;
}


#content {
  /*border: 1px solid green;*/
  margin: 0px 165px 0px 165px;
  height: auto;
  /*padding: 0px 15px;
  min-height: 400px;
  _height: 400px;
  background-color: #ddeeff;*/
}

#contentDevisGestion {
  /*border: 1px solid green;*/
  /*margin: 0px 165px 0px 165px;*/
  width:600px;
  height: auto;
  /*padding: 0px 15px;
  min-height: 400px;
  _height: 400px;
  background-color: #ddeeff;*/
}



#zloup {
  background-color: #f5f8fc; /*#edf6ff;*/
  border: 1px solid black;
  padding: 10px 15px;
  height: auto;
}



#leftmenu {
  position: fixed;
  behavior: url("../ui/css/cssIEfixed.htc");
  /*float: left;*/
  
  /*position: absolute;*/
  top: 147px;
  left: 0px;
  
  width: 150px;
  padding: 2px;
  _padding: 2px;
  margin: 0;
  height: auto;
  min-height: 400px;
  _height: 400px;
}



#rightmenu {
  position: fixed;
  behavior: url("../ui/css/cssIEfixed.htc");
  
  /*float: right;*/
  /*position: absolute;*/
  top: 147px;
  right: 0px;
  
  width: 147px;
  height: auto;
  min-height: 400px;
  _height: 400px;
}



/*===============
    Menu droit
 ===============*/

#rightmenu p { 
  font-size: small;
  text-align: left;
}


#rightmenu a { 
  font-size: 7pt;
  font-weight: bold;
  /*text-align: right;*/
  color: #0033aa;
}

#leftmenu a { 
  font-size: 7pt;
  font-weight: bold;
  color: #0033aa;
}

#rightmenu h1 a { 
  font-size: 10pt;
  text-align: center;
  color: #003366;
  /*margin: 5px 0px 5px 5px;*/
  margin: 0px 0px 1px 1px;
}

#rightmenu form label {
  display: inline;
  float: left;
  color: #003366;
  font-size:8pt;
  /*width: 70px;*/
}

#rightmenu input { 
  border: 1px solid black;
  padding: 0px;
  font-size: 7pt;
  margin: 0px; 
  background-color: #ccddee;
  font-family: Verdana, Arial, sans-serif;
}

#identite {
  display: inline;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  color: black;
}

#cartResult {
  border: 1px solid #000000;
  margin-bottom: 2px;
  min-height: 20px;
  _height: 20px;
  /*color: #FF8C00;*/
  font-size: 7pt;
  font-weight: lighter;
  /*background-color: #ffeebb;*/
  background-color: #ffffee;
}

#cartResult a { 
  text-align: left;
  /*margin:15px 0px 5px 5px;*/
}

#rightmenu  a:hover {
  /*color: #ffffff;*/
  text-decoration: underline;
  /*background-color: #0033aa;*/
}

#cartResult  a:hover {
  text-decoration: none;
}

acronym {
  font:1em Arial, Trebuchet MS, Verdana, sans-serif;
  /*font-weight: light;*/
  text-decoration: none;
  /*cursor: help;*/
  border-bottom: 0;
  
  margin-top: 0px;
  margin-bottom: 0px;
}


.pair {
  background-color: #eff4ff;/*cceeff;/*#aac6f6;*/
}

.impair {
  background-color: #ddeeff;
}



/*===============
    Menu gauche
 ===============*/


#content div h1 { 
  font-size: 12pt;
  color: #003366;
  margin: 20px 0px;
}

#leftmenu div { 
   margin-bottom: 30px;
}

 
#leftmenu input { 
  border: 1px solid black;
  padding: 2px;
  font-size: 9px;
  margin: 1px; 
  background-color: #ccddee;
  font-family: Verdana, Arial, sans-serif;
}

/* = = = = = = = = = = = = = =
   Autres
   = = = = = = = = = = = = = = */

.liens {
  color:#0099ff;
  text-decoration: none;
}

/* articles - overlib */
.inc {
  color:#888888;
  font:normal 8px verdana;
}

.refMaxima {
  color: #f5f8fc;/*#edf6ff;*/
  font: bold 8px arial;
}



/* = = = = = = = = = = = = = =
   Classe menu (gauche et droit)
   = = = = = = = = = = = = = = */

#hrr {
  clear: both;
  width: 95%;
  border: 0; /* enleve toute bordure */
  border-bottom: 1px black solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
  height: 1px; /* pour IE */
}

hr {
 display:block;
 height: 1px;
 margin: 5px 0 0 0;
 /*_margin: 5px 0;*/
 padding: 0;
 color: black;
 background-color: black;
 border: 0;
}

.menu { 
  margin: 0px;
  padding: 3px;
  border: 1px solid black;
  font-size: 12px;
  background-color: white;
}


.menu a {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  line-height: 18px;
  /*text-align: right;*/
  color: #C60017;
  font-weight: bold;
  width: 100%;
  text-decoration:none;
}
/*
.menu a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-color: #C60017;
}
*/
.menu input {
  display: inline;
}

.menu span {
  display: block;
  margin-top: 10px;
  text-align: left;
}


/* haut */

.Style3 {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  font-size: 0.8em;
}

/* = = = = = = = = = = = = = =
   Tarifs
   = = = = = = = = = = = = = = */
   
#choixPiece div {
  display:none;
  /*position:absolute;*/
  position: fixed;
  behavior: url("../ui/css/cssIEfixed.htc");
  top:200px;
  left:180px;
  margin: 0 auto;
  width:600px;
  padding:0px 0px 50px 15px;
  border:1px solid black;
  background-color:#cceeff;
}
