@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "typo.css"; /* Contient H1, h2, etc */
@import "lien.css";
@import "logo.css";
@import "encart.css";
@import "slideshow.css";
@import "../colorbox/colorbox.css";
@import "jd.gallery.css";
@import "ReMooz.css";

/*------------------------------------------------*
 *---  www.pointille.fr - agence web 12-05-2011 --*
 *------------------------------------------------*/
 
/*------------------------------------------------------*
*-- utilisation de l'unité em pour la taille de la typo et la largeur du contenu de la page
*------------------------------------------------------*/

/*toutes les balises ont des marges internes et externes à 0*/
* {
margin: 0;
padding: 0;
}

/*html {
 font-size: 75%;
}
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;/*fixe la taille de la typo pour IE*/
	background: #caf3f4 url(../images/deco/bg-repeat.jpg) repeat-x fixed left top;
	color: #000;
	text-align: center;
}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}

 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/

#general{
	margin:0 auto;
	width:97%;
	max-width: 1850px;
	background: transparent url(../images/deco/bg-drt.jpg) no-repeat fixed 93% top;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:32%;
	background: transparent url(../images/deco/bg-gauche.jpg) no-repeat fixed 5% top;
	padding-bottom: 9em;
}

/*///    partie du centre   ///*/
#middle_content{
width:55%;	
float:right;
padding: 0 8em 8em 0;
}

#middle_content div.fd-noir {
	margin: 0.5em 1em 0.5em 0;
	text-align: justify;
	width:69%;
	background: #000 url(../images/deco/bg-encart.jpg) repeat-x left top;
	padding: 2em;
	color: #ECECEC;
	border: 1px #7C7C7C solid;
	-moz-box-shadow: 0px 0px 57px #C1C1C1;
	-webkit-box-shadow: 0px 0px 57px #C1C1C1;
	box-shadow: 0px 0px 57px #C1C1C1;
}
#book #middle_content div.fd-noir {
	float: left;
	width: 30%;
	margin-top: 0;
}
#middle_content div.fd-noir p{
	margin: 0 0 0.7em;
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.26em;
}
a.btn-encart {
background: transparent url(../images/deco/bg-btn-lien.gif) no-repeat right top;
padding:0.4em 1.2em 0 0;
-moz-text-shadow: 0px 0px 4px #fff;
-webkit-text-shadow: 0px 0px 4px #fff; 	
text-shadow: 0px 0px 4px #fff;
font-variant: small-caps;
text-transform:capitalize;
}
a.btn-encart:hover{
background: transparent url(../images/deco/bg-btn-lien-hover.gif) no-repeat right top;
text-decoration: none;
-moz-text-shadow: 0px 0px 6px #C1C1C1;
-webkit-text-shadow: 0px 0px 6px #C1C1C1;
text-shadow: 0px 0px 6px #C1C1C1;
}

#book a.btn-encart {
display: inline-block;
color: #ccffff;
}
#book a.btn-encart:hover {
display: inline-block;
color: #FFF;
}

#middle_content p{
font-size: 1.1em
}
#middle_content ul{
	margin: 1em 0;
	font-size:1.1em;
	letter-spacing:0.05em;
	padding: 1em;
	border: 1px solid #666;
}
#middle_content ul.descriptif {
	margin: 0 0 0.8em;
}
#middle_content li{
	margin-bottom: 0.1em;
	list-style-position: inside;
	
}

.image-droite {
   float:right;
   margin: 0em 0 2em 2em;
   border: 3px double #ECECEC;
}
.image-gauche {
   float:left;
} 
.image-centre {
   margin:2em auto;
   text-align: center;
   width: 100%;
}

#mentions dl {
margin: 1em 0;
font-size: 1.2em;
letter-spacing:0.05em;
	padding: 1em;
	border: 1px solid #666;
}
/*Bas de page  FOOTER*/
#footer-boule {
clear: both;
width: auto;
margin: 1.5em auto;
}

#footer{
	float:left;
	margin: 0.5em 0 2em 9%;
	padding:1.7em 0em 2.3em 2.8em;
	width:41.5em;
	text-align: left;
	background: #000 url(../images/deco/bg-encart.jpg) repeat-x left top;
	color: #7C7C7C;
	font-size: 1em;
	letter-spacing: 0.03em;
	border: 1px #7C7C7C solid;
}
#footer ul {
	list-style:none;
}
#footer ul li {
	float: left;
	margin: 1em 0 0;
}
#footer ul li a{
	text-decoration: none;
	padding: 0.3em 0.5em 0.5em;
	color: #7C7C7C;
	border-top:3px double #000;
	border-bottom:1px solid #000;
}
#footer ul li a:hover{
	text-decoration: none;
	color:#ECECEC;
	border-top:3px double #ECECEC;
	border-bottom:1px solid #ECECEC;
}
#footer li a.menu_actif{
	text-decoration: none;
	color:#C4C4C4;
	border-top:3px double #C4C4C4;
	border-bottom:1px solid #C4C4C4;
}
.adr {
margin: 0 0 0 0.45em;
padding-top: 1.85em;
clear: both;
letter-spacing: 0.03em;
font-weight: bold;
font-variant:small-caps;
line-height: 1.35em;
}
/*classe clear*/
.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   font-size: 0;
   line-height: 0;
}
/*---------------media queries--------------------*/
@media screen and (max-width:1000px) {
/*	  style ECRAN 1000px
*/
#middle_content {
    padding: 0 6em 8em 0;
}
#middle_content div.fd-noir {
    width: 82%;
	margin: 0.5em 1em 0.5em 0;
}

}
@media screen and (max-width:900px) {
/*	  style ECRAN 900px
*/
#left_content {
    width: 39%;
}
#middle_content {
    padding: 0 0 8em 0;
    width: 60%;
}
}
@media screen and (max-width:710px) {
/*	  style ECRAN 900px
*/
#left_content {
    width: 41%;
}
#middle_content {
    width: 59%;
}
}
@media screen and (max-width:700px) {
/*	  style ECRAN 900px
*/
#left_content {
	float: inherit;
	margin: 0 auto;
	width: 95%;
	padding-bottom: 1em;
}
#middle_content {
    float: inherit;
	margin: 0 auto;
	padding: 0;
	width: 95%;
	clear: both;
}
#middle_content ul.menu_horizontal {
    margin-bottom: 3em;
}
#slideshow, .slideshow, #slideshow-book {
    float: left;
}
h2#logo {
    clear: inherit;
}
#middle_content div.fd-noir {
    width: auto;
	margin: 0.5em 0;
}
#middle_content ul.menu_horizontal {
    position: absolute;
    right: 35px;
    top: 163px;
}
.no-portable {
	display: none;
}
ul.menu_horizontal {
    clear: none;
}
ul#boule-encart {
    margin: 0;
	float: inherit;
}
ul#boule-encart li {
	margin: 0;
	float: inherit;
}
#footer {
    margin: 0;
    padding: 1em;
    width: 95%;
}
}
@media screen and (max-width:647px) {
/*	  style ECRAN 900px
*/
#slideshow, .slideshow, #slideshow-book {
    float: inherit;
	margin: 1em auto;
}

ul.menu_horizontal {
    clear: inherit;
}
h2#logo {
    clear: inherit;
    float: inherit;
    margin: 1em auto 0;
}
ul.menu_horizontal {
    text-align: center;
    width: auto;
	margin-right: 0;
}
#middle_content ul.menu_horizontal {
    position: inherit;
    right: inherit;
    top: inherit;
	text-align: center;
    width: auto;
	margin: 2em auto;
}
 /* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
 img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
   max-width: 100%;
 }
/* conserver le ratio des images et empêcher les débordements de boîtes dûs aux border ou padding */
 img {
   height: auto; width: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
 }

 /* gestion des mots longs */
 textarea, table, td, th, code, pre, samp {
   word-wrap: break-word; /* passage à la ligne forcé */
   -webkit-hyphens: auto; /* césure propre */
   -moz-hyphens: auto;
   hyphens: auto;
 }
 code, pre, samp {
   white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
 }

 /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */
 element1, element2 {
   float: none !important;
   width: auto !important
 }

 /* masquer les éléments superflus */
 .hide_mobile {
   display: none !important;
 }

 /* Un message personnalisé */
 body:before {
   content: "Version mobile du site";
   display: block;
   color: #777;
   text-align: center;
   font-style: italic;
 }
 .menu_horizontal li {
	background-color: #999;
}
}
@media screen and (max-width:480px) {
/*	  style ECRAN 900px
*/
#middle_content ul.menu_horizontal {
    clear: none;
    text-align: center;
    width: auto;
    margin-right: 0;
}
#footer {
    width: auto;
}

}