/* CSS Document */
body {
  background-color: #FFFFFF;
  margin : 0px;
  padding : 0px;
  text-align: center;
  font-family:verdana,times,sans-serif;
  font-size:10pt;
}

#mainpage {
  margin-left : auto;
  margin-right : auto;
  top: 0px;
  width : 827px;
}

#head {
  height: 2em;
  line-height: 2em;
  width : 827px;
  color: #cfc0c5;
  font-size: 0.6em;
}

#head b {
  color: #875768;
}

#page {
  text-align: left;
  background-repeat: no-repeat;
  width : 827px;
  height: 500px;
}

#content {
  color:white;
  margin-left:350px;
}

.default {
  background-image: url(../media/page/fondarticle.jpg);
}

.intro {
  background-image: url(../media/page/fondarticle.jpg);
}

.edition {
  background-image: url(../media/page/editionimpression.jpg);
}

.site {
  background-image: url(../media/page/sitesinternet.jpg);
}

.enseignes {
  background-image: url(../media/page/enseigne.jpg);
}

.merchandising {
  background-image: url(../media/page/merchandising.jpg);
}

.communication {
  background-image: url(../media/page/comvisuelle1.jpg);
}

#foot {
  margin-top:0.5em;
}

/* ddmenu */

#ddmenu {
  position:relative;
  text-transform: uppercase;
  border-top: 1px solid #eb8509;
  border-bottom: 1px solid #eb8509;
  text-align:center;
  width : 827px;
  line-height: 22px;
  font-size: 0.6em;
  height:22px;
}


#ddmenu ul.mainmenu a {
  background-color: white;
  color:#850909;
}
#ddmenu ul.mainmenu .ddmenuActive {
  background-color: #dcc5cd;
}
#ddmenu ul.submenu a {
  border: 1px solid #eb8509;
  color:#850909;
}

#ddmenu ul.mainmenu a:hover {
  background: #dcc5cd;
  color:#850909;
}

#ddmenu li.persistHover,
#ddmenu a.persistHover
{
  background: #dcc5cd;
  color:#850909;
}

