@charset "utf-8";
/* CSS Document */
body {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}


.red{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#c00000;
}

.title{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#c00000;
font-weight:bold;
}

.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}
UL.YELLOW {
	list-style-type: disc;
	color: #666666;
}

a:link {
	color: #464646;
}
a:visited {
	color: #464646;
}
a:hover {
	color: #c00000;
}
a:active {
	color: #464646;
}


a.apply
{
	font-size: 14px;
	color:#c00000;
	text-decoration:none;
	font-weight:bold;
	}
a:hover.apply
{ 	font-weight:bold;
	font-size: 14px;
	color:#c00000;
	text-decoration:underline; }
#grey{background-color:#e5e5e4;
width:1px;
}

div#ligne{
	width: 1px;
	background-color:#e5e5e4;
}