/*  ---------------------------------------------------------------- */
/*  Feuille de style specifique a l'impression                       */
/*  ---------------------------------------------------------------- */

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body { background: #FFF; margin: 15pt; text-align: left; font: 10pt "Verdana", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #000; }

img, table { margin: 0; padding: 0; border: 0; }
ul, ol, li { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  Ne pas imprimer : on elimine les elements de navigation (display: none; )
---------------------------------------------- */
#hierarchie, #navigation, #extra { display: none; }
.repondre, .repondre, .formulaire_spip { display: none; }
.spip-admin, .spip-admin-float, .invisible { display: none; }

/*  Disposition a l'ecran
---------------------------------------------- */
.nettoyeur { clear: both; }

/*  Pour les liens, on les souligne et
/*  on affiche l'URL cible a la suite des liens sortants (!)
---------------------------------------------- */
a { color: #520; text-decoration: underline; }
a.spip_out:after, a.spip_glossaire:after, a.spip_mail:after { display: inline; content: " [" attr(href) "]"; }


/*  Un peu de coquetterie
---------------------------------------------- */

.cartouche { margin-bottom: 2em; }
.cartouche small { font-size: 0.71em; }
h1 { font-size: 1.27em; font-weight: bold; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche .traductions { display: none; }
.cartouche .surtitre, .cartouche .soustitre { font-size: 0.82em; font-variant: small-caps; }

.spip_logos { float: right; margin-left: 0.80em; }

.chapo { margin-bottom: 1.5em; font-size: 0.82em; font-weight: bold; line-height: 1.40em; }
.hyperlien { font-size: 0.82em; font-weight: bold; }

.texte { line-height: 1.40em; }
.texte p{margin-top:10px;}

.ps, .notes, #documents_portfolio, #documents_joints { clear: both; margin-top: 1.40em; padding-top: 0.20em; border-top: 2pt solid #CCC; font-size: 0.82em; }
.ps h2, .notes h2, #documents_joints h2 { font-weight: bold; clear: both; }

/*  Citations, tableaux, etc...
---------------------------------------------- */
.hyperlien, .articles li .texte { background: #FFF; margin: 1em; padding: 1em; border: 1pt dotted #CCC; }

/*  Messages de forums
---------------------------------------------- */
.forum { margin: 2em 0; font-size: 0.82em; }
.forum-fil ul { margin-left: 0.50em; }
.forum-chapo .forum-titre { display: block; font-weight: bold; }
ul .forum-message { background: #EEE; border: 1pt solid #CCC; padding: 1em; margin-bottom: 1em; }

/* Listes d'articles
----------------------------------------------- */
.articles li { margin-bottom: 1em; padding-top: 0.30em; }
.articles li .titre { font-size: 1.03em; font-weight: bold; }
.articles li p { margin: 0; padding: 0; }
.articles li small { display: block; font-size: 0.71em; }

/*  Plan du site
---------------------------------------------- */
.page_plan #contenu h2 { font-size: 1.15em; font-weight: bold; }
.page_plan #contenu ul { margin-left: 1em; margin-bottom: 1em; }
.page_plan #contenu li { list-style: square; }


/* Recherche
---------------------------------------------- */
#search_duplicate{display:none;}
#menu_top{display:none;}


/* Modif SB */
h1, h2, h3, h4, h5, h6 {
	margin: 0px; 
	padding: 0px; 
	font-family: verdana, arial;
	font-weight: bolder;
	FONT-VARIANT: small-caps;
	color: #45196B;	
}
h1 {font-size:14px;}
h2 {font-size:12px;}

#contenu .surtitre{ font-size: 11px; color:#9257C5; font-weight:bold; align:left;}

#DateDuJour {
	float: right;	
	color:#45196B;
	margin-right:2px;
	padding:0px;	
	align:left;
	vertical-align: top;
}
#slide {display:none;}
#entete_imp{
	display: block;
	height:110px;
    background-image: url(../squelettes/img_interface/LogoConseilGeneral.gif);
	background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
	padding-left:80px;
	padding-top:20px;
	text-align:center;
}
#entete_imp H1{
	font: 16pt "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #45196B;
}
#entete_imp H2{
	font: 14pt "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #45196B;
}
#pied {
	margin-top:20px;
}
.options_article{ display:none;
}
/* ### CSS Pour les l'affichage du détail des lignes de transport ### */
.AffLTC
{
	margin:10px 0px 10px 30px;
	width:555px;
	border: #4D4B4F 1px groove;
    border-collapse: collapse;
}
.AffLTC TD
{
    color: #000000;
    padding: 5px;
    margin: 5px;
    vertical-align: top;
    border: #4D4B4F 1px;
	text-align:left;
}
.AffLTC TD.titre
{
    color: #000000;
    font-weight: bold;
    padding: 2px 0px;
    vertical-align: center;
    text-transform: capitalize;
    background-color: #C5C5C5;
    text-decoration: none;
}
.AffLTC .DiffTR
{
    background-color: #D6D6D6;
}
/* ### CSS Pour les l'affichage du détail des lignes de transport scolaire### */
.AffLSCO
{
	margin:2px;
	width:570px;
	border: #4D4B4F 1px groove;
    border-collapse: collapse;
}
.AffLSCO TD
{
    color: #000000;
    padding: 5px;
    margin: 5px;
    vertical-align: top;
    border: #4D4B4F 1px ;
	text-align:left;
}
.AffLSCO TD.titre
{
    font-weight: bold;
    padding: 2px 0px;
    vertical-align: center;
    text-transform: capitalize;
    color: #ffffff;
    border-collapse: collapse;
    background-color: #C5C5C5;
    text-decoration: none;
}
.AffLSCO .DiffTR
{
    background-color: #D6D6D6;
}
.TrpSco{
	float:left;
	width:40%;
	background-color:transparent;
	font-size:12px;
}
.EtbSco{
	float:right;
	width:60%;
	background-color:transparent;
	font-size:12px;
}
.TrpScoAddr{
	float:left;
	width:40%;
	background-color:transparent;
	font-size:12px;
}
.TrpScoTel{
	float:right;
	padding-left:10px;
	width:40%;
	font-size:12px;
}
#AffTrpSco .ListeLigneTrp ul{
	display:block;
	font-size:12px;
	list-style-type:square;
	padding-left:15px;
}
#AffTrpSco .DetailLig{
	color: #45196B;	
	text-decoration:underline;
}
.titre_Ligne {

	font-size: 16px;
	font-family: verdana, arial;
	font-weight: bolder;
	FONT-VARIANT: small-caps;
	PADDING:0px;
	PADDING-LEFT:0px;
	PADDING-RIGHT:0px;
	MARGIN:0px;	
	COLOR: #45196B;
	letter-spacing:3px;
}

#AffLig H3{
	display:none;
}

#rech_tiup, div.retour_carte{
	display:none;
}
/* ### CSS Pour les l'affichage des contacts ### */
.Contact
{
    FONT-SIZE: 12px;
    BACKGROUND-IMAGE: url(images/winbg.png);
    FONT-FAMILY: Verdana, Tahoma, 'Century Schoolbook', Arial, 'Times New Roman';
    TEXT-DECORATION: none;
}
.Contact TD
{
    BORDER: #4D4B4F 1px groove;
    FONT-SIZE: 14px;
    FONT-FAMILY: Tahoma, 'Century Schoolbook';
    TEXT-DECORATION: none,
}
.Contact TD.Titre
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma;
    BACKGROUND-COLOR: #9D80AA;
    TEXT-ALIGN: center;
    FONT-VARIANT: small-caps;
    TEXT-DECORATION: none;
}
/* AFFICHAGE DES INFOS TABLEAU SCO*/
.AffInfo
{
    BORDER: #00000 1px solid;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    TEXT-ALIGN: center;
    BORDER-COLLAPSE: collapse;
}
.AffInfo TD
{
    PADDING: 5px;
    MARGIN: 5px;
    VERTICAL-ALIGN: top;
    BORDER: #00000 1px solid;
}
.AffInfo TD.titre
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    VERTICAL-ALIGN: middle;
    TEXT-TRANSFORM: capitalize;
    COLOR: #00000;
    FONT-FAMILY: Verdana, Tahoma;
    BORDER-COLLAPSE: collapse;
    BACKGROUND-COLOR: #C5C5C5;
    TEXT-DECORATION: none
}
.AffInfo TD.vide{
    BORDER-COLLAPSE: collapse;
    BACKGROUND-COLOR: #C5C5C5;
    PADDING: 1px;
    BORDER-COLLAPSE: collapse;
}

