/* CSS Client */

* {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.right{ text-align:right; }
.transparence {
    filter:alpha(opacity=50);  
    -moz-opacity:0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
}

body {
	font-family:  "Trebuchet MS", Arial, sans-serif;
	/*background: url(../image/fond.jpg) repeat-x #07a2db;*/
	background-color: #6DC0E8; /*white;*/
	font-size: 12px;
	text-align:center;
}

#page { 
	width:900px;
	height: 100%;
	margin: 0 auto;
	margin-bottom:20px;
}

#titre a {
	/*background: url(../image/logo_citelum.gif) no-repeat;
	display:block;
	width:900px;
	height: 140px;*/
	text-indent:-3000px;
}

#contenu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background:#fff;*/
	}
#lecteur {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	/*background:#CCCCCC;*/
	}
#formleft {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
	width: 425px;
	float:left;
	}
#formright {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
	width:425px;
	float:left;
	}
a.ident  {
	display:block;
	height: 25px;
	line-height: 25px;
	background: #666666;
	text-decoration:none;
	/*color:#FFFFFF;*/
	}
/*p.ident {
	display:block;
	height: 50px;
	line-height: 25px;
	background: #666666;
	text-decoration:none;
	color:#FFFFFF;
  }*/
a:hover.ident  {
	display:block;
	height: 25px;
	line-height: 25px;
	/*background: #999999;*/
	text-decoration:none;
	color:#ffffff;
	}
#infos {
	padding:5px;
	/*background: #EFEFEF;*/
	}
.validate {
	font-size:17px;
	color:#444;
	line-height: 35px;
	}

