/*_____ Global -> _____*/
body,html {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
img {
  border:none;
}
a {
  color:#003366;
  text-decoration:none;
}
a:hover {
  color:#0F6ECE;
  text-decoration:underline;
}
.clear_float {
  clear:both;
  height:0px;
}
.puce {
  margin-right:5px;
  vertical-align:middle;
}
/* _____ Images rollover -> _____ */
a img.over {
	display:none;
}
a:hover img.over {
	display:inline;
}
a img.out {
	display:inline;
}
a:hover img.out {
	display:none;
}
/* _____ <- Images rollover _____ */
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	letter-spacing:0px;
	margin:0px;
	padding:0px;
}
table {
  border-collapse:collapse;
}
ul {
  list-style:none;
  margin:0px;
  padding:0px;  
}
p {
  margin:0px;
  padding:0px;
}
/*_____ <- Global _____*/
/*_____ Blocs d'information/succes/erreur -> _____*/
div.information, div.success, div.error {
  border:1px solid #9EAEBE;
  color:#000000;
  font-size:14px;
}
div.success {
  color:#197A01;
}
div.error {
  color:#CC0C0C;
}
div.success p, div.error p, div.information p {
  margin:10px;
}
div.success h3, div.error h3, div.information h3 {
  color:#000000;
  font-size:16px;
  margin:20px 10px 10px 10px;
}
div.success ul, div.error ul, div.information ul {
  color:#1773d0;
  margin:10px;
}
div.success li, div.error li, div.information li {
  margin:0px 0px 5px 0px;
}
/*_____ <- Blocs d'information/succes/erreur _____*/
/*_____ Pages -> _____*/
.pagesnum {
  clear:both;
  text-align:center;
}
.pagesnum .previouspage {
  margin-right:15px;
}
.pagesnum .nextpage {
  margin-left:15px;
}
.x_a_y_sur_z {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
/*_____ <- Pages _____*/
