/*

	ASSOCIATION REGIONALE DU SPORT 
	ETUDIANT DE L'OUTAOUAIS -
	SUB | VERSION 1.0
	
	-----------------------------------------
	//simplebranch - web Development, made simple.//
	
	developer: Michel Joanisse
	email: hello@simplebranch.ca	
	website: http://www.simplebranch.ca
	last updated: December 16th, 2010
	
	-----------------------------------------
	
*/

/*
CONTACT
_
*/
#content-int-left #contact div {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:15px;
}

#content-int-left #contact input,
#content-int-left #contact select,
#content-int-left #contact textarea {
	border:1px solid transparent;
	width:300px;
	margin-top:5px;
	clear:both;
	float:left;
	padding:10px;
	font-size:14px;
	background:#e9f6ff;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#000;
}

#content-int-left #contact input:hover,
#content-int-left #contact select:hover,
#content-int-left #contact textarea:hover {
	-moz-box-shadow:0 0 6px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.4);
	background:#fff;
}

#content-int-left #contact input:focus,
#content-int-left #contact input:active,
#content-int-left #contact select:focus,
#content-int-left #contact select:active,
#content-int-left #contact textarea:focus,
#content-int-left #contact textarea:active {
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	background:#fffee9;
}

#content-int-left #contact label {float:left;color:#000;}
#content-int-left #contact select {width:323px;}
#content-int-left #contact option {color:#000;font-size:14px;}
#content-int-left #contact textarea {height:120px;}


/*#content #contact button {
	padding:7px;
	margin:10px 0 0 0;
	-moz-border-radius:5px;
	border-radius:5px;
	border:0;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
	background:#2B91C6;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.7);
}

#content #contact button:hover {background:#1a4751;-moz-box-shadow:0 0 10px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);}*/

#content-int-left #contact button {
	margin:10px 0 0 -8px;
	border:0;
	cursor:pointer;
	text-indent:-999em;
	background:url(../images/btn_soumettre.png) top left;
	width:124px;
	height:54px;
}

#content-int-left #contact button:hover {background-position:top right;}





#content-int-left #contact input.warning,
#content-int-left #contact textarea.warning {background:#ffebea;}

#content-int-left span.warning {color:#BE0202;}

#content-int-left p.warning {
	background:#be0202;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	padding:10px;
}

#content-int-left p#success {
	background:#079b00;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	padding:10px;
}







