
body {
	margin: 0;
	background-image: url(../../includes/images/hippocampe-bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial;
	font-size: 13px;
	color: #333;
}

img, table { border: 0; }

table { border-collapse: collapse; }

h1 {
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

a { text-decoration: underline; font-weight: bold; color: #596575; }
a:link { text-decoration: underline; font-weight: bold; color: #596575; }
a:visited { text-decoration: underline; font-weight: bold; color: #596575; }
a:hover { text-decoration: none; font-weight: bold; color: #000000; }

#PosBandeau, #ZonePpale, #CreditBottom {
	margin: 0 auto;
	width: 982px;
}

#PosDrapeaux {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: 370px;
	width: 100px;
	text-align: right;
	word-spacing: 10px;
}

#FlashPos {
	position: absolute;
	top: 265px;
	left: 50%;
	margin-left: -487px;
	width: 971px;
	height: 37px;
}

#FlashPosBis { position: relative; }

#BanNavig {
	width: 972px;
	margin: 4px;
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#BanNavig a { text-decoration: underline; font-weight: bold; letter-spacing: normal; color: #fff; }
#BanNavig a:link { text-decoration: underline; font-weight: bold; letter-spacing: normal; color: #fff; }
#BanNavig a:visited { text-decoration: underline; font-weight: bold; letter-spacing: normal; color: #fff; }
#BanNavig a:hover { text-decoration: none; font-weight: bold; letter-spacing: normal; color: #333; }

#PosBandeau {
	padding: 30px 0 5px 0;
}

#ZonePpale {
	background-image: url(../../includes/images/hippocampe-bgtable.png);
	background-repeat: repeat-y;
}

#IntZonePpale {
	background-image: url(../../includes/images/hippocampe-bgbottom.png);
	background-repeat: no-repeat;
	background-position: 0% 103%;
	padding-bottom: 5px;
}

#CreditBottom {
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333;
}

#CreditBottom a { text-decoration: underline; font-weight: normal; letter-spacing: normal; color: #596575; }
#CreditBottom a:link { text-decoration: underline; font-weight: normal; letter-spacing: normal; color: #596575; }
#CreditBottom a:visited { text-decoration: underline; font-weight: normal; letter-spacing: normal; color: #596575; }
#CreditBottom a:hover { text-decoration: none; font-weight: normal; letter-spacing: normal; color: #333; }

#PosHippo {
	position: absolute;
	top: inherit;
	left: inherit;
	z-index: 1;
	width: 89px;
	height: 192px;
	background-image: url(../../includes/images/hippocampe-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#IntPadding {
	position: relative;
	top: inherit;
	left: inherit;
	padding: 20px 40px;
	z-index: 4;
}

#ColDroite {
	float: right;
	width: 350px;
	text-align: left;
	padding: 0 0 30px 30px;
}

#ColDroitePic {
	float: right;
	width: 430px;
	text-align: left;
	padding: 0 0 10px 30px;
}

#ImgTitre {
	margin-left: -40px;
}

.clear { clear: both; }

.tdtitre {
	text-align: center;
	font-weight: bold;
	color: #6f88af;
	letter-spacing: 1px;
	word-spacing: 5px;
	border: 1px #6f88af solid;
	background-color: #f1f1f1;
}

.tdtarifs, .tdtarifsright {
	padding: 2px 10px;
	border-bottom: 1px #6f88af solid;
	font-size: 13px;
}

.tdtarifs {
	border-left: 1px #6f88af solid;
}

.tdtarifsright {
	border-right: 1px #6f88af solid;
	text-align: center;
	font-weight: bold;
}

.smallTxt {
	font-size: 11px;
	letter-spacing: 1px;
	font-style: italic;
	color: #555;
}

label {
	float: left;
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	width: 100px;
}

input, textarea {
	border: 1px #6f88af solid;
	background-color: #f1f1f1;
	padding: 1px 5px;
	width: 250px;
}

.inputerr, .textareaerr {
	border: 1px #ff0000 solid;
	background-color: #ffe9e5;
	padding: 1px 5px;
	width: 250px;
}

textarea, .textareaerr {
	overflow: auto;
}

.submitinpt {
	border: 1px #000 solid;
	background-color: #6f88af;
	color: #fff;
	font-weight: bold;
	padding: 1px 5px;
	width: 150px;
}

.pformcontact {
	margin: 2px;
}