/* 05/07/2017  - CSS - module Astro */
.c_display_760{display: none;}

.c_a_ib {
    display: inline-block;
    color: #000;
    background: #b9d8e3;
    border-radius: 10px;
    padding: 4px 15px;
    margin: 0 5px;
}

.c_categorie
{
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #404040;
    font-size: 1.5rem;
    background: #88c2ec;
    padding: 10px;
    border-radius: 10px 0;
}

.content_h1,.content_h2
{
	display: block;
	/* #COUL1# : des titres dans le contenu*/
    color: #1476f7;
    font-size: 2.0rem;
    padding: 0px 4px 0px 4px;
    text-align: center;
    font-weight: normal;
	margin: 0!important;
}

.c_fond_annuaire
{
	padding: 0px;
	margin-top: 5px;
	outline:0px dashed red;
	overflow: hidden;
}	
.c_add_important
{
	color:red;
	padding: 10px;
	text-align: justify;
	border:1px dashed #e0e0e0;
	font-size: 1.4rem;
	border-radius: 10px;	
}

.c_add_instruction
{
	padding: 10px;
	text-align: justify;
	border:1px dashed #e0e0e0;
	font-size: 1.4rem;
	border-radius: 10px;	
}


.c_add_bannieres
{
	padding: 10px;
	text-align: justify;
	border:1px dashed #e0e0e0;
	font-size: 1.4rem;
	border-radius: 10px;
}


.c_fond_z_saisie
{
  padding:10px;

}

.glossaire-mot { 
  border-color:#A0A0A0;
  border-style:solid;
  font-size:12px;
  padding: 1px;
  text-align: left;
  text-transform: uppercase;
  width: 290px;
  margin-bottom: 10px;
  } 

.c_btn_chercher {
    background-color: #ddd;
    border: 1px solid #555;
    color: #000;
    padding: 2px 10px;
    font-size: 1.3rem;
    cursor: pointer;
    border-radius: 7px;
    margin: 0 0 10px 0;
}

.c_explication
{
	text-align: justify;
	background-color:#f4f6fa;
	font-size: 1.4rem;
	color:#505050;
	padding: 15px;
	margin: 15px 0 0px 0;
	font-style: italic;
}
.c_bloc_page
{
	text-align: center;
}
.c_lien_page
{
	display: inline-block;
	background: #e0e0e0;
	font-size:1.2rem;
	line-height:6px;
	display: inline-block;
	color:black;
	padding:10px;
	text-decoration: none;
	border-radius:5px;
	width: 40px;	
	margin: 3px;

}

.c_lien_page_on
{
	font-weight: bold;
	background: #a0a0a0;
}

.c_un_lien
{
	border: 1px dashed #505050;
	margin:10px;
	padding:10px;
	border-radius: 20px;
	font-size: 1.4rem;
	text-align: left;
}
.c_un_lien p
{
text-align: justify;
margin:3px 0 10px 0;
}

@media (min-width: 360px) {
.c_fond_annuaire{padding:5px;}
.glossaire-mot{width:270px;} 	
}

@media (min-width: 480px) {
.c_fond_annuaire{padding:10px;}
.glossaire-mot{width:350px;} 
}


@media (min-width: 760px) {
.glossaire-mot
{
	width:590px;
	margin-right: 6px;
}
.c_display_760{display: inline-block;} 


}