/* $Id: login.css,v 1.2 2007/06/27 12:11:23 nico Exp $ */
/*
 * Couleurs :
 *   #61abef : bleu
 *   #7bb524 : vert
 */

img { behavior: url('/toolkit/global/skin/classic/css/iepngfix.htc') }
body { 
  margin: 0px;
  padding: 0px;
  position: absolute;
  background: url('/desktop/images/bg.jpg'); 
  font-family: arial, helvetica, sans;
  font-size: 11px;
  width: 100%;
  height:100%;

}

tr td {
  font-family: arial, helvetica, sans;
  font-size: 11px;
  color:#FFFFFF;
}

/*Zone de login etc .. MM*/

h2 {
	font: 18px  arial, tahoma, sans-serif;
	  color:#FFFFFF;
}
#login-table{
	border: 0px solid red;
	vertical-align: middle;
	top:20%;
	width:95%;
}	
#login-table TD{
	vertical-align: middle;
}

#inscription-table{
	border: 0px solid red;
	vertical-align: middle;
	top:20%;
}	

#inscription-table TD{
	vertical-align: middle;
}

#login {
	margin-top:10px;
}
	
#middle{
	position: absolute;
	border: 0px solid green;
	margin:0px
	padding:0px;
	height:50%;
	width:100%;
	top:25%;
	left:0px;
	
}	


#footer{
	position: absolute;
	border: 0px solid red;
	bottom:0px;
	left:0px
	height:10%;
	text-align:center;
	width:100%;	
}

#footer-lang{
    position: absolute;
    text-align:center;
	bottom:13%;
	left:0px;
	width:100%;	
}

input{
	height:20px;
	font-size:11px;
	color:#61abef;
}
input.submit_login:hover, input.submit_register:hover{
	background-color: #6BA2CB;;
	color: #FFFFFF;
	font: 11px  arial, tahoma, sans-serif;
	
}

button{
	background-color: #F5F7F6;
	font: 11px  arial, tahoma, sans-serif;
	border:1px outset;
	vertical-align:middle;
}
button:hover{
	background-color: #6BA2CB;
	color: #FFFFFF;
	font: 11px  arial, tahoma, sans-serif;
}

.submit_login{
	background-image: url('/images/switchuser_no-fix.png');
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: #F5F7F6;
	background-position: left center;
	height: 20px;
	padding-left: 22px;
	font: 11px  arial, tahoma, sans-serif;
}
.submit_register{
	background-image: url('/images/ok_no-fix.png');
	background-repeat: no-repeat; /* Do not alter this line! */
	background-color: #F5F7F6;
	background-position: left center;
	padding-left: 22px;
	height: 20px;
}
.warning {
	border:1px solid red;
	background: #fff6f6;
	padding:10px;
	margin:0 0 15px 0;
	width: 90%;
	color:red;
}
.obligatoire{
	color: #61abef;
}
.copyright{
	color:#7895AF;
	/*color:#000000;*/
	font-size: 11px;
	/*font-weight: bold;*/
}


.footerLinks{
	color:#7bb524;
}

/* Les liens */
a { color: #61abef; text-decoration:none;}
a:hover { color: #00325F; text-decoration:none;}
a:visited { color: #00325F; text-decoration:none;}

/******************Rounded div css def*******************/
#div-rounded {
	position: absolute;
	background: none;
	width: 80%;
	left:10%;
	/*top:50%;*/
	border: 0px solid red;
}

#div-transp {
	position: absolute;
	background: none;
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
	opacity:0.3;
	left:0%;
	/*top:50%;*/
	border: 0px solid red;
}

#div-rounded-content { 
	padding: 5px 10px;  
}
#div-rounded-content, .roundcorner * { background: transparent; border-color: #bbb;}
#div-rounded  .roundcorner * { font-size: 1px; }
#div-rounded-content, .roundcorner2, .roundcorner3, .roundcorner4, .roundcorner5 {
border-width: 0 1px;
border-style: solid;
}
.roundcorner1 { margin: 0 5px; background: #bbb; }
.roundcorner2 { margin: 0 3px; border-width: 0 2px; }
.roundcorner3 { margin: 0 2px; }
.roundcorner4, .roundcorner5 { margin: 0 1px; }

/*Style definitions to get the corners */
.corner { display: block; }
.corner * { display: block; height: 1px; overflow: hidden; font-size: 0; }
.corner1 { padding: 0 1px; margin: 0 3px; }
.corner2 { padding: 0 1px; margin: 0 1px; }
.corner3 { margin: 0 1px; }
.corner1, .corner2, .corner3, .corner4, .corner5 {
border-width: 0 1px;
border-style: solid;
}

