/* GLOBAL  */

/* #905CAA  violet */

body
{
  background-color: #F0F0F0;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  height: 100%;
}

td       {   font-size: 8pt;    }							  

.right   { text-align: right;   }
.left    { text-align: left;    }
.center  { text-align: center;  }
.justify { text-align: justify; }

img      { border: 0px;         }

img.icone
{
  width: 60px;
}


/* MAIN */

#content
{ 
  background-color: white;
  color: black;
  margin: 0 auto;
  width: 995px;
  height: 100%;

  border-left: 1px solid #8A8A8A;
  border-right: 1px solid #8A8A8A;
  border-top: 10px solid #8A8A8A;
  border-bottom: 1px solid #8A8A8A;

}

#content td
{
  vertical-align: top;
}

/* TITRES ET LIENS */

h1
{ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  margin: 0px;
}

h2
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid black;
}

h2 a:link, h2 a:active, h2 a:visited
{
  color: black;
}

h2 a:hover
{
  text-decoration: none;
}

h3
{
  font-size: 9pt;
  margin: 10px 0;
}

a:link, a:visited, a:active
{
  font-weight: bold;
  text-decoration: none;
  color: #0080FF;
}

a:hover
{
  text-decoration: underline;
}

a.blanc { color: white;  }
}

a.noir  { color: black;  }

/* MENU */

#menu
{
  position: relative;
  text-align: left;
  width: 995px;
}

#menu table.menu
{
  width: 960px;
  background-color: black;
  margin: 0 auto;
}

#menu table.menu td
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #F0F0F0;
}

#menu table.menu td.actif
{
  background-color: #905CAA;
}

#menu table.menu td a
{
  display: block;
  padding: 3px 20px 3px 20px;
  text-decoration: none;
  color: black;
  font-weight: normal;
}

#menu table.menu td.actif a
{
  color: white;
}


#menu table.menu td a:hover
{
  background-color: #8A8A8A;
  color: white;
}

div.liste
{
  background-color: #F0F0F0;
  display: block;
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  padding: 5px 10px;
  z-index: 1;
}

div.liste a:link, div.liste a:visited, div.liste a:active
{
  color: black;
  font-weight: normal;
  line-height: 1.5em;
  display: inline;
}

div.liste a:hover
{
  color: #905CAA;
  text-decoration: none;
}

#sponsors
{
  position: absolute;
  top: 10px;
  right: 7px;
  margin-right: 10px;
  margin-top: 30px;
}

#sponsors div
{
  width: 70px;
  height: 70px;
  background: white url('images/cadre_carre.gif') left top no-repeat;
  padding: 5px;
}


/*  HOME   */

#actu
{
  background: transparent url('images/cadre_actu.gif') left top no-repeat;
  padding: 10px;
  width: 340px;
  height: 150px;
}

#actu div
{
  overflow: auto;
  height: 127px;
  width: 320px;
  margin-top: 5px;
}

#loginbox
{
  background: white url('images/cadre_login.gif') left top no-repeat;
  display: block;
  height: 40px;
  padding: 5px;
  width: 470px
  margin: 0;
  float: right;
}

#loginbox table
{
  width: 460px;
}

#loginbox input
{
  font-size: 8pt;
  border: 1px solid gray;
  background-color: white;
}

#cp { width: 500px;}
#cp td { margin: 0; padding: 0; height: 165px; }
#cp td.main 
{
  width: 364px;
  background: white url('images/cadre_cp_right.gif') left top no-repeat;
}
#cp td.main div { margin: 10px; position: relative;}


/* FOOTER */

#footer
{
  width: 995px;
  padding: 3px;
  color: white;
  background-color: #8A8A8A;
  text-align: center;
}

/* CONTENU */

table.leftcol
{
  border-right: 1px solid black;
  width: 100%;
}

table.leftcol td.icone
{
  width: 70px;
  vertical-align: middle;
}

.path
{
  border-top: 1px solid black;
  margin-top: 17px;
  text-align: left;
}

.path a
{
  font-weight: normal;
}

.main
{
  text-align: justify;
  padding-left: 20px;
  padding-right: 10px;
}

div.resume
{
  line-height: 120%;
  font-weight: bold;
  text-align: left;
  border: 1px solid #230F75;
  padding: 7px;
  margin: 20px 0px 10px 20px;
  width: 220px;
  float: right;
  color: black;
  background-color: #E0EEFF;
}

.resume ul
{
  position: relative;
  left:  -20px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.resume div
{
  font-weight: bold;
  color: black;
  font-size: 10pt;
}

input.text, textarea, select
{
  background-color: #F0F0F0;
  border: 1px solid black;
  padding: 2px;
}

ul.violet
{
  list-style-type: square;
  list-style-image: url('images/sqviolet.gif');
}

ul.vert
{
  list-style-type: square;
  list-style-image: url('images/sqvert.gif');
}

ul.violet li, ul.vert li  {  margin: 10px;  }

