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

#title {
	width: 900px;
	margin: auto;
}

#title .img_left{
	float: left;
}

#title .img_right {
	float: right;
}

#title h1{
	padding-top: 10px;
	text-align:center;
	color:#c6600f;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#title hr {
	clear: both;
	visibility:hidden;
}

#content #diapo {	
	width: 900px;
	margin: auto;
}