/* ================================ GENERAL ================================= */
* {	font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
html, body { height: 100%;}
body { margin: 0px;	padding: 0px; background-image: url(../images/panelLeft_content1.gif); background-repeat: no-repeat;}
a { color: #457cbd; text-decoration: none;}
a:hover { color: #457cbd; text-decoration: underline;}
hr { clear:both; visibility: hidden;}

/* ============================== DISPOSITION =============================== */
#header { height: 105px; }
#header .lien_didier{ position: absolute; top: 0px; right: 0px;}
#header .lien_didier img{ border: none;}

#panelLeft { float: left; width: 200px; }
#panelLeftHeader { }
#panelLeftContent { padding: 0px; }
#panelLeftFooter { }

#body { margin-left: 215px;}

#menu { margin: 2px 2px 0px 2px; background-color: #4ecaf6; padding: 0px;}

#content { margin-top: 10px; padding: 2px; }

/* ================================= PANELS ================================= */
#panelLeftContent h1 { clear: both; font-family: Arial, sans-serif; font-size: 12px; margin: 0px 0px 2px 0px;}
#panelLeftContent p { margin: 0px 0px 0px 0px; padding: 0px;}
#panelLeftContent img { float: left; margin-right: 7px;}
#panelLeftContent ul { margin: 0px 0px 10px 0px; padding: 0px; list-style: none;}

.panelHeader { height: 40px; font-size: 12px; font-family: Arial, sans-serif; color: #7369ad; font-weight: bold; background: url(../images/panelLeft_header1.gif) no-repeat}
.panelHeader .panelTitle { display: block; padding: 14px 0px 0px 30px; }
.panelContent { padding: 4px 4px 4px 15px; }
.panelContent h1 { color: #d9316e; width: 150px; padding-left: 43px;}
.panelContent img { border: solid 1px #ffc32d;}
.panelContent a { color: #d9316e;}
.panelFooter { margin-bottom: 10px; }

.panel2Header { margin: 0px 4px 0px 0px; height: 61px; font-size: 16px; font-family: Arial, sans-serif; color: #d73171; font-weight: bold; background-image: url(../images/panelLeft_header2.gif); background-repeat: no-repeat;}
.panel2Header .panelTitle { display: block; padding: 38px 2px 0px 42px; }
.panel2Content { height: 95px; padding: 4px 0px 5px 25px; margin: 0px 4px 0px 0px; background: url(../images/panelLeft_content2.gif) no-repeat; }
#panelLeftContent .panel2Content ul { margin: 0px 0px 10px 0px; padding: 0px; list-style: disc; }
.panel2Content li {color: #ffffff; }
.panel2Content a { color: #ffffff;}
.panel2Footer { margin-bottom: 10px; }

/* ================================== MENU ================================== */
#menu ul{ list-style: none; margin: 0px; padding: 2px 0 2px 0; }
#menu li{ display: inline; font-weight: bold; color: #db3170; padding: 2px 10px 2px 10px; border-right: solid 1px #fff;}
#menu li a{ color: #db3170; text-decoration: none; }
#menu li a:hover{ color: #FFFFFF; text-decoration: underline;}
#menu li.active{ color: #FFFFFF; background-color: #db3170; }

/* ================================ CONTENU ================================= */
#content h1 {
	font-family: Arial, sans-serif;
	color: #7368ae;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #7368ae;
}
#content img {
	margin: 2px 5px 5px 2px;
}
#content h1 img {
	float: left; margin: -5px 5px 0px 0px;
	border: none;
}
.important {
	font-weight: bold;
}
/* ================================== FAQ =================================== */
.faq_sommaire { padding: 50px 0px 0px 30px; margin: 0px 0px 30px 0px; background-image: url(../images/faq_questions.gif); background-repeat: no-repeat;}
.faq_sommaire li { margin-left: 30px; font-weight: bold; color: #db3170;}
.faq_sommaire li a { color: #db3170;}

.faq_questions_reponses { min-height: 60px; margin-bottom: 20px; background-image: url(../images/faq_reponses.gif); background-repeat: no-repeat;}
.faq_questions_reponses dt { margin: 0px 0px 0px 0px; padding: 40px 0px 0px 0px; }
.faq_questions_reponses dt .faq_qtitle{ margin: 0px 0px 0px 55px; font-weight: bold; font-size: 14px; color: #4ecaf6;}
.faq_questions_reponses dt .options{ float: right; margin-top: -10px; }
.faq_questions_reponses dt .options img{ border: none;}
.faq_questions_reponses dd { margin: 0px; padding: 10px 0px 0px 55px;}
