/* CSS Document */
/* <link rel="stylesheet" type="text/css" href="../style/style.css" />*/

/* couleur de fond pour les fils droit*/

body {background-color: #CCCCFF;
	  font-family: "Comic Sans MS";
	  font-face: sans-serif;
	  font-style: italic;
	  color: #9966FF;
	  text-align: center;
	  font-size: 16Px;
	  link: #FF0000;
	  vlink: #FF0000;
	  alink:#FF0000
	  }
/* liste des identifiants */

/* text général des td */
table.centre{ 
	width:360;
	height:173;
	table-align:center;
	text-align: center;
	border-color: #9966FF;
	border-width: 2px;
	border-style: solid;
	padding:2px;
	margin-left: auto;
  	margin-right: auto;
	cols:2
}
/* format du texte taille 1  pour le copyright */
p.copyright{ 
	font-size: 10px;
	color: black;
}
div.taille4justifier{ 
	font-size: 18px; 
	text-align: justify;
}
div.taille4centrer{ 
	font-size: 18px; 
	text-align: center;
}
div.justifier{ 
	text-align: justify;
}
p.taille5 {
font-size: 24px;
}  					
p.taille7 {
font-size: 42px;
}
p.taille6 {
font-size: 32px;
}
table.enfant {
	width:80%;
	table-align:center;
	text-align: center;
	padding:40%;
	margin-left: auto;
	margin-right: auto;
	cols:2;
	border: 0px none #9966FF;
}
p.taille7gras {
	font-size: 42px;
	font-weight: bold;
	color: #FF0000;


}
p.taille6gras {
	font-size: 32px;
	font-weight: bold;

}

p.taille5gras {
	font-size: 24px;
	font-weight: bold;
} 
a:link {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
div.taille7grasDiv{
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;

}
div.taille2grasDiv {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #009933;
}
p.taille6grascentre {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
