FONT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000099;
}

BODY {
	background-color : #FFFFFF;
	color : #000099;
}

LI{
	display : list-item;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	list-style : square outside;
}

A:link          {
	COLOR: #339999;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A:active        {
	TEXT-DECORATION: none;
	font-weight : bold;
}
A:visited       {
	TEXT-DECORATION: none;
	font-weight : bold;
}
A:hover         {
	TEXT-DECORATION: underline;
	font-weight : bold;
}

.fontTITRE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font : small-caps;
	font-weight : bold;
	color : #000099;
}

.fontCOPYRIGHT{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	font-variant : normal;
}

.box		{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	border: 1px solid #339999;
	background-color: #339999;
	letter-spacing : 5px;
	text-decoration : none;
	text-transform : capitalize;
	width : 100%;
}

.boxORANGE		{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	border: 1px solid #FF6633;
	background-color: #FF6633;
	letter-spacing : 5px;
	text-decoration : none;
	text-transform : none;
	width : 100%;
	color : #000099;
}

.boxJAUNE		{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px solid #FFFF00;
	background-color: #FFFF00;
	text-decoration : none;
	text-transform : none;
	width : 100%;
}
