body {
	background:#FAFAFA;
	font-family:georgia;
	}
legend {
	color:#9797B6;
	padding:0 5px 0 ;
	}
input.checkbox  {
		border: 0 none;
		z-index:1;
		}
.file {
}
.clr {
clear:both;
}
.input {
	background:transparent url(../images/bg_input.png) no-repeat scroll 0 0;
	border:medium none;
	color:#454545;
	font-family:trebuchet MS;
	font-size:14px;
	font-weight:bold;
	height:24px;
	padding:6px 10px 0;
	width:140px;
	float:right;
	}
.input:hover, .input:active, .input:focus{
	background:transparent url(../images/bg_input.png) no-repeat scroll 0px -30px;
	}
.txt_area {
	background:transparent url(../images/bg_txt_area.png) no-repeat scroll 0 0;
	border:medium none;
	color:#121212;
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
	height:92px;
	padding:4px 5px;
	width:290px;
	}
.txt_area:hover, .txt_area:active, .txt_area:focus{
	background:transparent url(../images/bg_txt_area.png) no-repeat scroll 0px -100px;
	}
.check{
	background:transparent url(../images/bg_check.png) no-repeat scroll 0 0;
	display:block;
	margin:0 10px 0 0;
	float:left;
	height:19px;
	width:19px;
	z-index:2;
	}
.check:hover, .check:active, .check:focus{
	background:transparent url(../images/bg_check.png) no-repeat scroll 0px -19px;
	}
	
#contenu {
	background:#FFF;
	margin:0 auto;
	width:800px;
	}
#contenu h1{
	color:#CECEDF;
	font-family:Georgia;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
	margin:0 15px 20px;
	}
#contenu2 {
	background:#FFF;
	margin:0 auto;
	width:980px;
	padding:10px;
	}
#contenu2 h1{
	color:#CECEDF;
	font-family:Georgia;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
	margin:0 15px 20px;
	}
.red {
	color:red;
	font-weight:blod;
	}
.formleft{
	float:left;
	margin:0 10px;
	}

.formleft FIELDSET {
	border: 4px solid #DDD;
	}
.formleft FIELDSET  p{
	color:#9677D8;
	font-weight:bold;
	}
.formleft FIELDSET  p label{
	width:215px;
	}
	
.formright{
	float:right;
	margin:0 10px;
	}
.formright FIELDSET,.formright img {
	border: 4px solid #F4F4F4;
	}
.formright FIELDSET  p{
	color:#9677D8;
	font-weight:bold;
	}
.formright FIELDSET  p label{
	width:215px;
	}
	
	
	
	.fakecheck {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
	background: url(../images/bg_check.png) no-repeat;
	height: 19px;
	width: 19px;
	display: block;
	float: left;
	padding: 1px 0px 0px 20px;
	color: #666666;
}
/* fake checkbox : hover state */
.fakecheck:hover {
	color:#0066FF;
	text-decoration: underline;
}
/* fake checkbox : checked state */
.fakechecked {
	background-position: left -25px;
}
