@charset "utf-8";
/* CSS Document */

body{ background-color:#FFFFFF;
	  font-family: Verdana, Arial;
	  font-size: 11px;
	  color: #3e3e3e;
	  text-decoration:none;
	  margin-top: 0px;
	  padding-top: 0px;


}

a{ color:#575a83; text-decoration:none;

}
a:hover{ color:#a9abd4;
}

.copyright {
     font-size: 9px;
     color: #999bc6;
     font-family:Verdana, Arial;
}

.copyright a{
     font-size: 9px;
     color:#999bc6;
     font-family:Verdana, Arial;
	 text-decoration:none;
}
.copyright a:hover{
     font-size: 9px;
     color: #999bc6;
     font-family:Verdana, Arial;
	 text-decoration:none;
}

#courriel {
	font-weight:bold;
}

#courriel a{
	color:#2a2d77;
	text-decoration:underline;
}

#courriel a:hover{
	color:#a9abe2;
	text-decoration:underline;
}

.error_message {
	color: #ff0000
}


.acces_table { background-image:url(images/acces_client_bg.jpg);
				background-repeat:no-repeat;
				padding-left:35px;
				padding-top:10px;
				width:249px;
				height:135px;

}
.acces_nom { color:#8b8fb3;

}

.acces_go{ padding-left:55px;

}

ul {

	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	list-style-type:none;
	list-style-image: url('images/carre_pale.gif');
}

li{ margin-bottom: 3px;

}
.plan { color:#6b6ea2;

}

.plan a{ color:#a9abd4;

}
.plan a:hover{ color:#575a83;

}

.norme a{ color:#a9abd4;
			font-size:10px;

}
.norme a:hover{ color:#575a83;

}

.nouvelle th { text-align: left;
			    color:#302b63;

}

.nouvelle td { color:#575a83;

}

p { text-align:justify;

}

.materiel_titre{ background-color:#dedff9;
				color:#5f629a;
				font-weight:bold;
}

form {
	margin: 0px;
}

a.info {
  position:relative;

  text-decoration: none;

}
a:hover.info {
  text-decoration: none;
  background: none;
}
a.info span {display: none;}
a:hover.info span {
  display: inline;
  position: absolute;
  top:1.5em;
  left:0.5em;
  z-index: 20;
  background: #fff;
  color: #8d90c1;
  border:1px solid #8d90c1;
  width:150px;
  text-align:center;
  font-weight:normal;
  font-size: 10px;
  line-height:12px;
  padding:2px 4px;
}
