
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 990px;
}
a:link, #navBar ul a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8A4AFF;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #333333;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #8A4AFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 14px;
 color: #8A4AFF;
 font-weight: bolder;
 text-align: left;
 margin: 0px;
 padding: 0px;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #8A4AFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-variant: normal;
	font-style: italic;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #8A4AFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #8A4AFF;
	margin: 0px;
	padding: 0px;
}
paragraphe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 2px;
}

ul li{
	list-style-type: disc;
	margin-bottom: 4px;
}

ul ul li{
 list-style-type: disc;
 margin-bottom: 4px;
}

ul ul ul li{
 list-style-type: circle;
 margin-bottom: 3px;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

label{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}



#masthead{
	padding: 0px;
	border-bottom: 0px none;
	width: 100%;
	text-align: left;
	vertical-align: top;
	float: left;
}

#navBar{
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #9966FF;
	border-right: none #FFFFFF;
	border-bottom: none #FFFFFF;
	position: absolute;
	left: 0px;
	top: 365px;
}

#navBardroit{
	float: left;
	width: 228px;
	padding-right: 0px;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: #D7D7E3;
	position: absolute;
	left: 795px;
	top: 365px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
}

#content{
	float: left;
	width: 665px;
	border-right-width: medium;
	border-right-style: none;
	border-right-color: #D7D7E3;
	background-color: #FFFFFF;
	padding-left: 5px;
	left: 125px;
	top: 365px;
	position: absolute;
}
#navBardroit h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #336699;
	text-align: left;
}

#navBardroit h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #336699;
	text-align: left;
}
#navBardroit h3 a:hover{
	background-color: #336699;
	color: #FFFFFF;
	text-decoration:none;
}

#navBar{
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#navBar a {
	padding: 0px;
	color: #333333;
	text-decoration:none;
	font-size: 10px;
}
#navBar a:hover{
	background-color: #E3D5FF;
	color: #8A4AFF;
	text-decoration:none;
}


#masthead h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

#masthead h1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
#masthead h1 a:hover{
	background-color: #333333;
	color: #FFFFFF;
	text-decoration:none;
	text-align: left;
}
#breadCrumb ul li{
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}


