/* importation du style du sondage*/
@import url(sondage.css);
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: rgb(0, 0, 0);
}
a:link {

    color: #990000;

    text-decoration: none;

    font-weight: normal;

    font-style: normal;

}
a:visited {

    color: #990000;

    text-decoration: none;

    font-weight: normal;

    font-style: italic;

}
a:hover {

    color: #FF6600;

    text-decoration: underline;

    background-color: #FFFFFF;

    font-weight: normal;

    font-style: normal;

}
a:active {

    color: #FF0000;

    text-decoration: none;

    background-color: #CCCCCC;

    font-weight: bold;

    font-style: normal;
}
a img {
border-color: rgb(255, 204, 153);
}
#header {
height: 200px;
}
#conteneur {
position: absolute;
width: 100%;
background-color: rgb(0, 0, 0);
}
#centre {
background-color:rgb(255, 255, 255);
margin-left: 150px;
margin-right: 150px;
padding-right : 8px;
padding-top : 12px;
padding-left : 8px;
}
#gauche {
float: left;
width: 150px;
background-position: left top;
background-image: url(/images/fond_gauche.JPG);
background-repeat: repeat-y;
background-color: transparent ! important;
text-align: center;
color: rgb(255, 255, 255);
background-image: url(/images/fond_gauche.JPG);
background-color: rgb(0, 0, 0);
}
#gauche a:visited {
color: #CCCCCC;
}
#gauche a:hover {
color: #000000;
}
#droite {
float: right;
width: 150px;
background-position: right top;
background-image: url(/images/fond_gauche.JPG);
background-repeat: repeat-y;
background-color: transparent ! important;
text-align: center;
color: rgb(255, 255, 255);
background-image: url(http://www.dsaranna.com/imagesds2/images/ds2_gauche.GIF);
background-color: rgb(0, 0, 0);
color : #FFFFFF
}
.menudroite a:link {
color: #FFFFFF;
text-decoration: underline;
font-weight: normal;
font-style: normal;
}
.menudroite a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
font-style: normal;
}
.menudroite a:hover {
color: #FFFFFF;
background-color: rgb(0, 0, 0);
text-decoration: none;
font-weight: medium;
font-style: normal;
}
.menudroite a : active {
color: #FFFFFF;
text-decoration: underline;
font-weight: normal;
font-style: normal;
}
#pied {
clear:both;
background-color: rgb(255, 204, 153);
text-align : left;
margin-left: 150px;
margin-right: 150px;
}
.bas {
margin-top:25px;
padding-bottom :25px;
background-color: rgb(234, 187, 140);
clear: left;
}
.google {
float: left;
width: 30%;
background-color: rgb(234, 187, 140);
}
.sponsor {
float: right;
}
p {margin: 0 0 10px 0;
}
.listeplate  {
  background-color: transparent;
  list-style-type:none;
  padding:0px ; 
  margin:0px;
  }
  .listeplate a { border: 1px outset rgb(153, 0, 0);
   background: rgb(204, 50, 0) none repeat scroll 0% 50%;
  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial;
  height: 30px;
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  }
  .listeplate a:hover { border-color: gray gray rgb(255, 0, 0);
  border-width: 1px;
  border-bottom: 1px solid rgb(255, 0, 0);
  background-color: rgb(255, 204, 153);
  background-repeat: repeat-x;
  background-attachment: scroll;
  height: 30px;
  font-size: initial;
  color: rgb(0, 0, 0);
  opacity: 1;
  }
  .listeplate a:active { border: 1px solid gray;
  background: rgb(204, 204, 204) none repeat scroll 0% 50%;
  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial;
  color: rgb(255, 255, 255);
  }
  .haut { border: 5px outset rgb(255, 102, 0);
    font-family: Arial,Helvetica,sans-serif;
    margin-left: 150px;
    background-color: rgb(234, 187, 140);
    color: rgb(0, 0, 0);
    font-weight : bold;
    padding :0;
    margin-botton : 0;
       }
.case {
background-color: rgb(255, 204, 200);
}
.casegauche {
float :left;
width: 30%;
}
.casecentre {
position: absolute;
margin-left: 30%;
margin-right: 30%;
}
.casedroite {
float : right;
width: 30%;
}
.beige {
background-color: #FFCC99;
color: rgb(0, 0, 0);
}
.deroule {
overflow: auto;
height : 600px;
background-color : black;
text-align : center;
color: white;
}
H4 {
color : yellow;
}

