/* CONTENU CONTACT */

.content_left {
	float:left;
	width:320px;
}

.content_right {
	float:left;
	width:600px;
}

.send {
	text-align:right;
	padding-right:10px;
}

.message {
	width:500px;
	height:120px;	
}

#error {
    color: #ca1717;
    font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
	margin-left: 15px;
    text-align: left;
}

.envoi {
	color: #ca1717;
	font-weight:bold;
}