body
{
  margin: auto;
  background-color: #EEE;
  color: #373737;
}

body a 
{
  color: #373737;
}


input, textarea
{
  border: 1px solid #999999;
  font-size: 11px;
}

#top
{
  background-image: url("../images/design/repeat_top.jpg");
  background-repeat: repeat-x;
  width: 100%;
  height: 200px;
}



#main
{
  position: relative;
  background-image: url("../images/design/repeat_menu.jpg");
  background-repeat: repeat-y;
  height: 330px;
  background-color: #FFFFFF;
}
html > body #main 
{
	height: auto;
	min-height: 330px; /*hauteur mini pour les autres*/
}

h3.main
{
  font-family: Verdana;
  color: #000000;
  padding-top: 5px;
}



a.liens
{
  color: #373737;
}

a.liens:hover
{
  color: #2656c2;
}

a.support
{
  color: #373737;
  font-size: 13px;
  text-transform: uppercase;
}

a.support:hover
{
  color: #2656c2;
}

a.liens_doc
{
  color: #373737;
  text-decoration: none;
}

a.liens_doc:hover
{
  color: #373737;
  text-decoration: underline;
}


li.ok
{
  color: blue;
}

li.no
{
  color: red;
}

.menu
{
  float: left;
  margin-top: 20px;
  margin-left: 25px;
  height: 100px;
}
html > body .menu 
{
	height: auto;
	min-height: 100px; /*hauteur mini pour les autres*/
}

img
{
  vertical-align: middle;
}


#copyright
{
  position: relative;
  background: url("../images/design/repeat_bottom.jpg") repeat-x;
  width: 100%;
  height: 56px;
}
