/**
 * Css file
 * Copyright 2006 http://www.asphora.com
 * All rights reserves
 * Tous droits reserves
 * @author Patricia Cavallo - Asphora Creations
 */

html,body {
 margin: 0px;                  /* avoid margins */
 text-align="center";          /* correct IE center bug */
 scrollbar: #FFFFFF;
}
html,body,h1,h2,h3,h4,h5,h6,div,p,tr,td,th,a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
}
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
@media all {                                   /* hide from Netscape 4 */
 a { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: green;
  text-decoration: underline;
 }
 a:link {
  color: green;
  text-decoration: underline;
 }
 a:visited {
  color: green;                   /* dark green */
  text-decoration: underline;
 }
 a:hover {
  color: #E8B600;                   /* orange */
  text-decoration: none;
 }
 a:active {
  color: #E8B600;                   /* orange */
  text-decoration: none;
 }
}
a img {																				 /* hide the border in Netscape 4 */
 color: #ffffff; 
}
@media all {                                   /* hide from Netscape 4 */
 a img { 
  color: inherit;                           /* undo the rule above */
  border: none;                             /* hide from Netscape 4 */
 }
}
.footer {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #7F7F81;  //grey
 font-weight: normal;
}
a.footer, a.footer:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #CC0000; //red
 font-weight: normal;
}
a.footer:visited, a.footer:link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #CC0000; //red
 font-weight: normal;
}
#flashcontent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #F27A19;
	 text-transform: none;
  text-decoration: none;
  text-align: center;
}
.oblig {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9px;
	 color: #CC0000; //red
	 text-transform: none;
  text-decoration: none;
}
.questionContent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #000000;
	 text-transform: none;
  text-decoration: none;
}
.englishContent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #CC0000; //red
	 text-transform: none;
  text-decoration: none;
}
