/*-----------------------------------------------------------
//-----------------------------------------------------------
//--------------- STYLE BASE DE SITE WEB --------------------
//----------------- PAR AROYBASE v 0.1 ----------------------
//------------------ 05 FEVRIER 2010 ------------------------
//-----------------------------------------------------------
//-----------------------------------------------------------
*/

*{
	margin : 0;
	padding : 0;
}
html{	
	
}
body{	
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	background:#C6C6C6;
}
img{
	border : none;	
}
a:link,
a:visited{
	text-decoration : none;
}
a:hover{
	text-decoration : underline;	
}
/*-----------------------------------------------------------*/
hr.clear{
	visibility : hidden;
	clear : both;
}
/*-----------------------------------------------------------*/
#page{
	background:#fff;
	padding:20px 50px;
}
/*-----------------------------------------------------------*/
#header{
	background:url(images/header.jpg) no-repeat;
	width:292px;
	height:42px;
}
#header h1{
	text-indent:-1000em;
}
/*-----------------------------------------------------------*/
ul#erreurs{
	width:300px;
	margin:10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:2px solid #f00;
	color:#f00;
	padding:10px 30px;
}
div#essais{
	padding:50px 100px;
}
/*-----------------------------------------------------------*/
#content{
	background:url(images/connexion.jpg) top center no-repeat #fff;
	width:478px;
	height:289px;
	margin:0 auto;
	color:#fff;
	position:relative;
}
#content form{
	width:291px;
	height:169px;
	position:absolute;
	top:26px;
	left:84px;
	padding:20px 0 0 20px;
}
#content form h2{
	margin:0 0 15px 0;
	font-size:.92em;
}
#content form label{
	display:block;
	font-size:.92em;
}
#content form input{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#fff;
	padding:5px;
	color:#646464;
	display:block;
	margin:0 0 15px 0;
	width:265px;
	background:#fff;
	border:1px solid #888;
	padding:3px;
}
#content form input.submit{
	background:url(images/form/input_bg.jpg);
	width:auto;
	margin:0 0 0 105px;
}
#content form input.submit:hover{
	background:url(images/form/input_bg_hover.jpg);
	cursor:pointer;
}
/*-----------------------------------------------------------*/
#footer{
	padding:10px 0 0 0;
	border-top:1px solid #000;
	text-align:center;
	font-size:.8em;
}