@charset "utf-8";
/* CSS Document */

#body form {
	padding:10px;
}

#body #left {
	/*background-color:#f1f1f1;
	border:solid 1px #dcdcdc;*/
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}

#body p {
	width:95%;
}

#body p.mention {
	text-align:right;
	color:#aaa;
	font-size:12px;
}

#body p.mention span {
	color:red;
	font-size:18px;
}

#body p label, #contact p.groupTitle {
	width:135px;
	height:20px;
	line-height:20px;
	padding:5px;
	float:left;
	border:solid 1px #ddd;
	border-right:none;
	margin:0px;
	background:#f1f1f1 url(../../images/bkg/bkg-button-white.png) top left repeat;
	color:#2d2d2d;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

#body p label span {
	color:red;
}

#body p label img {
	margin:-5px -5px 0 0;
}

#body p label:hover {
	color:#29abe2;
}

#body p label.message, #contact p.groupTitle {
	margin-bottom:0;
	border:solid 1px #ddd;
	border-bottom:0;
	border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-khtml-border-radius:3px 3px 0 0;
}

#body .inputtext {
	width:434px;
	height:20px;
	float:right;
	padding:5px;
	margin:0px;
	border:solid 1px #dcdcdc;
	border-top:solid 1px #ccc;
	border-left:none;
	outline:none;
	font-size:16px;
	color:#aaa;
	text-align:right;
}

#body .inputtext:focus {
	outline:none;
	color:#2d2d2d;
}

#body textarea#messagecontact {
	min-width:619px;
	width:619px;
	max-width:619px;
	height:150px;
	border:solid 1px #dcdcdc;
	border-top:solid 1px #ccc;
	margin-top:0;
}



/* GESTION des ERREURS */

#body p.errorAlert {
	padding:5px;
	width:613px;
	background-color:#fefefe;
	border:solid 1px #dcdcdc;
	color:red;
	font-size:12px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

#body div.errorContainer {
	height:20px;
}

#body span.errorMessage {
	padding:2px 10px;
	background:#fefefe;
	float:right;
	color:red;
	border:solid 1px #dcdcdc;
	border-top:none;
	font-size:11px;
	border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	-ms-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
}
