body
{
  font-family: "Century Gothic";
  font-size: 11px;
  letter-spacing: 1px;
  font-variant: none;
  line-height: 11px;
  color: #ffffff;
  margin: auto;
  margin: 0px; 
  background-color: #E2EBF2;
}
#maincontainer
{
  background-color: #E2EBF2;
  width: 900px;
  margin: 0 auto;
  text-align: justify;
  position: relative;
  line-height: 11px;
  border-right: 1px dashed #27245D;
  border-left: 1px dashed #27245D;
}
.navigation
{
  width: 900px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navigation li
{
  display: inline;
}
.navigation li a
{
  float: left;
  color: #ffffff;
  padding: 10px 21px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  border: 0px;
  background: transparent;
}
.navigation li a:visited
{
color: #ffffff;
}
.navigation li a:hover, .navigation li .current
{
  color: #ffffff;
  background: #A7161B;
}
#entete
{
  witdh: 900px;
  height: 293px;
}
#menu
{
  float: left;
  width: 200px;
  margin: 2px 3px 3px 3px;
  padding: 0px;
}
.titre_menu
{
  background-color : #ffffff;
  color: #A7161B;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  text-align: center;
  line-height: 30px;
  margin: 0px;
  border: 5px solid #A7161B;
}
.element_menu
{
  padding: 10px 10px 15px 10px;
  margin-bottom: 3px;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 15px;
  background-color: #27245D;
}
#page
{
  width: 630px;
  margin: 2px 3px 3px 225px;
  padding-left: 0px;
}
.titre_page
{
  background-color : #E2EBF2;
  color: #27245D;
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  text-align: center;
  line-height: 30px;
  margin: 3px;
  border: 0px solid #A7161B;
}
.titre_page2
{
  background-color : #27245D;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  text-align: center;
  line-height: 22px;
  margin: 0px;
  border: 5px solid #A7161B;
}
.element_page
{
  padding: 1px 10px 10px 10px;
  margin-bottom: 3px;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 15px;
  background-color: #27245D;
}

a
{
  text-decoration: none;
  color: #AEACDF;
}
a:hover
{
  color: #716CC6;
}
hr
{
  width: 500px;
  color: #3399cc;
  margin-top: 10px;
  margin-bottom: 10px;
}
#news
{
  width: 640px;
  background-color: #27245D;
  margin: 2px 3px 3px 2px;
  padding-left: 3px;
}
#footer
{
  clear: left;
  width: 100%;
  background: #27245D;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
}
#footer a
{
  color: #A7161B;
}
