﻿/* ================================ 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.jpg); 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: 149px; }
#header .lien_didier{ position: absolute; top: 0px; right: 0px;}
#header .lien_didier img{ border: none;}

#panelLeft { float: left; width: 249px; }
#panelLeftHeader { }
#panelLeftContent { padding: 0px; }
#panelLeftFooter { }

#body { margin-left: 249px;}

#menu { margin: 0px 2px 0px 2px; height: 18px; background-color: #a43f9b; 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: 47px; font-size: 12px; font-family: Arial, sans-serif; color: #ffffff; font-weight: bold; background-image: url(../images/panelLeft_header1.jpg); background-repeat: no-repeat;}
.panelHeader .panelTitle { display: block; padding: 8px 0px 0px 37px; }
.panelContent { padding: 4px; }
.panelContent h1 { color: #203d9a; border-bottom: solid 1px #203d9a; padding-left: 45px; }
.panelContent img { border: solid 1px #caac63;}
.panelContent a { color: #2f2f86;}
.panelFooter { margin-bottom: 10px; }

.panel2Header { margin: 0px; height: 41px; font-size: 16px; font-family: Arial, sans-serif; color: #233f9a; font-weight: bold; background-image: url(../images/panelLeft_header2.jpg); background-repeat: no-repeat;}
.panel2Header .panelTitle { display: block; padding: 16px 2px 0px 60px; }
.panel2Content { height: 75px; padding: 0px 0px 0px 27px; margin: 0px; background-image: url(../images/panelLeft_content2.jpg); background-repeat: no-repeat;}
.panel2Content a { color: #2f2f86;}
.panel2Content a:hover { text-decoration: underline; }
.panel2Footer { margin-bottom: 10px; height: 46px; background-image: url(../images/panelLeft_footer2.jpg); background-repeat: no-repeat;}

/* ================================== MENU ================================== */
#menu ul{ list-style: none; margin: 0px; padding: 0px; }
#menu li{ float: left; font-weight: bold; color: #3467b1; padding: 2px 6px 2px 6px; border-right: solid 1px #ffffff;}
#menu li a{ color: #ffffff; text-decoration: none; }
#menu li a:hover{ color: #fca53e; text-decoration: none;}
#menu li.active{ color: #ffffff; background-color: #fca53e; }

/* ================================ CONTENU ================================= */
#content h1 {
	font-family: Arial, sans-serif;
	color: #a43f9b;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #a43f9b;
}
#content img {
	margin: 2px 5px 5px 2px;
}
#content h1 img {
	float: left; margin: 4px 5px 0px 0px;
	border: none;
}
#content img.illustration {
	float: right;
}
#content img.illustration2 {
	float: left;
}
.important {
	font-weight: bold;
}
/* ================================== FAQ =================================== */
.faq_sommaire { padding: 0 0px 0px 20px; margin: 0px 0px 30px 0px; background-image: url(../images/faq_questions.jpg); background-repeat: no-repeat;}
.faq_sommaire li { margin-left: 60px; font-weight: bold; color: #fe03b2;}
.faq_sommaire li a { color: #fe03b2;}

.faq_questions_reponses { min-height: 60px; margin-bottom: 40px; background-image: url(../images/faq_reponses.jpg); background-repeat: no-repeat;}
.faq_questions_reponses dt { margin: 0px 0px 0px 0px; padding: 8px 0px 0px 55px; }
.faq_questions_reponses dt .faq_qtitle{ margin: 0px 50px 0px 0px; font-weight: bold; font-size: 14px; color: #bf1af2;}
.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;}

/* ================================ MEDIAS ================================== */
.media_flash { border: solid 1px #0376bd; margin-bottom: 20px; }
