/* ============================ */
/* Styles relatifs aux articles */
/* ============================ */

.article {
  border: 1px solid #C0C0C0;
  background-color: #FFFFFF; /* White */
  margin: 0px 11px 11px 11px;
  display: block;
}

/* --------------------- */
/* En-têtes des articles */
/* --------------------- */

.articleHeader {
  position: relative;
  width: 100%;
}

.article h1 {
  font-size: 2.5454em;
  font-weight: normal;
  text-align: center;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0.67em;
}

.articleHeader h1 {
  font-size: 1.818181em;
  font-weight: normal;
  border-bottom: 1px solid #C0C0C0; /* gris bordure */
  text-align: left;
  margin: 0;
}

ul.articleToolbar {
  position: absolute;
  right: 0px;
  bottom: 3px;
  list-style-type: none;
}

ul.articleToolbar li {
  display: block;
  float: left;
  margin-left: 6px;
}

ul.articleToolbar li.toolbarText {
  font-size: 1em;
  color: #C0C0C0; /* gris bordure */
  line-height: 1.181818em;
}

ul.articleToolbar li a {
  display: block;
  font-size: 1px;
}

ul.articleToolbar li a span {
  display: none; /* Masque le texte du lien lors d'un rendu graphique */
}

ul.articleToolbar li.toolbarButton {
  margin-top: 1px;
  font-size: 1px; /* Corrige bug IE */
}

ul.articleToolbar li a.discussButton {
  width: 12px;
  height: 12px;
  background: url(discussButton.png) no-repeat 0 0 ;
}

ul.articleToolbar li a.discussButton:hover {
  background: url(discussButton.png) no-repeat 0 -12px;
}

ul.articleToolbar li a.fullArticleButton {
  width: 9px;
  height: 12px;
  background: url(fullArticleButton.png) no-repeat 0 0;
}

ul.articleToolbar li a.fullArticleButton:hover {
  background: url(fullArticleButton.png) no-repeat 0 -12px;
}

ul.articleToolbar li a.printButton {
  width: 13px;
  height: 12px;
  background: url(printButton.png) no-repeat 0 0 ;
}

ul.articleToolbar li a.printButton:hover {
  background: url(printButton.png) no-repeat 0 -12px;
}

ul.articleToolbar li.toolbarSeparator {
  width: 1px;
  height: 12px;
  background: url(toolbarSeparator.png) no-repeat 0 0 ;
}

ul.articleToolbar li.toolbarSeparator span {
  display: none; /* Masque le texte du lien lors d'un rendu graphique */
}

/* -------------------- */
/* Contenu des articles */
/* -------------------- */

.articleContent p {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0em;
  line-height: 1.645em;
  position: relative; /* Workaround pour IE qui n'affiche pas correctement le 
                         texte sinon */
}

.articleContent a, .articleContent a:visited {
  text-decoration: none;
  color: #60ABCF; /* bleu BES */
}

.articleContent a:hover {
  color: #60ABCF; /* bleu BES */
  text-decoration: underline;
}

.articleContent h2 {
  font-weight: normal;
  font-size: 1.636363em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.articleContent h3 {
  font-weight: normal;
  font-size: 1.454545em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.articleContent h4 {
  font-weight: normal;
  font-size: 1.272727em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.articleContent ul, .articleContent ol {
  margin-top: 1em;
  margin-bottom: 0em;
  line-height: 1.645em;
  padding-left: 40px;
}

.articleContent ul ul, .articleContent ol ol {
  margin-top: 0em;
  margin-bottom: 0em;
}

.articleContent kbd {
  font-size: 1em;
  padding: 0px 2px;
  border: 1px solid #808080;
}

.articleContent blockquote {
  margin-top: 1em;
  margin-bottom: 0em;
  padding: 10px 10px 10px 50px;
  border: 1px dotted #C0C0C0; /* gris bordure */
  background: url(quote.png) no-repeat 6px 6px;
}

.articleContent div.tip {
  margin-top: 1em;
  margin-bottom: 0em;
  padding: 10px 10px 10px 37px;
  border: 1px dotted #C0C0C0; /* gris bordure */
  background: url(arrow.png) no-repeat 8px 8px;
}

.articleContent blockquote p, .articleContent div.tip p {
  margin: 0;
  font-size: 1em;
  line-height: 1.645em;
}

.articleContent p.quoteAuthor {
  text-align: right;
}

.articleContent p.failure {
  color: #FF3300; /* rouge */
}

.articleContent img {
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
  padding: 5px;
  margin: 5px;
}

.articleContent img.icon {
	border: none;
  padding: 0;
  margin: 0;
}

.articleContent img.topFloatingImage {
  position: relative; /* Workaround pour IE qui n'affiche pas l'image sinon */
  float: left;
  margin-right: 6px;
  margin-top: 4px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #CCC; /* gris clair */
}

.articleContent input.textInput, .articleContent input.fileInput, 
input.passwordInput, select, textarea {
  border: 1px solid #C0C0C0; /* gris bordure */
  color: #808080; /* gris texte */
  font-size: 1em;
  padding: 1px;
  background-color: #FFFFFF; /* blanc */
}

.articleContent textarea {
  font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
}

.articleContent .singleInput {
  width: 100%;
}

.articleContent input.submitInput, .articleContent input.resetInput, 
.articleContent input.buttonInput {
  border: 1px solid #C0C0C0; /* gris bordure */
  font-size: 1em;
  padding: 3px;
  color: #808080; /* gris texte */
  background-color: #EBE9ED; /* gris bouton */
}

.articleContent input.smallButton {
  padding: 0;
}

.articleContent table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 1.7em;
  font-size: 1em;
  width: 100%;
}

.articleContent table tr td {
  font-size: 1em;
  border-bottom: 1px dotted #C0C0C0; /* gris bordure */
  border-top: 1px dotted #C0C0C0; /* gris bordure */
  padding: 5px;
  vertical-align: middle;
  line-height: 1.645em;
}

.articleContent table tr td.centered, .articleContent table tr th.centered  {
  text-align: center;
}

.articleContent table tr th {
  padding: 0px 5px 8px 5px;
  text-align: left;
  font-weight: bold;
}

.articleContent ul.fileList, .articleFooter  ul.fileList {
  list-style-type: none;
  padding: 0;
  line-height: normal;
}

.articleContent ul.fileList {
  margin: 1em 0 0 0;
}

.articleFooter  ul.fileList {
  margin: 0 0 0 8.5em;
}

.articleContent ul.fileList li, .articleFooter ul.fileList li {
  background-image: url(UnknownFileIcon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.articleContent ul.fileList li.pdfFile, .articleFooter ul.fileList li.pdfFile {
  background-image: url(pdfFileIcon.png);
}

.articleContent ul.fileList li.wordFile, .articleFooter ul.fileList li.wordFile  {
  background-image: url(wordFileIcon.png);
}

.articleContent ul.fileList li.excelFile, .articleFooter ul.fileList li.excelFile  {
  background-image: url(excelFileIcon.png);
}

.articleContent ul.fileList li.calendar, .articleFooter ul.fileList li.calendar  {
  background-image: url(calendar.png);
}

.articleContent ul.fileList li a, .articleContent ul.fileList li a:visited, 
.articleFooter ul.fileList li a, .articleFooter ul.fileList li a:visited {
  text-decoration: underline;
  color: #808080; /* gris texte */
}

.articleContent ul.fileList li a:hover, .articleFooter ul.fileList li a:hover  {
  text-decoration: underline;
  color: #60ABCF; /* bleu BES */
}

.articleContent ul.linkTitleList {
  list-style-type: none;
  padding: 0;
  line-height: normal;
  margin: 1em 0 0 0;
}
.articleContent div.iconicBigLink {
  margin-top: 1em;
  position: static;
  font-size: 1.636363em;
  min-height: 36px;
}

.articleContent div.iconicBigLink p.linkTitle {
  margin: 0 0 0 42px;
  padding-top: 1px;
  line-height: 1em;
  font-size: 1em;
}

.articleContent div.iconicBigLink p.linkDesc {
  margin: 0 0 0 42px;
  padding: 3px 0 3px 0.09090909em;
  line-height: 1em;
  font-size: 0.61111111em;
  color: #C0C0C0; /* gris bordure */
}

.articleContent div.iconicBigLink img{
  position: absolute;
  margin: 0;
  padding: 3px;
}

.articleContent div.iconicBigLink a, .articleContent div.iconicBigLink a:visited {
  text-decoration: none;
  color: #808080; /* gris texte */
}

.articleContent div.iconicBigLink a:hover {
  text-decoration: none;
  color: #60ABCF; /* bleu BES */
}


.articleContent div.iconicBigLink p.linkDesc a, 
.articleContent div.iconicBigLink p.linkDesc a:visited {
  color: #C0C0C0; /* gris bordure */
}

.articleContent div.iconicBigLink p.linkDesc a:hover {
  color: #60ABCF; /* bleu BES */
}

.articleContent table.editTable tr td {
  padding: 8px 8px 8px 8px;
  vertical-align: middle;
}

.articleContent table.editTable tr td.firstColumn, 
.articleContent table.editTable tr th.firstColumn  {
  width: 25%;
}

.articleContent table.editTable tr td p {
  margin-top: 0.5em;
}

.articleContent table.editTable tr td p.topParagraph {
  margin: 0;
}

.articleContent table.editTable tr td ul.fileList {
  margin: 0.5em 0 0 0;
  padding: 0;
  line-height: normal;
}

.clearer {
  clear: both;
  height: 6px;
  font-size: 1px;
}

.nowrap {
  white-space: nowrap;
}

.articleContent .objectContainer, .articleContent .multipleObjectsContainer {
  text-align: center;
  line-height: normal;
}

.articleContent .multipleObjectsContainer * {
  vertical-align: middle;
}

.articleContent ul.linkList {
  margin: 1em 0 0 0;
  padding: 0;
}

.articleContent ul.linkList li {
  list-style-type: none;
  padding: 0 0 0 12px;
  background-image: url(linkListBullet.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  margin: 1.5em 0 0 0;
  line-height: normal;
}

.articleContent ul.linkList li p {
  margin: 0;
  padding: 0;
  line-height: 1.54545454em;
}

.articleContent ul.linkList li p a, .articleContent ul.linkList li p a:visited, 
.articleContent ul.linkList li p a:hover {
  text-decoration: underline;
  color: #60ABCF; /* bleu BES */
}

.articleContent div.calendarEvent {
  font-size: 1em;
  margin-top: 1.5em;
  margin-bottom: 0em;
  line-height: 1.645em;
  margin-left: 57px;
  position: relative;
}

.articleContent div.calendarEvent h3 {
  font-size: 1.363636em;
  margin: 0;
  font-weight: bold;
  margin-top: -1px;
}

.articleContent div.calendarEvent p {
  font-size: 1em;
  margin-top: 1px;
  padding-bottom: 2px;
}

.articleContent div.calendarEvent p a, .articleContent div.calendarEvent p a:visited {
  text-decoration: underline;
  color: #808080; /* gris texte */
}

.articleContent div.calendarEvent p a:hover {
  text-decoration: underline;
  color: #60ABCF; /* bleu BES */
}

.articleContent div.calendarEvent span.calendarPage {
  position: absolute;
  top: 0;
  left: -42px;
  width: 35px;
  color: #BDBDBD;
  background: url(deco-date1.png) 0 0 no-repeat;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  text-shadow: #fff 1px 1px 1px;
  display: block;
  font-size: 0.90909em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, 
                Tahoma, Arial, sans-serif;
  line-height: 1em;
}

.articleContent div.calendarEvent span.calendarPage span.day {
  display: block;
  font-weight: bold;
  font-size: 2em;
  background: url(deco-date2.png) bottom left no-repeat;
  padding-bottom: 5px;
  color: #ddd;
  text-shadow: #bbb 2px 2px 0;
  letter-spacing: -2px;
  text-indent: -3px;
  line-height: 1em;
  text-transform: lowercase;
}

.articleContent table.horairePermanence, .articleContent table.timeLine {
  border: 1px solid #C0C0C0;
  margin-left: auto;
  margin-right: auto;
  width:  auto;
}

.articleContent table.horairePermanence tr td, .articleContent table.timeLine tr td {
  border: 1px solid #C0C0C0;
  height: 1.45454545em;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
}
.articleContent table.horairePermanence tr th, .articleContent table.timeLine tr th {
  font-weight: bold;
  border: 1px solid #C0C0C0;
  height: 3em;
  width: 7.5em;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
}

.articleContent table.timeLine tr th {
  width: 13em;
}

.articleContent table.horairePermanence tr th.rowHeader, 
.articleContent table.timeLine tr th.rowHeader {
  width: 6em;
  border: none;
}

.articleContent table.horairePermanence tr th.rowSubHeader, 
.articleContent table.timeLine tr th.rowSubHeader {
  width: 5em;
  border: none;
}

.articleContent table.timeLine tr th.rowSubHeader {
  width: 4em;
}

.articleContent table.horairePermanence tr td.rowHeader, 
.articleContent table.timeLine tr td.rowHeader  {
  font-weight: bold;
  height: 5.727272em;
  line-height: 1.181818em;
}

.articleContent table.horairePermanence tr td.rowSubHeader, 
.articleContent table.timeLine tr td.rowSubHeader {
  font-size: 0.818181em;
}

.articleContent table.horairePermanence tr td.plage, 
.articleContent table.timeLine tr td.plage {
  background-color: #CFDAEC;
  height: auto;
}

.articleContent table.timeLine tr td.plage {
  background-color: transparent;
}

.articleContent table.horairePermanence tr td.plage span.nomPermanent, 
.articleContent table.timeLine tr td.plage  span.nom {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.articleContent table.horairePermanence tr td.plage span.heures, 
.articleContent table.timeLine tr td.plage  span.periode {
  display: block;
  font-size: 0.90909090em;
  line-height: 1.27272727em;
  margin-left: auto;
  margin-right: auto;
}

.articleContent table.horairePermanence tr td.plage span.nomPermanent, 
.articleContent table.horairePermanence tr td.plage span.heures {
  width: 6.5em;
}

.articleContent table.timeLine tr td.plage  span.nom, 
.articleContent table.timeLine tr td.plage  span.periode {
  width: 11em;
}

.articleContent div.peopleProfile {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0em;
  margin-left: 90px;
  position: relative;
  min-height: 100px;
}

.articleContent div.peopleProfile img {
  position: absolute;
  left: -90px;
  padding: 0;
  border: none;
  margin: 0;
}

.articleContent div.peopleProfile ul {
  padding: 0;
  margin: 0;
}

.articleContent div.peopleProfile ul li {
  margin: 0;
  padding: 0.090909em 0 1em 0;
  list-style: none;
  line-height: normal;
}

/* ------------------ */
/* Pieds des articles */
/* ------------------ */

.articleFooter {
  border-top: 1px solid #C0C0C0; /* gris bordure */
  margin-bottom: 6px;
  padding: 2px 10px 0px 10px;
  position: relative;
}

.articleFooter  p {
  position: absolute;
  padding-top: 5px;
}

