/****************************/
/*         ACCUEIL          */
/****************************/
/* div contenant les LOGOS des orgnismes presentes sur la page d'accueil */
.accueil_logo_assoc{
	/*background-image: url('fleche_logo_assoc.jpg');*/
	background-position: bottom center;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

.accueil_logo_logos{
	/*background-image: url('fleche_logo_assoc.jpg');*/
	background-position: top center;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

.accueil_logo_rf{
	background-position: center left;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
}

.accueil_logo_omms_amge{
	background-position: center right;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

#accueil_info_rf{
	text-align: center;
}

#accueil_info_omms_amge{
	text-align: center;
}


/* div contenant les INFOS des orgnismes presentes sur la page d'accueil */
#accueil_info_vide{
	text-align:center;
	padding-top: 30px;
	font-size: 15px;
	font-style: italic;
}

.accueil_info_organisme{
	background-color: #88a2c6;
	display:none;
	padding: 10px;
	font-size: 12px;
}

.accueil_info_organisme_titre{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
}

.arrondi_haut_gauche{
	float: left;
	background-image: url(arrondi/arrondi_haut_gauche.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 10px;
	width: 10px;
	margin-top: -10px;
	margin-left: -10px;
}

.arrondi_haut_droite{
	float: right;
	background-image: url(arrondi/arrondi_haut_droite.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 10px;
	width: 10px;
	margin-top: -10px;
	margin-right: -10px;
}

.arrondi_bas_gauche{
	float: left;
	background-image: url(arrondi/arrondi_bas_gauche.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	width: 10px;
	margin-bottom: -10px;
	margin-left: -10px;
}

.arrondi_bas_droite{
	float: right;
	background-image: url(arrondi/arrondi_bas_droite.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	width: 10px;
	margin-bottom: -10px;
	margin-right: -10px;
}


#accueil_phrase_accroche{
	font-weight:bold;
	font-size: 16px;
}


#accueil_onglets_titres{
	/*float: left;
	width: 180px;*/
	height:25px;
}

.accueil_onglets_titre{
	float: left;
	text-align: center;
	background-color: #a5c4f0;
	margin-right: 5px;
}

.accueil_onglets_titre_gauche{
	float: left;
	background-image: url(arrondi/arrondi_haut_gauche.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
}

.accueil_onglets_titre_centre{
	float: left;
	padding: 5px;
	font-weight: bold;
}

.accueil_onglets_titre_droite{
	float: left;
	background-image: url(arrondi/arrondi_haut_droite.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 10px;
}


#accueil_onglets_contenus{
	padding: 10px;
	background-color: #88a2c6;
}

.accueil_onglets_contenu{
	display: none;
}

.accueil_onglets_contenu_intro{
	font-weight: bold;
	margin-bottom: 10px;
}

.accueil_onglets_contenu_titre{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.accueil_onglets_contenu_date{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.accueil_onglets_contenu_texte{

}

