/*Descriptif général de la page qui se trouve sur un fond blanc et le texte en gris foncé Pantone 431*/
body {
	font-family:   Bradley Hand ITC, Comic Sans MST, Bookman Old Style, sans-serif;
	text-align: center;
	color: #c39b69;
	background-color: #FFFFFF;
}
#container {
	width: 790px;
	height: 561px;
	margin: 35px auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image:  url(/image/fond_calecon.png);
}

a {
	text-decoration: underline;
	color: #c39b69;
}
a:hover {
	text-decoration: none;
	color: #BBDDEE;
}

.large{
	font-size: 22px;
	/*font-weight: bold;*/
	font-style: italic;
}
	
table{
	text-align: center;
}

td{
	padding: 10 10 10 10;
}

img{border: 0 none;}