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

.logoChangeAccueil {
	margin-top: 80px;
}
/*-- ABO -- */
.formAccueil {
	width:400px;
	height:380px;
	margin-left: 30%;
	border: 1px solid #F2F2F2;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	/*background-color: #FF791F;
	background-image: url(../images/noise.png);
	background-repeat: repeat;*/
	background-color: #ff8a00;
background-color: #ffa13b;
background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(255, 161, 59)), to(rgb(250, 99, 0)));
background-image: -webkit-linear-gradient(left top, rgb(255, 161, 59), rgb(250, 99, 0));
background-image: -moz-linear-gradient(left top, rgb(255, 161, 59), rgb(250, 99, 0));
background-image: -o-linear-gradient(left top, rgb(255, 161, 59), rgb(250, 99, 0));
background-image: -ms-linear-gradient(left top, rgb(255, 161, 59), rgb(250, 99, 0));
background-image: linear-gradient(left top, rgb(255, 161, 59), rgb(250, 99, 0));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#ffa13b', EndColorStr='#fa6300');

	-moz-box-shadow: 7px 6px 13px #999;
	-webkit-box-shadow: 7px 6px 13px #999;
	box-shadow: 7px 6px 13px #999; 
}

.titreBoiteAbo {
	color: #FFF;
	font-family: 'Kreon', Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 1px 1px 1px black;
	background-image: url(../pictures/transparent.png);
	padding: 5px;
	width: 90%;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	margin-left:17px;
}
.bouton {
	height: 40px;
	width: 180px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	text-shadow: 0 -1px 0px #C64F00;
	padding: 3px 18px 3px;
	border: 1px solid #690;
	color: white;
	font-size: 18px;
	text-shadow: 1px 1px 1px black;
	background-color: #bec622;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(190, 198, 34)), to(rgb(158, 164, 29)));
	background-image: -webkit-linear-gradient(top, rgb(190, 198, 34), rgb(158, 164, 29));
	background-image: -moz-linear-gradient(top, rgb(190, 198, 34), rgb(158, 164, 29));
	background-image: -o-linear-gradient(top, rgb(190, 198, 34), rgb(158, 164, 29));
	background-image: -ms-linear-gradient(top, rgb(190, 198, 34), rgb(158, 164, 29));
	background-image: linear-gradient(top, rgb(190, 198, 34), rgb(158, 164, 29));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bec622', EndColorStr='#9ea41d');
	font-weight: bold;
}
.bouton:active {
	background: #FFDFA2;
	background: -moz-linear-gradient(top, #FBCB5D 0%, #EFA003 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBCB5D), color-stop(100%, #EFA003));
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCB5D', endColorstr='#EFA003', GradientType=0 );
	border-color: #D08A01;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0, 0, 0, .1) inset;
}
.bouton:hover {
	background: #FFDFA2;
	background: -moz-linear-gradient(top, #FBCB5D 0%, #EFA003 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBCB5D), color-stop(100%, #EFA003));
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCB5D', endColorstr='#EFA003', GradientType=0 );
	border-color: #D08A01;
}
input {
	color: #000;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #fff;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
	height: 35px;
	width: 184px;
	margin-left: 10px;
	margin-top: 18px;
	padding-left: 10px;
}
select {
	color: #000;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #EEEEEE
}
texteaera {
	color: #000;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #FFF;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
}
.txterror {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.txtform {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.TextAbo {color:#000;
font-size:14px;}