/* -----------------------

   DIMLIGHT
   
   css sheet
   
   (c) JRD - VIII-2009

----------------------- */

/* @import url("dimlight_print.css") print; */


/* common */
/* ****** */

a, img {
   border: none;
   text-decoration: none;
   color: #AF7306; }

a:hover {
   color: #ffa500;
   text-shadow: 0px 0px 2px #ffa500; }

body {
   margin: auto;
   overflow: auto; 
   background: transparent;
   color: #222222;
   font-family: "Trebuchet MS","Arial",sans-serif;
   font-size: 12pt;
   text-align: center; }

div, p {
   margin: 0px;
   padding: 0px;
   border: 0px dotted #000000; }

p {
   padding: 15px; }

p.texte {
   font-size: 90%;
   text-align: justify;
   line-height: 15pt; }

#wrapper {
   width: 690px;
   min-height: 1024px;
   margin: auto;
   padding-left: 185px;
   padding-right: 185px;
   overflow: hidden;
   background: transparent url(images/ray_bg.png) top center repeat-y; }

#header {
   padding: 25px;
   background: transparent; }

#menu {
   background: transparent;
   overflow: hidden;
   height: 55px;
   text-align: center;
   font-weight: bold; }

#menu a {
   color: #000000;
   text-shadow: 1px 1px 5px #555555; }

#menu a:hover {
   color: #ffa500; }

#content {
   min-height: 425px;
   background: transparent;
   padding-top: 20px;
   padding-bottom: 20px;
   border-top: 1px dotted #64502d;
   border-bottom: 1px dotted #64502d;
   overflow: hidden; }

#footer {
   background: transparent;
   overflow: hidden;
   color: #777777;
   text-align: center;
   font-size: 75%; }

#footer p.booold {
   color: #000000;
   font-weight: bold;
   font-size: 12pt;
   text-shadow: 1px 1px 5px #999999; }

/* productions page */
/* **************** */

.site {
   width: 95%;
   height: 150px;
   margin: auto;
   margin-top: 30px;
   margin-bottom: 30px;
   padding: 15px;
   font-size: 90%;
   text-align: justify; }

.site img {
   float: left;
   margin-right: 25px;
   margin-top: -20px; }

.site a {
   border-bottom: none;
   text-decoration: none; }


/* contact page */
/* ************ */

label {
   font-size: 90%;
   font-weight: normal; }

fieldset {
   padding-left: 30px;
   margin-top: 25px;
   margin-bottom: 25px;
   border: 0px dotted #64502d;
   font-size: 90%;
   text-align: left; }

#confirm {
   margin: 30px; }

.legal {
   font-size: 75%; }


/* misc */
/* **** */

#stamp {
   font-size: 10px;
   color: transparent;
   font-family: "Courrier New",monospace;
   text-align: center;
   font-weight: bold; }



