p {
  text-align: justify;
}

/* AJOUT POUR L AFFICHAGE DES PAGES ET PARAGRAPHES */

div.paragraph_extract_content
{
  float: left;
  margin-bottom: 10px;
  width: 680px;
  position: relative;
}

div.paragraph_extract_content div.picture_div
{
  float: left;
  text-align: right;
  width: 110px;
}

div.paragraph_extract_content div.content_div
{
  margin-left: 10px;
  float: left;
  width: 540px;
}

div.paragraph_extract_content span.link_extract
{
  position: absolute;
  bottom: 5px;
  left: 630px;
}

div.paragraph_content
{
  float: left;
  margin-bottom: 10px;
  width: 680px;
}

div.paragraph_content div.picture_div
{
  float: left;
  width: 200px;
}


/* ADDED */

  /* PAGE */

#bottomPage
{
  width: 682px;
  float: left;
}

#bottomPage #leftPage
{
  float: left;
  width: 225px;
}

#bottomPage #centralPage
{
  text-align: center;
  float: left;
  width: 200px;
  margin: 0px 15px;
}

#bottomPage #rightPage
{
  float: right;
  width: 225px;
}

  /* MENU */

#colGauche #menu li a:hover, #colGauche #menu li a:focus, #colGauche #menu li.current ul li.current a {
    color: #FF7800;
}

#colGauche #accesRapide a.logement.current {
    background: url(/images/theme/picto-logement-on.png) no-repeat 0 0px;
}

#colGauche #accesRapide a.infos.current {
    background-image: url(/images/theme/picto-informations-on.png);
}

#colGauche #accesRapide a.mailing.current {
    background-image: url(/images/theme/picto-mailing-on.png);
}

#colGauche #accesRapide a.liens.current {
    background-image: url(/images/theme/picto-liens-utiles-on.png);
}

#colGauche #accesRapide a.current {
    color: #ff7800;
    text-decoration: none;
}

  /* Forms */

span.error_field {
  color: red;
}

/*  announcement */

img.pictogram_icon {
  padding-right: 8px;
}

strong.title {
  color:#FF7800;
}

/* popup */

div#popup_success
{
  z-index: 1;
  width: 400px;
  height: auto;
  position: absolute;
  background-color: white;
  display: none;
  border: 5px solid #FF7800;
  padding-bottom: 15px;
}

div#popup_close
{
  color: #FF7800;
  float: left;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  padding-top: 2px;
  padding-right: 2px;
  height: 15px;
  width: 398px;
}

div#popup_content
{
  float: left;
  width: 380px;
  line-height: 15px;
  padding: 0px 10px;
  color: #7D6969;
  font-size: 12px;
}

/* menu */
#js #colGauche #menu li ul {
  display: none
}

#js #colGauche #menu li.current ul {
  display: block
}


/* carrousel */

#content .blocPhotoAnnonce .photoBig img.current {
  margin: auto;
}