@charset "utf-8";
/* CSS Document */
#contenu {
	margin-top: 10px;
	height: 400px;
}
/* -----------------------------------------------
 Dfinition des blocs et liens du menu accordeon 
--------------------------------------------------*/ 
.bloc{
	float: left;
	width: 200px;
	margin-left:18px;
	border: 1px dotted #006991;
	height: 350px;
	background-image: url(../img/fond_bloc_index.jpg);

}
#separateur {
	clear: both;
	height: 60px;
	background-color: #FFFFFF;
	padding-top: 20px;
}

.accordion_headings{
	color: #EBEBEB;
	padding-top: 3px;
	font-size: 1em;
	padding-bottom: 3px;
	font-weight: bold;
	background-color: #006A91;
	text-align: center;
}
.accordion_child{
	padding-top: 10px;
	padding-bottom: 0;
}
.bloc ul {
	font-size: 0.8em;
}
#infos {
	background-color: #D4EBF3;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F68122;
	border-right-color: #F68122;
	border-bottom-color: #F68122;
	border-left-color: #F68122;
}

.bloc li a {
	text-decoration: none;
	color: #006991;
	padding-left: 10px;
	display: block;
	background: url(../img/fleche_bleu_lien.gif) left center no-repeat;
	line-height: 20px;
}
.bloc a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006991;
	border-top-color: #006991;
	border-top-width: 1px;
	border-top-style: dotted;
	background-color: #EBEBEB;
	line-height: 18px;
}
#separateur a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #006A91;
	text-decoration: none;
}

#detail{
	font-size: 0.7em;
	list-style-type: disc;
	margin-left: 10px;
	color: #006A91;
	font-style: italic;
	line-height: 1.3em;
}
#issuu {
	text-align: center;
}
