html { 
  padding:0px;
  margin:0px;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#07546e;
	padding:0px;
	margin:0px;
	background-image: url(images/gauche.jpg);
	background-repeat: no-repeat;
}
#gauche {
	width: 320px;
	padding:0px;
	margin:0px;
	float: left;
}
#droite {
	margin-left: 320px;
	background-image: url(images/droite.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 180px;
	padding-right: 150px;
	padding-left: 20px;
	padding-bottom: 60px;
}
#menu {
	text-align: right;
	margin-bottom: 60px;
}
#galerie {
	clear:right;
}
img {
	padding: 12px;
	border: 1px dotted #CCCCCC;
}
#texte img {
	margin: 1px;
}
h1 {
	color: #07546e;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
h2 {
	color: #07546e;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}
h3 {
	color: #07546e;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
a, a:link {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #07546e;
	text-decoration: underline;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #A5ACB2;
}
.boite {
	height: 140px;
	width: 140px;
}

