﻿/* CSS Document */

body {
	margin:0px;
	padding:0px;
	
	width:800px;
	line-height:1em;
	background-color:#586C72;
	
	cursor:default;
}


#bloc {
	position:absolute;
	margin:0px;
	padding:0px;
	margin-left:10%;
	background-color:#FFFFFF;

	width:800px;
	height:auto;
}

#grand_titre {
	margin-top:-10px;
	margin-left:0px;
	padding-left:5px;
	width:auto;
	height:30px;
	
	border-top:20px solid #586C72;
	border-bottom:4px solid #586C72;
	
	background-color:#FFFFFF;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:2em;
	color:#561814;
}
#message {
	margin-top:10px;
	margin-bottom:50px;
	margin-left:0px;
	padding-left:5px;
	
	width:auto;
	height:80px;
	
	background-color:#FFFFFF;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:2em;
	text-align:center;
	color:#561814;
}

#ligne_creuse {
	margin-bottom:10px;
}

#bandeau_bas {
	width:auto;
	border-top: 10px solid #ffffff;
}

table {
	width:100%;
	background-color:#586C72;
}
th {	
	width:auto;
	height:1em;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:0.8em;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#ffffff;
	background-color:#D99915;
}

tr {
	color:#000000;
}

td {
	width:auto;
	height:2em;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:0.7em;
	text-align:left;
	white-space:nowrap;
	letter-spacing:0.04em;
	color:#000000;
	background-color:#ffffff;
	border-top:2px solid #FFFFFF;
	border-bottom:8px solid #FFFFFF;
}

a {
	text-decoration:underline;
	color:#000000;
}

a :link{
	text-decoration:overline;
	color:#000000;
}

a:hover{
	text-decoration:none;
	color:#A1302D;
}

