body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.important {
	color:#009BC3;
	font-size:14px;
	font-weight:bold
}

.important2 {
color:#EF7F00;
}

.important3 {
	font-size:16px;
	font-weight:bold;
	color:#EF7F00;
}

.important4 {
	font-size:16px;
	font-weight:bold;
	color:#509000;
}

.retrait {
margin-left:50px;}

a:link {
color:#009BC3;
text-decoration:none;
font-weight:bold
}

a:visited {
color:#009BC3;
text-decoration:none;
font-weight:bold
}

a:hover {
color:#EF7F00;
text-decoration: underline;
font-weight:bold
}

h1 {
font-size:16px;
font-weight:bold;
margin-left:50px;
margin-top:25px;
margin-bottom:15px;}

h1.bleu {
color:#009BC3;
}

h1.jaune {
color:#FFCC00;
}

h1.rouge {
color:#E3001B;
}

h1.vert {
color:#509000;
}

h1.orange {
color:#EF7F00;
}

li.bleue {
  list-style-image: url(images/puce_bleue.jpg);
  line-height:24px;
}

li.rouge {
  list-style-image: url(images/puce_rouge.jpg);
  line-height:24px;
}

li.verte {
  list-style-image: url(images/puce_verte.jpg);
  line-height:24px;
}

li.jaune {
  list-style-image: url(images/puce_jaune.jpg);
  line-height:24px;
}

li.orange {
  list-style-image: url(images/puce_orange.jpg);
  line-height:24px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009BC3;
	border : 1px solid #E3001B;
}

