* {
  margin:0;
  padding:0;
}

body {
  font-family:Arial, sans-serif;
  font-size:12px;
  background:#3C0005 url(/images/bg.jpg) no-repeat top center;
  color:white;
  width:1002px;
  margin:auto;
}

body, td, pre {
  font-size:12px;
}

img {
  vertical-align:top;
}

a {
  color:white;
}

a img {
  border:none;
}

.rose {
  color:#FC0051;
}

h1  {
  color:#FC0051;
  font-size:16px;
}

h2 {
  color:#FC0051;
  font-size:14px;
}

h3 {
  color:#FC0051;
  font-size:16px;
  border-width:0 0 1px 0;
  border-style:dotted;
  border-color:white;
  padding-bottom:5px;
  margin-bottom:5px;
}

#header, #footer {
  margin:auto;
}

#header {
  position:relative;
  width:1002px;
  padding:5px 0;
  height:252px;
}

#logo {
  position:absolute;
  top:5px;
  left:0;
  z-index:10;
}

#slideshow {
  display:block;
  list-style:none;
  visibility:hidden;
}

#slideshow li {
  position:absolute;
  width:100%;
  text-align:right;
}

#menu {
  display:block;
  position:relative;
  z-index:20;
  list-style:none;
  width:1002px;
  height:32px;
  margin:auto;
  background:transparent url(/images/bg_menu.png) no-repeat top left;
  border-width:0 0 1px 0;
  border-style:solid;
  border-color:#8B8380;
  font-weight:bold;
}

#menu li {
  display:block;
  position:relative;
}

#menu ul {
  display:block;
  list-style:none;
}

#menu > li > a, #menu > li > ul > li > a  {
  float:left;
}

#menu a {
  display:block;
  text-decoration:none;
  padding:0 10px 0 10px;
}

#menu > li, #menu > li > ul > li {
  line-height:32px;
  float:left;
}

#menu > li.first:after, #menu > li > ul > li:after {
  display: block;
  float:left;
  content:"";
  background:transparent url(/images/sep_menu.png) no-repeat top right;
  width:1px;
  height:32px;
}

#menu a.plus {
  position:absolute;
  top:0;
  left:-40px;
}

#menu > li.first:hover,
#menu > li > ul > li:hover,
#menu > li.on ,
#menu > li > ul > li.on
{
  background:transparent url(/images/bg_menu_on.png) no-repeat center top;
}

#menu > li:first-child > ul > li:first-child:hover,
#menu > li:first-child > ul > li:first-child.on
{
  background:transparent url(/images/bg_menu_on.png) no-repeat left top;
}

#menu > li:first-child > ul > li:last-child {
  padding:0;
}

#menu > li.last:hover > a,
#menu > li.last.on > a
{
  background:transparent url(/images/bg_menu_on.png) no-repeat top right;
}

#menu a.text_plain:hover {
  opacity:1;
  background-color:transparent;
  color:inherit;
}

#menu > li > ul > li ul {
  min-width:100%;
  background-color:white;
  border:1px solid #303030;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
}

#menu > li > ul > li > ul li {
  width:100%;
}

#menu > li > ul > li > ul > li a {
  line-height:normal;
  color:black;
  font-weight:normal;
  margin:0 10px;
  padding:5px 0 6px 0;
  background:transparent url(/images/sep_menu2.png) repeat-x bottom left;
}

#menu > li > ul > li > ul li:hover > a,
#menu > li > ul > li > ul li:hover > a.text_plain,
#menu > li > ul > li > ul li.on > a,
#menu > li > ul > li > ul li.on > a.text_plain
{
  color:#FC0051;
}

#menu > li > ul > li > ul {
  display:none;
  position:absolute;
  top:100%;
  left:-1px;
}

#menu > li > ul > li > ul > li ul {
  display:none;
  position:absolute;
  top:-1px;
  left:100%;
}

#menu > li > ul > li:hover > ul {
  display:block;
}

#menu > li > ul > li > ul li:hover > ul {
  display:block;
}

#menu li.right {
  float:right;
}

#menu > li.last {
  background:none;
  padding:0;
}

#middle {
  position:relative;
  float:left;
  z-index:10;
  width:962px;
  min-height:250px;
  margin:auto;
  padding:12px 20px 10px 20px;
  background-color:#170600;
}

#left {
  position:relative;
  z-index:10;
  float:left;
  width:676px;
}

#wysiwyg ul, #resume ul {
  list-style-image:url(/images/puce.png);
  list-style-position:inside;
}

#wysiwyg ul.puce2, #resume ul.puce2, #wysiwyg ul li.puce2, #resume ul li.puce2 {
  list-style-image:url(/images/puce2.png);
}

#right {
  position:relative;
  z-index:9;
  margin-left:696px;
  width:266px;
  margin-bottom:206px;
}

#inscrivez-vous {
  display:block;
  position:absolute;
  bottom:0;
  right:0;
}

#footer {
  clear:both;
  width:1002px;
  background:#170600 url(/images/bg_footer.jpg) no-repeat top left;
  min-height:221px;
}

#footer_content {
  padding:20px;
}

#jquery-overlay {
  width:100%;
}

#phototheque, #dirs {
  display:block;
  list-style:none;
}

#dirs {
  float:left;
  width:165px;
}

#dirs a {
  font-weight:bold;
}

#dirs a:hover, #dirs a.on {
  color:#FC0051;
}

#phototheque {
  float:left;
  width:510px;
  border-width:0 0 0 1px;
  border-style:dotted;
  border-color:white;
}

#phototheque a, #dirs a {
  text-decoration:none;
}

#phototheque li {
  display:block;
  list-style:none;
  float:left;
  width:170px;
  height:170px;
}

#phototheque li a {
  display:block;
  height:160px;
  padding:5px;
  text-align:center;
  border-width:0 1px 1px 0;
  border-style:dotted;
  border-color:white;
}

#phototheque li a img {
  display:block;
  margin:auto;
}

/* contact */

#contact {
  display:block;
  width:400px;
  text-align:right;
  margin-left:150px;
}

#contact ul {
  display:block;
  list-style:none;
}

#contact ul li {
  padding:.5em 0;
}

#contact ul li label {
  vertical-align:top;
}

#contact ul li.error_message {
  text-align:left;
  font-weight:bold;
  font-size:10px;
  color:red;
}

#contact ul li.question {
  text-align:center;
  font-weight:bold;
}

#contact ul li address {
  text-align:center;
  font-style:normal;
}

#contact input, #contact textarea, #contact select {
  border:1px solid #92979A;
  width:300px;
}

#contact input#envoyer {
  width:auto;
}

address {
  display:block;
  font-style:normal;
}

body#wysiwyg, body#resume {
  background-color:black;
  background-image:none;
  color:white;
  width:auto;
}

body#footer_content {
  padding:20px;
  background:#170600 url(/images/bg_footer.jpg) no-repeat top left;
}

.bordure {
  border:1px solid white;
  padding:5px 8px;
}

.bordureimage {
  border:1px solid white;
}

#wysiwyg ul li.pointille_h,
#resume ul li.pointille_h,
#wysiwyg .pointille_h,
#resume .pointille_h{
  border-width:0 0 1px 0;
  border-style:dotted;
  border-color:white;
  padding-bottom:5px;
  margin-bottom:5px;
}

#wysiwyg ul li.pointille_v,
#resume ul li.pointille_v,
#wysiwyg .pointille_v,
#resume .pointille_v {
  border-width:0 1px 0 0;
  border-style:dotted;
  border-color:white;
  padding-right:5px;
  margin-right:5px;
}

.centre {
  display:block;
  margin:auto;
}

#path {
  display:none;
}