body {
font-family: arial; /* on définit la police de base dans la page */
font-size: 10pt; /*dex on définit la taille de police de base dans la page */
background: url("../images/syst/fond.png");
background-repeat:repeat-x-y;
}

body a{
text-decoration: none;
color: black;
}


body img{
border: none;}

.master{
position: absolute;
float: left;
top:10px;
width:1000px;
left: 50%;
margin-left: -500px;
}

.top{
float:left;
width:1000px;
height:130px;
}

.top2{
position:relative;
float:left;
width:1000px;
height:31px;
background: url("../images/syst/index2.png");
background-repeat:no-repeat;
}

.x-top2{
margin-left:350px;
}

.centertop{
float:left;
width:1000px;
background: url("../images/syst/fond2.png");
background-repeat:repeat-y;
}

.center{
float:left;
width:900px;
margin-left:50px;
background-color:white;
}


.x-center{
margin:30px;
margin-top:0px;
}

.bottom{
float:left;
width:1000px;
height:25px;
color:white;
text-align:center;
background-color:#bf0719;
}

.bottom a{
font-weight:bold;
color:white;
}

.x-bottom{
margin-top:3px;
}

.master-connexion{
float:left;
width: 540px;
height:400px;
border:1px solid;
margin:30px;
margin-left:150px;
}
