BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin-top: 0;
	margin-left: 0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #ff5555;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.32em;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #ff5555;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.26em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* Menu haut */
DIV.divMenuBar
{
	width: 800px;
	border: 1px solid;
	background-color: #ffffff;
	border-color: #c7c5ff;
}

DIV.MenuIn
{
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	cursor: default;
	float: left;
}

/* These two style rules added for links in MenuBar */
DIV.MenuIn A
{
	font-size: 14px;
	text-decoration: none;
	color: #ffcc55;
	font-weight: bolder;
	border-width: 0px;
}
DIV.MenuIn A:hover
{
	color: #c7c5ff;
}

DIV.clsMenu
{
	text-align: left;
	background-color: #ffffff;
	position: absolute;
	top: 145px;
	display: none; /*visibility: hidden;*/
	width: 170px;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #3399cc;
	float:left;
}

DIV.clsMenu A
{
	font-size: 11px;
	text-decoration: none;
	color: #ffcc55;
	font-weight: bold;
	border-width: 0px;
	text-indent: 2px;
}

DIV.clsMenu A:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #c7c5ff;
	background-repeat: repeat;
	width: 100%;
}

/* Menu bas */
DIV#divMenuBar_bas
{
	width: 800px;
	border: 1px solid;
	background-color: #ffffff;
	border-color: #c7c5ff;
}
TABLE#tblMenuBar_bas TD
{
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	cursor: default;
	text-align: right;
}
TABLE#tblMenuBar_bas TD.clsMenuBarItem_bas
{
	font-weight: bold;
	cursor: pointer;
}

/* These two style rules added for links in MenuBar */
TABLE#tblMenuBar_bas TD.clsMenuBarItem_bas A
{
	font-size: 14px;
	text-decoration: none;
	color: #ffcc55;
	font-weight: bold;
	border-width: 0px;
}
TABLE#tblMenuBar_bas TD.clsMenuBarItem_bas A:hover
{
	color: #c7c5ff;
}

DIV.clsMenu_bas
{
	text-align: left;
	font-size: 10px;
	background-color: #ffffff;
	position: absolute;
	display: none; /*visibility: hidden;*/
	width: 170px;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #3399cc;
}
DIV.clsMenu_bas A
{
	text-decoration: none;
	color: #ffcc55;
	font-weight: bold;
}
DIV.clsMenu_bas A:hover
{
	color: #c7c5ff;
}

/* Autre */
A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; /*background-color: #ffffff;*/ /*border: solid 1 #9999ff;*/
	text-indent: 2px;
}

A.menu
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffcc66;
	text-decoration: none; /*background-color: #ffffff;*/
	border-top: 0px;
	border-bottom: 0px; /*border-left: solid 1px #c7c5ff; 	border-right: solid 1px #c7c5ff;*/
	text-indent: 0px;
	width: 100%;
}
A:active
{
	color: #ffcc66;
}
A:hover
{
	color: #c7c5ff;
}
A:visited
{
	color: #ff7711; /*ffcc66;*/
}

A.email
{
	font-size: 12px;
	border-width: 0px;
	text-indent: 0px;
	color: #ffcc66;
}

A.email3
{
	font-size: 10px;
	border-style: none;
	border-width: 0px;
	text-indent: 0px;
	color: #ffcc66;
}

A.email1
{
	font-size: 14px;
	border-width: 0px;
	text-indent: 0px;
	color: #ffcc66;
}
A.email2
{
	font-size: 16px;
	border-width: 0px;
	text-indent: 0px;
	color: #ffcc66;
}
A.img
{
	border-top: 0px;
	border-bottom: 0px;
	border-left: none;
	border-right: none;
	border-style: none;
	text-indent: 0px;
	cursor: pointer;
}

LinkButton.Menu
{
	color: #ffcc66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	border: solid 1px #9999ff;
	text-indent: 2px;
	width: 100%;
}
HyperLink.Menu
{
	color: #ffcc66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	border: solid 1px #9999ff;
	text-indent: 2px;
	width: 100%;
}

font.Titre4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff5555;
}

font.Texte
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
font.Texte1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
font.Texte2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
font.Texte3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
font.Texte4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6666ff;
}

.cadre
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 5px;
	width: 500px;
	text-align: justify;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-align: justify;
	background-repeat: no-repeat;
}
table.info
{
	line-height: 12px;
}

table.haut
{
	background-image: url(Images/tel_012h800.png);
}
table.bas
{
	/*background-image: url(Images/tel_011b800.png);*/
}
