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

/* general */
a {
	color:#777;
}

a:hover {
	color:#333;
}

/* body */
body {
	background:#fff;
	color:#555;
	font:0.8em "Trebuchet MS",Arial, Helvetica, "bitstream vera sans", sans-serif;
	text-align:center;
	margin:5px auto;	
	width: 800px;
}

table.border {
	border-width: 1px;
	border-radius: 10px;
	border-spacing: 2px;
	border-color: black;
	border-collapse:collapse;
	
	
 
 }
th {
	text-align : center;
 }
 

#centre {
	width:750px;
	border:1px solid #999;
	padding:5px;
	text-align: center;
}

select{
	width: 300px;
	border:1px solid #999;
}

/* header */
#header {
	height:120px;
	margin:0 auto;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}

#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:0px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

.liste_nom{
	width: 400px;
	text-align: left;
	float: left;
	clear: left;
	border-top:1px solid #999;
}

.admissible {
	width: 350px;
	float: left;
	text-align: right;
	border-top:1px solid #999; 

}

.footer {
	background: #d2004e;
	color: white;
}