/*Inclusion de la feuille de style pour les menus*/
@import url("menu.css");
@import url("menu2.css");

body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	color: #000000; 
	background-color: #FFFFFF; 
	text-decoration: none
}
td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #000000;
	text-decoration: none; 
	line-height: normal
}
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	color: #000000 ; 
	font-weight: bold; 
	text-decoration: none
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	color: #000000 ; 
	font-weight: bold; 
	text-decoration: none
}

.pageSubTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	color:#3399FF ; 
	font-weight: bold; 
	text-decoration: none
}

a {
	text-decoration: none; 
	color: #000000;
}

/*TopLink : utilisé pour les liens au dessus du bandeau*/
.topLink {
	color: #000000;
	font-size: 8pt; 
	background-color: #E6E6E6;
}

.topLinkHover {
	font-size: 8pt; 
	background-color: #999999;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
}

.topLinkselected {
	font-size: 8pt; 
	background-color: #999999;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
}

.topLinkHoverselected {
	font-size: 8pt; 
	background-color: #999999;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
}


a.lien1 :active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #ffffff; 
	text-decoration: underline
}
a.lien1:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #ffffff; 
	text-decoration: underline
}
a.lien1:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-style: normal; 
	color: #ffffff; 
	text-decoration: underline
}
a.lien1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #D9EFFD;
	text-decoration: underline;
}

a.lien2 :active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #000000; 
	text-decoration: underline
}
a.lien2:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #000000; 
	text-decoration: underline
}
a.lien2:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-style: normal; 
	color: #000000; 
	text-decoration: underline
}
a.lien2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #808080;
	text-decoration: underline;
}

a.lien3 :active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #000000; 
	text-decoration: underline
}
a.lien3:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #000000; 
	text-decoration: underline
}
a.lien3:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-style: normal; 
	color: #000000; 
	text-decoration: underline
}
a.lien3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #3399FF;
	text-decoration: underline;
}

a.lien4 :active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #3399FF; 
	text-decoration: underline
}
a.lien4:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #3399FF; 
	text-decoration: underline
}
a.lien4:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-style: normal; 
	color: #3399FF; 
	text-decoration: underline
}
a.lien4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}


a.lienpopup:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #3399FF; 
	text-decoration: underline
}
a.lienpopup:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #3399FF; 
	text-decoration: underline
}
a.lienpopup:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-style: normal;
	color: #3399FF; 
	text-decoration: underline
}
a.lienpopup:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #2E57A6;
	text-decoration: underline;
}


.selectField {
	font-size:8pt;
}

.mainTitle { 
	font-family:arial; 
	font-size:11pt; 
	color:#000000; 
	font-weight:bold;
}

.mainTitle2 { 
	font-family:arial; 
	font-size:14pt; 
	color:#000000; 
	font-weight:bold;
}

.slogan { 
	font-family:"Arial, Helvetica, sans-serif"; 
	letter-spacing:0px; 
	font-size:11pt;color:#000000; 
	font-weight:bold;
}

.slogan2 { 
	font-family: times new roman; 
	letter-spacing:1px; 
	font-size:14pt;
	color:#3399FF; 
	font-style:italic;
}

.homeTitle { 
	font-family:arial; 
	font-size:12pt; 
	letter-spacing:0px;
	color:#000000; 
	font-weight:bold;
}

.times { font-size:10pt; font-weight:regular; font-family:times; font-style:italic;}

.whitebigbold { color:#ffffff; font-size:10pt; font-weight:bold; }

.blackbigbold { color:#000000; font-size:12pt; font-weight:bold; }

.blacktitle { color:#000000; font-size:10pt; font-weight:bold; }

.blackslogan { color:#000000; font-size:12pt; font-weight:regular; }

.blackBig { color:#000000; font-size:9pt; font-weight:regular; }

.blacksmall { color:#000000; font-size:7pt; font-weight:regular; }

.orangebigbold { color:#FF9A00; font-size:10pt; font-weight:bold; }

.bluebigbold { color:#3399FF; font-size:10pt; font-weight:bold; }

.blue { color:#3399FF; font-size:8pt; }

.bluebig { color:#3399FF; font-size:10pt; font-weight:bold; }

.bluetitre { color:#3399FF; font-size:8pt; font-weight:bold; }

.orangebold { color:#FF9A00; font-size:8pt; font-weight:bold; }

.bluetimes { font-family: times new roman;color:#3399FF; font-size:12pt; font-weight:bold;font-style:italic; }

.grey { color:#757575; font-size:8pt; }

.white { color:#ffffff; font-size:8pt; }

.red { color:#E40D0D; font-size:7pt; }

table.table1 {
	border: 1px #3399FF solid;
	background-color: #ffffff;
	padding: 5px;
}

#footer {
	margin-top: 10px;
	text-align: left;
	color:#000000;
	border-top: 1px solid;
	border-top-color: #3399FF;
	width: 456px;
}