BODY {
	margin : 0px;
    background: #FF9900;
}

.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
    font-variant : small-caps;
	text-decoration : none;
}

.menu:Hover {
	color : #FFFFFF;
	text-decoration : underline;
}

.legende {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #263340;
	text-decoration : none;
}

.Text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #263340;
	text-decoration : none;
}

.Text:Hover {
	text-decoration : underline;
}

.TextBLanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

.Titre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #263340;
}

.SsTitre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #263340;
}

.lien {
	text-decoration : underline;
}

.lien:Hover {
	text-decoration : none;
}

.lienBLanc {
	color : #FFFFFF;
	text-decoration : underline;
}

.lienBLanc:Hover {
	color : #FFFFFF;
	text-decoration : none;
}

.border {
	border: 1px #FFFFFF solid;
}

.BorderDark {
	border: 1px #263340 solid;
}

.BorderBlanc {
	border: 1px #FFFFFF solid;
}

.copy {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration : none;
}


