/**** Accordéon actualité grand public ****/

#actusGrandPublic h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #FFF;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	background-color: #900812;
	background-image: url(../imgs/actusGrandPublic/puce.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#actusGrandPublic h4.active {
	background-position: 0px -32px;
}


#actusGrandPublic h4.bouton a img {
	border: none;
}


#actusGrandPublic h4.sur2lignes {
	background-image: url(../imgs/actusGrandPublic/puce-2-lignes.png)
}

#actusGrandPublic h4.sur2lignes-active {
	background-position: 0px -46px;
}


#actusGrandPublic h4.standard span, #actusGrandPublic h4.bouton a {
	padding: 9px 0 10px 7px;
	font-size: 11px;
	background-color: #900812;
	display: block;
	color:#FFF;
	
	/* 445px - 17px (H4) - 7px */
	width: 421px;
}

#actusGrandPublic h4.sur2lignes span {
	padding-bottom: 4px;
}

#actusGrandPublic h4.active span,
#actusGrandPublic h4.sur2lignes-active span {
	background-color: #AA1A24;
}

#actusGrandPublic div {
	padding-bottom: 5px;
	margin-bottom: 2px;
}

#actusGrandPublic div.avecArrierePlan {
	background: url(../imgs/actusGrandPublic/arriere-plan-contenu.png) no-repeat left bottom;
}

#actusGrandPublic div img {
  /* Mettre du "padding" au "div" parent ne fonctionne pas ou mal
	   avec l'"Accordion" de Mootools. */
	margin: 7px 0 0;
}
#actusGrandPublic p  {
	margin: 0 0 15px 0;
}


/** Liste de définition **/

#actusGrandPublic dl {
	padding: 0 10px;
	line-height: 1.5em;
	margin: 0;
}

#actusGrandPublic dt, #actusGrandPublic dd {
	/*border-bottom: 1px solid #999;*/
}
#actusGrandPublic dt {
	clear: right;
	padding: 0.4em 0;
	border-bottom: 1px solid #999;
	padding-right: 120px;
}
#actusGrandPublic dd {
	float: right;
	width: 100px;
	margin-top: -1.9em;
}


/**** Actualité et agenda ****/

#actualite h4, #agenda h4 {
	display: block;
	font-size: 14px;
	margin: 0 0 0.6em;
	padding: 0;
	background-repeat: no-repeat;
}

#actualite h4 span, #agenda h4 span {
	display: none;
}

/** Actualité **/

#actualite h5 {
	margin: 0.1em 0;
	padding: 0;
}

#actualite h6 {
	font-size: 100%;
	color: #333;
	margin: 0.2em 0;
	padding: 0;
}

#actualite p {
	margin: 0.2em 0;
}


/** Agenda **/

#agenda ul {
	margin: 0;
	padding: 0;
}

#agenda li {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: left;
	line-height: 1em;
}

#agenda li#agenda_premier span {
	border-top: none;
	font-weight: normal;
}

#agenda li span {
	border-top: 1px solid #999;
	padding: 0.4em 0;
}

#agenda li span.date {
	font-weight: bold;
	display: block;
	float: left;
	width: 120px;
}

#agenda li span.evenement {
	width: 325px;
	float: left;
}

#agenda p {
	clear: left;
}


/**** Cours de bourse ****/

#cours {
	border: thin solid #CCCCCC;
	margin-top: 40px;
	width: 181px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 16px;
	padding-bottom: 10px;
	color: #000000;
}
#cours p {
	margin: 0px;
}


/**** Archives des rapports annuels ****/
#archives {
	background-repeat: no-repeat;
	width: 186px;
	padding-top: 35px;
	margin-bottom: 20px;
}
#archives a span{
	display:none;
}
#archives a {
	border: none;
	height: 22px;
	background-position: right top;
	background-repeat: no-repeat;
	display:block;
}

#imgtetiere {
	background-image: url(../imgs/tetieres/tetiere_accueil.jpg);
}
