/* screen.css --- Main style sheet for my site / Screen version

   Author:        Didier Verna <didier@lrde.epita.fr>
   Maintainer:    Didier Verna <didier@lrde.epita.fr>
   Created:       Tue Dec 21 20:41:45 1999
   Last Revision: Tue Jan 23 18:32:21 2001
*/

/* Commentary:

   Contents management by FCM version 0.1-b2
*/

/* ========================================================================
   Global properties
   ======================================================================== */

ul
{
  list-style-type: square;
}

A
{
  text-decoration: none;
  color: #e45930;
}

A:hover
{
  text-decoration: underline;
}

A:visited
{
  font-style: italic;
}

h1 A:hover,   h2 A:hover,   h3 A:hover   { text-decoration: none; }
h1 A:visited, h2 A:visited, h3 A:visited { font-style: normal; }

A img
{
  border-width: 0px;
}

tr.contents > td
{
  padding-top: 10px;
}

th
{
  font-family: 'Happy Monkey', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
  vertical-align: top;
}

dt
{
  font-weight: bold;
  text-decoration: underline;
}


form input, form textarea
{
  font-family: 'Happy Monkey', 'Trebuchet MS', Arial, Helvetica, sans-serif;;

  margin: 5px 5px 5px 0px;

  border: 1px solid white;
}

form input
{
  padding: 5px;
}

form textarea
{
  padding: 5px 3px 5px 5px;
}


/* ========================================================================
   Global classes
   ======================================================================== */

.floatleft
{
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.floatright
{
  float: right;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.border
{
  border: 1px solid white;
}

.box
{
  padding: 0;
  border: 1px solid white;
}

.boxtitle
{
  padding-left: 10px;
  padding-right: 10px;

  background-image: url(../.common/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  font-family: 'Happy Monkey', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: larger;
}

.boxcontents
{
  padding: 10px;
}


/* ========================================================================
   Page structure
   ======================================================================== */

body
{
  margin: 20px 0 20px 0;

  background-image: url(../.common/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;

  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#page
{
  width: 1024px;

  margin-left: auto;
  margin-right: auto;
}

#header
{
  height: 300px; /* header.jpg's height */

  background-color: black;
  background-image: url(../.common/header.jpg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;

  border: 1px solid white;
}

#left-header
{
  float: left;
  position: absolute;
  top: 120px;
  width: 540px;
  height: 270px;
  padding: 10px;
}

#hot
{
  height: 150px;
}

#hot .boxcontents
{
  font-style: italic;
}

#citation
{
  float: right;
  width: 230px;
  font-family: 'Lucida Calligraphy', cursive;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

#citation .signature
{
  display: block;
  text-align: right;
  padding-right: 30px;

  font-style: normal;
  font-weight: bold;
}

#right-header
{
  float: right;

  width: 430px;
  height: 170px;
  padding: 10px;
}

#rubricstable
{
  font-family: 'Happy Monkey', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#rubricstable a
{
  color: white;
}

#rubricstable tr
{
  vertical-align: top;
}

#selectedrubric
{
  color: #a4705a;
}

#subheader
{
  height: 20px;
  padding: 5px;
  margin-bottom: 3px;
}

#subheader a
{
  color: white;
}

#subheader a svg
{
  fill: rgb(255, 255, 255) !important;
}

#left-subheader
{
  float: left;
}

#breadcrumbs
{
  font-family: 'Happy Monkey', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#right-subheader
{
  float: right;
}

#right-subheader a
{
  text-decoration: none;
}

#menu
{
  float: right;
  margin: 20px 0px 30px 30px;
  padding: 0;

  text-align: right;
  font-weight: bold;
  font-size: larger;

  border: 1px solid white;
}

#menutitle
{
  padding-left: 5px;
  padding-right: 5px;

  background-image: url(../.common/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  font-family: 'Happy Monkey', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.menucontents
{
  margin: 0;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  list-style-type: none;
}

.menucontents #selected
{
  color: #a4705a;
}

#contents
{
  min-height: 400px;

  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: justify;

  background: black;
  border: 1px solid white;
}

#contents h1, #contents h2, #contents h3
{
  font-family: 'Happy Monkey', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #a4705a;
}

#contents h3
{
  border-bottom: 2px solid #a4705a;
  width: 50%;
}

#contents h1 a, #contents h2 a, #contents h3 a
{
  color: #a4705a;
}

#tabs
{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#tabs span
{
  font-size: larger;
  font-weight: bold;
}

#tabs span#selected
{
  color: #a4705a;
  background-color: black;

  padding-left:  8px;
  padding-right: 8px;

  border-top-width:    1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: black;
}

#tabs span A
{
  padding-left: 10px;
  padding-right: 10px;

  border-width: 1px;
  border-style: solid;
  border-color: black;
  text-decoration: none;
}

#tabs span A:visited
{
  font-style: normal;
}

#footer
{
  height: 30px;
  padding-top: 5px;

  font-size: smaller;
  font-style: italic;

  text-align: center;
}

#footer a
{
  color: white;
}


/* ========================================================================
   Google Custom Search Engine
   ======================================================================== */

#left-sidebar div.gsc-control-cse,
#left-sidebar div.gsc-control-cse:hover
{
  background: transparent;
  border: none;
}

#left-sidebar .cse input.gsc-search-button,
#left-sidebar input.gsc-search-button
{
  display: none;
}

#left-sidebar .gsc-search-box-tools .gsc-search-box .gsc-input
{
  padding-right: 0;
}

div.gsc-above-wrapper-area
{
  border-bottom: 1px solid #a4705a;
}

div.gsc-webResult.gsc-result, div.gsc-webResult.gsc-result:hover
{
  background: transparent;
  border: none;
}
