body
{
  height: 100%;
  width: 760px;
  margin: auto;
  margin-top: 2.5%;
  margin-bottom: 2.5%;    
  background-image: url("css/fond.png");
  scrollbar-arrow-color: #000000;
  scrollbar-face-color: #FFC001;
  scrollbar-highlight-color: #FFCF3D;
  scrollbar-shadow-color: #FFBF00;
  scrollbar-track-color: #FFDE7A;
}

dl, dt, dd, ut, lt 
{
  padding: 0;
  list-style-type: none;
  border: none;
}

img
{
	border: none;
}

/* - - - Affichage des sondages - - - */

table.sondage 
{
	border-width: 3px 3px 3px 3px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #7bb31a;
	border-collapse: collapse;
}
table.sondage th 
{
	border-width: 2px 0px 1.5px 2px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #7bb31a;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sondage td 
{
	border-width: 1.5px 1.5px 1.5px 1.5px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #7bb31a;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* - - - -Truc pour les photos- - - - */

#menu_photo dt 
{
  cursor: pointer;
  margin: 2px 0;;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  border: 1px solid gray;
  background: #ffc001;
}
#menu_photo dd 
{
  text-align: center;
}
#menu_photo lt 
{
  text-align: center;
  background: #fff;
}
#menu_photo lt a, 
#menu_photo dt a 
{
  color: #000;
  display: block;
  height: 100%;
}

/* - - - - -  Trucs de menu - - - - - */

.element_menu
{
  background-color: #7bb31a;
  background-image: url("css/motif.png");
  background-repeat: repeat-x;
  border: 2px solid black;
}

.element_menu h3
{    
  color: #ffffff;
  font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
  text-align: center;
}

.element_menu ul
{
  list-style-image: url("css/puce.png");
  margin-left: 0px;
  padding-left: 20px;
}

.element_menu a
{
  color: #ffffff;
}

.element_menu a:hover
{
  background-color: #e6e6e6;
  color: black;
}

/* - - - - -  Forme Général - - - - - */
#en_tete
{
  width: 100%;
  height: 138px;
  background-color: #ffc001;
  background-image: url("css/banniere.png");
  background-repeat: no-repeat;
  margin-bottom: 1.65%;
  border: 2px solid black;
  text-align: center;
  /*position: relative;*/
}

#menu
{
  float: left;
  width: 18%;
  margin-right: 3%;
}

#menu_D
{
  float: right;
  width: 18%;
  margin-left: 3%;
  color: #ffffff;
}

#corps
{
  /*padding: 3%;*/
  min-height: 320px;
  max-height: 380px;
  background-color: #eedc00;
  background-image: url("css/motif.png");
  background-repeat: repeat-x;
  border: 2px solid black;
  overflow: auto;
}

#pied_de_page
{
  margin-top: 5%;
  padding: 8px;
  text-align: center;;
  background-color: #ffc001;
  background-image: url("css/motif.png");
  background-repeat: repeat-x;
  border: 2px solid black;
}

#copyright
{
  text-align: center;
}


