/* @override 
	http://seblavoie.com/wp-content/themes/Portfolio/styles/contact.css */

/* ----------------------------------------------------
	contact.php 
	CRÉÉ par Sébastien Lavoie
	----------------------------------------------------

	Feuille de style spécifique à la page de contact.
*/
#lumiere{
	margin: 0px!important;
	left: 560px!important;
	bottom: 212px!important;
}
div.remerciements{
	width: 638px;
	text-align: center;
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 1.5em;
	background-color: #c1f8b8;
	border: 1px solid #88ba80;
	-webkit-border-radius:5px;
}
p.champ input, p.champ textarea{
	background-color: 			#fbfbfb;
	border: 1px solid 			#ccc;
	-moz-border-radius: 		2px;
	-webkit-border-radius: 	2px;
	position: relative;
	z-index: 1;
}
p.champ input{
		width: 220px;
		padding-left: 10px;
}
p.champ textarea{
		width: 320px;
}
p.champ input:focus{
	background-color: #fff;
	border:						1px solid #aaa;
}
form p{
	margin: 0px;
	padding: 15px 0 15px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
form p#nom{
	border-top: none;
}
form p#message{
}
form p#bouton{
	border-bottom: none;
}
form p#bouton input{
}
p span{
	color: #afafaf;
	font-size: 1.4em;
	margin: 0 0 0 40px;
}
label{
	font-size: 							1.4em;
	color: 									#afafaf;
}
label.normal{
	float: 									left;
	position: 							absolute;
	z-index: 								2;
	margin:	 								5px 0 0 10px;
}

.erreur{
	color: 				#ff0000;
}

