
body {
	margin: 0px; 
	background-color: #E6E4E5; 
	background-image: url(images/BgFooter.gif); 
	background-repeat: repeat-x; 
	background-position: bottom;
}

.bodycopy{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #626262;
	padding-left: 12px; 
	padding-right: 12px;
	padding-top: 5px;
}

.bodycopysmallintro{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #626262;
	padding-left: 12px; 
	padding-right: 12px;
	padding-top: 5px;
}

td{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #626262;
}

input{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #626262;
}

select{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #626262;
}

.RedText {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #CC0000; 
	text-decoration: none;
}

.MainHeader{
	font-family: Arial;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	background-color: #CC0001;
	padding-bottom: 5px;
}

.SubHeads{
	font-family: Arial;
	font-size: 18px;
	color: #CC0001;
	font-weight: normal;
	background-image: url(images/SubheadUnderline.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.NewsletterHeaders {
	background-image: url(images/NewsletterBg.gif);
	background-repeat: repeat-x;
	height: 45px;
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-top: 12px;
	width: 100%;
}

hr {
	color: #CC0001;
	margin: 0;
	padding: 0;
}

.footerlink { 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none;
}

h1 {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #626262; 
	text-decoration: none;
}

h2 {
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	color: #626262; 
	text-decoration: none;
}

h3 {
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold; 
	color: #626262; 
	text-decoration: none;
}

bodycopy.a { font-family: Arial; font-size: 12px; font-weight: normal; color: #CC0000; text-decoration: underline;}
bodycopy.a:hover   { color: #CC0000; text-decoration: none;}
bodycopy.a:visited   { color: #CC0000; text-decoration: underline;}
bodycopy.a:visited:hover   { color: #CC0000; text-decoration: none;}

td.a { font-family: Arial; font-size: 12px; font-weight: normal; color: #CC0000; text-decoration: underline;}
td.a:hover   { color: #CC0000; text-decoration: none;}
td.a:visited   { color: #CC0000; text-decoration: underline;}
td.a:visited:hover   { color: #CC0000; text-decoration: none;}

a { font-family: Arial; font-size: 11px; font-weight: normal; color: #CC0000; text-decoration: underline;}
a:hover   { color: #CC0000; text-decoration: none;}
a:visited   { color: #CC0000; text-decoration: underline;}
a:visited:hover   { color: #CC0000; text-decoration: none;}

a.RightNav { font-family: Arial; font-size: 11px; font-weight: normal; color: #CC0000; text-decoration: none;}
a.RightNav:hover   { color: #CC0000; text-decoration: none;}
a.RightNav:visited   { color: #CC0000; text-decoration: none;}
a.RightNav:visited:hover   { color: #CC0000; text-decoration: none;}

a.EventLink { font-family: Arial; font-size: 14px; font-weight: bold; color: #CC0000; text-decoration: underline;}
a.EventLink:hover   { color: #CC0000; text-decoration: none;}
a.EventLink:visited   { color: #CC0000; text-decoration: underline;}
a.EventLink:visited:hover   { color: #CC0000; text-decoration: none;}

a.SideNavLinks { font-family: Arial; font-size: 11px; font-weight: normal; color: #262626; text-decoration: none;}
a.SideNavLinks:hover   { color: #262626; text-decoration: underline;}
a.SideNavLinks:visited   { color: #262626; text-decoration: none;}
a.SideNavLinks:visited:hover   { color: #262626; text-decoration: underline;}

a.footerlinks { font-family: Arial; font-size: 10px; font-weight: normal; color: #666666; text-decoration: none;}
a.footerlinks:hover   { color: #CC0000; text-decoration: none;}
a.footerlinks:visited   { color: #666666; text-decoration: none;}
a.footerlinks:visited:hover   { color: #CC0000; text-decoration: none;}

a.footeremail { font-family: Arial; font-size: 10px; font-weight: normal; color: #CC0000; text-decoration: none;}
a.footeremail:hover   { color: #CC0000; text-decoration: none;}
a.footeremail:visited   { color: #CC0000; text-decoration: none;}
a.footeremail:visited:hover   { color: #CC0000; text-decoration: none;}

UL { font-family: Arial; font-size: 12px; font-weight: normal;}

li { font-family: Arial; font-size: 12px; font-weight: normal;}

/*Side Navigation*/

/* CSS issu des tutoriels www.alsacreations.com/articles */

dl, dd, dt, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
}
dl#menu {
width: 161px;
}
dl#menu dt {
cursor: pointer;
margin: 0;
text-align: left;
font-weight: bold;
margin-top: 8px;
margin-bottom: -5px;
}
dl#menu dd {
border: 1px solid gray;
margin: 0px;
}
dl#menu li {
text-align: left;
background: #fff;
margin: 0px;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left: 5px;
padding-bottom: 3px;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #eee;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: relative;
bottom : 161px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

