body{
	
}

.bodyIndex{
	background-color : #FFFFFF
} 

.bodySommaire{
	background-color : #FF9933
	/*background : url(image/fond_dubazio.jpg);*/
} 

.bodyMain{
	background-color : #9DDCFA
	/*background : url(image/fond_dubazio.jpg);*/
} 

.bodyTitre{
	background-color : #9DDCFA
	/*background-image : url(image/im_accueil.jpg);*/
} 

H1{
	color: #993300;
	font-family: comic sans ms;
	font-size: 25px;
}

H2{
	color: #000000;
	font-family: comic sans ms;
	font-size: 18px;
}

a{
	text-decoration : none ;
	font-family: comic sans ms;
	color: #336633;
	font-size: 17px;
	font-weight: bold;
} 

a:active{ 
	color: #336633;
}

a:hover{ 
	text-decoration : underline;
	color: #336633;
}

.text_image{
	font-family: comic sans ms;
	font-size: 20px;
	font-weight: bold;
}

/*Pour le texte défilant*/ 
.ejs_scroll {
	font-size:14px;
	font-family:comic sans ms;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
}

.parent {
	font-family:comic sans ms;
	font-weight: bold;
	font-size: 22px;
	margin-top: 10;
	color: #000000;
	cursor: hand;
}

.child  {
	font-size: 20px;
	font-weight: normal;
	margin-left: 14pt;
}