body {
	margin: 5px 10% 5px 10%
	padding: 20px ;
	text-align: center ;
	font: small  "Trebuchet MS", helvetica, sans-serif ;
	background: #FFECBF ;
}

div#container {
	margin: 0 auto ;
	width: 500px ;
	text-align: center ;
	border: 2px solid #792D20 ;
	background: #FFF ;
	color: rgb(102, 51, 0) ;
}

div#container2 {
	margin: 0 auto ;
	width: 500px ;
	height: 300px ;
	text-align: center ;
	border: 2px solid #792D20 ;
	background: #FFF ;
	color: rgb(102, 51, 0) ;
}

h2 {
font-size: 18pt ;
}

.address {
line-height: 1.2em ;
}

img {
    border: none;
}

/* liens hypertextes */

a {
	color: #792D20 ;
	font: 0.9em verdana, sans-serif, arial ;
	text-decoration: none;
}

a:hover {
	color: #cd5c5c ;
	text-decoration: underlined ;
}
