body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-family: "MS UI Gothic";
	font-size: 12px;
	color: #666666;
}

p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

p {
	line-height: 20px;
	padding: 15px 20px;
}

.pr, .downArrow {
	display: block;
	padding: 7px 30px;
}

.red {
	color: red;
}

ul {
	margin: 0 0 0 27px;
	padding: 10px 0;
}

li {
	color: #660033;
	padding: 0 10px 10px 0;
}

li a:link, li a:visited {
	color: #660000;
	text-decoration: none;
	
}

li a:hover, li a:active {
	color: #333;
	text-decoration: underline;
}

.left {
	background-color: #fffafa;
}


.jobs {
	background-color: #faf7f7;
}

.jobs  ul {
	list-style-type: none;
	text-align: left;
	background-color: #faf7f7;
}

.jobs  ul li a {
	background-color: #f9f9fa;
	text-align: left;
	text-decoration: none;
}

.jobPos {
	font-weight: bold;
}

.staffInterview {
	background-color: #f9f9fa;
}


.seminar {
	font-size: 12px;
	margin-top: 20px;
	color: #666;
}


.title_blue {
	font-family: "MS UI Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.FAQ {
	font-family: "MS UI Gothic";
	font-size: 12px;
}
.seminaire a:visited
{
   text-decoration: none; /* Les liens ne seront plus soulignes */
   color:#663300; /* Les liens seront en rouge au lieu de bleu */
   font-size:12px; /* Les liens seront en italique (pourquoi pas ?) */
}
.seminaire a:focus/* Quand le visiteur selectionne le lien */
{
   color: red;
   font-size:12px;
}
.seminaire a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none;
   color:#CC3300;
   font-size:12px;
}
.seminaire a /* Lien normal */
{
   text-decoration: none;
   color:black;
   font-weight:bold;
   font-size:12px;
}
