/*__________________________________________________________________________________________________________________________

Cette feuille de style contient les styles d'impression :
1. Propriétés de la page
2.
__________________________________________________________________________________________________________________________*/


/*__________________________________________________________________________________________________________________________

POUR VERIFIER LES EVENTUELS PBS DE MISE EN PAGE : VISUALISATION DU DECOUPAGE 
__________________________________________________________________________________________________________________________
table {border: 1px solid black;}
td {border: 1px dotted gray;}
div {border: 1px solid orange;}
img, form {border: 1px dashed blue;}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow;}
ul {border: 1px solid green;}
li {border: 1px solid lightgreen;}
*/

body {
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	font-size: 12pt;
	/* ___Décoration */
	background: white;
}

#conteneur,#contenu {
	/* ___Dimensions et positionnement */
	width: auto;
	float: none !important;
	/* ___Marges */
	margin: 0;
	padding: 0;
	/* ___Texte */
	color: black;
	/* ___Décoration */
	border: 0;
	background: transparent;
}

a:link, a:visited {
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	/* ___Décoration 
	color: #520;*/
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#conteneur a:link:after, #conteneur a:visited:after {
    /* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	font-size: 70%;
	/* ___Décoration */
	content: " (" attr(href) ") ";
}
  
#conteneur a[href^="/"]:after {
    /* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	/* ___Décoration */
	content: " (http://www.collegiale-saint-martin.fr" attr(href) ") ";
}

/* _____________________________________________________________________________

	SUPPRESSION DES ZONES INUTILES A L'IMPRESSION
_____________________________________________________________________________*/

#menus_entete,
#menu,
#menu_pied_page
{
	/* ___Dimensions et positionnement */
	display: none;
	/* ___Marges */
	/* ___Texte */
	/* ___Décoration */
}