/******** Default rules for tags ********/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

a {
	color:#333;
	text-decoration:underline;
}

h1, h2,h3, h4, h5, h6 {
	color:#4d4d4d;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color:#4d4d4d;
		text-decoration:none;
	}

/********** Tree of common styles (ID) for all the templates (page structure) ********/
#ma_menu-access,
#ma_menuprinc,
#ma_menu-lang,
#ma_search-form,
#ma_headerHighlight,
#ma_menu-tools,
#ma_footer {
	display:none;
}

#ma_flashContentHome {
	display:none;
}

#ma_sidebar ul {
	display:none;
}

/* hide the logo in ie6, bug */
.ie6 #ma_header h1 {
	display: none;
}

/* open the folding blocks & tabs: won't work cause the JS will hide them anyway. */
#ma_questions-answers dd, #switch_onglets .content_onglet {
	display: block;
}