/* ----------- Règles de la maquette englobante ------------- */

body {
    background-color: #999896;
}

#main_table {
    background-color: white;
}

#news {
}

#bandeau_haut {
    background-color: #5581A8;
    color: white;
}

#bandeau_bas {
    background-color: #5581A8;
    color: white;
    background-image: url(/_eglise/images/bas.gif);
}

table.bloc_article div.titre {
    font-weight: bold;
    font-style: italic;
    color: #FFFFCC;
}

table.bloc_center div.titre, table.bloc_news div.titre {
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #FFFFCC;
}

table.bloc_center div.auteur, table.bloc_news div.auteur {
    font-size: 11px;
    font-family: Arial;
    font-style: italic;
}


table.cadre_gauche {
	color: white;
}

table.cadre_gauche tr.tete td {
	border-bottom: 1px solid white;
	background-image: url(/_eglise/images/cadregauchehaut.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: #5581A8;
}

table.cadre_gauche tr.titre td.left {
	background-color: #5581A8;
	background-image: url(/_eglise/images/cadregauche1px.gif);
    background-position: top left;
}

table.cadre_gauche tr.titre td.right {
	background-color: #5581A8;
	background-image: url(/_eglise/images/cadregauche1px.gif);
    background-position: top right;
}

table.cadre_gauche tr.corpsArchives {
	background-color: #5581A8;
	background-image: url(/_eglise/images/cadregauche1px.gif);
}

table.cadre_gauche tr.corpsArchives td {
    text-align: center;
    font-style: italic;
    padding-top: 5px;
    border-top: solid 1px white;
}

table.cadre_gauche tr.corps {
	background-color: #5581A8;
	background-image: url(/_eglise/images/cadregauche1px.gif);
}

table.cadre_gauche tr.bas td {
	background-color: #5581A8;
	background-image: url(/_eglise/images/cadregauchebas.gif);
	background-position: bottom left;
    height: 8px;
}

table.cadre_droite {
	color: white;
}

table.cadre_droite tr.tete td {
	background-image: url(/_eglise/images/cadredroitehaut.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: #5581A8;
}

td.comnom {
	font-weight: bold;
	border-top: solid 1px #457198;
}

td.commeta {
	font-style: italic;
	border-top: solid 1px #457198;
}

a         {color:#FFFFFF;text-decoration:none;}
a:visited {color:#FFFFFF;text-decoration:none;}
a:hover   {color:#FFFFFF;text-decoration:underline;}

/* -------- Bouton article -------- */

table.bloc_bouton {
    margin-bottom: 4px;
    border-collapse: separate;
}

table.bloc_bouton td {
    width: 140px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    background-image: url(/_eglise/images/bouton.gif);
    cursor: pointer;
    color: white;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

/* -------- Bandeau haut ---------- */

td.notre_vision { text-align: center; font-size: 9px; }
td.notre_vision a         {color:#dE8A2C;text-decoration:none;}
td.notre_vision a:visited {color:#dE8A2C;text-decoration:none;}
td.notre_vision a:hover   {color:#EFAB4D;text-decoration:underline;}

/* -------- règles pour les classes communes ------------ */

table#qdn div.texte { display:none; }

table.bloc_article td {
    padding: 7px;
}

table.bloc_center, table.bloc_news, table.bloc_article {
    background-color: #5581A8;
    background-image: url(/_eglise/images/cadrecentre1px.gif);
    color: white;
}

table.bloc_center tr.head th, table.bloc_news tr.head th, table.bloc_article tr.head th {
    background-image: url(/_eglise/images/cadrecentrehaut.gif);
    background-position: top left;
    border-bottom: solid 1px white;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
}

table.bloc_center tr.head th.date, table.bloc_news tr.head th.date, table.bloc_article tr.head th.date {
    background-image: url(/_eglise/images/cadrecentrehaut.gif);
    background-position: top right;
    border-bottom: solid 1px white;
}

table.bloc_center tr.foot td, table.bloc_news tr.foot td, table.bloc_article tr.foot td {
    background-image: url(/_eglise/images/cadrecentrebas.gif);
    height: 10px;
    background-position: bottom left;
}


td.img {
    text-align: center;
}

td.img img {
    vertical-align: top;
    margin: 3px;
}

.pagination {
    text-align: center;
}

.pagination .sel {
    font-weight: bold;
}

