* {
margin: 0px;
padding: 0px;
}

p            { font-family: arial; font-size: 0.7em; color: #808080; padding-top: 40px }
h1           { color: #808080; font-family: Arial; font-size: 0.9em; padding-top: 50px }
body         { background-color: #000000; text-align: center; }

p a {  color: #FF0000}

p a:hover  {   color: #00FF00}

input#effacer { 
position: absolute; 
top: 210px; 
right: 150px; 
font-family: Arial; 
font-size: 0.7em; 
color: #FF0000; 
border: 2px outset #333333; 
background-color: #000000; 
width:70px; 
height:24px 
}

input#bouton { 
position: absolute; 
left: 150px; 
top: 210px; 
font-family: Arial; 
font-size: 0.7em; 
color: #FF0000; 
border: 2px outset #333333; 
background-color: #000000; 
width:70px; 
height:24px
 }
               
               
               
textarea#message { 
border:1px inset #808080; 
position: relative; 
left: 50; 
top: 75px; 
height: 97px; 
width: 490px; 
font-family:Arial; 
font-size:0.7em; 
color:#FF0000; 
background-color:#000000;
scrollbar-face-color: red; 
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #000000; 
scrollbar-arrow-color: #000000
 }




select#demande { 
font-family: Arial; 
font-size: 0.7em; 
color: #FF0000; 
position: absolute; 
left: 100px; 
top: 140px; 
background-color: #000000
 }
               
               
               
input#telephone { border:1px inset #808080; position: absolute; top: 30px; left:230px; font-family:Arial; font-size:0.7em; color:#FF0000; background-color:#000000 }
input#email  { border:1px inset #808080; position: absolute; top: 30px; font-family:Arial; font-size:0.7em; color:#FF0000; right:50px; background-color:#000000 }
input#nom    { border:1px inset #808080; position: absolute; left: 50px; top:30px; font-family:Arial; font-size:0.7em; color:#FF0000; background-color:#000000 }

#formulaire_db_party { 
border:1px solid #FF0000; position:relative; 
margin:0px auto;
width: 591px; 
height: 326px; 
top: 50px; background-color:#333333; background-image:url('interfaces-shop/arriere-formulaire.jpg') 
}

a            { font-family: Arial; font-size: 1em; color: #808080; text-decoration:none }

a:hover      { font-family: Arial; font-size: 1em; color: #FFFFFF;  text-decoration:none }
