/* ----------- Règles générales ------------- */
html { min-height: 100.1%;}

body {
    background-image: url(/_phil1pact/images/background.png);
    background-repeat: repeat-x;
    background-color: #364049;
    color: white;
}

table.main_table {
    width:770px;
    background-image: url(/_phil1pact/images/fond.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
}

table.englobe {
    background-image: url(/_phil1pact/images/background_bas.png);
    width: 770px;
}
table.englobe td { padding: 0;  }

tr.bandeau_bas {
    height: 40px;
}

/* -------- menus -------- */
td.bandeau_haut {
    height: 160px;
    vertical-align: top;
}

table.bandeau_haut { width: 100%; }
table.bandeau_haut td.top_padder {
    height: 65px;
}

table.bandeau_haut td.top_padder a {
    width:100%;
    height:100%;
    display:block;
    text-decoration: none;
}

table.bandeau_haut td.recherche {
    vertical-align: middle;
    text-align: center;
    height: 10px;
}

table.bandeau_haut td.flag {
    width: 200px;
    height: 10px;
    vertical-align: bottom;
    text-align: center;
}

table.bandeau_haut td.padder {
    width: 144px;
}

table.bandeau_haut td.flag img {
    margin-right: 8px;
}

table.bandeau_haut td.banner {
    width: 400px;
    padding-left: 16px;
    padding-top: 19px;
}

td.menu_gauche {
    width: 165px;
    padding: 0;
    vertical-align: top;
}
td.menu_droit {
    width: 142px;
    padding: 0;
    vertical-align: top;
    padding-right: 15px;
}

ul.menu , .menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.menu_img li {
    background-repeat: no-repeat;
    background-position: top left;
    width: 142px;
    height: 48px;
    text-align: let;
    display: block;
}

ul.menu_img li a {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    height: 100%;
    font-size: 9pt;
    font-family: Arial;
}

ul.menu_img li a div{
    padding-left: 76px;
    padding-top: 15px;
}
li.menu_1 {background-image: url(/_phil1pact/images/article.gif)}
li.menu_2 {background-image: url(/_phil1pact/images/plan.gif)}
li.menu_3 {background-image: url(/_phil1pact/images/photo.gif)}
li.menu_4 {background-image: url(/_phil1pact/images/video.gif)}
li.menu_5 {background-image: url(/_phil1pact/images/mp3.gif)}
li.menu_6 {background-image: url(/_phil1pact/images/livredor.gif)}
li.menu_7 {background-image: url(/_phil1pact/images/newsletter.gif)}

td.menu_gauche table {
    margin-left: 12px;
    width: 152px;
    border-collapse: collapse;
}

td.menu_gauche th {
    background: url(/_phil1pact/images/menu.gif) no-repeat top center;
    width: 150px;
    height: 24px;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    padding-left: 15px;
}

td.menu_gauche td {
    color: white;
    font-family: Arial;
    font-size: 10pt;
}


table.menu_gauche li.unsel0 {
    list-style-image: url(/_phil1pact/images/fleche_droite.gif);
    margin-left: 20px;
}

table.menu_gauche li.unsel0:hover, table.menu_gauche li.sel0 {
    list-style-image: url(/_phil1pact/images/fleche_bas.gif);
    margin-left: 20px;
}

table.menu_gauche li.unsel1, table.menu_gauche li.sel1{
    list-style-type: none;
    margin-left: 30px;
    font-size: 90%;
}

div.eiffel {
	margin-left:20px;
    position: relative;
    text-align: left;
    vertical-align: bottom;
    background: url(/_phil1pact/images/toureiffel.gif) no-repeat top left;
    width: 133px;
    height: 142px;
    font-family: Arial;
    font-size: 10px;
}

div.eiffel div.title {
    padding: 2px;
    position: absolute;
    right: 0px;
    bottom: 45px;
    border: solid 1px black;
    background-color: #F00;
    color: white;
    width: 130px;
    margin-left: 2px;
}

div.eiffel div.content {
    padding: 2px;
    position: absolute;
    right: 0px;
    bottom: 00px;
    border: solid 1px black;
    background-color: #DDD;
    color: black;
    width: 130px;
    height: 40px;
    margin-left: 2px;
}

/* -------- a -------- */
a         {color:#CE8A2C;text-decoration:none;}
a:visited {color:#CE8A2C;text-decoration:none;}
a:hover   {color:#EFAB4D;text-decoration:underline;}

a.sel         {color:#F00;text-decoration:none;}
a.sel:visited {color:#F00;text-decoration:none;}
a.sel:hover   {color:#F00;text-decoration:underline;}

a.menu         {color:#FFF;text-decoration:none; display:block; width: 100%;}
a.menu:visited {color:#FFF;text-decoration:none;}
a.menu:hover   {color:#DFF;text-decoration:underline; background-color: #333;}

a.menu_sel         {color:#408CD9;text-decoration:none; display:block; width: 100%;}
a.menu_sel:visited {color:#408CD9;text-decoration:none;}
a.menu_sel:hover   {color:#408CD9;text-decoration:underline; background-color: #333;}

a.liste         {color:#FFF;text-decoration:none;}
a.liste:visited {color:#FFF;text-decoration:none;}
a.liste:hover   {color:#DFF;text-decoration:underline;}
/*a.menu, a.menu:visited {color:white;text-decoration:none;}*/
th a         {color:#FFF;text-decoration:none;}
th a:visited {color:#FFF;text-decoration:none;}
th a:hover   {color:#DFF;text-decoration:underline;}

span.dash { color: white; }

/* ------ zone centrale ----- */

div.contents {
    width:100%;
    position:relative;
    padding: 0;
    margin: 0;
}

td.centre {
    vertical-align: top;
    padding-left: 10px;
    width: 440px;
}

td.centre th {
    width: 416px;
    text-align: left;
    padding-left: 20px;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
}

table.bloc_article {
    border-collapse: separate;
    border-bottom: solid 1px #BD3030;
    width: 440px;
    Filter: Alpha(Opacity=65);
    margin-left: 4px;
}

table.bloc_article td.abstract {
    border-right: solid 1px #BD3030;
    border-left: none;
}
table.bloc_article td.img {
    border-left: solid 1px #BD3030;
    border-right: none;
}

table.bloc_article td a {
    position: relative;
}

table.bloc_article div, table.bloc_article th {
    position: relative;
}

tr.intro td {
    background-color: #1A4B7D;
    background: url(/_phil1pact/images/fond1.png);
}

table.bloc_article td.article {
    background: url(/_phil1pact/images/fond1.png);
    border-right: solid 1px #BD3030;
    border-left: solid 1px #BD3030;
    padding: 3px;
}

table.bloc_article td.photo {
    background: url(/_phil1pact/images/fond1.png);
    border-right: solid 1px #BD3030;
    border-left: solid 1px #BD3030;
    padding: 3px;
    text-align: center;
}

table.bloc_article td.pagination {
    background: url(/_phil1pact/images/fond1.png);
    border-right: solid 1px #BD3030;
    border-left: solid 1px #BD3030;
    padding: 6px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
}


table.bloc_article tr.head {
    background: url(/_phil1pact/images/quoideneuf.gif) no-repeat top left;
    height: 27px;
}

table.bloc_bouton {
    border-collapse: separate;
    width: 440px;
    Filter: Alpha(Opacity=65);
}

td.bouton {
    width: 141px;
    height: 22px;
    background-image: url(/_phil1pact/images/bouton3en1.gif);
    text-align: center;
    vertical-align: center;
    border: #080071 solid 1px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

td.comnom {
    font-weight: bold;
    padding-top: 5px;
    border-left: solid 1px #BD3030;
}

td.commeta {
    font-style: italic;
    text-align: right;
    padding-top: 5px;
    border-right: solid 1px #BD3030;
}

td.comtexte {
    border-right: solid 1px #BD3030;
    border-left: solid 1px #BD3030;
    padding-bottom: 5px;
}

table.form {
    width: 100%;
}

table.form td {
    text-align: center;
}

table.form td.corps {
    text-align: justify;
}

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

tr.row0 {
    background: url(/_phil1pact/images/fond1.png);
}

tr.row1 {
    background: url(/_phil1pact/images/fond2.png);
}

table.bloc_center {
    border-collapse: separate;
    border-bottom: solid 1px #BD3030;
    width: 440px;
    Filter: Alpha(Opacity=65);
    margin-left: 4px;
}

table.bloc_center td.abstract {
    border-right: solid 1px #BD3030;
    padding-left: 5px;
}
table.bloc_center td.img {
    border-left: solid 1px #BD3030;
}

table.bloc_center td a {
    position: relative;
}

table.bloc_center tr.head {
    background: url(/_phil1pact/images/quoideneuf.gif) no-repeat top left;
    height: 27px;
    position: relative;
}

/* ------------- affichage des photos -------- */

table.liste_photo {
    width: 100%;
    border-collapse: collapse;
}

table.liste_photo td {
    text-align: center;
    vertical-align: center;
}

td.photo {
    padding-top: 10px;
}

.titre_photo {
    font-size: 100%;
}

/* ------------- menu gauche ----------------- */

table.menu_gauche {
    border-collapse: separate;
    margin-bottom: 5px;
    border-bottom: solid 1px #0066CC;
    Filter: Alpha(Opacity=50);
}

table.menu_gauche tr {
    padding: 0;
}

table.menu_gauche td {
    border-left: solid 1px #0066CC;
    border-right: solid 1px #0066CC;
    background: url(/_phil1pact/images/menu_fond.png);
}

table.menu_gauche li, table.menu_gauche th {
    position: relative;
}

table.menu_gauche tr.head {
    height: 24px;
    border: none;
    background: url(/_phil1pact/images/menu.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

/* ---------- menu droit ------------- */

table.menu_evenements {
    border-collapse: separate;
    margin-bottom: 5px;
    border-bottom: solid 1px #C56231;
    margin-top: 4px;
    Filter: Alpha(Opacity=50);
}

table.menu_evenements th {
    background: url(/_phil1pact/images/evenements.gif) no-repeat top center;
    width: 119px;
    height: 25px;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    padding-left: 15px;
    position: relative;
}

table.menu_evenements tr {
    padding: 0;
}

table.menu_evenements td {
    border-left: solid 1px #C56231;
    border-right: solid 1px #C56231;
    background: url(/_phil1pact/images/menu_fond.png);
    width: 120px;
    font-family: verdana ! important;
    font-size: 10px ! important;
}

table.menu_evenements td a {
    display: block;
    width: 100%;
}

table.menu_evenements td a:hover {
    text-decoration: none;
    background-color:#577;
}

table.menu_nous {
    border-collapse: separate;
    margin-bottom: 5px;
/*    margin-top: 5px; */
    width: 135px;
    border-bottom: solid 1px #AC0392;
    Filter: Alpha(Opacity=50);
}

table.menu_nous th {
    background: url(/_phil1pact/images/quisommesnous.gif) no-repeat top center;
    height: 25px;
    font-family: Arial;
    font-size: 10pt;
    position: relative;
}

table.menu_nous tr {
    padding: 0;
}

table.menu_nous td {
    border-left: solid 1px #AC0392;
    border-right: solid 1px #AC0392;
    background: url(/_phil1pact/images/menu_fond.png);
}

td.menu_droit td {
    color: white;
    font-family: Arial;
    font-size: 10pt;
}


/* ---------- news ---------------- */

table.bloc_news {
    border-collapse: separate;
    margin-bottom: 5px;
    border-bottom: solid 1px #31840A;
    width: 440px;
    margin-left: 4px;
}

table.bloc_news div {
    text-align: center;
    background-color: #005;
}

table.bloc_news td {
    border-left: solid 1px #31840A;
    border-right: solid 1px #31840A;
}

table.bloc_news tr.head th.gauche {
    height: 24px;
    border: none;
    background: url(/_phil1pact/images/news.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

table.bloc_news tr.head th.date{
    height: 24px;
    border: none;
    background: url(/_phil1pact/images/news.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

#news {
    padding: 0;
}


div.titre {
    font-weight: bold;
    font-size: 110%;
}


