/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

BODY
{
	
	
	BACKGROUND-COLOR: #C0DBFF;
    
		
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font size: 0.5em;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;

	 scrollbar-face-color: #6699cc; scrollbar-shadow-color: #ccccff;
scrollbar-highlight-color: #FFFFFF;scrollbar-3dlight-color: #FFcc66; scrollbar-darkshadow-color: #FFcc66; scrollbar-track-color: #ccccff; scrollbar-arrow-color: #FFFFFF
	 }
	 
	 H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000066;
}
H1	{	
	font-family:"Comic Sans MS",Verdana, Arial;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:"Comic Sans MS", Verdana, Arial;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		


.titremenu {
	font-family: Comic sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: thin solid #ffcc66;

}
.titrecoll {
	font-family: "Comic sans Ms";
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
	border: thin solid #ffcc66;
	padding: 8px;
	background-color: #6790d7;




}


.corps {
	font-family: Verdana;
	font-size: 16px;
	color: NAVY;
	text-align: justify;
	font-weight: bold;

}


.titre {
	font-size: 16px;
	color: #000099;
	font-family: Comic sans ms, verdana;

}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

table.tabpage {
	border: thin solid #ffcc66;

}
