/* Feuille de styles Lightbox */
/* traduction PL + ajout amavie Pol Dubuis */

* {
	margin: 0;
	padding: 0;
}
/* Défini les styles de police par défaut */
html {
	font-size: 100%;
	height:100%;
}
body {
	text-align: left;
	font-family: Calibri, Lucida Grande, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	/* couleur de texte par défaut pour tout le site */
	color: #7a498a;
}
img {
	border: 0;
}

a, a:link a:active a:visited {
	text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #2f1245;
}

/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #7a498a;
}
.fondViolet {
	background-color:#2F1245;
}
.fondVert {
	background-color:#BFCA34;
}
.h1{
	font-size:1.4em;
	font-weight:bold;
}
.h2{
	font-size:1.2em;
	font-weight:bold;
}
.h3{
	font-size:1.2em;
}
.h4{
	font-size:1em;
}
.h5{
	font-size:0.8em;
}
.h6{
	font-size:0.6em;
}

