﻿body
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
}

.centerdiv
{
	/*IE method of centering a relative div*/
	text-align: center;
}

div.centerdiv
{
	/*Proper way to center a relative div*/
	margin: 0 auto;
}

.baseColor1
{
	color: #3D7401;
}

.baseColor2
{
	color: #00A6BD;
}

.baseColor3
{
	color: #FF6600;
}

.baseColor4
{
	color: #B5A121;
}

.baseColor5
{
	color: #969696;
}

.baseColor6
{
	color: #696969;
}

.bgColor1
{
	background-color: #3D7401;
}

.bgColor2
{
	background-color: #00A6BD;
}

.bgColor3
{
	background-color: #FF6600;
}

.bgColor4
{
	background-color: #B5A121;
}

.bgColor5
{
	background-color: #969696;
}

.bgColor6
{
	background-color: #696969;
}

.colorBlack
{
	color: Black;
}

.colorWhite
{
	color: White;
}

.titre
{
	color: #00A6BD;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

sup
{
	color: #00A6BD;
}

.texte
{
	color: #FF6600;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 18px; /*text-align: center;*/
}

.bottomMenu
{
	font-size: 11px;
	font-family: Verdana;
	position: relative;
	top: -40px;
	color: #FF6600;
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: baseline;
}

.bottomMenu a
{
	text-decoration: none;
	color: #FF6600;
	border-bottom: dotted 1px #FF6600;
}

.partners
{
	font-size: 11px;
	font-family: Verdana;
	position: relative;
	top: -40px;
	color: Gray;
	text-align: center;
}

.partners a
{
	text-decoration: none;
	color: Gray;
	border-bottom: dotted 1px Gray;
}


a.texte
{
	color: #3D7401;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	border-bottom: dashed 1px #3D7401;
	text-decoration: none;
}

input.texte
{
	color: #000000;
	font-size: 11px;
	letter-spacing: 0px;
	border: solid 1px #00A6BD;
	background-color: white;
}

select.texte
{
	color: #000000;
	font-size: 11px;
	letter-spacing: 0px;
	border: solid 1px #00A6BD;
}

textarea.texte
{
	color: #000000;
	font-size: 11px;
	letter-spacing: 0px;
	border: solid 1px #00A6BD;
}

.modalBackground
{
	background-color: #696969;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.accordionHeader
{
	border: 1px solid #969696;
	color: white;
	background-color: #696969;
	font-family: Verdana;
	font-size: 11px; /*font-weight: bold;*/
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderSelected
{
	border: 1px solid #696969;
	color: white;
	background-color: #969696;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent
{
	background-color: White;
	font-family: Verdana;
	font-size: 10px;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	color: #3B6913;
}

a.toolbar
{
	color: White;
	font-size: 11px;
	letter-spacing: 1px;
	/*border-bottom: dashed 1px White;*/
	text-decoration: none;
}
