/*
  ~ Browser compatibility ~
  - Child selector ">": Other than IE (before IE7)
  - Star attribute prefix "*": IE only

  - renommé de HomeFWC en D_HomeFWC pour assurer qu'il vient dans l'ordre alphabétique après le CommonFWC et avant les disciplines
  - Les CSS sont en effet chargées non pas dans l'ordre indiqué dans le fichier mais dans l'ordre alphabétique
*/

@media print
{
}

/*** Defaults ***/
a:hover
{
  color: #8d8479;
}

h1, h3.ms-WPTitle
{
  border-bottom-color: #8d8479;
}

div.rtc a
{
  color: #8d8479;
}
div.rtc ul li a:hover
{
  text-decoration: none;
}

/*** Containers ***/
div.content, div.contentsimple
{
  margin-left: 0px;
  margin-top: 0px;
  width: 950px;
}
div.contentsimple
{
  background-color: #fff;
  color: #666;
  margin-top: 20px;
  padding: 20px 8px;
}
div.contentsimple div.formerror
{
  background-image: url(/_layouts/images/ico_exclamation_red.gif);
}

/*** Generic, Primary, Left navigation ***/
table.genericnavigation a:hover,
table.primarynavigation a:hover,
table.leftnavigation a:hover
{
  color: #8d8479;
}

/*** Search ***/
div.advsearch a:hover
{
  color: #8d8479;
}

/*** Contents ***/
table.home td.home1stcol
{
  width: 20%;
}

/*** Bread crumb trail ***/
div.bct
{
  background: url(images/bctsand.gif);
  background-color: #8d8479;
  background-position: top right;
  background-repeat: repeat-y;
}