﻿.clear
{
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 1px;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modaleError
{
	background: url(images/fond/bg_bot_popup_short_shw.gif) no-repeat left bottom;
	width: 452px;
	height: auto;
	text-align: left;
	position: relative;
	padding-bottom: 13px;
	color: #000;
}

.modaleError p.auCentre
{
	font-size: 2.2em;
	color: #E73519;
	padding: 50px 0 40px 0;
	font-weight: bold;
}

.modaleErrorContent
{
	background: url(images/fond/bg_popup_short_shw.gif) no-repeat left top;
	overflow: hidden;
	width: 442px;
	padding: 0 5px 10px 5px;
}

.modaleErrorContent span
{
	font-weight: bold;
}

.closeModale a
{
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	display: block;
	background: url(images/picto_close_pop.gif) no-repeat right 2px;
	padding-right: 20px;
	width: 180px;
	float: right;
}

.closeModale a:hover
{
	text-decoration: underline;
}

.closeModale
{
	text-align: right;
	padding: 5px 5px 0 0;
}

.auCentre
{
	text-align: center;
}
.aDroite
{
	text-align: right;
}

.aGauche
{
	text-align: left;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


