* {
border: 0;
margin: 0;
padding: 0;
}

html {
background-color: #F7FAFF;
}

#formulaire {
width: 950px;
margin: 10px auto;
border: 1px solid #CAD9FD;
background-color: #FFFFFF;
padding: 1px;
color: #888888;
font-family: verdana, sans-serif;
font-size: 11px;
}

#tri li {
list-style-image: url(icones/arrow_refresh_small.png);
float: left;
margin: 0px;
margin-top: 3px;
margin-left: 100px;
width: 22%;
}
#tri {
height: 70px;
}

h1 {
text-align: center;
background-color: #CAD9FD;
color: #000000;
padding: 5px;
margin: 0;
}

.etudiants li {
height: 23px;
/height: 33px;
width: 946px;
list-style-type: none;
border: 1px solid #CAD9FD;
margin: 1px;
padding: 7px 0 0 0;
background-image: url('icones/header_background.gif');
background-repeat: repeat-x;
background-position: bottom;
overflow: hidden;
}

.parti {
color: #555555;
}

.rien {
color: #CAD9FD;
}
.rien .nom {
padding: 0 0 0 150px;
}

.etudiants .pays {
float: left;
margin: -7px 7px 0 0;
}

.nom, .promo {
font-weight: bold;
}

.structure {
text-decoration: underline;
}

a {
color: #888888;
font-weight: bold;
}