/*Régine Quidu - Feuille de style CSS pour parcours*/
* { padding: 0; margin: 0;}
body {
color: #ffffff;
background-color: black;
}
#wrapper {
margin-top: 15px;
margin-right: auto;
margin-left: auto;
color: #ff9900;
background-color: #660000;
width: 80%;
}
#bandeau {
color: #ff9900;
text-align: center;
padding-top: 20px;
padding-bottom: 10px;
margin-top: 15px;
margin-bottom: 5px;
margin-left: 280px;
}
#bandeau h1 {
font-size: 5em;
}
#bandeau h2 {
font-family: Verdana, Arial, Helvetice, sans-serif;
}
#texte {
color: #660000;
font-size: 0.8em;
font-family: Verdana, Arial, Helvetice, sans-serif;
text-align: center;
background-color: #ffff99;
width: 65%;
padding-top: 30px;
padding-left: 10px;
margin-top: 50px;
margin-bottom: 10px;
margin-left: 280px;
}
#gif {
color: #ff9900;
background: #660000;
width: 250px;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 15px;
}
#navigation ul {
color: #ffff99;
text-decoration: none;
font-size: 0.7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #600;
width: 200px;
margin-top: -100px;
margin-left: 15px;

list-style: none;
}
#drouot {
margin-left: 15px;
margin-top: -840px;
}
#regis {
color: #ffff99;
width: 65%;
margin-left: 380px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: right;
font-size: 0.54em;
margin-left: 280px;
font-size: -1em;
margin-bottom: 5px;
}

a { text-decoration: none;}
a:link { color: #ffffff; }
a:visited { color: #cc6666; }
a:hover, a:focus { text-decoration: underline; }
a:active { color: vhite; background-color: #d90000 }
