@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	font-family: "Lucida Grande";
	font-size: 16px;
	color: #000;
	margin: 0;
}


#main {
	position: absolute;
	width: 100%;
	background: url(/images/head_bg.png) white top repeat-x;
}


#sendit {
	margin: 10px auto 60px auto;
	width: 300px;
	height: 132px;
	background: url(/images/sendit.png);
}


#logo {
	width: 100%;
	margin: 80px auto;
	background: url(/images/logo.png) top center no-repeat;
	text-align: center;
	padding-top: 80px;
	font-size: 12px;
}


#texte {
	margin: 0 auto;
	width: 600px;
	text-align: center;
}


#liste {
	margin: 0 auto;
	padding: 30px;
	width: 800px;
	background: #ffcc99;
	border-width: 5px;
	border-style: groove;
	border-color: #ff9900;
	font-size: 12px;
}


#liste a {
	text-decoration: none;
}


#liste a:hover{
	color: red;
}


#erreur {
	margin: 10px auto;
	width: 600px;
	text-align: center;
	color: red;
	font-size: 20px;
	font-weight: bold;	
}


table {
   width: 100%;
}


tr {
	height: 28px;
}


.table_head td {
	border-bottom:3px solid #ff9900;
	padding-left: 20px;
	font-weight: bold;
	
}

.table_body td {
	border-bottom:1px dotted #ff9900;
}
