/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, table, tr, td, p, ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;

}

ul	{
	padding:0px;
	margin:0px;
	list-style-type:none;

}

p	{
	padding:0px;
	margin:10px 0px;
}

li	{
	font-size:12px;
	padding:0px 0px 0px 15px;
	margin:5px 0px 0px 10px;
	background-image:url(../img/puce.gif);
	background-repeat:no-repeat;
	background-position:left top;
	list-style-type:none;

}

.bleu {
	color: #0099FF;
	font-weight: bold;
}

.jaune {
	color: #FFB300;
	font-weight: bold;
}

.rose {
	color: #EF077B;
	font-size:12px;
}

a.general {
	color:#0099FF;
}

a:hover.general {
	color:#0099FF;
	text-decoration:none;
}
.style1 {
	color: #7C4394
}

table.tarifs {
	background-color:#FFB300;
	margin-left:10px;
}

table.tarifs th {
	background-color:#F8E4FF;
	text-align:center;
	font-weight:bold;
	color:#7C4394;
}

table.tarifs td {
	background-color:#FFF;
	text-align:center;
	color:#7C4394;
}

.appel {
	float:right;
	color:#FFFFFF;
	margin-top:12px;
	padding-right:50px;
}

.vert {
	font-weight:bold;
	color:#ABF300;
	font-size:12px;
}

.footer {
	text-align:right;
	color:#7C4394;
	font-size:10px;
	padding-right:20px;
}

.footer a {
	color:#7C4394;
	text-decoration: none;
}

.footer a:hover {
	color:#7C4394;
	text-decoration: underline;
}



