/* 
*	Agay
*	Zanghi Nicolas
*	24.04.2006
*/

body {
	background-color:#01A5EC;
	margin:0;
    
	font-family:Tahoma, Arial, sans-serif;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	text-align: center; /* pour corriger le bug de centrage IE */
	/*color:;*/
}

/* Calques */
#container {
	top:0;
	width:720px;
	margin-left: auto;
    margin-right: auto;	
}

#titre {
	top:0;
	margin:0;
	padding:0;
}

#contenu {
	padding:5px;
	margin-top:-80px;
	text-align:left;
}

#img {
	position:absolute;
	left:430px;
	top:324px;
	width:283px;
	height:263px;
}

img {
	border:0;
	text-align:center;
}

h1 {
	font-size:19px;
	font-weight:bold;
	text-decoration:underline;
}
h2 {
	font-size:22px;
	font-weight:bold;
	color:#963D01;
}

table {
	border: 3px solid #E8D174;
	text-align:center;
}
td {
	border: 1px solid #C6B052;
	padding:0;
	background-color:#E8D174;
}
th {
	border: 1px solid #C6B052;
	/*padding:0;*/
	padding-top:4px;
	background-color:#C6B052;
	border: 1px solid #E8D174;
}
.euro td {
	background: #ccc;
}
.loue {
	background: red !important;
}
