#cc{height:380px;}
#bandroite{height:440px;}

form{
	font-weight:normal;
	overflow:hidden;
}

form fieldset{
	border:none;
	margin:20px 0 20px 0;
}
form label{
	float:left;
	text-align:right;
	display:block;
	width:170px;
	height:20px;
	line-height:20px;
	margin-right:10px;
}
form .obligatoire{
	font-weight:bold;
}
form input{
	display:block;
	height:20px;
	border:none;
	color:#faea90;
	margin-bottom:10px;
	padding:1px 4px 0 4px;
}
form select{
	display:block;
	height:20px;
	width:340px;
	border:none;
	color:#faea90;
	margin-bottom:10px;
	padding:1px 4px 0 4px;
	background:transparent url(../images/select.jpg) no-repeat;
}
form option{
	display:block;
	height:20px;
	border-bottom:1px solid #3b2814;
	color:#3b2814;
	padding:1px 4px 0 4px;
	background:#fbf5d3;
}
form textarea {
	display:block;
	width:460px;
	height:110px;
	color:#faea90;
	background:transparent url(../images/textarea.jpg) no-repeat;
	border:none;
	padding:1px 4px 0 4px;
}
form input#nomprenom {
	width:320px;
	background:transparent url(../images/input-a.jpg) no-repeat;
}
form input#email{
	width:320px;
	background:transparent url(../images/input-a2.jpg) no-repeat;
}
form input#numerotel{
	width:190px;
	background:transparent url(../images/input-b.jpg) no-repeat;
}
form input#siteweb{
	width:390px;
	background:transparent url(../images/input-c.jpg) no-repeat;
}
form .btncontact {
	margin:20px 0 0 -10px;
}
form .btncontact label{
	margin-right:15px;
}
form input#btnsend{
	display:block;
	width:289px;
	height:50px;
	border:0;
	background-image:url(../images/btn_contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
	color:#3b2814;
}
.contentmain{
	padding:0;
}
.footermain{
	position:absolute;
	margin-top:-137px;
	height:137px;
	width:132px;
}
.red{
	color:red;
}