@charset "utf-8";
/* Body' c'est le corps du texte./* Body vient après Title*/
body{
	background-image:url(Images/imag%20multi/Craft.GIF);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* lien souligné et lien actif mis hors ligne*/
/*a:link {
	color: #900;
}
a:active {
	color: #900;
} */
/* On commence à ecrire le plus souvent sur une balise de paragraphe balise p On peut décider l'alignement du texte pour le paragraphe Ici le choix est héritier*/
p{
	font-family: Arial, Helvetica, sans-serif;
	text-align: inherit;
	color: #000;
	font-weight: bold;
}
/*balise A in line citation noire courte*/
	a{
	color: #099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
 /* style A idem mais gras et justifié*/
.stylaclassijustif {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
}
.stylaclassijustifpetit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}
.stylaclassigauchepetit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
.stylaclassigauchemoyen {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
}
/*Style B Notes noir milieu de pages*/
.stylbclassiccentre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
/*Style C comic centre*/
.stylc_comiccentre {
	font-family: "Comic Sans MS", cursive
	text-align: center;
}
/*Style classique centre*/
.titremoyencentre {
	text-align: center;
}
/*Style classique gauche*/
.titremoyengauche {
	text-align: left;
}
/*
Ce Styletxt blancsurvert est pour le texte en vert sur fond blanc
*/
.Styletxtbsurv{
	color: #FFF;
	background-color: #099;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
.Styletxtbsurr{
	text-align: center;
	color: #FFF;
	background-color: #900;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
.Styletxtbsurrplus{
	text-align: center;
	color: #FFF;
	background-color: #900;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}
.Styletxtbsurvleft{
	text-align:	left;
	color: #FFF;
	background-color: #099;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
/*
Ce Styletxt bleu est pour le texte en vert sur fond blanc
*/
.Styletxtbleu{
	color: #03C;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.Styletxtvert{
	text-align: center;
	color: #099;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
/*
Les Titres pour tableau calendrier avec rouge et les tableaux des calendriers
*/
	h1{text-decoration:underline;color:#990000;}
	h2{color:#990000;}
	th.tableau{background-color:#993333; color:#FFFFFF; vertical-align:middle; text-align:center; height:32;font-weight:bold}
	tr.tableau{background-color:#ffff99; color:#000000; vertical-align:middle; text-align:left; font-size:13px}
/*txt rouge en dessous pour colonne gauche du formulaire*/
.Style2 {
	font-size: 12px;
	color: #900;
}
/*txt rouge gaucche en dessous pour colonne gauche du formulaire*/
.Style2g {
	font-size: 12px;
	color: #900;
	text-align:left
}
/*txt rouge pour champs non valide colonne de droite du formulaire*/
.Style3 {
	font-size: 12px;
	color: #FF3300;
}
/*txt petit noir dans le champs des enfants*/
.Style4 {
	font-size: 11px;
	color: #000;
}
#infotabcentre {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.tableaucentre {
	text-align: center;
}

.infomidletableau {
	text-align: center;
}
.infocentré{
	text-align: center;
}
.infocentré moyen{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*
Le texte du pied de page centre mibuscule
*/
.stylecentrepied {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
   	color: #000;
}
/*
Pour pages jeunes*/
#menucaljeunes tr td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #00C
	background-color: #03F
}

