/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */

/* ----------------------------------------------------- */
/* Polices */
/* ----------------------------------------------------- */

@font-face {
	font-family: 'Julee';
	src: url('julee-regular-webfont.eot');
	src: local('Julee-Regular'), url('julee-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body { font-size: 0.80em; font-family: "Comic Sans MS", "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; }

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; }
h1 { font-size: 200%; color: #D9311E; font-family: 'Julee', cursive; font-weight: bold; }
h2 { font-size: 130%; font-weight: normal; margin-bottom: 5px; font-family: 'Julee', cursive; font-weight: bold; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { font-size: 1.20em; font-weight: bold; }
h3.spip { text-align: left; font-family: 'Julee', cursive; font-weight: bold; font-size: 140%; margin: 20px 0px; padding: 5px; background-color: #D9311E; color: white; border: solid 1px #666;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 3; 
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#D9311E), to(#000000));
	background: -moz-linear-gradient(top, #D9311E, #000000);
	background: -ms-linear-gradient(top, #D9311E, #000000);
	background-image: -o-linear-gradient( #D9311E, #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9311E', endColorstr='#000000')!important; filter: none;
}
hr.spip {} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl { display: inline-block; clear: none; text-align:left; }
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote {}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img { margin: 0; padding: 0; border: 0; }
.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 */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body { margin: 0; padding: 0; text-align: center; background-color: #F5CCA3; }

#entete { width: 100%; height: 150px; margin: 0 0 10px 0; padding: 0; overflow: hidden /* pour IE6 */; background-color: white; 
	box-shadow: 0 0 15px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 1; 
}
#entete a.accueil { display: block; width: 100%; height: 100%; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 1em; }
#entete a.accueil #nom_site_spip { z-index: 2; vertical-align: bottom;  font-family: 'Julee', cursive; font-size: 200%; font-weight: bold; position: absolute; left: 240px; top: 100px; }
#entete .formulaire_menu_lang { position: absolute; right: 0; top: -150px; display: block; width: 30%; } /*Cf.: spip_formulaires.css*/
a.logo { z-index: 2; display: block; width: 117px; height: 150px; background-image: url("img/logo_saint-joseph_150.png"); background-repeat: no-repeat; position: absolute; left: 20px; top: 0; }

/* Fond en degrade de couleurs */
#fond-page { width: 100%; height: auto; padding: 0;
	background-color: transparent!important; background-color: white;
	background: #F5CCA3;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF961E), to(#F5CCA3));
	background: -moz-linear-gradient(top, #FF961E, #F5CCA3);
	background-image: -o-linear-gradient( #FF961E, #F5CCA3) ;/* opera */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF961E', endColorstr='#F5CCA3');
}

#page { position: relative; z-index: 2; margin: 0 auto; padding-top: 7px; text-align: left; height: 100%; width: 99%; max-width: 1259px; min-width: 1003px; 
	width:expression(document.body.clientWidth > 1259 ? "1259px": (document.body.clientWidth < 1003 ? "1003px": "true")) /*IE6*/; }

/* Bloc "colonne laterale" flottant à gauche */
#conteneur_colonne { position: relative; z-index: 9; width: 230px; display: inline; float: left; padding: 0px 7px; }

#navigation { text-align: center; margin-bottom: 10px; }

#extra { width: 230px; /*overflow: hidden;*/ float: right; font-size: 110%; padding: 0px 7px; }

#conteneur { overflow: hidden; width: auto; background-color: #FDF8F2;
	box-shadow: 0 0 15px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
}

#contenu { width: auto; padding: 0; margin: 10px 10px 25px 10px; min-height: 300px; }

#pied { position: relative; z-index: 1; clear: both; width: 100%; margin: 0; padding: 0.40em 0; text-align: center; font-size: 0.85em; }
#pied a { margin: 0px 10px; padding: 0; font-family: 'Julee', cursive; font-weight: bold; font-size: 130%; }
#pied img { vertical-align: middle; }
#pied p { margin: 0; padding: 0; }
#pied_realisation { position: absolute; bottom: 2px; right: 0; margin: 0; padding: 0; }

/* Espaceur de blocs */
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie { clear: both; margin-bottom: 2em; width: 80%; font-family: 'Julee', cursive; font-size: 120%; }
#hierarchie, #hierarchie a { color: #666; }

.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 10px; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.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; padding: 0 10px; border: solid 1px #666; line-height: 1.40em; font-weight: bold; background-color: #F6C898; /*color: white;*/ overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 3; 
	background: #FFF3C9;
	background: -webkit-gradient(linear, left top, left bottom, from(#F2A25C), to(#FFF3C9));
	background: -moz-linear-gradient(top, #F2A25C, #FFF3C9);
	background-image: -o-linear-gradient( #F2A25C, #FFF3C9); /* opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2A25C', endColorstr='#FFF3C9')!important; filter: none;
}
.texte { line-height: 1.40em; clear: both; }
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: #8B6F92; }
.ps, .notes { margin-bottom: 1em; line-height: 1.40em; clear: both; }
.notes { clear: both; font-size: 0.90em; }

abbr.published { border: 0; }

/* Portfolio */
#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #F2A868; }
#documents_portfolio a.on .spip_logos { border-color: #F2A25C; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #0260B3; }


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; 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; }


/* 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*/


/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de navigation */
.menu { clear: both; margin-bottom: 2em; text-align: left; }
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu ul { margin: 0; padding: 0; list-style: none; }
.menu ul li { margin: 0; padding: 0; }
.menu ul li ul { margin: 0; border: 0; }
.menu ul li li { padding: 0; border: 0; }

/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }

/* Rubriques */
.rubriques ul { border: 0; }
.rubriques ul li { background: #EEE; border: 0; } /* pour fond de menu */

.formulaire_recherche { margin-bottom: 2em; } /*Cf.: spip_formulaires.css*/

/* Listes d'articles et extraits introductifs */
.articles ul li { clear: both; padding: 0.40em 0.20em; }
.articles ul li h3 { margin: 0; font-family: 'Julee', cursive; font-weight: bold; font-size: 140%; }
.articles .spip_logos { float: left; clear: right; margin: 0px 20px 20px 0px; }
.articles .spip_documents .spip_logos { float: none; margin: 0 0 5px 5px; }
.articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }


/* Couleurs des liens
---------------------------------------------- */
a { color: #0260B3; text-decoration: none; }
a:focus,a:hover,a:active { color: #D9311E; text-decoration: underline; }


/* =============================================================================
/* Ajouts specifiques au squelette
/* ============================================================================= */

/* Bandeau d'entete avec slider */
.slideshow { z-index: 1; height: 150px; width: 886px; float: right; margin: auto; padding: 0; top: -150px; }
.slideshow img { padding: 0; margin: 0; }

/* Formulaire de recherche */
#fond-page .formulaire_recherche { margin: 10px 40px; }

/* Page sommaire */
.page_sommaire .chapo { text-align: center; padding: 10px; margin: 0; }
.page_sommaire .menu { margin-top : 20px; }

/* Menu de navigation */
.menu ul li a { padding-left: 5px;}
.menu ul li li a { padding-left: 15px;}
.menu ul li li li a { padding-left: 25px;}
.menu ul li li li li a { padding-left: 35px;}
.menu ul li li li li li a { padding-left: 45px;}
.menu ul li li li li li li a { padding-left: 55px;}

#extra .menu { padding: 0 10px;}
#extra .menu h2 { font-size: 130%; }

/* Suppression des puces (moches) dans les listes d'articles et de rubriques */
.page_rubrique ul { list-style: none; }

/* Decalage du plan au centre de la page */
.plan { width: 70%; margin: auto; padding-left: 30%; }

#contenu .spip_documents img, #breves .spip_documents img , #breves_encarts_gauche .spip_documents img , #breves_encarts_droite .spip_documents img { 
	border-radius: 10px;
	box-shadow: 5px -5px 10px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 3;
	margin-top: 5px;
}
#contenu .texte { text-align: justify; }

/* Liens sortants */
a.spip_out { color: #0260B3; }
a.spip_out:hover { color: #D9311E; }

/* Tableaux : couleurs de fond */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 10px; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 2px solid white; }
table.spip tr.row_first { background: #D9311E; color: white;}
table.spip tr.row_even { background: #F4BC89; }
table.spip tr.row_odd { background: #F7CEA9; }

/* Titre du formulaire ecrire_auteur.html : fond transparent comme le body, police agrandie */
#conteneur legend { background-color: transparent; font-size: 120%; padding: 10px 0; margin: 0; }
/* Formulaire ecrire_auteur.html */
.formulaire_ecrire_auteur { width: 60%; margin: 0 auto; padding-right: 0px; font-size: 80%; }
.formulaire_ecrire_auteur ul li { clear: both; margin: 0; padding: 0px 0px 5px 0px; } /* lignes */
.formulaire_ecrire_auteur input.text { width: 50%; border: 1px inset; }
.champ_requis { color: #D6291B; }
/* Previsualisation du message du formulaire */
.formulaire_ecrire_auteur fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 2px solid #F2A25C; }

/* Slider Cycle (plugin) : options pour border-radius et box-shadow */
.cycle img { 
	border-radius: 10px;
	box-shadow: 5px -5px 10px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 3;
}
.cycle img { margin: 15px; }
:root *> .cycle img  { margin: 10px 0; } /* tout sauf IE 6-8 */

/* Autres articles d'une rubrique */
.page_article .menu { clear: none; margin-top: 10px; }
.page_article .menu ul { margin-left: 10px; }
.page_article .menu a.on { font-weight: bold; }

/* ------------------------------------------
/* Breves et encarts
/* ------------------------------------------ */

/* Breves speciales pour encarts de gauche (infos permanentes - pub - ...) liees au mot-cle "encart_gauche" */
#breves_encarts_gauche a { color: #F2A25C; }
#breves_encarts_gauche a:hover { color: white; }
#breves_encarts_gauche .encart { background-image: url("img/fond_encart.jpg"); background-repeat: repeat-x; background-color: black; color: white; padding: 10px 5px; margin-bottom: 10px; text-align: justify;
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 3;
}
#breves_encarts_gauche .encart .texte { margin: 0; padding: 0; }
#breves_encarts_gauche .encart .texte p { margin: 0; padding: 5px 0; }

/* Breves */
#breves { background-image: url("img/fond_breves.jpg"); background-repeat: repeat-x; background-color: white; margin-bottom: 10px; padding: 10px 5px;
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 3;
}
#breves h2 { display: block; margin: 0 0 5px 0; padding: 0; background-image: url("img/news.png"); background-repeat: no-repeat; background-position: right; } /* Titre "Nouveautes" */
.page_article #breves h2, .page_breve #breves h2 { background-image: none; } /* Titre "Autres articles" */
#breves ul { overflow: hidden; margin: 0; padding: 0; font-size: 90%; } /* Contenu d'une breve */
#breves li { padding: 0; margin: 10px 0 0 0; list-style: none; }
#breves li span a { clear: both; font-weight: bold; padding: 0; margin: 15px 0; } /* Titre de la breve */
#breves li .texte { margin: 0; padding: 0; line-height: 12px; text-align: justify; }
#breves li .texte p { margin: 0; padding: 0; }

/* Breves speciales pour encarts (infos permanentes - pub - ...) liees au mot-cle "encart_droite" */
#breves_encarts_droite a { color: #F2A25C; }
#breves_encarts_droite a:hover { color: white; }
#breves_encarts_droite .encart { background-image: url("img/fond_encart.jpg"); background-repeat: repeat-x; background-color: black; color: white; padding: 10px 5px; margin-bottom: 10px; text-align: justify; 
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 3;
}
#breves_encarts_droite .encart .texte { margin: 0; padding: 0; }
#breves_encarts_droite .encart .texte p { margin: 0; padding: 5px 0; }

/* ------------------------------------------
/* Menu vertical à gauche
/* ------------------------------------------ */

/* Ensemble du menu */
#menu { line-height: 15px; text-align: left; display:-moz-inline-box /* pour FF2 */; display: inline-block; width: 100%; }

/* Option selectionnee dans le menu en gras */
#menu ul li a.on { font-weight: bold; }

/* Liste */
#menu ul { list-style : none; margin: 0; padding: 10px 0; width: 100%; }
#menu li { display: block!important; display: inline /* pour IE6 */; }

/* Contenu des listes */
#menu a { text-decoration: none; display: block; }

/* On met les sous-menus hors ecran par defaut */
#menu li ul { position: absolute; left: -999em; }

/* On décale les sous-menus à droite à partir du niveau 2 */
#menu li ul { margin: -35px 0 0 230px; }

/* On met hors de l'ecran les sous-menus au-dela de celui de l'option survolee */
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul { left: -999em; }
/* On affiche le sous-menu de l'option survolee */
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul  { left: auto; }

/* Images de fond des menus */
#menu ul { background-image: url("img/fond_breves.jpg"); background-repeat: repeat-x; background-color: white; display: block; 
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .9);
	behavior: url(PIE.php);
	position: relative; z-index: 99;
} 

#menu a { padding-right: 10px; }
#menu a span { display: block; padding: 5px 10px; }

/* Niveau 1 */
#menu a.sousrubrique { background-image: url('img/fond_menu_rubrique.png'); background-repeat: no-repeat; background-position: top right; padding-right: 10px; }
#menu li:hover a { background-image: url('img/fond_menu_hover.jpg'); background-repeat: repeat-x; color: white; background-color: #541109; }
#menu li:hover a.sousrubrique { background-image: url('img/fond_menu_rubrique_hover.jpg'); background-repeat: no-repeat; background-position: top right; }

/* Niveau 2 */
#menu li:hover li a { background-image: none; color: #0260B3; background-color: transparent; }
#menu li:hover li a.sousrubrique { background-image: url('img/fond_menu_rubrique.png'); }
#menu li:hover li:hover a { background-image: url('img/fond_menu_hover.jpg'); color: white; background-color: #541109; }
#menu li:hover li:hover a.sousrubrique { background-image: url('img/fond_menu_rubrique_hover.jpg'); }

/* Niveau 3 */
#menu li:hover li:hover li a { background-image: none; color: #0260B3; background-color: transparent; }
#menu li:hover li:hover li a.sousrubrique { background-image: url('img/fond_menu_rubrique.png'); }
#menu li:hover li:hover li:hover a { background-image: url('img/fond_menu_hover.jpg'); color: white; background-color: #541109; }
#menu li:hover li:hover li:hover a.sousrubrique { background-image: url('img/fond_menu_rubrique_hover.jpg'); }

/* Niveau 4 */
#menu li:hover li:hover li:hover li a { background-image: none; color: #0260B3; background-color: transparent; }
#menu li:hover li:hover li:hover li a.sousrubrique { background-image: url('img/fond_menu_rubrique.png'); }
#menu li:hover li:hover li:hover li:hover a { background-image: url('img/fond_menu_hover.jpg'); color: white; background-color: #541109; }
#menu li:hover li:hover li:hover li:hover a.sousrubrique { background-image: url('img/fond_menu_rubrique_hover.jpg'); }

/* Pour IE7 seulement */
*:first-child+html dl { display: inline; width: 190px; padding-bottom: 10px; }

/* Pour IE6 seulement */
* html h3.spip { background: #F2AB6B; }
* html .chapo { background: #F2AB6B; }
* html dl { display: inline; width: 190px; padding-bottom: 10px; }
