/* ===================== RÈGLES GÉNÉRALES ===================== */

*
{
	
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(./images/mainbg.jpg);
	background-repeat: repeat-x;
}

.homemenu
{
	font-size: 16px;
}

.MainContentArea
{
	background-image: url(./images/blackbar.png);
	background-repeat: repeat-x;
}

.custom
{
	font-family: "Trebuchet MS",Verdana;
}

.homeheader
{
	font-size: 20px;
}

.nobg
{
	background-image: url(./images/homebg.png);
	background-repeat: repeat-x;
}

.MenuItem
{
	font-family: "Trebuchet MS",Verdana;
	font-size: 18px;
}

.justified
{
	line-height: 25px;
}

.formsrequired
{
	font-family : Verdana,"Trebuchet MS",Arial;
	font-size: 12px;
	color : #000000;
	background-color : #ff9999;
	border-color : #000000;
	border-style : solid;
	border-width : 1;
}

.forms
{
	font-family : Verdana;
	font-size: 12px;
	color : #000000;
	background-color : #EEEEEE;
	border-color : #000000;
	border-style : solid;
	border-width : 1;
}

A:link {color : #339900; text-decoration : underline;}
A:visited {color : #339900; text-decoration : underline;}
A:active {color : #339900; text-decoration : underline;}
A:hover {color : #333333; text-decoration : none;}

A.homemenu:link {color : #333333; text-decoration : underline;}
A.homemenu:visited {color : #333333; text-decoration : underline;}
A.homemenu:active {color : #333333; text-decoration : underline;}
A.homemenu:hover {color : #339933; text-decoration : none;}


/* ===================== RÈGLES PERSONNALISÉES ===================== */
