/****************** Body *****************/

/*************** Styles pour le texte ************/

h1, h2, h3 { clear: both; }

h1 
{ 
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 0;
}

h2
{ 
  padding-left: 1em;
  color: black;
  border-bottom: 2px dotted gray;
}

h2 a { color: black; }

a { text-decoration: none; }

em { font-style: normal; font-weight: bold; font-size: 110%; }

/************** Differents conteneurs gauche & droite ***********/

.content 
{
  background-color:#def1ff;
  -moz-border-radius:20px;
  border: 2px solid black;
  padding: 1em;
  }

div.login
{ 
  margin-bottom: 1em;
  padding: 1.5ex;
  border: 1px solid black;
  -moz-border-radius:10px;
 }

div.login { background-color: white; }

/******************** Offres *************************/

div.offres
{ 
  background-color: white;
  border: 1px dotted black;
  padding: 1ex;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.offres a
{ 
  color: blue;
}

/******************** Pied de page ********************/

div.footer 
{ 
  background-color: #9caebc;
  margin-top: 1ex;
  border: 2px solid black;
  -moz-border-radius:20px;
  }
div.footer img
{ 
  vertical-align: middle; 
  }
div.footer a 
{ 
  color: white;
 }
table#footer 
{
  width: 100%;
  border-collapse: collapse;
}
table#footer td 
{
  margin: 0;
  padding: 0.3ex 1ex 0.3ex 1ex;
  text-align: center;
}
table#footer img 
{
  display: inline;
  padding-left: 0.5em;
}

/******************* Entête *****************/
div.header 
{
  background: url("images/header.png") center left no-repeat;
  background-color: white;
  margin-bottom: 1ex;
  border: 2px solid black;
}
div.header table 
{
  padding: 0;
  margin: 0;
  height: 100px;
  width: 100%;
}
div.header table td.logo_castor 
{
  text-align: left;
  padding-left: 100px;
}
div.header table td.logo_2le 
{
  text-align: right;
}

/***************** Boite de login *************/

div.login {
  font-family: Arial;
  font-size: 80%;
}

table.plansite
{
	border-collapse: collapse;
}
