@charset "utf-8";

/* CSS générique v2 */
@import url("index.css");

/* ajout 2 colonnes : */
div#result_main {
	width: 800px;
	margin: 10px;
}

div#result_side {
	width: 150px;
	float: right;
	margin: 10px 10px 0 0;
}

/* TABLEAU DES RESULTATS */
#tab_result, .tab_result
{
	border: thin solid #ffb441;
	margin: auto;
	margin-right:10px;
	width:10O%;
}

/* CELLULE DU TABLEAU */
#tab_result td, .tab_result td, #info_bulle td
{
	font-size: 13px;
}

/* LIEN CONTENU DANS LE TABLEAU */
#tab_result a, .tab_result a, #info_bulle a
{
	text-decoration: none;
	color: black;
	font-style: normal;
	font-weight: bold;
}

/* LIEN CONTENU DANS LE TABLEAU LORS DU PASSAGE DE LA SOURIS */
#tab_result a:hover, .tab_result a:hover, #info_bulle a:hover
{
	text-decoration: underline;
	color: black;
	font-style: italic;
	font-weight: bold;
}

/* TITRE DU TABLEAU */
#info_bulle caption, #info_bulle caption:hover
{
	background: green;
}

/* LIGNE DU TABLEAU */
#tab_result tr, .tab_result tr, #info_bulle tr
{
	border: solid grey 1px;
	color: black;
	background: #d0e3ff;
}

/* LIGNE DU TABLEAU LORS DU PASSAGE DE LA SOURIS */
#tab_result tr:hover, .tab_result tr:hover, #info_bulle tr:hover
{
	border: solid grey 1px;
	color: black;
	background: #fed089;
}

/* EN-TETE DU TABLEAU, 1ERE LIGNE */	
#tab_result .en_tete_tab, #tab_result .en_tete_tab:hover, .tab_result .en_tete_tab, .tab_result .en_tete_tab:hover, #info_bulle .en_tete_tab, #info_bulle .en_tete_tab:hover
{
	background: #0e6ab4;
	color: white;
}

/* ARRONDI BAS DROITE */
#contenu .last-element
{
	background: url('http://www.messesinfo.catholique.fr/images/arrondi_bas_droite.gif') no-repeat right bottom;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#contenu .last-element a
{
	text-decoration: none;
	color: black;
	font: 13px black verdana;
}

#contenu .last-element a:hover
{
	text-decoration: underline;
	color: orange;
	font: 14px black verdana;
}

#contenu .last-element img
{
	border: none;
	position: relative;
	top: 13px;
}
