/* CSS Document */

*
{
	margin:0;
	padding:0;
}

/* BEGIN GENERAL SETTINGS */

body, html
{
	background-image: url(../imgs/body_bg_degrad.jpg);
	background-repeat: repeat-x;
	background-color: #8B8F9F;/*#3F2F22;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

h1
{
	float:right;
	width:314px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
	text-align:right;
	font-weight:bold;
	color:#F8F4D5;
	margin:0px;
	padding:32px 0px 0px 0px;
}


h2
{
	color: /*#B40000*/ #CF750C;
	font-size: 1.2em;
	text-align: center;
	clear: both;
}

h3
{
	color: /*#7F1717*/ #BF8847;
	font-size: 1.1em;
	text-align: left;
	clear: both;
}

p
{
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: justify;
}

input[type="button"], input[type="submit"]
{
  background: url(../imgs/formbg.gif) bottom left repeat-x;
  margin-left: 33%;
  cursor: pointer;
  width: 30%;
}

a.davantage
{
	clear: both;
	float: right;
	color: #fff;
	font-weight: bold;
	background: url(../imgs/learn.jpg) center center no-repeat;
	text-decoration: none;
	font-size: 0.8em;
	width: 60px;
	padding: 0 25px 0 20px;
	margin: 25px 0 60px 0;
	line-height: 20px;
	height: 20px;
}

a:hover.davantage
{
	background: url(../imgs/learn_over.jpg) center center no-repeat;
}

/* END GENERAL SETTINGS */


#dvmaincontainer
{
	width:80%;
	margin:0 0 0 10%;
}
#dvmaincontainer #dvtopcontainer
{
	float:left;
	width:100%;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#dvtopcontainer #dvlogocontainer
{
	float:left;
	font-size:0px;
	margin:0px;
}

#dvtopcontainer
{
	width:324px;
	padding:0px 71px 0px 0px;
}

#dvlogocontainer
{
	background: url(../imgs/header-logoEls.png) top left no-repeat;
	width: 500px;
	height: 205px;
	padding: 0;
}

#dvlogocontainer h1
{
	display: none;
}

#dvtopcontainer #dvnavicontainer
{
	float:right;
	font-size:0px;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#dvnavicontainer img
{
	float:left;
	font-size:0px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#dvmaincontainer #dvbodycontainer
{
	float:left;
	width:100%;
	margin:-50px 0 0 0;
	padding:0px 0px 0px 0px;
}

#dvbodycontainer #dvbannerbgcontainer
{
	height: 175px;
	background-image: url(../imgs/header-left-trans.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin:0px;
}

#dvbannerright
{
	height: 175px;
	background: url(../imgs/header-trans.png) top right no-repeat;
	float:right;
	width: 496px;
}

#dvbodycontainer #dvcontentpanel
{
	float:left;
	width: 100%;
	background: #fff;
}
/* BEGIN LEFT PANEL SETTINGS */

#dvcontentpanel #dvleftpanel
{
	float:left;
	width:21%;
	margin:0px;
	padding: 0px 2% 0 2%;
	margin-top: -100px;
	min-height: 200px;
}

#dvleftpanel h2
{
	margin-top: 40px;
	background:url(../imgs/h2bg.jpg) center left repeat-x;
}

#dvleftpanel h2 span
{
	background-color: #fff;
	padding: 0 10px 0 10px;
}

#dvleftpanel ul
{
	border-left: 2px solid #ccc;
	list-style-type: none;
	margin: 0 0 60px 10px;
}

#dvleftpanel li
{
	margin: 10px 0 0 10px;
}

#dvleftpanel li a
{
	color: #4F4A4A;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#dvleftpanel li a:hover
{
	background-color: #B40000;
	color: #fff;
}

#dvleftpanel p
{
	padding: 5px;
}

#dvleftpanel p img
{
	margin: 5px;
	float: left;
}
/* END LEFT PANEL SETTINGS */

/* BEGIN RIGHT PANEL SETTINGS */
#dvcontentpanel #dvrightpanel
{
	float:left;
	width:71%;
	margin:0;
	background: #fff;
	padding: 2%;
}

#dvrightpanel h3
{
	background:url(../imgs/h2bg.jpg) center right repeat-x;
	margin-bottom: 20px;
}

#dvrightpanel h3 span
{
	background-color: #fff;
	padding: 0 25px 0 10px;
}

#dvrightpanel p
{
	padding: 0 0 10px 5px;
	color: #6F6F6F;
	text-align: justify;
}

#dvrightpanel p img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 15px auto;
	display: block;
}

#dvrightpanel p a
{
	font-style: italic;
	color: #7F4807; /*#CF1919;*/
	text-decoration: none;
}

#dvrightpanel p a:hover
{
	text-decoration: underline;
}

#liens_pre_next
{
	clear: both;
	width: 90%;
	text-align: right;
}

.page_prev
{
  margin-right: 25px;
  background: url(../imgs/control_prev-trans.png) no-repeat center left;
  padding-left: 20px;
}

.page_next
{
  margin-left: 25px;
  background: url(../imgs/control_next-trans.png) no-repeat center right;
  padding-right: 20px;
}

div#album table
{
	width: 90%;
	margin: 0 5% 0 5%;
}

div#album table td
{
	margin: 1%;
	text-align:center;
	width: 23%;
}

div#album p
{
	color: #ccc;
	text-align:center;
}

/* END RIGHT PANEL SETTINGS */

/* BEGIN FOOTER SETTINGS */
#dvmaincontainer #dvfootercontainer
{
	float:left;
	width:100%;
	padding:0px 0px 0px 0px;
	background:url(../imgs/bottom-right-trans.png) top right no-repeat;
}

#dvfootercontainer #dvfoottopleft
{
	float:left;
	width:3%;
	background:url(../imgs/bottom-left-trans.png) top left no-repeat;
	margin:0px;
	padding:0px 0px 50px 0px;
}

#dvfootercontainer #dvfoottopcenter
{
	float:left;
	width:95%;
	background:url(../imgs/bottom-fill.jpg) top right repeat-x;
	margin:0px 2% 0 0;
	padding:0px 0px 50px 0px;
}

#dvfoottopcenter p
{
	float:left;
	font-size:0.7em;
	text-align:center;
	color: #ccc; /*#938A82;*/
	margin:0px;
	padding:25px 0px 0px 20px;
}

#dvfoottopcenter p a
{
	text-decoration:none;
	color:#ccc;
	padding-left:5px;
	padding-right:5px;
}

#dvfoottopcenter p a:hover
{
	text-decoration:underline;
	color:#ccc;
}

#dvfoottopcenter #owner, #dvfoottopcenter #links, #dvfoottopcenter #rea
{
	margin-right: 6%;
}

#dvfoottopcenter #rea
{
	float: right;
}

.design
{
float:left;
width:154px;
margin:0px;
padding:0px;
font-size:0px;
padding-left:20px;
padding-top:13px;
}

/* END FOOTER SETTINGS */

/* BEGIN Commentaires SETTINGS */
#commentaires
{
	margin-top: 30px;
}

#commentaires h3 a
{
	background: url(../imgs/comment.png) center left no-repeat;
	padding-left: 20px;
	color: /*#7F1717*/ #BF8847;
	border-bottom: 1px dashed  #BF8847;
	text-decoration: none;
	font-size: 0.8em;
}

#commentaires h3 a:hover
{
	border-bottom: 1px solid  #BF8847;
}

#comment_feed a
{
	background: url(../imgs/newspaper_Feed.png) center left no-repeat;
	padding: 10px 0 10px 35px;
	height: 35px;
}

#commentaires fieldset
{
	margin-top: 15px;
	border: 1px solid #ccc;
	padding: 20px;
}

#commentaires legend
{
	padding: 0 10px 0 10px;
}

#commentaires input, #commentaires textarea
{
	border: 1px solid #ccc;
	color: #7F7F7F;
	width: 50%;
}

.oblig
{
	background: transparent url(../imgs/xedit-trans.png) no-repeat top right;
	background-color: #fff;
}

#commentaires .ok
{
  font-weight: bold;
  background: transparent url(../imgs/accept-trans.png) no-repeat center left;
  padding-left: 20px;
  line-height: 20px;
  color: #188F11;
  border-top: 1px dashed #188F11;
  border-bottom: 1px dashed #188F11;
}

#commentaires .warn
{
  font-weight: bold;
  background: transparent url(../imgs/Warning-trans.png) no-repeat center left;
  padding-left: 50px;
  padding-top: 20px;
  line-height: 32px;
  color: #8F1116;
  border-top: 1px dotted #8F1116;
  border-bottom: 1px dotted #8F1116;
  margin-top: 10px;
}

#commentaires .comment_info
{
	font-style: italic;
	margin-top: 10px;
	padding: 0 0 5px 0;
	font-size: 0.8em;
}

#commentaires .comment_info a
{
	font-weight: bold;
}

#commentaires .commentaire,#commentaires .com_webmaster
{
	margin: 5px 0 25px 10px;
	border-bottom: 1px dotted #ccc;
	background-color: #EFEFEF;
}

#commentaires .com_webmaster
{
	background-color: #BFBFBF;
	color: #000;
}

/* END Commentaires SETTINGS */


/*- Menu Tabs 1--------------------------- */


    #tabs1 {
      float:left;

	  background:#FAF6DB;
      font-size:15px;
      line-height:normal;
	  font-family:Helvetica, sans-serif;
	  font-weight:bold;
	  padding-top:10px;
	  padding-bottom:5px;
	  height:26px;
	  margin:0px;
	  line-height:normal;

	   /*   height:100%;Fix for MSIE peekaboo bug */

      }
    #tabs1 ul {
	  margin:0;
	 list-style:none;
	  float:left;
	 padding:0px;

      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
	  voice-family:"\"}\"";
	  line-height:16px;
	  height:25px;
	  float:left;


      }
    #tabs1 a {
      float:left;
      background:url("../imgs/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;

      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../imgs/tabright1.gif") no-repeat right top;
	  color:#2C1C0F;
      padding:3px 9px 6px 5px;
	  voice-family:"\"}\"";
	  padding-top:2px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFFFFF;

      }
    #tabs1 a:hover {
      background-position:0% -42px;
	   color:#FFFFFF;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
	   color:#FFFFFF;
      }

      #tabs1 #current a {
      	background-position:0% -42px;
		 color:#FFFFFF;
      }
      #tabs1 #current a span {
      	background-position:100% -42px;
		 color:#FFFFFF;
      }

	  /*-----------------------------Menu ------------------------------*/

	  img {
border: none;
}

/*- Menu Tabs 3--------------------------- */

    #tabs3 {
      float:left;
      width:362px;
      font-size:14px;
	  font-family:Arial, Helvetica, sans-serif;
      line-height:normal;
	  background:#FAF6DB;
	  font-weight:bold;



      }
    #tabs3 ul {
	  margin:0;
	  padding:10px 5px 5px 0px;
	  list-style:none;
	  line-height:21px;
      }
    #tabs3 li {
      display:inline;
      margin:0;
      padding:0;

      }
    #tabs3 a {
      float:left;
      background:url("../imgs/tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabs3 a span {
      float:left;
      display:block;
      background:url("../imgs/tabright3.gif") no-repeat right top;
      padding:7px 0px 4px 0px;
      color:#2C1B11;
	  line-height:14px;
	  height:20px;
      }
	    #tabs3 a span {float:none;
		border:1px solid red;}
    /* Commented Backslash Hack hides rule fr
	om IE5-Mac \*/
    #tabs3 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs3 a:hover span {
      color:#FFF;
      }
    #tabs3 a:hover {
      background-position:0% -42px;
      }
    #tabs3 a:hover span {
      background-position:100% -42px;
      }

      #tabs3 #current a {
      	background-position:0% -42px;
		color:#FFFFFF
      }
      #tabs3 #current a span {
      	background-position:100% -42px;
		color:#FFFFFF
      }
