a:link {color: #FFFFFF; text-decoration: none}
a:active {color: #FFFFFF; text-decoration: none}
a:visited {color: #FFFFFF; text-decoration: none}
a:hover {
	color: #E30017;
	text-decoration: none;
}

.imgbig{
display: none;
cursor: pointer;
position: relative;
top: -100px;
}
.nogo{
cursor: pointer;
}

.TitreNoir {
	font-family: hanzel,Arial,Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FF0000;
	text-align: center;
	text-transform: none;
	font-variant: normal;

}
.texteNormal {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #0000FF;
	text-align: justify;
}
.TitreNormal {
	font-family: hanzel, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #0000FF;
	text-align: justify;
}

a:link.texteNormal { color: #0000FF; }
a:active.texteNormal { color: #0000FF; }
a:visited.texteNormal { color: #0000FF; }
a:hover.texteNormal { color: #E30017; }

.tdFondBleu {
	background-color: #000033;
	border: thin solid #000033;

}
.texteBlanc {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
}

.texteBlancMenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
	text-decoration: none;
	padding-left: 10px;
}
.ListetexteNormal {
	font-family: hanzel, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000033;
	text-align: justify;
	list-style-type: disc;
}
.tableau {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: hanzel, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

body {
	font-family: hanzel, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	/*color: #FFFFFF;*/
	text-align: justify;
	background-color: #CCCCCC;
}
td {
font-size : 0.7em;
font-family : hanzel, Arial, Verdana, Helvetica, sans-serif;
text-align : left;
}
p {
font-size : 0.7em;
font-family : hanzel, Arial, Verdana, Helvetica, sans-serif;
text-align : left;
}
input {
    font-size: 0.9em;
    font-family: hanzel, Arial, Verdana, Helvetica, sans-serif;
    color: #000000;
}
select {
    font-size: 0.9em;
    font-family: hanzel, Arial, Verdana, Helvetica, sans-serif;
    color: #000000;
}

#cadre { /* taille du cadre, à titre d'exemple */
width: 15em;
background-color: #FF6666;
}
/* propriétés communes à l'ensemble des 4 coins */
#hautgauche, #hautdroit, #basgauche, #basdroit {
height: 20px; width: 20px;
background-repeat: no-repeat;
font-size:12px; /* correction d'un bug IE */
}
/* propriétés communes à l'ensemble des 4 coins alternatifs*/
#hautgaucheb, #hautdroitb, #basgaucheb, #basdroitb {
height: 10px; width: 10px;
background-repeat: no-repeat;
font-size:6px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#hautgauche {
background: url(../img/hautgauche.gif);
}
#hautdroit {
float: right;
background: url(../img/hautdroit.gif);
}
#basgauche {
background: url(../img/basgauche.gif);
}
#basdroit {
float: right;
background: url(../img/basdroit.gif);
}
#hautgaucheb {
background: url(../img/hautgauche.gif);
}
#hautdroitb {
float: right;
background: url(../img/hautdroit.gif);
}
#basgaucheb {
background: url(../img/basgauche.gif);
}
#basdroitb {
float: right;
background: url(../img/basdroit.gif);
}
#contenu p {
	color: white;
	margin: 0.1em; /*gestion des espaces interparagraphes */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}