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

body
{
	background-color: #eeE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 1em;
	/* color: #934D93; mai 07*/
	margin-right: 1em;
	margin-top:0em; /* mai 07 */
}

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


h1
{ 
  padding-left: 0em;
  padding-top:0.1ex;
  font-size: 10pt;
}

h2
{ 
  padding-left: 0em;
  font-size: 12pt;
}

h2 a { color: black; }


a a:hover {
	/* text-decoration: underline; */
	font: bold;
		color: #934D93;
} 

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

.content 
{
  background-color:white;
  -moz-border-radius:0px;
  border: 1px solid black;
 border-top: 0px ;
 border-bottom: 0px ;
  border-collapse: collapse;
  border-style: none;
  padding:0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
 }
table.content
{
  width: 765px;
}

td.content
{
 padding: 0em 5ex 0em 5ex; 
  vertical-align: top;
}

td.menu_login 
{
  width: 200px;
  padding: 0em 1ex 2em 1ex;
  vertical-align: top;
/*  border-left: 1px solid  #dc9543; 21 mai 07*/
}




div.login 
{
  margin-bottom: 0em;
  padding: 1.0em  0.9em 1ex;                                                  
  -moz-border-radius:0px;
  background-color: white;
/*  border: 1px solid  #934D93 ;  */
 }
/******************** Pied de page ********************/

div.footer 
{ 
  background-color: #934D93;
  margin-top: 0ex;
  border: 1px solid black;
  border-top: 0px ;
  -moz-border-radius:0px;
  width: 765px;
  border-style: none;
  padding:0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
    background-image: url("images/Bas-pageB.jpg");
	   height : 121px;
  }
div.footer img
{ 
  vertical-align: middle; 
}
div.footer a 
{ 
  color: white;
  text-decoration: none;
}
table#footer 
{
  width: 100%;
  border-collapse: collapse;
}
table#footer td 



{
  margin: 0;
  padding: 15ex 0ex;
  text-align: center;
}
table#footer img 
{
  display: inline;
  padding-left: 0.5em;
}

/******************* Entête *****************/
div.header 
{
  background-color: #eee;
  text-align:left;
  width: 765px;
  height : 222px;
  padding: .0em  .0em .0ex;   
  margin-bottom: 0ex;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 0px ;
  -moz-border-radius:0px;
  color: white;
  font-size: 60pt;
  font-weight: bold;
  font-family: Arial;
/*  background-image: url("images/index.jpg"); */
  background-position: center right;
  background-repeat: no-repeat;  
  border-style: none;
  padding:0;
  margin: 0;
  margin-left: auto;
  margin-right: auto; 
  
}
div.header a { color: white; }

div.header p 
{
  margin:0;
  padding:0;
}

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%;
}
input[type="text"],
input[type="password"]
{
  font-size: 9pt;
  font-weight: bold;
  border: 1px dotted #934D93;
  background-color: #593A86;
  color: white;
  padding: 0.5ex;
}
input[type="submit"] {
  border: 1px solid black;
  background-color: #593A86;
  color: white;
  font-weight: bold;
}


/************* Data table **********/


table.datatable
{
  background-color: white;
  border-collapse: collapse;
  margin-bottom: 1em;
  }
table.datatable img { display: inline; vertical-align: middle; }
tbody.datatable>tr>td, tbody.datatable>tr>td.tableheader, tbody.datatable>tr>th
{
  margin: 0;
  padding: 1ex;
  border: 1px solid black;
  }
table.datatable th, td.tableheader
{
  background-color: #593A86;


  color: white;
  font-weight: bold;
  font-size: 110%;
  }
table.datatable th a, td.tableheader a { color: white; }
table.datatable th { text-align: center; }
td.tableheader { white-space: nowrap; }


/*************deux colonnes**********/

table.deux_colonnes{width:600px;}
td.deux_colonnes{width:300px;vertical-align:top;}


/***************** Caractères accentués*************/
sup {
vertical-align:baseline;
font-size:120%;
/*color:#934D93;*/
 font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;

}


