/* CSS Document */

@import url(form.css);

* {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.right{ text-align:right; }
.alert{ color:#FF0000; font-weight:bold;}
.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: white; /*url(../image/fond.jpg) repeat-x*/ 
	font-size: 12px;
	text-align:center;
}

#page { 
	width:900px;
	height: 100%;
	margin: 0 auto;
	margin-bottom:20px;
}
#page a {
  color: #888;
  text-decoration: none;
}
#page a:hover {
  color: black;
}
#titre {
	background: url(../image/logo.jpg) no-repeat;
	width: 900px;
	height: 75px;
}
#titre a {
  float:left;
	display:block;
	width: 50px;
	height: 75px;
	text-indent:-6000px;
}
#titre a.normal {
	text-indent:0;
	padding:5px;
	color:black;
	text-decoration:none;
}
#titre a:hover.normal {
  color:#888;
}
#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;
	}

