body {
  background-image: url(images/decor2.png);
  background-repeat: repeat;
  font-family: Arial,Helvetica,sans-serif;
  padding-top: 0;
  padding-right: 100px;
  text-shadow: #330000 2px 1px 4px;
}
#global {
  border: 3px inset white;
  margin: 0 0 0 100px;
  background-image: url(images/backgroundDD.jpg);
}
#header {
  background-image: url(images/newlogo.jpg);
  background-position:  center center;
  background-repeat: no-repeat;
  height: 200px;
  padding-top: 5px;
  background-color: black;
}
#center {
  padding-top: 5px;
}
#menu {
  padding: 5px;
  float: left;
  width: 180px;
  display: block;
  background-color: black;
 
}
#blockright {
  float: right;
  width: 300px;
  padding-top: 5px;
  background-color: black;

}
#blockright p {
  
  color: white;
  text-align: center;
}
#main {
  border: 3px inset white;
  background-image: url(images/decor2.png);
  background-position:  center center;
  width: 630px;
  margin-left: 200px;
  padding-top: 20px;
  padding-right: 10px;
}


#foot {
  padding: 0 10px;
  background-color: black;
  background-image: url(images/bienvenue.gif);
  background-repeat: no-repeat;
  background-position:  center center;
  clear: both;
}
a:link {
  border: 1px outset red;
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  color: yellow;
  text-decoration: none;
  text-align: center;
  font-weight: lighter;
  font-size: 0.9em;
  
  
}
a:active {
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  color: yellow;
}
a:hover {
  border: 1px inset yellow;
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  color: red;
}
a:visited {
  font-family: Arial,Helvetica,sans-serif;
  color: yellow;
  text-decoration: none;
}
a:images {border: none;
}
h1, h2, h3, h4 {
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
}
h5 {
  color: white;
  text-align: left;
}
p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  color: black;
  text-align: justify;
  padding-left: 8px;
}
p a:link {
  border-style: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  text-align: center;
  font-weight: lighter;
  text-decoration: none;
  padding-left: 0;
  color: yellow;
  
}
.float_left {
  border: 2px outset #330000;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.float {
  border: 2px groove #ff9900;
  margin: 5px;
  float: left;
}
.turn {
  border: 2px groove #ffcc33;
  margin: 35px 50px;
  float: right;
}
.image {
  margin: 30px 35px 0 0;
  padding: 5px 0 5px 5px;
  float: right;
}
.anim {
  margin: 0 30px;
  padding: 5px;
  float: none;
}
.pic {
  margin: 0 30px;
  float: right;
}
.banniere {
  margin: 165px 0 0;
  float: right;
}
.menu {
  color: red;
}
.titre {
  font-family: Stylistic SF;
  font-weight: bold;
  font-size: 1.1em;
  color: red;
}
.voix {
  font-family: Tahoma;
  color: yellow;
  font-size: 1em;
}
ul {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  color: white;
  font-weight: normal;
  text-align: left;
  list-style-type: none;
}
li.last {
  color: red;
  padding-left: 10px;
}
#blockright a:link {
  border-style: none;


