/* index.CSS Document - Respecter l'ordre */
body {
	background-image: url(img/fond-gres.jpg);
	margin-top: 20px;
}
/* couleur du lien à l'origine (noir)*/
a:link {
	text-decoration: none;
	color: #000000;
}
/* Couleur quand le lien a été visité (gris clair)*/
a:visited {
	text-decoration: none;
	color: #666666;
}
/* Survol du lien ; couleur et soulignage (grenat foncé)*/
a:hover {
	text-decoration: underline;
	color: #990033;
}
/* Couleur quand on clique sur le lien (grenat clair)*/
a:active {
	text-decoration: none;
	color: #cc0066;
}
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
.Style2 {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	font-style: normal;
	font-weight: normal;
}
.Style5 {
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #E4F2FB;
}
.Style13 {
	font-size: 12px;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-weight: bold;
}
.Style14 {
	font-size: 10px;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-weight: bold;
}
.Style15 {
	font-size: 11px;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-weight: bold;
}
.Style23 {
	color: #660033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.Style24 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
}
.Style25 {
	font-size: 22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFECFF;
	color: #660033;
	font-style: normal;
	font-weight: normal;
}
.Style26 {
	color: #660033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.Style28 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
.Style37 {
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4A6301;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}
.Style38 {
	color: #330000;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.Style45 {
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990066;
	font-style: normal;
}
.Style49 {
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #990066; }
.Style53 {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.Style65 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #990033; 
    font-weight: bold; }
.Style66 {
	color: #990033;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style72 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990066;
}
.Style73 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Style74 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	font-style: normal;
	font-weight: bold;
}
.Style75 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #CCFFFF;
}
.Style76 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF66;
}
.Style77 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #88D2FF;
}
.Style78 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #0066FF;
}

/* index-cool-tooltip-ultimate.CSS Document - Style pour le diaporama ultimate */
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

