/* ------------ Styles généraux ------------ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/background-body.gif);
	background-repeat: repeat-x;
}


.note {
	color:#333333;
	font-size:10px;
	text-align:center;
}


/* ------------ Titres ------------ */
.titrePage{
	color:#FFFFFF;
	font-size:24px;
	padding-left: 10px;
}

.titre1{
	color:#ffc200;
	font-size:16px;
	font-weight:bold;
}

.titre5{
	color:#004a8f;
	font-size:16px;
	font-weight:bold;
}

.titre2{
	color:#004a8f;
	font-size:13px;
	font-weight:bold;
}

.titre3{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.titre4{
	color:##FFCC00;
	font-size:13px;
}

/* ------------ Menus ------------ */

a.mainMenuLink, a.mainMenuLink:visited {
font-size:13px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

a.mainMenuLink:hover {
font-size: 13px;
color:#ffc600;
text-decoration:none;
font-weight:bold;
}


/* ------------ Langues ------------ */

a.languageLink, a.languageLink:visited {
font-size: 10px;
color:#333333;
text-decoration:none;
}

a.languageLink:hover {
font-size: 10px;
color:#003399;
text-decoration: underline;
}

/* ------------ Liens ------------ */
a, a:visited{
text-decoration:underline;
color: #004a8f;
}

a:hover{
color:#0066FF;
text-decoration:none;
}

/* ------------ Bas de page ------------ */

a.bottomMenuLink, a.bottomMenuLink:visited {
color: #999999;
text-decoration: none;
font-size: 9px;
}

a.bottomMenuLink:hover{
color: #000000;
text-decoration: underline;
font-size: 9px;
}

.bottom {
color: #BBBBBB;
font-size: 9px;
}

a.bottomLink, a.bottomLink:visited {
color: #BBBBBB;
text-decoration: none;
font-size: 9px;
}

a.bottomLink:hover{
color: #666666;
text-decoration: underline;
font-size: 9px;
}

