
body {
background-color:#e0e0fd;
margin:0px;
font:normal 14px verdana;
}

div{
border:1px solid #090A7F;
background-color:#e0e0fd;
}

form{
width:600px;
margin-left: auto;
margin-right: auto;
border: 0px;
padding:20px;
}

form.incidentComment{
width:300px;

}

fieldset{
padding-bottom:20px;
background-color:#e0e0fd;
border:1px solid #090A7F;
top:1em;
position:relative;
text-align:center;
}

legend{
top:-0.8em;
position:relative;
border:1px solid #090A7F;
font:normal 18px verdana;
color:#090A7F;
background-color:#B8B7FD;
}

input,textarea,select{
background-color:#B8B7FD;
margin-left:0px;
width:200px;
}

.inputSubmit{
background-color:#B8B7FD;
border:1px outset #090a7f;
}

label{
font-weight: bold;
width:250px;
float:left;
cursor:pointer;
padding-right:10px;
text-align:right;
}


.te{
width:800px;
margin-right:0px;
border:1px solid #090a7f;
border:0px;
}


.error{
color:#FF0000;
}



#mainBox{
margin-left: auto;
margin-right: auto;
border:1px solid #090A7F;
background-color:#FFFFFF;
max-width:1000px;
min-width:780px;
width: auto !important;
height: auto !important;
width:780px;
}

#header{
background-image:url(fond.png);
background-repeat: no-repeat;
background-position: top right;
border:0px;
background-color:#FFFFFF;
}

.Menu{
background-color:#B8B7FD;
border-top:1px solid #090a7f;
border-left:0px;
border-right:0px;
border-bottom:1px solid #090a7f;
padding-top:2px;
}


.Menu #tabnav{
list-style-type: none;
margin:0;
padding:10px 0px 0px 30px;
}

.Menu #tabnav li{
display:inline;
width:100px;
border: 1px solid #090A7F;
border-bottom:1px solid #000000;
margin: 2px 2px 0px 2px;
}

.Menu #tabnav a{
text-decoration:none;
border:0px;
color:#090A7F
}

.contenu{

padding:20px;
border:0px;
background-color:#FFFFFF;
}

#footer{
margin-left: auto;
margin-right: auto;
width:300px;
text-align:center;
border:0px;
}

.clear {
clear: left;
border:0px;
background-color:#FFFFFF;
}


a{
text-decoration:underline;
color:#000;
}

a:hover
{
color:#090A7F;
}

img{border:0px;}

div.box{
padding:10px;
}

div.boxLog{
padding:10px;
text-align:center;
}

div.contact{
padding:10px;
margin-bottom:10px;
}

div.form{
text-align:right;
padding:10px;
}

input.btn {
background-color:#B8B7FD;
width:100px;
border:1px solid #090a7f;
border-bottom:0px;
float:right;
}

input.btnOpt {
background-color:#B8B7FD;
width:100px;
border:1px solid #090a7f;
border-bottom:0px;
float:left;
}


ul
{
list-style-type: square;
}

ul ul
{
list-style-type: decimal;
}


