﻿/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #008ABE; }

h1 { font-size: 1.5em; color:#008ABE; line-height: 1; margin-bottom: 0.2em; margin-top:0.7em; }
h2 { font-size: 1.3em; color:#008ABE; line-height: 1; margin-bottom: 0.2em; }
h3 { font-size: 1.2em; color:#008ABE; line-height: 1; margin-bottom: 0.2em; }
h4 { font-size: 1em; color:#008ABE; line-height: 1; margin-bottom: 0.2em; }
/* h5 - used for results title */
h5 { font-size: 1.2em; color:#008ABE; line-height: 1; margin-bottom: 0.2em; font-weight:500; }
h6 { font-size: 1em; color:#008ABE; line-height: 1; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

.highlight {
color:#008ABE;
}


.PlusPetit {
font-size: 0.9em;
}

/* Text elements
-------------------------------------------------------------- */

p            
{ 
	font-size: 1.10em;
	font-weight:400;
	line-height:1.2;
    margin: 0em 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right:15px;
    text-align: left;
    color:#4D4D4D;
}

/* p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; } */




/* LINKS */
A.LinkVert:link{
text-decoration:none !important;
color:#6c9d31 !important;
}
A.LinkVert:visited {
text-decoration:none !important;
color:#6c9d31 !important;
}
A.LinkVert:active{
text-decoration:none !important;
color:#6c9d31 !important;
}
A.LinkVert:hover {
text-decoration:none !important;
color:#333333 !important;
}

.LinkVert A {
text-decoration:none !important;
}


/* LINKS --- Check as they affect the ASP menu and we don't want that... maybe */ 
#content A:link{
text-decoration:underline;
color:#6c9d31;
}
#content A:visited {
text-decoration:underline;
color:#6c9d31;
}
#content A:active{
text-decoration:underline;
color:#6c9d31;
}
#content A:hover {
text-decoration:underline;
color:#333333;
}

#content ul {
	/*list-style: none url(images/bluBulet.gif);*/
	list-style: disc;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -0.3em;
    font-size: 1em;
	font-weight:400;
	}

#content li {

	line-height:1.3;
    margin: 0em 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#4D4D4D;
    font-size: 1em;
	font-weight:400;
	}
	
/*#content ul li:before {
	content: "\00BB \0020";
	}*/



.boxedContent {
padding-top: 7px;
font-size: 1em;
}

.boxedContent p{
font-size: 1em;
}

.textNoir {
color:#222222;
}



/* LOGIN TOP */
.loginLabel {
font-size: 0.8em;
color:White;
}
.loginButton {
font-size: 0.7em;
height:20px;
}
.loginBox {
font-size: 0.7em;
height:15px;
}

/* LOGIN LINKS */
A.LoginLink:link{
text-decoration:underline !important;
color:#ffffff !important;
}
A.LoginLink:visited {
text-decoration:underline !important;
color:#ffffff !important;
}
A.LoginLink:active{
text-decoration:underline !important;
color:#ffffff !important;
}
A.LoginLink:hover {
text-decoration:underline !important;
color:#ffffff !important;
}

.LoginLink A {
text-decoration:underline !important;
}