body {
	background: white url(images_site/fnd_site.gif);
	margin: 0px;
	padding: 0px;
}



/* Debut de la navigation */

.idx {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #333333;
	padding: 2px 12px 2px 12px;
	display: block;
}

.idx:hover {
	color: red;
	background-color: white;
}

.sdx {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fcf5dd;
	padding: 3px 0px 4px 0px;
	display: block;
}

.sdx:hover {
	background-color: #b08f13;
}

.ssx {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #d0335d;
	padding: 3px 0px 4px 11px;
	display: block;
}

.ssx:hover {
	color: #fcf5dd;
	background-color: #d0335d;
}

/* Fin de la navigation */



/* Debut des textes */

.titre {
	font-family: arial;
	font-size: 36px;
	color: #3b6479;
}

.sousTitre {
	font-family: arial;
	font-size: 18px;
	color: #3b6479;

}

.desc {
	font-family: arial;
	font-size: 12px;
	color: #755f0d;
}

.descLink {
	font-family: arial;
	font-size: 12px;
	color: #755f0d;
}

.descLink:hover {
	text-decoration: none;
}

/* Fin des textes */



/* Debut des tableaux */

.tableColonne {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: red;
	padding: 4px 2px 4px 2px;
}

.tableLigne1 {
	font-family: arial;
	font-size: 12px;
	color: black;
	background-color: #cccccc;
	padding: 2px;
}

.tableLigne2 {
	font-family: arial;
	font-size: 12px;
	color: black;
	background-color: #999999;
	padding: 2px;
}

/* Fin des tableaux */



/* Debut du courriel */

.courrielInput {
	font-family: arial;
	font-size: 11px;
	color: #755f0d;
	background-color: #fcf5dd;
	border-style: solid;
	border-width: 1px;
	border-color: #755f0d;
}

.courrielField {
	font-family: arial;
	font-size: 11px;
	color: #755f0d;
	background-color: #fcf5dd;
	border-style: solid;
	border-width: 1px;
	border-color: #755f0d;
}

.courrielSelect {
	font-family: arial;
	font-size: 11px;
	color: #755f0d;
	background-color: #fcf5dd;
	border-style: solid;
	border-width: 1px;
	border-color: #755f0d;
}

.courrielThemes {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #755f0d;
}

.courrielStars {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #d0335d;
}

.courrielNotes {
	font-family: arial;
	font-size: 11px;
	color: #755f0d;
}

/* Fin des inputs */



/* Debut du bulletin */

.bulletinInput {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #f0f6e2;
	background-color: #8db035;
	padding: 2px 6px 2px 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #99c03a;
}

.bulletinField {
	font-family: arial;
	font-size: 11px;
	color: black;
	background-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.bulletinSelect {
	font-family: arial;
	font-size: 11px;
	color: black;
	background-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.bulletinThemes {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.bulletinStars {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.bulletinNotes {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #4c601d;
}

/* Fin des inputs */



/* Debut des boutons */

.bouton {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: red;
	background-color: white;
	padding: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	display: block;
}

.bouton:hover {
	color: white;
	background-color: red;
}

/* Fin des boutons */



.linkConcept {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: red;
}

.linkConcept:hover {
	text-decoration: underline;
}



.copyright {
	font-family: arial;
	font-size: 12px;
	text-align: center;
}



.logo {
	font-family: arial;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: red;
}