/* le body */
body
{
  margin: auto;
}

input, select, textarea
{
  font-family : Verdana;
	font-size : 9px;
}

#all
{
  background-image: url("images/architecture/vide_left.jpg");
  background-repeat: repeat-y;
  background-color: #EEE;
}

/* la banniere */
#banniere
{
  height: 200px;
  background-image: url("images/architecture/top_right.jpg");
  background-repeat: repeat-x;
  color: white;
  font-family: Verdana;
  font-size: 10px;
}

table.banniere
{
  width: 100%;
  background-image: url("images/architecture/top_left.jpg");
  background-repeat: no-repeat;
  height: 200px;
}

p
{
  margin: 0px;
}




/* le main */
#main
{
  position: relative;
  height: 315px;
  background-image: url("images/architecture/vide_left.jpg");
  background-repeat: repeat-y;
  background-color: #EEE;
  font-size: 15px;
  font-family: Georgia, Times, Arial;
  color: #171785;
}
html > body #main {
	height: auto;
	min-height: 315px;
}


p.marge
{
  margin: 10px;
  color: #FF0000;
}

/* le copyright */
#copyright
{
  height: 100px;
  background-image: url("images/architecture/corner_right.jpg");
  background-repeat: repeat-x;
  color: white;
  font-family: Verdana;
  font-size: 10px;
}

table.copyright
{
  width: 100%;
  background-image: url("images/architecture/corner_left.jpg");
  background-repeat: no-repeat;
  height: 100px;
}




table.pages
{
  width: 95%;
  margin: auto;
}

h6
{
  font-weight: normal;
}


a.liens {
	color: #08067a;
}

a.liens:hover {
	color: #2a6de6;
}
