807 lines
16 KiB
CSS
807 lines
16 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 {
|
|
font-size:70%;
|
|
background:rgb(30,64,99);
|
|
font-family: arial,sans-serif;
|
|
margin: 30px 0 20px 0;
|
|
padding: 0;
|
|
text-align: justify;
|
|
line-height: 25px;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
padding: 0;
|
|
margin: 0;
|
|
text-transform: lowercase;
|
|
color: rgb(215,215,215);
|
|
}
|
|
|
|
p, ul, ol {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
ul {
|
|
margin: 0px;
|
|
padding: 0;
|
|
}
|
|
|
|
/* ------------------------------------------*/
|
|
/* Typographie generale (style transversaux)*/
|
|
/* ------------------------------------------ */
|
|
|
|
/* Couleurs des liens */
|
|
|
|
a:link {
|
|
color:rgb(30,64,99);
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
}
|
|
|
|
a:visited {
|
|
color:rgb(42,90,138);
|
|
}
|
|
|
|
a:hover {
|
|
color:rgb(42,90,138);
|
|
text-decoration:underline;
|
|
}
|
|
a.more-link {
|
|
padding-bottom: 2px;
|
|
font-weight: bold;
|
|
border-bottom: 1px dotted rgb(30,64,99);
|
|
}
|
|
a:hover.more-link {
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Titraille / Intertitres */
|
|
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h2 a,.h2 a {
|
|
font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
|
|
color: rgb(215,215,215);
|
|
padding: 10px 0px 7px;
|
|
}
|
|
h1,.h1 {
|
|
font-size: 2em;
|
|
border-top:solid 1px rgb(115,115,115);
|
|
background: url(img/icon_celltitle_important.gif) no-repeat;
|
|
background-position: right 15px;
|
|
color:rgb(115,115,115);
|
|
font-weight:bold;
|
|
text-align: left;
|
|
}
|
|
h2,.h2 {
|
|
font-size: 1.8em;
|
|
padding-right: 35px;
|
|
padding-top: 10px;
|
|
border-top:solid 1px rgb(115,115,115);
|
|
background: url(img/icon_celltitle_level1.gif) no-repeat;
|
|
background-position: right 15px;
|
|
color:rgb(115,115,115);
|
|
font-weight:bold;
|
|
text-align: left;
|
|
}
|
|
|
|
.h2 a, .h2 a:hover {
|
|
padding-right: 35px;
|
|
padding-top: 10px;
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
color:rgb(115,115,115);
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
h3,.h3 {
|
|
font-size: 1.6em;
|
|
padding-left: 25px;
|
|
background: url(img/icon_celltitle_level2.gif) no-repeat;
|
|
background-position: left 15px;
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
color:rgb(115,115,115);
|
|
font-weight:bold;
|
|
text-align: left;
|
|
}
|
|
|
|
.h3 a, .h3 a:hover {
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
color:rgb(115,115,115);
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
|
|
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 rgb(30,64,99);
|
|
}
|
|
|
|
.small { font-size: 0.90em; color: rgb(30,64,99); }
|
|
|
|
/* Listes SPIP */
|
|
ul, ol {
|
|
margin: 10px 20px;
|
|
padding: 0 20px;
|
|
}
|
|
ul { list-style: disc; }
|
|
ol { list-style: decimal; }
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
color: rgb(30,64,99);
|
|
}
|
|
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 {
|
|
margin: 10px;
|
|
padding: 10px;
|
|
padding-left:32px;
|
|
border: 1px solid #F0F0F0;
|
|
background: #f8f8f8 url(img/quote.gif) no-repeat 12px 12px;
|
|
font-weight: normal;
|
|
font-size: 17px;
|
|
line-height: 1.5em;
|
|
font-style: italic;
|
|
font-family: Georgia, 'Times New Roman', Times, Serif;
|
|
color: #555;
|
|
}
|
|
|
|
blockquote {
|
|
margin: 10px;
|
|
padding: 10px;
|
|
padding-left:32px;
|
|
border: 1px solid #F0F0F0;
|
|
background: #f8f8f8 url(img/quote.gif) no-repeat 12px 12px;
|
|
font-weight: normal;
|
|
font-size: 17px;
|
|
line-height: 1.5em;
|
|
font-style: italic;
|
|
font-family: Georgia, 'Times New Roman', Times, Serif;
|
|
color: #555;
|
|
}
|
|
blockquote.spip_poesie { margin: 10px;
|
|
padding: 10px;
|
|
padding-left:32px;
|
|
border: 1px solid #F0F0F0;
|
|
background: #f8f8f8 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;
|
|
} /*Cf.: spip_style.css*/
|
|
|
|
.spip_code {} /*Cf.: spip_style.css*/
|
|
.spip_code {
|
|
background: rgb(30,64,99);
|
|
color: #fff;
|
|
margin: 3px 0;
|
|
font-family: 'Lucida Console', 'Courier New', Monospace ;
|
|
font-size: 1em;
|
|
/* white-space: pre; */
|
|
}
|
|
.spip_cadre {
|
|
margin: 3px 0;
|
|
padding: 15px;
|
|
text-align: left;
|
|
display: block;
|
|
overflow: auto;
|
|
font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
|
|
/* white-space: pre; */
|
|
border: 1px solid #F0F0F0;
|
|
background: #f8f8f8;
|
|
width:90%;
|
|
} /*Cf.: spip_style.css*/
|
|
|
|
/* Tableaux */
|
|
|
|
caption {
|
|
margin: 10px;
|
|
}
|
|
table.spip {} /*Cf.: spip_style.css*/
|
|
table.spip {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin: 10px 0;
|
|
}
|
|
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: #ffffff;
|
|
background: rgb(30,64,99);
|
|
padding: .8em 1em;
|
|
border-color: #EFEFEF;
|
|
}
|
|
table.spip td {
|
|
border-color: #EFEFEF;
|
|
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;
|
|
}
|
|
|
|
|
|
/** Style de la div page */
|
|
|
|
#page {
|
|
width:978px;
|
|
padding-top:10px;
|
|
padding-bottom:20px;
|
|
margin:0 auto;
|
|
font-size:1.0em;
|
|
background:rgb(255,255,255);
|
|
}
|
|
|
|
/** Style de la div entete */
|
|
|
|
#entete {
|
|
width: 958px;
|
|
height:220px;
|
|
border-left:solid 10px rgb(255,255,255);
|
|
border-right:solid 10px rgb(255,255,255);
|
|
background:rgb(255,255,255) url(img/bg_header.jpg) no-repeat;
|
|
font-size:1.0em;
|
|
}
|
|
|
|
#entete .accueil {
|
|
font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
|
|
clear:both;
|
|
width:958px;
|
|
height:170px;
|
|
font-size:1.0em;
|
|
}
|
|
|
|
#entete .accueil #nom_site_spip {
|
|
|
|
float: right;
|
|
margin-top: 20px;
|
|
margin-right: 0;
|
|
padding-right: 20px;
|
|
z-index:1;
|
|
overflow:hidden;
|
|
font-size: 3em;
|
|
line-height: 1em;
|
|
}
|
|
|
|
#entete .accueil #nom_site_spip a {
|
|
font-weight:normal;
|
|
color: rgb(30,64,99);
|
|
}
|
|
|
|
#entete .accueil #nom_site_spip a:hover {text-decoration:none;}
|
|
|
|
#entete #slogan_site_spip {
|
|
|
|
clear: both;
|
|
margin-top: 10px;
|
|
float:right;
|
|
margin-right: 0;
|
|
padding-right: 20px;
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: rgb(115,115,115);
|
|
}
|
|
|
|
#entete .accueil img.spip_logos {
|
|
display:none;
|
|
float: right;
|
|
margin-top: 10px;
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
#entete .formulaire_menu_lang {
|
|
width: 150px;
|
|
float: right;
|
|
margin-right: 0px;
|
|
margin-bottom: 20px;
|
|
color: #000000;
|
|
background-color: #ffffff;
|
|
padding: 5px 5px 5px 5px;
|
|
}
|
|
|
|
#entete .formulaire_menu_lang label {
|
|
text-align: center;
|
|
}
|
|
|
|
/** Style de la div nav */
|
|
|
|
#nav {
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
white-space:nowrap;
|
|
float:left;
|
|
width:958px;
|
|
border-top: solid 2px rgb(255,255,255);
|
|
border-left:solid 10px rgb(255,255,255);
|
|
border-right:solid 10px rgb(255,255,255);
|
|
background-color:rgb(255,255,255);
|
|
font-family:tahoma,arial,sans-serif;
|
|
font-size: 1.2em;
|
|
text-align: left;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#nav ul.menu-liste {
|
|
margin: 0px;
|
|
padding: 0 0 0 10px;
|
|
list-style: none;
|
|
}
|
|
|
|
#nav ul.menu-liste li.menu-entree {
|
|
display: inline;
|
|
border-top: solid 2px rgb(255,255,255);
|
|
}
|
|
|
|
#nav ul.menu-liste li.menu-entree a {
|
|
display: block;
|
|
float: left;
|
|
padding: 5px 10px 5px 10px;
|
|
text-decoration: none;
|
|
color: rgb(115,115,115);
|
|
border-top: solid 2px rgb(255,255,255);
|
|
}
|
|
|
|
#nav ul.menu-liste li.on {
|
|
text-decoration: underline;
|
|
border-top: solid 2px rgb(255,255,255);
|
|
font-weight: bold;
|
|
}
|
|
|
|
#nav ul.menu-liste li.menu-entree a:hover {
|
|
border-top: solid 2px rgb(30,64,99);
|
|
}
|
|
|
|
#nav .menu-entree .menu-liste{
|
|
display:none;
|
|
}
|
|
|
|
/** Style de la div conteneur */
|
|
|
|
#conteneur {
|
|
width: 958px;
|
|
margin: 0px auto;
|
|
padding-top: 25px;
|
|
font-size :1,2em;
|
|
}
|
|
|
|
|
|
#conteneur p {
|
|
}
|
|
|
|
/* Style de la div contenu */
|
|
|
|
#contenu {
|
|
display: inline;
|
|
float: left;
|
|
width: 650px;
|
|
padding-left: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#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: rgb(30,64,99); color: #fff; padding: 5px;}
|
|
#hierarchie, #hierarchie a {color: #fff;}
|
|
|
|
.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: rgb(30,64,99); }
|
|
.texte { line-height: 1.60em; }
|
|
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: rgb(30,64,99); }
|
|
.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: rgb(30,64,99); }
|
|
.documents_portfolio a.on .spip_logos { border-color: #8B6F92; }
|
|
#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 {
|
|
display: inline;
|
|
float: right;
|
|
width: 250px;
|
|
margin-bottom: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
|
|
#navigation ul {
|
|
margin: 15px 0 0 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#navigation li {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.formulaire_recherche {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.formulaire_recherche label {
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
font-size: 1.8em;
|
|
line-height: 2em;
|
|
padding-right: 35px;
|
|
padding-top: 10px;
|
|
border-top:solid 1px rgb(115,115,115);
|
|
background: url(img/icon_celltitle_search.gif) no-repeat;
|
|
background-position: right 15px;
|
|
color:rgb(115,115,115);
|
|
font-weight:bold;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
.formulaire_inscription {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#nom_inscription {
|
|
width: 100%;
|
|
}
|
|
|
|
#mail_inscription {
|
|
width: 100%;
|
|
}
|
|
|
|
#navigation .explication {
|
|
text-align: justify;}
|
|
|
|
#navigation legend {
|
|
text-transform: uppercase;
|
|
color: rgb(30,64,99);
|
|
}
|
|
|
|
|
|
/* Style de la div extra*/
|
|
|
|
#extra {
|
|
display: block;
|
|
clear: both;
|
|
width: 958px;
|
|
padding: 0 0 40px 0;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
#extra .forums {
|
|
display: block;
|
|
width:300px;
|
|
margin:auto 320px;
|
|
margin-bottom: 10px;
|
|
position: absolute;
|
|
text-align: justify;
|
|
}
|
|
|
|
#extra .syndic_articles {
|
|
display: block;
|
|
width:300px;
|
|
margin:auto;
|
|
margin-bottom: 10px;
|
|
float: left;
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
#extra .articles {
|
|
display: block;
|
|
width:300px;
|
|
margin:auto;
|
|
margin-bottom: 10px;
|
|
float: left;
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
#extra .mots {
|
|
display: block;
|
|
width:300px;
|
|
margin:0 0 10px 320px;
|
|
position: absolute;
|
|
text-align: justify;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#extra .liste-items {
|
|
margin: 0 0 10px 0;
|
|
padding: 0 0 10px 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#extra li.item {
|
|
margin-bottom: 10px;
|
|
padding-left: 0px;
|
|
line-height: 17px;
|
|
}
|
|
|
|
|
|
|
|
#extra #formulaire_inscription {
|
|
display: block;
|
|
width:300px;
|
|
margin:auto;
|
|
margin-bottom: 10px;
|
|
padding: 10px;
|
|
float: right;
|
|
text-align: justify;
|
|
border: solid 1px rgb(115,115,115);
|
|
}
|
|
|
|
|
|
#nom_inscription {
|
|
width: 100%;
|
|
}
|
|
|
|
#mail_inscription {
|
|
width: 100%;
|
|
}
|
|
|
|
#extra .explication {
|
|
text-align: justify;}
|
|
|
|
#extra legend {
|
|
text-transform: uppercase;
|
|
color: rgb(30,64,99);
|
|
}
|
|
|
|
/* Style de la div pied*/
|
|
|
|
#pied {
|
|
|
|
clear: both;
|
|
width: 958px;
|
|
height: 42px;
|
|
margin: 20px auto;
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
background: rgb(255,255,255) url(img/background-extra.jpg) no-repeat;
|
|
background-position: top;
|
|
text-transform: uppercase;
|
|
font-size: 10px;
|
|
color: rgb(0,0,0);
|
|
text-align: center;
|
|
}
|
|
|
|
#pied .copyright {
|
|
float: left;
|
|
margin: 0px;
|
|
padding-left: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
#pied .links {
|
|
float: right;
|
|
margin: 0px;
|
|
padding-right: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
#pied a {
|
|
color: rgb(0,0,0);
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|