﻿
/*///////////////////////////////////////////////////////////////////////*/
/*										LAYOUT												*/
/*///////////////////////////////////////////////////////////////////////*/

div.middle{
 background-image:none
}

/*///////////////////////////////////////////////////////////////////////*/
/*										NAVIGATION												*/
/*///////////////////////////////////////////////////////////////////////*/


.accordionHeader{
    overflow: hidden;
    margin: 0;
    font-size: 10px;
    font-family: Verdana;
    text-decoration: none;
    padding: 0 0 3px 0;
}

.accordionHeader a{
    display:block;
    text-decoration:none;   
    color: gray;
    font-family: Verdana; 
    font-weight: bold;
}

.accordionHeader a:hover{
    color: gray;
    text-decoration:underline;
    font-family: Verdana; 
}

.accordionHeader2{
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
    padding: 0 0 3px 0;
}


.accordionHeader2 a{
	display:block;
    text-decoration:none;   
    color: #86c248;
    font-family: Verdana; 
    font-weight: bold;
}

.accordionHeader2 a:hover{
    color: #86c248;
    font-family: Verdana;
}

.accordionContent a{
    display:block;
    color: #86c248;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    padding: 0px 0px 0px 30px;
    font-weight: bold;
}

.accordionContent a:hover{
    color: #6699cc;
    text-decoration:underline;
    font-weight: bold;
}

.accordionContent2 a:hover{
    color: #86c248;
    text-decoration:underline;
    font-weight: bold;
}

H1.BrandNavHome {
	font-family: verdana, arial, helvetica;
	color: #86c248;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	padding-bottom: 8px;
}


H1.BrandNavHome a:link, H1.BrandNavHome a:hover, H1.BrandNavHome a:active, H1.BrandNavHome a:visited {
	font-family: verdana, arial, helvetica;
	color: #86c248;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}


.puce{
    background-image: url(Images/puce.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    padding:6px 0px 5px 15px;
}



/*///////////////////////////////////////////////////////////////////////*/
/*										LINK												*/
/*///////////////////////////////////////////////////////////////////////*/

a{
    /*color: #8ac73c;*/
}

/*///////////////////////////////////////////////////////////////////////*/
/*			CONTENT AREA - TEXT AND IMAGE LEFT AND RIGHT				*/
/*///////////////////////////////////////////////////////////////////////*/


.logoList{
	/*width:100%;*/
}

.logoList td{
	/*width:100%;*/
	text-align:center;
	vertical-align:middle;
	padding:5px;
}

.suggestedTExt{
	border: 1px #f07e0c solid;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px;
	color: #f07e0c;
	background: #ffe9ad;

}

.calendarTitle {
	font-size: 10pt;
	font-weight: bold;
	/*color: #860000;*/
}

.calendarDay {
	color:#707070;
}

ul.links li{
	margin:5px;
}

.quote {
	width: 250px;
	color: #424649;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	padding: 25px 0px 20px 35px;
	background: url(images/quote.gif) no-repeat 0px 0px;
	
}

.quote span{
	color: #a0a0a0;
	font-size: 12px;
}

table.tableau {
	text-align:center;
	border: solid 1px #999999;
}

table.tableau th{
	background-color: #d35a0e;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

table.tableau td{
	padding: 5px 5px 5px 5px;
}

table.tableau tr.alt td {
	background-color: #dee2dc;
}

table.tableau td.alt {
	background-color: #dee2dc;
}

.positionRight {
	float:right;
}

.positionLeft {
	float:left;
}

.center {
	text-align:center;
}

/*///////////////////////////////////////////////////////////////////////*/
/*								TEXT									*/
/*///////////////////////////////////////////////////////////////////////*/


h2{
    font-family: Arial Black;
    font-size: 20px;  
    color: #03abf6;
    padding: 10px 0px 0px 0px;
    margin: 0;
    text-decoration: none;
    text-align: left;
}

h2.pgTitle {
    font-family: Arial Black;
    font-size: 16px;   
    color: #03abf6;
    padding: 10px 0px 0px 10px;
    margin: 0;
    text-decoration: none;
    text-align: left;
}

.SectionTitle {
	font-size: 12pt;
	font-weight: bold;
}


