body{
	background: White url(../images/bground.gif);
	text-align: center;
	font: 500 16px sans-serif;
	color: Black;
}

a:active, a:link, a:visited {
	color: #CC6100;
	text-decoration: none;
}

a:hover, a:focus {
	color: #FF8515;
}

img{
	border: none;
	vertical-align: text-bottom;
}

h1{
	font-family: sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFAD71;
	text-align: left;
}

legend{
	color: Gray;
}

.bleu{
	background: #FFF6EC;
	border: 1px solid #F98300;
}

.errors{
	background: #F0F0F0;
	padding: 1px;
	width: 85%;
	border: 1px dotted Silver;
	line-height: 120%;
}

#cadre{
	border: 1px solid Gray;
	text-align: left;
	padding: 20px;
	margin-left: 60px;
	margin-right: 70px;
	background: White url(../images/bgcadre.png) no-repeat top right;
}

#copy{
   margin-top: 10px;
	margin-left: 60px;
	margin-right: 70px;
	text-align: center;
	font: 11px sans-serif;
}

#cache{
	display: none;
}

input.highlight{
	border-color: Red;
	border-width: 2px;
}