/* Styles outrepassant la feuille "bootstrap" de base */
/* Personnalisations diverses pour la page d'accueil seulement */
div[id^='bloc']{
		 height: 4em;
		 border-bottom-left-radius: 0;
		 border-bottom-right-radius: 0;
		 border-top-left-radius: 10px;
		 border-top-right-radius: 10px;
		 margin-bottom: 0;
}
div[id^='sous-cartouche']{
		 display: block;
		 border-bottom-left-radius: 10px;
		 border-bottom-right-radius: 10px;
		 border-top-left-radius: 0;
		 border-top-right-radius: 0;
		 font-size: small;	 
}
h4[id^='cartouche_']{
	 padding-top: 9px;
	 padding-bottom: 8px;
}
a[id^='fleche'] {
	 display: none;
}
span[id^='liste_liens']{
		font-size: small;		 
}
#logo {
    border-radius: 20px;
}
/* ATTENTION */
/* Seulement si écran de taille réduite */
@media screen and (max-width:768px) {
	h4[id^='cartouche_']{
	 padding-top: 0;
	 padding-bottom: 8px;
	}
	div[id^='bloc']{
	   margin-top: 10px;
		 height: 2.8em;
	}
	div[id^='sous-cartouche']{
		 display: none;
		 font-size: 100%;
	}
	a[id^='fleche'] {
		 display: block;
	}
  span[id^='liste_liens']{
		line-height: 1.6em;
		font-size: 100%;		 
  }
	#sidebar {
	  padding-top: 0.5em;
		margin-top: 2em;
		border-top: 1px solid grey;
	}
  #manuel2 {
	  border-top: dashed 1px grey;
	}
	#logo {
    border-radius: 8px;
		}
}