.contact {
	float : left;
	width : 620px;
}

.contact h1 {
	color: #202020;
    font-size: 22px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left : 50px;
    margin-bottom : 5px;
    text-transform: uppercase;
    border-bottom: 1px dashed #bebebe; 
}

.contact div {
	float : left;
	font-size : 15px;
	font-weight: bold;
	width : 620px;
	height : 25px;
}

.contact span {
	float : left;
	display : block;
	width : 90px;
}

.contact input,.contact select, .contact textarea {
	float : left;
}


.contact textarea {
	width : 608px;
	height : 300px;
	margin-bottom : 10px;
	border: 1px solid #282828;
}

.contact input {
	border: 1px solid #282828;
	height : 16px;
}

.contact input#mail {
	width : 250px;
}

.contact select#type {
	width : 110px;
	margin-right : 10px;
}

.contact input#sujet {
	width : 400px;
}

.contact div.protect span {
	width : 130px;
}

.contact input#submit {
	height : 20px;
}

.contact span.red {
	color : #FF0000;
	width : 600px;
}

.contact span.green {
	color : #55e190;
	width : 600px;
}