/* 
    Document   : style_CERN
    Created on : 9 oct. 2012, 15:45:36
    Author     : LEGALLIOT
    Description:
        Purpose of the stylesheet follows.
*/

body{
    background-color: #142f97;
    background-image: url(images/Background.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: arial;
    font-size: 16px
      }
.alignleft{
          border-width: 2px;
          border-style: dotted;
          border-color: darkblue;
          float: left;
          border-radius: 10px;
          background: #DBE1E0;
          margin: 15px;
          padding: 4px;
          width: 200px;
      }
.alignright{
          border-width: 2px;
          border-style: dotted;
          border-color: darkblue;
          float: right;
          border-radius: 10px;
          background: #DBE1E0;
          margin: 15px;
          padding: 4px;
          width: 200px;
          
      }
      h2{
          color: darkblue;
          font-weight: bold;
          font-size: 150%;
          padding-top: 12px;          
      }
      h3{
          color: darkblue;
          font-size: 120%;
          font-weight: normal;
      }
      h4{
          color: darkblue;
          font-size: 90%;
          font-weight: normal;
          line-height: 130%;
          
      }
      hr{
          width: 50%;
          margin-left: 0px;
      }
      p{
          font-size: 90%;
          line-height: 130%;
          text-align: justify;
          text-indent: 2pt;
      }
      li{
          list-style-image: url(images/PUCE.GIF);
          font-size: 90%;
          line-height: 150%;
      }
      figcaption{
          font-size: 80%;
          margin: 0px;
          padding: 0px;
      }
      section{
          width: 800px;
          background: white url(images/BackMiddle.gif) top left repeat-y;
          padding: 0px;
          margin: auto;
      }
      header{
          background: white url(images/linetwopoints.gif) bottom left repeat-x;
          width: 780px;
          padding: 10px;
          margin: auto
      }
      footer{
          width: 800px;
          height: 20px;
          background: white url(images/twopoints.gif) top left repeat-x;
          margin: auto;
          padding-bottom: 12px;
          padding-top: 12px;
          text-align: center;
          font-size: x-small;
      }
      article{
          padding: 20px
      }
      p:first-letter{
          font-family: fantasy;
          font-size: 150%;
          font-weight: bold;
          color: darkblue;
      }
      a:link{
          color: darkblue;
          text-decoration: underline;
      }
      a:visited{
          color: darkgrey;
          text-decoration: underline;
      }
      a:hover{
          color: darkgrey;
          text-decoration: blink;
      }