@charset "utf-8";
/* CSS Document */
body { 
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

.ppp_connect, .ppp_form {
	position:relative;
	background: #fff;
	/*left:50%;*/
	width:225px;
	/*top:0px;*/
	min-height:80px;
	/*margin:5px 0 0 -112.5px;*/
	margin:5px 0 0 190px;
	border:1px solid #ABC3D7;
	font-size:11px;
	font-weight:normal;
	padding:10px;
	display:block;
}

.ppp_form { 
	width:590px;
	/*margin:5px 0 0 -295px;*/
	margin:5px 0 0 0px;	
	display:block;
	top:0;	
}

.ppp_connect table, .ppp_form table { 
	position:relative;
	margin:5px;	
}

img { border:none; }
ul { margin:0; padding:0; }
/*a { text-decoration:none; color:#333; font-size:10px; }
a:hover { text-decoration:none; color:#FF5000; }*/

/* Parametres par defaut des liens */
 
a:link, a:visited {
	color: #005E90;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
} /* style par defaut des liens */ /* style des liens visites */

a:hover {
	color: #6E6E6E;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
} /* style des liens survoles */

input[type=text], input[type=password] { width:200px; font-family: Arial; color: #666; }
textarea { width:180px; font-size:10px; font-family: Arial; color: #666; }
select { width:180px; font-family: Arial; color: #666; font-size:10px; }

input.button {
	background:#ECF1F4 url(../img-pack/bgBtn.gif) repeat-x center top;
	color:#000000;
	vertical-align:middle;
	border:1px solid #ABC3D7;
	font-size:11px;
	font-weight:normal;
	padding:2px 6px;
	margin:2px;
	cursor:pointer;
	font-size:10px;
}
	
input.button:hover{ background:#EFEAF2 url(../img-pack/bgBtn_hover.gif) repeat-x center top; border-color:#D8BEE2;}

.left {
	position:relative;
	float:left;
	margin:0 10px 0 0;
}

#affiche {
	width:297px;
	height:420px;
}

#formulaire {
	width:200px;
	margin:0;
}