@charset "utf-8";


/* CSS Document */ 

@page  
{ 
    size: auto !important;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
     margin-left: 0mm !important; 
     margin-right: 0mm !important; 
     margin-top: 0mm !important; 
     margin-bottom: 0mm !important;
} 
/* Pour virer les boutons et les formulaires*/
.noimprime{
display: none !important;
}

form{
display:none !important;
} 

/* Pour l'édition papier de l'hebdo */
.feuilleA4 {
	border: none !important;
}

.feuilleA4sup {
	border: none !important;

}
.sepfeuille {
	border: none !important;
	width:205mm !important;
	height: 5mm !important;
}

/* FIN Pour l'édition papier de l'hebdo */

#logo
{
display: none !important;
text-align: center !important;
}


.titre
{
color: black !important;
width: 45% !important;
margin: 20px 0px 5px 0px !important;
}


.Intérieure b
{
	background: none !important;
}

.Extérieure b
{
	background: none !important;
}
