/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	line-height: 1;
	height: 100%;
	text-align:left;
	background-color: #CCC;
}
#container {
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.clear {clear:both;}

/* MAIN
-------------------------------------- */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
a {
	text-decoration: underline;
	color: #FF8305;
}
a:hover {
	text-decoration: none;
}
a:link,a:visited { text-decoration:none; }
a img,:link img,:visited img { border:none; }

.uneliste {
}
.uneliste ul {list-style-image: url(images/bullet.gif);margin-bottom: 15px;}
.uneliste li {font-size: 12px;color: #505050;padding-bottom: 8px;}
.uneliste li em {font-weight: bold;}

#formulaire {
	width: 550px;
	margin-left: 40px;
}
#formulaire p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin-bottom: 10px;
}
label {
	clear: both;
	float: left;
	width: 200px;
	padding-top: 5px;
}
.boites {
	padding: 2px;
	margin-bottom: 5px;
	height: 20px;
	width: 200px;
	border: 1px solid #999;

}
.miniboites {
	padding: 2px;
	height: 20px;
	border: 1px solid #999;

}
.bouton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #f58220;
	padding: 4px;
	border: 1px solid #666;
}
.fond_td {
	background-image: url(images/logo_pearson.gif);
	background-repeat: no-repeat;
	background-position: 680px 360px;
}
