/* 
    Document   : print
    Created on : 20 déc. 2011, 16:34:11
    Author     : damien
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body { /* Modifications : la couleur de fond de page */ 
    background:none; 
	background-color :#FFF; 
}

#lienSuperieur,
#header,
#footer,
#zoneRechercher,
#LinkView,
#myDockBarre,
#myBarrePerso,
#cookiesInfoBox {
    display: none;
}

.ContentFlow .flow .item .content,.ContentFlow .flow .item .caption{
	display:none;
}
.ContentFlow .flow{
	position:relative;
}

.ContentFlow .flow .item.active .content,.ContentFlow .flow .item.active .caption{
    display: block;
}
.ContentFlow .flow .item.active{
	position: absolute;
	top:0;
}

.ui-tabs .ui-tabs-panel {
    border-bottom: 2px dashed #c2c2c2;
}
.liens_utiles_complet.ui-tabs .ui-tabs-panel {
    border-bottom: none;
}
.ui-tabs .ui-tabs-panel,
.ui-tabs .ui-tabs-hide {
    display: block !important; 
}
.liens_utiles_complet.ui-tabs .ui-tabs-panel.ui-tabs-hide {
    display: none !important; 
}

.no-printing {
    display: none !important; 
}

.only-printing-me {
    position: absolute;
    margin:0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999999;
}

a[href]:after {
    content: none;
}