/* 
	- RadioElectroLyon | V.3.0 | page.css -
	
	 ______   ______     ______
	/\  ___\ /\  ___\   /\  ___\
	\ \  __\ \ \  __\   \ \  __\
	 \ \_\    \ \_____\  \ \_\
	  \/_/     \/_____/   \/_/
	
*/

/*--------------------------------------------------*/
/*---------------------- Entité --------------------*/
/*--------------------------------------------------*/

.page
{
	width: 480px; /* 500-2*20 px */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 25px;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	color: #666666;
	background-color: #dadada;
	z-index: 3;
	background-image:url(../images/backgroundClear.png);
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}

.page .title
{
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
	color: #999999;
}

/*--------------------------------------------------*/
/*------------------- Formulaires ------------------*/
/*--------------------------------------------------*/

.page input, .page button, .page textarea
{
	width: 475px; /* 490-2*5-5 px */
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-family: Helvetica;
	font-size: 12px;
	color: #666666;
	border-left: 5px solid #bababa;
	background-color: #cccccc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.page input:hover, .page button:hover, .page textarea:hover,
.page input:focus, .page button:focus, .page textarea:focus
{
	background-color: #bababa;
}

.page button
{
	width: 75px;
	margin-left: 10px;
	margin-right: 10px;
	border: none;
}

.page button:hover, .page button:focus
{
	width: 75px;
	padding-left: 5px;
}

.page textarea
{
	height: 100px;
	text-align: justify;
	resize: vertical;
}