* {
	margin: 0;
	padding: 0;
}
body {
	font: .8em/1.4em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	background: url(../images/fond.jpg);
	background-color: #6DC7DE ;
}
table {
	margin: 0 auto;
	height: 100%;
}
table p {
	text-align: left;
	margin: 20px 40px 10px 20px;
}
table img {
    border: 1px solid #015777;
	margin: 20px 20px;
	text-align: left;
}
table img#photo1 {
	float: left
}
table td {
	vertical-align: top;
	text-align: left;
}
table tr td#menu {
	background: url(../images/bg_menu.jpg);
	height: 300px;
}
table tr td#menu object {
	margin: 0 0 0 40px;
}
table a:link, table tr td#menu a:visited{
	color:#183E72;
	text-decoration:none;
	font-weight: bold;
}
table a:hover, table tr td#menu a:active{
	color:#009246;
	text-decoration:none;
	font-weight: bold;
}
table tr td#menu img#drapeau{
	margin: 195px 435px 0 50px;
	border: none;
}
table tr td#gauche {
	background: white url(../images/bg_gauche.jpg) no-repeat;
	height: 150px;
}
table tr td#gauche p {
	text-align: left;
	margin: 20px 40px 10px 40px;
}
table tr td#droite {
	background: url(../images/bg_droite.jpg);
	height: 100%;
}
table tr td#droite img#reserve{
	border: none;
}
table#galere {
	margin-left: 20px;
}
table#galere img#photo4 {
	float: right;
}
table#galere p.gras {
	font-weight: bold;
}
/*FORMULAIRE*/
form {
	padding: 20px 0 10px 100px;
	width: 450px;
	height: 300px;
}
form p {
	width: 450px;
}
form p label {
	text-align: right;
	display: block;
	border-right: 1px solid #015777;
	border-bottom: 1px solid #015777;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
form p input, div#contenu form p textarea {
	width: 450px;
	border: 1px solid #015777;
	background: #ffffff;
	color: #076AE2;
	font: 1em/1.3em "Trebuchet MS", Verdana, Arial;
}
form p textarea {
	height: 100px;
	width: 450px;
}
form p a:link, div#contenu form p a:visited {
	display:block;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	background: #015777;
	border: 1px solid #fff;
}
form p a:hover, div#contenu form p a:active {
	color: #015777;
	text-decoration: none;
}

