/* 
    Document   : qui
    Created on : Dec 15, 2009, 11:28:13 AM
    Author     : huitre
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/****************
 * Savoir-faire *
 ***************/


/**
 * HEADER
 */


 #rheader {
  background-image:url(../images/qui/bg_header_logo.png);
  height: 173px;
  width: 175px;
  position : absolute;
  right: 0px;
}

 #lheader {
  float:left;
  background-image:url(../images/tetiere.jpg);
  height: 173px;
  width: 1000px;
  position: relative;
}


/* MENU */




#quilink1 {
  text-indent : -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 205px;
  background-position: 0px 0px;
  height:24px;
}

/* menu page qui_ faire */

#quilink1 a {display:block}


/* menu savoir-faire */

#savoir {
  clear: both;
  color: #d9d7cd;
  font-size : 20px;
  font-family : Arial;
  font-weight: bold;
  text-indent : -999px;
  overflow: hidden;
  /*background-image: url(/images/menu/savoir_off.png);*/
  background-repeat: no-repeat;
  background-position: 0px 1px;
  width: 200px;
  display: block;
}

#savoir a { display : block }

/* menu carriere */

#carriere {
  clear: both;
  color: #d9d7cd;
  font-size : 20px;
  font-family : Arial;
  font-weight: bold;
  text-indent : -999px;
  overflow: hidden;
  /*background-image: url(/images/menu/carriere.png);*/
  background-repeat: no-repeat;
  background-position: -2px 0px;
  width: 150px;
  display : block;
}

#carriere a { display : block }

#rMenu { height: 442px; }
/**
 * BODY
 */

 #body { background : url(../images/qui/bg_qui.jpg)}

