/* ############################## HAUT ############################## */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	line-height: 14px;
	width: 806px;
	margin-left:auto;
	margin-right: auto;
}

#ht {
	float:left;
	width: 806px;
}
#logo {
	/*background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	float: left;
	width: 400px;
	margin-bottom: 35px;
}

#ht_dte {
	background-color: #003858;
	color: #003858;
	float: right;
	width: 200px;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
}
#ht_dte p {
	font-size: 11px;
	color: #fff;
}
#ht_dte p a {
	font-size: 11px;
	color: #fff;
}

#invit {
	color: #003858;
	text-align: center;
}
#invit p {
	font-size: 13px;
}

h1 {
	color: #003858;
	font-size: 20px;
}

h2 {
	color: #003858;
	font-size: 18px;
}

#mid {
	background-color: #f8b126;
	color: #003858;
	width: 786px;
	margin-top: 15px;
	margin-top: 15px;
	text-align: center;
	padding: 10px;
	float: left;
}

.mid_cont {
	width: 806px;
	margin-top: 30px;
	float: left;
}

#mid_lf {
	float: left;
	width: 390px;
}

#mid_rg {
	float: right;
	width: 350px;
	background-color: #003858;
	padding: 10px;
}

#mid_lf2 {
	float: left;
	width: 390px;
	background-color: #f8b126;
	padding: 10px;
}

#mid_rg2 {
	float: right;
	width: 370px;
	background-color: #f8b126;
	padding: 10px;
}

#bas {
	margin-top: 20px;
	padding-bottom: 25px;
	/*border-top: 1px solid #f8b126;*/
	float: left;
	width: 100%;
}
.form {
	/*float:left;*/
	width: 806px;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003858;
	border: 0;
	border-bottom: 1px dotted #003858;
}


p {
	line-height: 125%;
	margin: 0px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: #003858;
}
a:hover {
	text-decoration: underline;
}
