@charset "utf-8";
/* CSS Document */
#contenu {
	padding: 0 10px 0 10px;
	margin: 0 156px 0 156px;
	height: auto;
}
#contenu a {
	color: #006991;
}
/* lien special pour 'Actu' */
.special_a {
	font-weight: bold;
	font-style: italic;
}
#contenu a:hover {
	color: #006991;
	text-decoration: none;
	border-top: 1px dotted #E29D0E;
	border-bottom: 1px dotted #E29D0E;	
}
#contenu ul li{
	list-style-image: url(../img/puce_orange.jpg);
	font-size: 0.7em;
	line-height: 1.6em;
	color: #006991;
	list-style-position: inside;
	margin-left: 20px;
}
#issuu {
	padding-top: 10px;
	text-align: center;
}


/* -----------------------------------------------
 Dfinition des blocs et liens du menu accordeon 
--------------------------------------------------*/ 
#basic-accordian{
	padding:1px;
	float: left;
	width: 150px;
	border: 2px solid #EBEBEB;
	margin-left: 2px;
}

#basic-accordian-d{
	border:2px solid #EBEBEB;
	padding:1px;
	float: right;
	width: 150px;
	margin-right: 2px;	
}
.accordion_headings{
	color:#006991;
	border:1px solid #FFF;
	cursor:pointer;
	background-image: url(../img/btn_degrade_gris.gif);
	height: 16px;
	padding-top: 4px;
	font-weight: bold;	
}
.accordion_headings:hover{
	color:#EBEBEB;
	background: url(../img/btn_degrade_bleu_off.gif) no-repeat;
	height: 16px;
	padding-top: 4px;
}
.accordion_child{
	padding: 0 2px 0 5px;
}
.header_highlight{
	font-weight: bold;
	color: #EBEBEB;
	height: 16px;
	padding-top: 4px;
	background: url(../img/btn_degrade_bleu.gif) no-repeat;
}
#basic-accordian ul, #basic-accordian-d ul {
	font-size: 0.6em;
	line-height: 1.6em;
}
#basic-accordian li a, #basic-accordian-d li a {
	text-decoration: none;
	color: #006991;
	padding-left: 8px;
	display: block;
	background: url(../img/fleche_bleu_lien.gif) left center no-repeat;
}
#basic-accordian li a:hover, #basic-accordian-d li a:hover {
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006991;
}

