html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f4f8; 
	color: #132D41;
	text-align: center;
}
img {
	border: 0;
}
h1 {
	font-size: 1.4em;
	padding-bottom: 10px;
	color: #615d6c;
}
p {
	padding-bottom: 7px;
}


#frame {
	position: relative;
	float: left
	width: 950px;
	height: 100%;
	background: #f0f4f8 url('../images/bg_body_interieur2.jpg') 0% 0% no-repeat;
}
#logo {
	position: absolute;
	top: 0;
	left: 10px;
}
#menu {
	position: relative;
	float: left;
	margin-top: 60px;
	margin-left: 15px;
	width: 130px;
	height: 360px;
	background-color: transparent;
	text-align: left;
}
#menu ul {
	list-style: none;
}
#menu li {
	padding-bottom: 5px;
}
#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
#menu a:hover {
	color: #C17C1F;
}
#menu a.actif {
	color: #C17C1F;
}
#flag {
	position: absolute;
	top: 8px;
	left: 750px;
	width: 80px;
	height: 29px;
	background-color: transparent;
}
#flag img {
	padding: 2px;
}
#contenu {
	position: relative;
	float: left;
	margin-left: 60px;
	width: 600px;
	height: auto;
	background-color: transparent;	
	text-align: left;
	padding-bottom: 40px;
}
#contenu h1 {
	color: #C17C1F;
	font-weight: normal;
	font-size: 30px;
}
#corps {
	position: relative;
	float: left;
	width: 900px;
	height: auto;
	margin-top: 300px;
	background-color: transparent;
}


#pied {
	position: relative;
	float: left;
	width: 900px;
	clear: both;
	height: 20px;
	background: transparent url('../images/bg_footer.png') no-repeat 0 0;
	color: #704C34;
	font-size: 0.8em;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
}

#intro {
	position: relative;
	float: left;
	width: 580px;
	height: auto;
	font-size: 16px;
	padding: 15px;
}

#encadre {
	position: relative;
	float: left;
	width: 580px;
	height: auto;
	background-color: #fff;
	padding: 20px;
	border: solid 1px #C2CDDA;
	font-size: 14px;
}
#encadre img {
	float: right;
	padding: 4px;
	border: solid 1px #132D41;
	margin-left: 15px;
	margin-bottom: 15px;
}
h2 {
	color: #C17C1F;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 10px;
}

#entete {
	position: absolute;
	top: 0;
	left: 264px;
	width: 406px;
	height: 249px;
	overflow: hidden;
}
table.tarifs th {
	text-align: left;
	padding-right: 20px;
}
table.tarifs td {
	text-align: right;
}

table.tarifs {
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #fff;
	border: solid 1px #C2CDDA;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	
	
	
}
table.form {
	vertical-align: top;
}

table.form td {
	padding-bottom: 10px;
}

table.form td.bouton {
	text-align: right;
}
table.form1 {
	width: 100%;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
table.form1 td {
	width: 50%;
}

#page_lien ul {
	list-style: square;
	margin-left: 20px;
}
#page_lien a {
	color: #369;
}
#erreur {
	width: 100%;
	text-align: center;
	color: red;
	margin-bottom: 15px;
	margin-top: 15px;
}