/* Global SFM CSS */
body {
        background-color: #FFFFFF;
        border: 0;
        color: #404040;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 11px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        text-align: left;
}

a, a:visited, a:link {
        color: #282828;
        font-size: 11px;
        text-decoration: none;
}
a:hover {
        color: #696969;
        font-size: 11px;
        text-decoration: underline overline;
}
a:active {
        color: #696969;
        font-size: 11px;
        text-decoration: none;
}

.noire, noire:visited, noire:link {
        color: #000000;
        font-size: 11px;
        text-decoration: none;
}
.noire:hover {
        color: #696969;
        font-size: 11px;
        text-decoration: underline overline;	
}
.noire:active {
        color: #696969;
        font-size: 11px;
        text-decoration: none;	
}
.rouge, a.rouge, a.rouge:visited, a.rouge:active {
        color: #FF0000;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
}
a.rouge:hover {
        color: #FF0000;
        font-size: 11px;
        font-weight: bold;
        text-decoration: underline;
}

.title {
        color: #404040;
        font-size: 16pt;
        font-weight: bold;
}

.table_ident, .table_ext_fma {
	border: thin dotted;
}

.header {
        background-color: #F4B013;
        color: #282828;
}

.textbox_standard {
        background-color: #FFFFFF;
        border-bottom: #000000 1px solid;
        border-left: #000000 1px solid;
        border-right: #000000 1px solid;
        border-top: #000000 1px solid;
        color: #45445B;
        font-size: 10px;
}
.bouton_standard {
        background-color: #2181B1;
        border-bottom: #000000 1px solid;
        border-left: #000000 1px solid;
        border-right: #000000 1px solid;
        border-top: #000000 1px solid;
        color: #FFFFFF;
        font-size: 10px;
}

.ligna {
        background-color: #F4B013;
        color: #404040;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 11px;
        text-align: left;
        text-decoration: none;
}
.lignb {
        background-color: #F0F0F0;
        color: #404040;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 11px;
        text-align: left;
        text-decoration: none;
}
.ongl {
	color: #2181B1;
}

/* PicManager specific CSS */
#photo .imagethumb a {
  height: 170px;
  width:  160px;
  float: left;
  line-height: 0px;
  text-align: center;
}

div.mp3 {
  height: 110px;
  width:  140px;
  padding: 10px;
  margin-bottom: 5px;

  float: left;
  line-height: 12px;
  text-align: left;

  border: 1px solid #000;
  background: #CACDC2;
}

#photo {
  text-align: center;
  width: 100%;
}

div.fichier {
  height: 175px;
  width:  160px;
  padding: 10px;
  margin: 6px;
  
  border: 1px solid #777;
  background: #E6E7E2;

  float: left;
  line-height: 0px;
  text-align: center;
}

