@import url(boutons.css);

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: white;
}
table {
	border: 0;
	margin: 0;
	padding: 0;
}

.loginflags {
	width:100%;
	text-align: right;
}

.flag {
	margin: 4px;
	float:right;	
	width:20px;
	height:13px;
}
.logincell {
	background: white url(specifique/bglogin.png) bottom right no-repeat;
	width: 700px;
	height: 439px;
}
.loginright {
	background: white url(specifique/bgloginright.png) bottom left repeat-x;
}
.loginleft {
	background: white;
}
.loginbottom {
	padding:4px;
	background: white url(specifique/bglignebleue.png) top left repeat-x;
}
.loginbottomcenter {
  width:100%;
  height:60px;
	background: white url(specifique/sabatier.png) top right no-repeat;
}
.loginerreur {
	color: Red;
	font-weight: bold;
	font-size: smaller;
}
.loginlabel {
	font-size: smaller;
	text-align: right;
}
.logintext {
	font-size: smaller;
	/*border-color: #4cb3e6;*/
	border-color:#d9d9d9;
	border-width:1px;
	width:155px;
}
.loginbutton {
	background: white url(/style/commun/bouton_valider_16x16.gif)  4px no-repeat;
	font-size: smaller;
	margin:0px;
	padding:0px;
	padding-left:14px;
	/*border:2px solid #4cb3e6;*/
	border:2px solid #d9d9d9;
}

.lostpwmsg {
	font-size: smaller;
}

.lostpwlink,.lostpwlink:visited{
  	color:black;
  	font-size: xx-small;
	text-decoration:none;
}
.lostpwlink:hover{
	color:#9a272d;
	font-size: xx-small;
	text-decoration:underline;
}

.lostpwerrlink,.lostpwerrlink:visited{
  color:red;
  text-decoration:underline;
}
.lostpwerrlink:hover{
	text-decoration:underline;
}


.lostpwretour,.lostpwretour:visited{
  	color:black;
  	font-size: smaller;
	text-decoration:underline;
}
.lostpwretour:hover{
	color:#9a272d;
	font-size: smaller;
	text-decoration:underline;
}

.webassistance{
	position:absolute;
	left=+330;
	top:+30;
	color:darkred;
	font-weight:bold;
	font-size:12pt;
}

