body{
	background-color: Black;
	margin: 0 20px 0 20px;
}

center,div,p,table,td,tr,form,option,select,input,dl,ol,ul,li,ol,ul {
	font-family: helvetica, arial, geneva, "sans serif";
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

p.white {
	font-family: helvetica, arial, geneva, "sans serif";
	font-size: 10pt;
	font-weight: normal;
	color: White;
}

p.herge {
	font-family: "Times New Roman";
	font-size: 30pt;
	font-weight: normal;
	color: White;
}

a {
  font-family: helvetica, arial, geneva, "sans serif";
  font-size: 10pt;
  text-decoration: underline;
  font-weight: bold;
  color: #d40a22;
  background-color: transparent;
}

a:hover {
  font-family: helvetica, arial, geneva, "sans serif";
  font-size: 10pt;
  text-decoration: underline;
  font-weight: bold;
  color: Black;
  background-color: transparent;
}

img.hidden {
	
}

table.hidden {
	font-family: helvetica, arial, geneva, "sans serif";
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

A.logo {
	text-decoration: none;
	color: Black;
	font-family : Arial, Helvetica, Verdana, Geneva;
	font-size : 10px;
	font-weight : bold;
}

A.logo:Hover {
	text-decoration: underline;
	color: Blue;
	font-family : Arial, Helvetica, Verdana, Geneva;
	font-size : 10px;
	font-weight : bold;
}

#cadre-rouge {
	border-left-color: Red;
	border-left-style: solid;
	border-left-width: 1px;
 border-right-color: Red;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: Red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: Red;
	border-top-style: solid;
	border-top-width: 1px;
}
