690 lines
13 KiB
CSS
690 lines
13 KiB
CSS
|
/*
|
||
|
Template Design by TheWebhub.com
|
||
|
http://www.thewebhub.com
|
||
|
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
|
||
|
*/
|
||
|
|
||
|
/** Common Styles */
|
||
|
|
||
|
body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
background: #FFFFFF url(img/img01.jpg) repeat-x left top;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 12px;
|
||
|
color: #3E3E3E;
|
||
|
}
|
||
|
|
||
|
|
||
|
p, ul, ol {
|
||
|
margin-top: 0;
|
||
|
line-height: 240%;
|
||
|
text-align: justify;
|
||
|
}
|
||
|
|
||
|
ul, ul.spip {
|
||
|
|
||
|
}
|
||
|
|
||
|
/* ------------------------------------------*/
|
||
|
/* Typographie generale (style transversaux)*/
|
||
|
/* ------------------------------------------ */
|
||
|
|
||
|
/* Couleurs des liens */
|
||
|
|
||
|
a:link {color: #630024;}
|
||
|
|
||
|
a:visited {text-decoration: none;}
|
||
|
|
||
|
a:hover {text-decoration: none;}
|
||
|
|
||
|
a.more-link {
|
||
|
padding-bottom: 2px;
|
||
|
font-weight: bold;
|
||
|
border-bottom: 1px dotted #630024;
|
||
|
}
|
||
|
a:hover.more-link {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a img {border: none;}
|
||
|
|
||
|
/* Titraille / Intertitres */
|
||
|
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h2 a,.h2 a {
|
||
|
margin: 0;
|
||
|
font-weight: normal;
|
||
|
color: #630024;
|
||
|
}
|
||
|
h1,.h1 {font-size: 44px;}
|
||
|
|
||
|
h2,.h2 {font-size: 18px;}
|
||
|
|
||
|
.h2 a, .h2 a:hover {text-decoration: none;}
|
||
|
|
||
|
h3,.h3 {
|
||
|
font-size: 16px;
|
||
|
color: #549900;
|
||
|
}
|
||
|
|
||
|
.h3 a, .h3 a:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
h4,.h4 { font-size: 1.3em; }
|
||
|
h3.spip {} /*Cf.: spip_style.css*/
|
||
|
|
||
|
/* Divers */
|
||
|
hr.spip {} /*Cf.: spip_style.css*/
|
||
|
abbr,acronym {
|
||
|
cursor: help;
|
||
|
border-bottom: 1px dotted #630024;
|
||
|
}
|
||
|
|
||
|
.small { font-size: 0.90em;}
|
||
|
|
||
|
/* Listes SPIP */
|
||
|
ul, ol {
|
||
|
|
||
|
}
|
||
|
ul { list-style: disc; }
|
||
|
ol { list-style: decimal; }
|
||
|
|
||
|
dt {
|
||
|
font-weight: bold;
|
||
|
color: #630024;
|
||
|
}
|
||
|
dd {
|
||
|
padding-left: 25px;
|
||
|
}
|
||
|
|
||
|
p, dl { padding: 10px 0px; }
|
||
|
ul.spip {} /*Cf.: spip_style.css*/
|
||
|
ol.spip {} /*Cf.: spip_style.css*/
|
||
|
|
||
|
/* Citations, code et poesie */
|
||
|
blockquote.spip {} /*Cf.: spip_style.css*/
|
||
|
blockquote.spip, blockquote, quote, blockquote.spip_poesie {
|
||
|
margin: 10px;
|
||
|
padding: 10px;
|
||
|
padding-left:32px;
|
||
|
border: 1px solid #630024;
|
||
|
background: #fff url(img/quote.gif) no-repeat 12px 12px;
|
||
|
font-weight: normal;
|
||
|
font-size: 15px;
|
||
|
line-height: 1.5em;
|
||
|
font-style: italic;
|
||
|
font-family: Georgia, 'Times New Roman', Times, Serif;
|
||
|
color: #555;
|
||
|
|
||
|
}
|
||
|
|
||
|
blockquote.spip_poesie {
|
||
|
} /*Cf.: spip_style.css*/
|
||
|
|
||
|
.spip_code {} /*Cf.: spip_style.css*/
|
||
|
|
||
|
.spip_code {
|
||
|
background: #630024;
|
||
|
color: #fff;
|
||
|
margin: 3px 0;
|
||
|
font-family: 'Lucida Console', 'Courier New', Monospace ;
|
||
|
font-size: 1em;
|
||
|
/* white-space: pre; */
|
||
|
|
||
|
}
|
||
|
.spip_cadre {
|
||
|
|
||
|
} /*Cf.: spip_style.css*/
|
||
|
|
||
|
/* Tableaux */
|
||
|
|
||
|
caption {
|
||
|
margin: 10px;
|
||
|
color: #630024;
|
||
|
}
|
||
|
table.spip {} /*Cf.: spip_style.css*/
|
||
|
table.spip {
|
||
|
width: 100%;
|
||
|
border-collapse: collapse;
|
||
|
margin: 10px 0;
|
||
|
border-color: #630024;
|
||
|
}
|
||
|
table.spip tr { background: #fff; }
|
||
|
table.spip tr.row_odd { background: #F9F9F9; }
|
||
|
table.spip th,table.spip td {
|
||
|
text-align: left;
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
table.spip th {
|
||
|
color: #630024;
|
||
|
background: #ffffff;
|
||
|
padding: .8em 1em;
|
||
|
|
||
|
}
|
||
|
table.spip td {
|
||
|
padding: .7em 1em;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* end - table */
|
||
|
|
||
|
/* Logos, documents et images */
|
||
|
.spip_logos {} /*Cf.: spip_style.css*/
|
||
|
.spip_documents {} /*Cf.: spip_style.css*/
|
||
|
.spip_documents_center {} /*Cf.: spip_style.css*/
|
||
|
.spip_documents_left {} /*Cf.: spip_style.css*/
|
||
|
.spip_documents_right {} /*Cf.: spip_style.css*/
|
||
|
.spip_doc_titre {} /*Cf.: spip_style.css*/
|
||
|
.spip_doc_descriptif {} /*Cf.: spip_style.css*/
|
||
|
|
||
|
/* Images */
|
||
|
.spip_documents img,.spip_logos img {
|
||
|
background: #FAFAFA;
|
||
|
border: 1px solid #DCDCDC;
|
||
|
padding: 8px;
|
||
|
}
|
||
|
.spip_documents_left {
|
||
|
margin: 5px 0px 10px;
|
||
|
margin-right: 26px;
|
||
|
}
|
||
|
.spip_documents_right {
|
||
|
margin: 5px 0px 10px;
|
||
|
margin-left: 10px;
|
||
|
margin-right: 16px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/** Organisation de la page **/
|
||
|
|
||
|
#page {
|
||
|
width: 980px;
|
||
|
margin: 0 auto;
|
||
|
padding: 0px 0px 0px 0px;
|
||
|
}
|
||
|
|
||
|
#entete {
|
||
|
width: 980px;
|
||
|
height: 128px;
|
||
|
margin: 0 auto;
|
||
|
padding: 40px 40px 0px 40px;
|
||
|
}
|
||
|
|
||
|
#conteneur {
|
||
|
width: 980px;
|
||
|
margin: 0 auto;
|
||
|
padding: 0px 0px 0px 0px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
#gauche {
|
||
|
width: 730px;
|
||
|
float: left;
|
||
|
margin: 0;
|
||
|
padding: 0px 0px 0px 0px;
|
||
|
}
|
||
|
|
||
|
/* nav */
|
||
|
|
||
|
#nav {
|
||
|
float: left;
|
||
|
width: 730px;
|
||
|
height: 59px;
|
||
|
background: url(img/img02.jpg) no-repeat left top;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* splash */
|
||
|
|
||
|
#splash {
|
||
|
float: left;
|
||
|
display: block;
|
||
|
width: 730px;
|
||
|
height: 380px;
|
||
|
}
|
||
|
|
||
|
/* contenu */
|
||
|
|
||
|
#contenu {
|
||
|
float: left;
|
||
|
display: block;
|
||
|
width: 730px;
|
||
|
|
||
|
}
|
||
|
|
||
|
/* colonne gauche du conteneur */
|
||
|
|
||
|
#droite {
|
||
|
width: 250px;
|
||
|
float: right;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
background: url(img/img05.jpg) no-repeat left top;
|
||
|
}
|
||
|
|
||
|
/* style de la div navigation */
|
||
|
|
||
|
#navigation {
|
||
|
float: right;
|
||
|
width: 190px;
|
||
|
margin-top: 80px;
|
||
|
padding: 0px 40px 0 20px;
|
||
|
background: url(img/img06.gif) repeat-y left top;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 12px;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
#finnav {
|
||
|
|
||
|
float: right;
|
||
|
width: 190px;
|
||
|
height: 33px;
|
||
|
margin-top: 0 ;
|
||
|
padding: 0px 30px 0 30px;
|
||
|
background: url(img/img07.jpg) left bottom;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
/** Style de la div entete **/
|
||
|
|
||
|
|
||
|
#entete .accueil {
|
||
|
|
||
|
margin: 0px;
|
||
|
line-height: normal;
|
||
|
text-transform: lowercase;
|
||
|
font-weight: normal;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
#entete .accueil #nom_site_spip {
|
||
|
|
||
|
float: left;
|
||
|
padding-top: 0px;
|
||
|
font-size: 48px;
|
||
|
}
|
||
|
|
||
|
#entete .accueil #nom_site_spip a {
|
||
|
text-decoration: none;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
#entete .accueil #nom_site_spip a:hover {text-decoration:none;}
|
||
|
|
||
|
#entete #slogan_site_spip {
|
||
|
|
||
|
clear: both;
|
||
|
margin: 0;
|
||
|
text-transform: lowercase;
|
||
|
font-size: 13px;
|
||
|
color: #FFA25D;
|
||
|
}
|
||
|
|
||
|
#entete .accueil img.spip_logos {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#entete .formulaire_menu_lang {
|
||
|
width: 150px;
|
||
|
float: right;
|
||
|
margin-right: 40px;
|
||
|
margin-top: -60px;
|
||
|
color: #fff;
|
||
|
background-color: transparent;
|
||
|
padding: 5px 5px 5px 5px;
|
||
|
}
|
||
|
|
||
|
#entete .formulaire_menu_lang label {
|
||
|
text-align: center;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
/** Style de la div nav **/
|
||
|
|
||
|
|
||
|
|
||
|
#nav ul.menu-liste {
|
||
|
margin: 0;
|
||
|
padding: 0px 0px 0px 40px;
|
||
|
list-style: none;
|
||
|
line-height: normal;
|
||
|
}
|
||
|
|
||
|
#nav ul.menu-liste li.menu-entree {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#nav ul.menu-liste li.menu-entree a {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
height: 31px;
|
||
|
padding: 28px 24px 0px 24px;
|
||
|
background: url(img/img09.jpg) no-repeat right 28px;
|
||
|
text-decoration: none;
|
||
|
text-align: center;
|
||
|
text-transform: capitalize;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 12px;
|
||
|
font-weight: bold;
|
||
|
color: #FF9EA2;
|
||
|
}
|
||
|
|
||
|
#nav ul.menu-liste li.on {
|
||
|
|
||
|
}
|
||
|
|
||
|
#nav ul.menu-liste li.menu-entree a:hover {
|
||
|
|
||
|
}
|
||
|
|
||
|
#nav .menu-entree .menu-liste{
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
/* Style de la div contenu */
|
||
|
|
||
|
#descriptif_site_spip {
|
||
|
color:#000000;
|
||
|
font-family:Georgia,'Times New Roman',Times,Serif;
|
||
|
font-size:17px;
|
||
|
font-style:italic;
|
||
|
font-weight:normal;
|
||
|
letter-spacing:-0.5px;
|
||
|
line-height:1.6em;
|
||
|
margin:0pt;
|
||
|
padding : 0 ;
|
||
|
}
|
||
|
|
||
|
#contenu ul.liste-items {
|
||
|
margin: 0px;
|
||
|
margin-left: 20px;
|
||
|
padding: 0;
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
#contenu li.item {
|
||
|
margin-bottom: 10px;
|
||
|
padding-left: 0px;
|
||
|
line-height: 17px;
|
||
|
}
|
||
|
|
||
|
#contenu .h2 {
|
||
|
clear: both;
|
||
|
text-align: left;
|
||
|
margin-bottom: 20px;
|
||
|
color: #630024;
|
||
|
}
|
||
|
|
||
|
#contenu .h3 {
|
||
|
text-align: left;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
#contenu .entry-title{
|
||
|
clear:none;
|
||
|
}
|
||
|
|
||
|
.spip_logos {
|
||
|
float: left;
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
margin-right: 20px;
|
||
|
}
|
||
|
|
||
|
.item .spip_logos {
|
||
|
float: right;
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
margin-left: 20px;
|
||
|
margin-right: 0;
|
||
|
|
||
|
}
|
||
|
|
||
|
.meta-publi {
|
||
|
border-top: 1px rgb(215,215,215) dotted;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.nb_commentaires {font-weight: bold;}
|
||
|
|
||
|
/* éléments de contenu */
|
||
|
|
||
|
#hierarchie { clear: both; margin-bottom: 2em; font-size: 0.90em; background: url(img/img04.jpg) no-repeat left top; color: #630024; padding: 5px 25px 5px 25px;}
|
||
|
#hierarchie, #hierarchie a {color:#630024;}
|
||
|
|
||
|
.cartouche {
|
||
|
margin-bottom: 2em;
|
||
|
}
|
||
|
.cartouche p { margin: 0; padding: 0; }
|
||
|
.surtitre, .soustitre { font-size: 0.90em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
|
||
|
.cartouche .surtitre { margin-bottom: 0.30em; }
|
||
|
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
|
||
|
.cartouche .traductions { font-size: 0.90em; }
|
||
|
|
||
|
|
||
|
.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #630024; }
|
||
|
.texte { line-height: 1.60em; }
|
||
|
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: #630024; }
|
||
|
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
|
||
|
.notes { clear: both; font-size: 0.90em; }
|
||
|
|
||
|
abbr.published { border: 0; }
|
||
|
|
||
|
/* Portfolio */
|
||
|
.documents_portfolio {clear: both; margin-top: 2em; margin-bottom: 2em; text-align: center; }
|
||
|
.documents_portfolio .spip_logos { margin: 6px 3px 2em 3px; padding: 4px; border: 1px solid #DDD; }
|
||
|
.documents_portfolio a:hover .spip_logos { border-color: #630024; }
|
||
|
.documents_portfolio a.on .spip_logos { border-color: #630024; }
|
||
|
#document_actif { margin: 1em auto; }
|
||
|
#document_actif img { padding: 4px; border: 1px solid #DDD; }
|
||
|
|
||
|
/* Habillage des forums
|
||
|
---------------------------------------------- */
|
||
|
|
||
|
#forum { clear: both; margin: 2em auto;}
|
||
|
.repondre { clear: both; margin-top: 0em; margin-right: 1em; text-align: right; font-weight: bold; }
|
||
|
|
||
|
/* * Habillage des forums */
|
||
|
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
|
||
|
ul.forum, ul.forum ul { list-style: none; }
|
||
|
/*
|
||
|
.forum-fil { margin-top: 1.50em; }
|
||
|
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
|
||
|
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; color: #333; }
|
||
|
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
|
||
|
.forum-texte .hyperlien {}
|
||
|
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }
|
||
|
|
||
|
/* Boite d'un forum : eclaircissement progressif des bords * /
|
||
|
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
|
||
|
ul ul .forum-message { border: 1px solid #A4A4A4; }
|
||
|
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
|
||
|
ul ul ul ul .forum-message { border: 1px solid #CCC; }
|
||
|
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
|
||
|
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }
|
||
|
|
||
|
/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum * /
|
||
|
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; background: #C4E0E0; }
|
||
|
ul ul .forum-chapo { background: #D4E8E8; }
|
||
|
ul ul ul .forum-chapo { background: #E4F0F0; }
|
||
|
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
|
||
|
ul ul ul ul ul .forum-chapo { background: #FFF; }
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* comments list */
|
||
|
ul.forum,ul.forum ul {
|
||
|
margin: 12px 10px;
|
||
|
padding: 0;
|
||
|
border-style: solid;
|
||
|
border-color: #F0F0F0;
|
||
|
border-width: 1px 1px 0 1px;
|
||
|
}
|
||
|
ul.forum ul { margin:0; }
|
||
|
.forum li {
|
||
|
margin: 0;
|
||
|
padding: 10px;
|
||
|
list-style: none;
|
||
|
border-bottom: 1px solid #F0F0F0;
|
||
|
}
|
||
|
.forum li cite {
|
||
|
display: block;
|
||
|
font-style: normal;
|
||
|
font-weight: bold;
|
||
|
padding: 7px;
|
||
|
}
|
||
|
.forum li cite img {
|
||
|
float: left;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
.forum li cite .forum-chapo {
|
||
|
font-size: .8em;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
.forum li .forum-texte {
|
||
|
clear: both;
|
||
|
margin: 0; padding: 0;
|
||
|
}
|
||
|
.forum li.alt {
|
||
|
background: #f8f8f8
|
||
|
}
|
||
|
|
||
|
|
||
|
/* Habillage des petitions
|
||
|
---------------------------------------------- */
|
||
|
#signatures { clear: both; margin: 0 0 2em 0; padding: 0; background: none; }
|
||
|
#signatures table { width: 100%; margin: 1em 0 0 0; }
|
||
|
#signatures thead { text-align: center; color: #555; }
|
||
|
#signatures td { padding: 0.50em; border: 2px solid #FEFEFE; vertical-align: top; }
|
||
|
#signatures td.signature-date { background: #E4F0F0; text-align: center; white-space: nowrap; }
|
||
|
#signatures td.signature-nom { background: #ECF4F4; text-align: center; }
|
||
|
#signatures td.signature-nom small { display: block; }
|
||
|
#signatures td.signature-message { background: #F4F8F8; }
|
||
|
#signatures .formulaire_recherche { margin: 1em 0; text-align: right; } /*Cf.: spip_formulaires.css*/
|
||
|
#signatures .formulaire_recherche input.text { width: 10em; text-align: left; } /*Cf.: spip_formulaires.css*/
|
||
|
|
||
|
/* Pagination */
|
||
|
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
|
||
|
.pagination .on { font-weight: bold; color: #666; }
|
||
|
|
||
|
/* style de la div navigation */
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#navigation ul {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
list-style: none;
|
||
|
line-height: normal;
|
||
|
|
||
|
}
|
||
|
|
||
|
#navigation li {
|
||
|
padding: 10px 0 10px 0px;
|
||
|
background: url(img/img10.jpg) no-repeat right bottom;
|
||
|
font-weight: bold;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
|
||
|
#navigation li a {
|
||
|
font-weight: normal;
|
||
|
color: #AAADFF;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
#navigation li a:hover {
|
||
|
color: #EB5716;
|
||
|
}
|
||
|
|
||
|
#navigation li li{
|
||
|
padding: 10px 0 10px 10px;
|
||
|
background: none;
|
||
|
font-weight: bold;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
#navigation .h2, #navigation h2, .liste .h2, .liste h2, .liste .h2 a, .liste h2 a{
|
||
|
height: 40px;
|
||
|
margin: 10px 0 10px 0px;
|
||
|
background: url(img/img05.gif) repeat-x left top;
|
||
|
text-transform: capitalize;
|
||
|
font-size: 18px;
|
||
|
font-weight: normal;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.formulaire_recherche {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
.formulaire_recherche label {
|
||
|
|
||
|
font-size: 18px;
|
||
|
line-height: 2em;
|
||
|
padding-right: 35px;
|
||
|
padding-top: 10px;
|
||
|
background: url(img/icon_celltitle_search.gif) no-repeat;
|
||
|
background-position: right 15px;
|
||
|
color:#AAADFF;
|
||
|
font-weight:bold;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
|
||
|
.formulaire_inscription {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#nom_inscription {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#mail_inscription {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#navigation .explication {
|
||
|
text-align: justify;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
#navigation legend {
|
||
|
text-transform: uppercase;
|
||
|
background: #3E3E3E;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
#navigation label {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* Style de la div pied */
|
||
|
|
||
|
#pied {
|
||
|
width: 100%;
|
||
|
height: 100px;
|
||
|
margin: 0 auto;
|
||
|
padding: 0;
|
||
|
padding-top: 20px;
|
||
|
background: #630024 url(img/img08.jpg) repeat-x left top;
|
||
|
text-align: center;
|
||
|
color: #FFF;
|
||
|
}
|
||
|
|
||
|
#pied a {
|
||
|
color: #FFF;
|
||
|
}
|
||
|
|
||
|
|