/* * * * * * * * * * * * */
/*                       */
/*  CSS stylesheet for   */
/*     www.keleos.fr     */
/*                       */
/*    (C)2007 Keleos     */
/*                       */
/*   :: index page ::    */
/*   :: CSS  sheet ::    */
/*                       */
/*        Colors         */
/*        9faa00         */
/*        752641         */
/*        e47f00         */
/*                       */
/* Works perfectly with  */
/*  FF 2, Konqueror 3.5  */
/*      and Opera 9      */
/*                       */
/* Some hacks are there  */
/* just for IE7 and IE6  */
/*                       */
/* * * * * * * * * * * * */



/**************/
/* Main parts */
/**************/

html{
  overflow: hidden;

  font-weight: lighter;
  font-family: verdana, arial, sans;
  color: #aaa;
  background: #fff url(img/logo-index.png) 5% 25px no-repeat;

  border: 0;
  padding: 0;
  margin: 0;
}

body{
  height: 100%;
  overflow: hidden;

  border: 0;
  padding: 0;
  margin: 0;
}



/*************/
/* Main tags */
/*************/

a{
  color: #aaa;
  text-decoration: none;
}

a:hover, a:focus{
  color: #9faa00;
}



/*************/
/* Headlines */
/*************/

h1{
  display: none;
  position: absolute;
  top: .5em;
  left: 1em;

  text-align: left;
  text-transform: uppercase;
  font-weight: lighter;
  font-family: "AvantGardeExtLitITCTT", "Trebuchet MS", trebuchet, helvetica, sans;
  font-size: 5em;
  color: #666;

  margin: 0;
  padding: 0 0 0 60px;
}

h2{
  display: block;
  width: 1px;

  text-align: right;
  text-transform: uppercase;
  font-weight: lighter;
  font-family: "Trebuchet MS", trebuchet, helvetica, sans;
  font-size: 1.3em;
  line-height: 1em;

  margin: 0 0 0 80px;
  padding: 1.8em 0 0;
}

h3{
  display: block;
  height: 2.5em;

  text-align: left;
  font-weight: lighter;
  font-size: 1em;

  margin: 0 0 1em 80px;
  padding: 0;
}

h4{
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "AvantGardeExtLitITCTT", "Trebuchet MS", trebuchet, helvetica, sans;

  margin: 0;
  padding: 0;
}



/**********/
/* Header */
/**********/

#header{
  font-size: .8em;

  padding: 0;
  margin: 0;
}



/*******************************/
/* Main, first and second divs */
/*******************************/

#main, #second{
  color: #aaa;
  font-family: sans;
  font-weight: normal;

  clear: both;
}

#main{
  background: url(img/lignes.png);
  font-size: .7em;
  
  margin: 0 7% 0 45%;
}

#first{
  font-style: italic;
  text-align: left;
  font-size: 1em;
  color: #666;
  width: 450px;
  text-align: center;

  margin: 0 0 5%;
  padding: 105px 0 0;
}

#second{
  position: absolute;
  bottom: .5em;
  left: 0;
  width: 100%;

  font-size: 1em;
  text-align: center;
}

#second p{ 
  width: 100%;
  background: #f8f8f8;

  color: #752641;
  text-align: center;
  font-family: "Trebuchet MS", trebuchet, helvetica, sans;

  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: .5em 0 0;
  padding: .25em 0;
}

#second p a{ 
  color: #752641;
}

#main p{
  text-align: justify;

  padding: 0 1em;
}



/********/
/* Menu */
/********/

#menu{
  position: absolute;
  top: 0;
  right: 0;

  font-size: .8em;
  text-align: center;
  list-style-type: none;

  padding: 0;
  margin: 45px 30px 2em 0;
}

#menu li{
  display: inline;

  padding: 0;
  margin: 0;
}

#menu a{
  color: #aaa;
  float: left;
  display: block;
  width: 120px;

  padding: 60px 0 0;
  margin: 0;
}

#contact a{
  background: url(/img/contact.png) 0 0 no-repeat;
}

#contact a:hover,
#contact a:focus{
  background: url(/img/contact.png) -120px 0 no-repeat;
  color: #9faa00;
}

#entreprise a{
  background: url(/img/entreprise.png) 0 0 no-repeat;
}

#entreprise a:hover,
#entreprise a:focus{
  background: url(/img/entreprise.png) -120px 0 no-repeat;
  color: #752641;
}

#operatrice a{
  background: url(/img/operatrice.png) 0 0 no-repeat;
}

#operatrice a:hover,
#operatrice a:focus{
  background: url(/img/operatrice.png) -120px 0 no-repeat;
  color: #e47f00;
}




/*********/
/* Parts */
/*********/

.part{
  display: inline;
  float: right;
  width: 33.3%;

  color: #aaa;
  background-position: -30px .5em;
  background-repeat: no-repeat;
  background-color: #f8f8f8;

  margin: 0;
  padding: .5em 0 1.8em;
  border-top: 1px solid #ddd;
}

.part ul{
  list-style-type: none;
  background: #fff;

  border-top: 1px solid #ddd;
  padding: .5em 0 0;
  margin: 0;
}

.part ul li{
  font-size: .9em;
  font-style: italic;

  padding: .5em 1em .5em 120px;
  margin: 2em 0 -2em;
}

.part a{
  color: #aaa;
}

.part a:hover{
  color: inherit !important;
  text-decoration: none;
}

.part .title{
  display: block;

  font-style: normal;
  font-size: 1.1em;

  margin: 0 0 0 -.5em;
}



/**********/
/* Footer */
/**********/

#footer{
  position: absolute;
  bottom: 0;
  right: 0;

  text-align: center;
  font-size: .8em;

  margin: 0;
  padding: 0 0 1em;
}

#footer ul{
  list-style-type: none;
  list-style-image: none;

  border-top: 1px solid #ccc;
  padding: .25em 0 0;
  margin: 0 3em 0 0;
}

#footer ul li{
  display: inline;
  padding: 0;
  margin: 0;
}

#footer a{
  color: #aaa;

  border-top: 1px solid #ccc;
  padding: .25em 1em;
  margin: 0 .25em;
}



/*********/
/* Icons */
/*********/

.icon{
  background-position: 60px 55%;
  background-repeat: no-repeat;
}

.service .tierspayant{
  background-image: url(/img/icons/vitale-small.png);
}

.service .client{
  background-image: url(/img/icons/users-small.png);
}

.transaction .achat{
  background-image: url(/img/icons/transactions-achat-small.png);
}

.transaction .vente{
  background-image: url(/img/icons/transactions-vente-small.png);
}

.conseil .mission{
  background-image: url(/img/icons/servers-small.png);
}

.conseil .formation{
  background-image: url(/img/icons/formation-small.png);
}



/********/
/* Misc */
/********/

div.service{
  background-image: url(img/indexservice.png);

  margin: 0 0 0 -5%;
}

div.service h2 a,
div.service:hover,
div.service ul li a:hover,
div.service ul li a:focus,
div.service .title{
  color: #9faa00 !important;
}


div.transaction{
  background-image: url(img/indextransaction.png);
}

div.transaction h2 a,
div.transaction:hover,
div.transaction ul li a:hover,
div.transaction ul li a:focus,
div.transaction .title{
  color: #752641 !important;
}

div.conseil{
  background-image: url(img/indexconseil.png);
}

div.conseil h2 a,
div.conseil:hover,
div.conseil ul li a:hover,
div.conseil ul li a:focus,
div.conseil .title
{
  color: #e47f00 !important;
}

