/* CSS Document */

body, html {
background-image: url(img/background.jpg);
background-repeat:repeat-x;
background-color:#222;
margin:0px;
padding:0px;
}

p,td{
background: #000;
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #999;
font-size:11px;
}

ul,li{
background:transparent;
font-size:11px;
font-variant:small-caps;
list-style: none;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

a:link {color: #eee; 
text-decoration:none;
}
a:visited {
color: #eee; 
text-decoration:none;
}
a:hover {
color:#e70; 
text-decoration:underline;
}

h1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #e70;
font-variant:small-caps;
font-size:14px;
padding-bottom:15px;
}
h2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
padding-bottom:5px;

}

#title {
background: #000;
border-left: 1px solid #940;
border-right: 1px solid #940;
}

#home{
padding:15px;
margin-bottom: 20px;
margin-left:500px;
}
#mail{
padding:15px;
margin-bottom: 20px;
}

#menu {
height:250px;
width: 150px;
background-image: url(img/bg_menu.jpg);
background-repeat: no-repeat;
line-height: 50px;
font-variant:small-caps;
margin:0px;
padding-left: 48px;
border: solid 1px #940;
float:left;
}

#bandeau{
border-right: solid 1px #940;
border-top: solid 1px #940;
border-bottom: solid 1px #940;
text-align:right;
float:left;
}

.info{
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #999;
font-size:11px;
text-align:justify;
padding-left:50px;
padding-right:30px;
margin-bottom:30px;
border-right: solid 1px #940;
width:430px;
float:left;
}

.news{
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #999;
font-size:11px;
text-align:justify;
margin-left:542px;
width:430px;
}
.separation{
height:20px;
width:430px;
/*margin-left:542px;
margin-bottom:30px;*/
background:#000;
border-bottom: #999 solid 1px;
}
.form-droite{
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #999;
font-size:11px;
margin-left:542px;
}

 .picto{
 padding-right:20px;
 padding-bottom: 20px;
 float:left;
 }
 
 #copyright{
 width:100%;
 border-top: solid 1px #940;
 margin-top:30px;
 padding-top:10px;
 background:#222;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 color: #999;
 text-align:center;
 float:left;
 }
 
label {
font-weight:bold
}
input {
border:1px solid #222;
background-color:#000;
color:#ccc;
}
select, option {
background-color:#000;
border:1px solid #222;
color:#ccc;
}
textarea {
border:1px solid #222;
background-color:#000;
color:#ccc;
}
