/* 
    Document   : print.css
    Created on : 23 sept. 2009, 13:43:57
    Author     : remy
    Description:
        feuille de style pour impression.
*/


body {
	background: white;
	font-size: 0.7em;
	}

/*
    Les liens
    Ils sont trop long sur ce site :'(
*/
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#content a:link:after, #contenu a:visited:after {
  /*content: " \n(" attr(href) ") ";
  font-size: 90%;*/
  }
#content a[href^="/"]:after {
  /*content: " \n(http://www.maplage.fr" attr(href) ") ";*/
  }


/*
    Le contenu
*/
#content {
	margin: 3%;
	padding: 1em;
	border: 1px solid #930;
	}


/*
    Les titles
*/
h1,
h2,
#header #title
{
    font-size:x-large;
    font-style:italic;
    color:#1a335c;
}
#header #title .office-e-tourisme{
    font-weight:bold;
}
h1,h2{
    font-style:normal;
}
h2{
    font-size:large;
}

/*
    Le fil
*/
#filariane
{
    font-size:x-small;
}



#footer,
#search,
#navigation,
#flags,
#search_adv,
#col_left,
#col_right,
#Pub,
#espace_membre,
#dealfinder
{
    display:none;
}



.prevnext,
.pager_wrap,
.pub
{
    display:none;
}


/*
Commune contient baucoup de parasite... 
*/
#content .commune .actions ul,
#content .commune #communeinfo .maintop,
#content .commune #communeinfo #menu,
#content .commune #communeinfo #sejour_filters,
#content .commune .fiche_pro .footer,
#content .commune .fiche_pro .header .fleft img,
#content .commune .fiche_pro .header .fright img,
#content .commune .fiche_pro .toolbox
{
    display:none;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> module météo <<<-------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*
    Document   : module météo
    Created on : 02 mars 2010, 12:35:26
    Author     : Pierre-Julien MAZENOT
    Description:
        feuille de style pour le module météo
*/
.meteo_print
    { font-family: Arial, Helvetica, sans-serif; color:#18345C;}

.meteo_tbl_title
    { margin:0; padding: 0;border: 0;float: left; }
.meteo_tbl_title tr th
    { text-align: right; padding-right: 7px; font-weight: bolder; }
.meteo_tbl_title_td1
    { width: 163px;height: 124px; }
.meteo_tbl_title_td2
    { width: 163px;height: 122px; }
.meteo_tbl_title_td3
    { width: 163px;height: 5px; }
.meteo_tbl_title_td4
    { width: 163px;height: 106px; }
.meteo_tbl_title_td5
    { width: 163px;height: 103px; }
.meteo_tbl_title_td6
    { width: 163px;height: 24px; }
.meteo_div_values
    { width: 167px;height: 489px;float: left; }
.meteo_div_values_separator
    { width: 5px;height: 489px;float: left; }
.meteo_tbl_values
{

}
.meteo_tbl_values td
    { text-align: center; vertical-align: middle;}
.meteo_tbl_values_td1
    { width: 167px; height: 24px; font-weight: bolder; color: white;}
.meteo_tbl_values_td2
    { width: 167px; height: 45px; font-size: 1.1em; color: black; }
.meteo_tbl_values_td3
    { width: 167px; height: 18px; font-weight: bolder;} /* x 2 */
.meteo_tbl_values_td4
    { width: 167px; height: 20px; font-weight: bolder; color: white;}
.meteo_tbl_values_td5
    { width: 167px; height: 40px; font-size: 1.2em;} /* x 3 + 1 */
.meteo_tbl_values_td6
    { width: 167px; height: 7px; font-size: 1.2em;} /* 1+1 */
.meteo_tbl_values_td7
    { width: 167px; height: 32px; font-size: 1.2em;} /* x 2 */
.meteo_tbl_values_td8
    { width: 167px; height: 34px;  font-size: 1.3em;  color: black;} /* x 3 */


/* ************************************************************************** */
/*  @media --------*/
/* ************************************************************************** */
/* Les onglets de jQueri-ui */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}