@charset "utf-8";

a:link {
	
	color:#333;
	text-decoration:underline;
}
a:hover {
	
	color:#333;
	text-decoration:none;
}
a:visited {
	
	color:#333;
	text-decoration:underline;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:left top;
	background-color: #3c4851;
	margin:0;	
}
.white {
background-color:#FFFFFF;
}
.grey {
background-color:#a0a6aa;
}
.red {
color:#e2001a;
}
.txt {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  text-align:justify;
}

.footer {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333;
  text-align:center;
}

.puce {
  list-style: disc;
  list-style-position: outside;
  color: #e2001a;
  margin-top:2px;
}
.verti {
	background-image: url(../images/verti.gif);
	background-repeat: repeat-y;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#e2001a;
}
#menu a {font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#333;font-weight:bold;text-decoration: none;}
#menu a:hover, #menu a:active {text-decoration: underline;}