*{
	padding: 0px;
	margin: 0px;
}
html{
	width: 100%;
}
body{
	width: 100%;
	background-image: url(../../img/fd_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #037eff;
}
img{
	border: none;
}

#msg_connexion{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: right;
}
#msg_connexion a{
	color: #9c6ece;
}

h2 {
	font-size: 17px;
	color: #007e7d;
	text-align: center;
	margin-bottom: 5px;
}
div#fond{
	max-width: 1280px;
	min-width: 990px;
	height: auto;
	background-image: url(../../img/fd_contenu.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
div#top{
	width: 100%;
	height: 293px;
	background-image: url(../../img/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
div#retour{
	width: 990px;
	height: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 6px;
	font-size: 11px;
}
div#retour a {
	text-decoration: none;
	color: #007e7d;
}
div#contenu{
	width: 990px;
	height: auto;
	background-image: url(../../img/top_contenu.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
}
#contenu img.titre{
	margin-left: 72px;
	margin-top: 10px;
}
div#menu{
	width: 1000px;
	height: 111px;
	top: 158px;
	margin-left: auto;
	margin-right: auto;
}
div#titre{
	width: 990px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}
div#center {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
ul {
	margin-right: 50px;
	float: left;
}
li{
	background-image: url(../../img/grande_puce_bleue.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 24px;
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: bold;
}
li a {
	color: #007e7d;
	text-decoration :none;
}
td {
	vertical-align: top;
}

form {
	border: 1px solid #62cbe8;
	padding: 20px;
	padding-bottom: 10px;
	width: 380px;
	margin: auto;
}

label {
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 125px;
	padding-right: 5px;
}

input {
	width: 175px;
	border: 1px solid #62cbe8;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding-left: 1px;
	padding-right: 1px;
}

input.submit{
	margin-left: 205px;
	margin-top: 12px;
	width: 100px;
	cursor: pointer;
	background-color: white;
}

p.error{
	color: red;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
}

div#fd_pied_page{
	width: 100%;
	height: 81px;
	background-image: url(../../img/fd_pied-page.gif);
	background-repeat: repeat-x;
	background-position: left;
	margin-left: auto;
	margin-right: auto;
}
div#pied_page{
	max-width: 1280px;
	min-width: 990px;
	height: 81px;
	background-image: url(../../img/pied-page.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
#pied_page p{
	text-align: center;
	font-size: 10px;
	padding-top: 30px;
}
#pied a {
	text-decoration: none;
	color: #007e7d;
}