/* CSS Document */

body {
	background-image: url(http://web.cskamloup.qc.ca/ressources/fondblanc.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*-------------------------------------------*/
/*  Tableaux generes par SPIP                */
/*-------------------------------------------*/
table.spip{
	width: 100%;	    			/*Largeur du tableau*/
}
table.spip thead tr th{ /*Cellules d'entte*/
	background-color: #C0C0C0;      /*Couleur de fond*/
	font-weight: bold;				/*Gras*/
	text-align: center;				/*Allignement*/
	padding: 10px;					/*Espacement autour du texte*/
	border-spacing: 4px;			/*Esapcement entre les cellules*/
	border-collapse: collapse;		/*Ne pas doubler l'espacement entre 2 cellules*/
}
table.spip tbody tr td{ /*Cellules contenu*/
	background-color: #DCDCDC;		/*Couleur de fond*/
	padding: 4px;					/*Espacement autour du texte*/
	border-spacing: 4px;			/*Esapcement entre les cellules*/
	border-collapse: collapse;		/*Ne pas doubler l'espacement entre 2 cellules*/
}
/*-------------------------------------------*/

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #01505B;
	text-decoration: none;
	font-weight: bold;
}
span.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;	
}
span.nomecole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;	
}
span.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #01505B;
	font-weight: bold;
	text-transform: uppercase;
}
span.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01505B;
	font-weight: bold;
	text-transform: none;
}
span.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;	
}
span.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
span.textegras {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: justify;
}

