/*****************************************************************************/
/* CABINET EBERENTZ CONSULTANTS                                              */
/* Feuille de style              					     */
/*****************************************************************************/

html {
  background: url('../images/fond.jpg') no-repeat fixed;
  margin:0;
  padding:0;
}

body {
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: transparent;
}
/**************************************************/
/*** Contenu de la page         ***/
#content {
  margin-right: auto;
  margin-left: auto;
  width: 950px;
  margin-top: 10px;
}
/**************************************************/
/*** Menu et sous-menus                         ***/
#menu {
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  width: 961px;
}

#menu li {
  margin: 0;
  list-style-type: none;
  float: left;
  position: relative;
}

#menu li a {
  width: 159px;
  height: 40px;
  
  text-decoration: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #78a419;
  border-top: 1px solid #78a419;
  border-bottom: 1px solid #78a419;
  color: #000066;
  background-color: #f7f7f7;
}

#menu li a:hover {
  color: #000000;
  background-color: #ffffcc;
}

#menu li ul {
  display: none;
}

#menu li ul li {
  float: none;
}

#menu li:hover ul {
  display: block;
  position: absolute;
}

#menu li:hover ul li a {
  width: 159px;
  font-size: 14px;
  text-align: center;
  background-color: #f7f7f7;
}

#menu li:hover ul li a:hover {
  color: #000000;
  background-color: #ffffcc;
}

/**************************************************/
li.puce {
  list-style-type: none;
  background: url('../images/puce.png') no-repeat;   
  padding-left: 20px;
}
/**************************************************/
ul.menu {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

ul {
  margin: 40px;
  padding: 0;
  font-size: 16px;
}

ul.paragraf {
  margin: 60px;
  padding: 0;
  font-size: 16px;
}

p.services, td.services {
  width: 961px;
  text-align: center;
  color: #996600;
  font-size: 18px;
  background-color: #fcd5b5;
}

p.titre, td.titre {
  color: #3076b9;
  font-size: 18px;
  background-image: url('../images/pucee.gif');
  background-repeat: no-repeat;
  background-position: left center; 
  padding: 0 0 0 30px;
}

p.freestyle {
  color: #000066;
  font-family: freestyle script;
  font-size: 48px;
  font-weight: bold;
}

p.paragraf {
  font-size: 16px;
  text-align: justify;
}

p.puce {
  list-style-type: none;
  font-size: 16px;
  background: url('../images/puce.png') no-repeat;
  margin: 30px; 
  padding-left: 20px;
}

span.rouge {
  color: #ff0000;
}

.arrondi1 {
  width: 961px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #996600;
  font-size: 18px;
  text-align: center;
  background-color: #fcd5b5;
}

.arrondi2 {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffcc;
}

/**************************************************/
/*** tableaux avec bordures, style à appliquer au tableau */
table.table-avec-bordures, table.table-avec-bordures td, 
table.table-avec-bordures th
{
  vertical-align: middle;
  text-align: center;
  border-style : solid;
  border-color : #000066;
  border-width : 1px;
  border-collapse:collapse;
}

/*** tableaux sans bordures, centrés */
table.table-sans-bordures, table.table-sans-bordures td, 
table.table-sans-bordures th
{
  border-style : solid;
  border-color : #ffffff;
  border-width : 1px;
  border-collapse:collapse;
  margin-left:auto;
  margin-right:auto;
}

/*** tableaux avec bordures, non centrés */
table.table-bords, table.table-bords td, 
table.table-bords th
{
  border-style : solid;
  border-color : #000066;
  border-width : 1px;
  border-collapse:collapse;
}     

/*** tableaux sans bordures dans un tableau avec bordures */
table.table-sans-bordures, table.table-sans-bordures td,
table.table-sans-bordures th {
  border-width : 0px !;
} 

table.valig {
  vertical-align: middle;
}

/**************************************************/
/*** Pied de page                               ***/
table.pied {
  margin-right: auto;
  margin-left: auto;
  width: 961px;
  margin-top: 10px;
  text-align: center;
}
/**************************************************/
