@charset "iso-8859-1";
body{
font-family:arial,verdana,sans-serif;
}
#page{
position:absolute;
left:50%;top:10px;
margin-left:-320px;
border:solid 1px black;
width:640px;
}
#page_id{
position:absolute;
background-image:url(images/ecran_id.gif);
width:700px;height:430px;
top:50%;left:50%;
margin-left:-350px;margin-top:-215px;
}
#entete{
position:relative;
text-align:center;
color:white;
font-weight:bold;
width:100%;
height:40px;
background-color:red;
padding:10px 0 0 0;
}
.lib {color: #000000;font-size: 9px; text-align: right}
.form {color: black;font-size: 11px; font-weight: bold; text-decoration: none}
.form_centre {color: black;font-size: 11px; font-weight: bold; text-decoration: none;text-align:center;}
input {color: black;font-size: 11px; font-weight: bold; text-decoration: none}
.intertitre{
border-bottom:solid 1px black;
border-color:red;
color:red;
font-weight:bold;
font-size:11px;
}

#nav{
position:relative;
width:100%;
}
#nav li{
list-style-type:none;
display:inline;
float:left;
margin:0 50px 0 50px;
}
.entete_tab{
background-color:red;
color:white;
font-weight:bold;
font-size:11px;
text-align:center;
}