/* CSS Document */
body {
top: 0px;
left:0px;
color: #0D507A;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
padding:0px;
}
.main{
background-image:url("../images/background-log.jpg");
background-repeat: no-repeat;
position: relative;
top:0px;
left: 15%;
width: 900px;
height: 600px;
}
.titre {
position: relative;
top: 40px;
left: 0px;
width: 150px;
background-color: #c2de00;
height: 50px;
font-weight: bold;
font-size:24px;
padding-top: 15px;
}

.log {
position: relative;
top: 150px;
left: 350px;
background-color: #c2de00;
height: 130px;
width: 280px;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
}
#pass {
background-color: #c2de00;
padding-left: 15px;
padding-right: 15px;
position: relative;
top: -13px;
left: -15px;
width: 280px;
padding-bottom: 15px;
}

