/* General */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img {margin:0;padding:0;border:0;}
body {
	min-width: 760px;
	background-image: url("../img/back.gif");
	font-family: "Arial";
}
p { font-size : 0.8em; color: black; }
a { color: #0a3263; text-decoration: underline; }
a:hover { color: #DD8B1F; text-decoration: none; }
h1 {	font-family: "Tahoma"; font-size: 1.4em; color: #000000; font-weight: normal; text-decoration: none; }
h2,h3 {	font-family: "Arial"; font-size: 1em; }
h4 { text-align: center;}
.notice { font-size: 0.8em; color: #5AB0CF; }
#corps {	width: 100%; background-color: #FFF0CF; }
.astuce { clear: left; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.rouge { color: red; }
.orange { color: #DD8B1F; }
.noir { color: black; }
.blanc {color: white;}
.bleu {color: #74aacf;}
.droite { float: right; }
.gauche { float: left; }

.lien_orange { color: #DD8B1F; text-decoration: none; background-color: white;}
.lien_orange:hover { color: #0a3263;}
.lien_bleu { color: #0a3263; text-decoration: none; }

.jmsanscpt {
  width: 55px;
  height: 20px;
  overflow: hidden;
}

.jmsanscpt .fb_iframe_widget span {
  width: 55px !important;
}

.jmsanscpt .fb_iframe_widget iframe {
  width: 55px !important;
  position: relative !important;
}

/* Menu clic droit */
.ejs_context_menuitems{padding-left:10px; padding-right:7px; }
 #ejs_context_box  {
z-index : 500;
position : absolute;
width : 290px;
border : 1px solid #5d5d61;
background-color : #ffffff;
font-family : Microsoft sans serif;
font-size : 12px;
cursor : default;
visibility : hidden;
}
 #ejs_context_ombre  {
z-index : 400;
position : absolute;
width : 290px;
border : 1px solid #5d5d61;
background-color : #5d5d61;
font-family : Microsoft sans serif;
font-size : 12px;
color : #5d5d61;
cursor : default;
visibility : hidden;
}

/* Formulaire */
form {padding:3px 0;}
form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
form.formulaire label {
	display: inline;
	float: left;
	width: 120px;
	margin:0 5px 0 5px;
}
form p {
  padding:2px 0;
  border-bottom:0px solid;
  border-color:white;
}
form hr {
	color: #9F9F9F;
	background-color: #9F9F9F;
	height: 3px;
	border: 0;
}
form input, textarea {
	padding: 2px;
	border: 1px solid;
	border-color: #DCDCDC #6F6F6F #6F6F6F #DCDCDC;
	background-color: #FAFAFA;
}
form .button {
	width:120px;
	font-weight:bold;
	margin-left: 135px;
	border-bottom:1px solid;
	border-color:white #CCCCCC #CCCCCC white;
	background-color:#DDDDDD;
}
form .button2 {
	width:50px;
	font-weight:bold;
	margin-left: 20px;
	border-bottom:1px solid;
	border-color:white #CCCCCC #CCCCCC white;
	background-color:#BFBFBF;
}
form .button3 {
	width:100px;
	font-weight:bold;
	text-align: center;
	margin-left: 5px;
	border-bottom:1px solid;
	border-color:white #CCCCCC #CCCCCC white;
	background-color:#BFBFBF;
}

/* L'en-tête */
#entete {
	position: relative;
	height: 230px;
	background-color: white;
	padding-bottom: 1px;
	padding-left: 1px;
}
#entete_small {
   height: 62px;   
   background-color: white;
   margin-bottom: 1px;
}
#titre_small {
	position: absolute;
	left: 30px;
	top: 1px;
}
#pub_small {
	position: absolute;
	left: 25px;
	top: 48px;
}
#entete_photo {
	background-color: green;
	border: 1px;
}
#entete_photo img {
	position: absolute;
	bottom: 1px;
	left: 1px;
}
#entete_photo p {
	position: absolute;
	bottom: -15px;
}
.titre {
	position: relative;
	margin-left: 250px;
}
.titre_haut {
  height: 20px;
  text-align: right;
  vertical-align: middle;
  margin-right:0px;
  margin-top: 1px;
}
.titre_haut ul {
     margin : 0;
     padding : 2px 1em 2px 0;
	 font-size : 0.8em;
     list-style-type : none;
}
.titre_haut ul li {
     display: inline;
     padding : 2px 0;
}
.titre_haut ul li a {
    padding : 1px 0.25em 1px 0.5em;
	text-decoration: underline;
	font-style: normal;
}
.titre_haut ul li a:hover {
	font-style: normal;
}

/* Le menu */
#menu {
	font-family: Arial;
     background-color: #DFDFDF;
     font-weight : bold;
     font-size : 0.9em;
     text-align: right;
     margin-bottom: 1px;
}
#menu ul {
     margin : 0;
     padding : 2px 1em 2px 0;
     list-style-type : none;
}
#menu ul li {
     display: inline;
     padding : 2px 0;
}
#menu ul li a {
     color: #0a3263;
     text-decoration: none;
     padding : 2px 1em 2px 1em;
     border-left: 1px solid #fff;
}
#menu ul li a:hover {
	color: #DD8B1F;
    border-left: 1px solid #fff;
}
#menu a:active, a:focus {
     border-left: 1px solid #fff;
}

/* Guide */
#guide {
  height: 10px;
  text-align: left;
  vertical-align: middle;
  margin-left:2px;
  margin-top: 1px;
  margin-bottom: 10px;
}
#guide ul {
     margin : 0;
     padding : 2px 1em 2px 0;
	 font-size : 0.8em;
     list-style-type : none;
}
#guide ul li {
     display: inline;
}
#guide ul li a {
    padding : 1px 0.25em 1px 0.5em;
}

/* Bouton inscription */
#bouton_inscription {
	position: absolute;
	right: 30px;
	top: 155px;
}
a.inscription {
     display: block;
     width: 200px;
     height: 25px;
     background-image: url('../img/inscription_fr_off.png');
     background-repeat: no-repeat;
}
a.inscription:hover { background-image: url('../img/inscription_fr_on.png'); }
a.nouveau {
     display: block;
	 float: left;
     width: 80px;
     height: 16px;
     background-image: url('../img/nouveau_fr_off.png');
     background-repeat: no-repeat;
}
a.nouveau:hover { background-image: url('../img/nouveau_fr_on.png'); }
a.jecreemoncompte {
     display: block;
     width: 200px;
     height: 16px;
     background-image: url('../img/jecreemoncompte_fr_off.png');
     background-repeat: no-repeat;
}
a.jecreemoncompte:hover { background-image: url('../img/jecreemoncompte_fr_on.png'); }
a.jemidentifie {
     display: block;
     width: 200px;
     height: 16px;
     background-image: url('../img/jemidentifie_fr_off.png');
     background-repeat: no-repeat;
}
a.jemidentifie:hover { background-image: url('../img/jemidentifie_fr_on.png'); }
a.touslesartistes {
     display: block;
     width: 140px;
     height: 16px;
     background-image: url('../img/touslesartistes_fr_off.png');
     background-repeat: no-repeat;
}
a.touslesartistes:hover { background-image: url('../img/touslesartistes_fr_on.png'); }
a.touteslesoeuvres {
     display: block;
     width: 150px;
     height: 16px;
     background-image: url('../img/touteslesoeuvres_fr_off.png');
     background-repeat: no-repeat;
}
a.touteslesoeuvres:hover { background-image: url('../img/touteslesoeuvres_fr_on.png'); }
a.nosformules {
     display: block;
     width: 160px;
     height: 25px;
     background-image: url('../img/nosformules_fr_off.png');
     background-repeat: no-repeat;
}
a.nosformules:hover { background-image: url('../img/nosformules_fr_on.png'); }
a.SpecialExpos {
     display: block;
     width: 170px;
     height: 25px;
     background-image: url('../img/SpecialExpos_fr_off.png');
     background-repeat: no-repeat;
}
a.SpecialExpos:hover { background-image: url('../img/SpecialExpos_fr_on.png'); }
a.formulePROMO {
     display: block;
     width: 180px;
     height: 25px;
     background-image: url('../img/formulePROMO_fr_off.png');
     background-repeat: no-repeat;
}
a.formulePROMO:hover { background-image: url('../img/formulePROMO_fr_on.png'); }
a.optionCOPYRIGHT {
     display: block;
     width: 200px;
     height: 25px;
     background-image: url('../img/optionCOPYRIGHT_fr_off.png');
     background-repeat: no-repeat;
}
a.optionCOPYRIGHT:hover { background-image: url('../img/optionCOPYRIGHT_fr_on.png'); }
a.sabonner {
     display: block;
     width: 120px;
     height: 25px;
     background-image: url('../img/sabonner_fr_off.png');
     background-repeat: no-repeat;
}
a.sabonner:hover { background-image: url('../img/sabonner_fr_on.png'); }
.precharge { display: none; }

/* Accueil */
#conteneur {
	margin: auto;
	width: 100%;
	padding-top: 10px;
}
#conteneur_vitrine {
	float: left;
	width: 60%;
}
#conteneur_cquoi {
	float: left;
	width: 40%;
	text-align: left;
	padding-top: 10px;
}
#cquoi {
	height: 330px;
}
#cquoi p {
	padding: 5px;
	font-size: 0.9em;
	color: #0a3263;
}
#cquoi hr {
	color: #9F9F9F;
	background-color: #9F9F9F;
	width: 100px;
	height: 1px;
	border: 0;
}
#cquoi form {
	margin-left: 200px;
}
#vitrine {
	margin: auto;
	width: 490px;
	background-color: black;
}
#vitrine_titre {
	height: 25px;
	text-align: center;
	background-color: #BFBFBF;
	border: 1px solid #6F6F6F;
	border-bottom: 2px solid black;
}
#vitrine_pied {
	font-size: 0.9em;
	background-color: #FFF0CF;
	border-top: 2px solid black;
}
#vitrine h2 {
	height: 25px;
	float: left;
	font-size: 1.2em;
	background-color: white;
	border-right: 1px solid #6F6F6F;
	padding-left: 10px;
	padding-right: 10px;
}
#hd_infos {float: right; width:90px; text-align: left; margin-top: 10px; color:#ffc98f; font-size: 0.8em;}
.hd {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    height: 300px;
}
.hd * {
    vertical-align: middle;
}

#small {float: left; width:80px; height:80px; padding-left: 2px; padding-right: 2px;}
.small_text {color: white; margin-top: 0px; text-align: center; font-size: 0.6em; height:20px}
.membre {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.membre img {
	margin-left: 10px;
	margin-right: 10px;
}
/* Suivi */
#suivi_choix {
	float: left;
	margin: 10px;
	margin-top: 20px;
	width: 17%;
}
#suivi_liste {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 20%;
	width: 75%;
	text-align: center;
}
.suivi_cadre {
	padding: 5px;
	background-color: #DFDFDF;
	border: 1px solid #CFCFCF;
}
#conteneur_suivi {
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 5px;
	margin: auto;
	width: 90%;
	text-align: left;
}
.contenu_suivi {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #CFCFCF;
}
.contenu_suivi h2 {
	background-color: #C0C0C0;
	font-size:1.2em;
	margin-bottom: 2px;
}
.liste_suivi {
	margin: auto;
	height: 120px;
	overflow: auto;
	width: 99%;
	white-space: nowrap;
}
.suivi {
	float: left;
	width: 170px;
	height: 190px;
	margin-top: 30px;
}
.suivi p {
	font-size: 0.8em;
	text-align: center;
}

/* Inscription */
#inscription_form {
	float: left;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
}
#inscription_comm {
	float: right;
	width: 30%;
	margin-top: 15px;
	margin-right: 2%;
}
.cadre_blanc {
	padding: 5px;
	background-color: white;
	border: 1px solid #CFCFCF;
}
.cadre_gris {
	padding: 5px;
	background-color: #DFDFDF;
	border: 1px solid #CFCFCF;
}
.cadre_gris h3 {
	text-align: left;
}
.erreur {
	background-color: #FF7F7F;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 0.9em;
}
.ok {
	background-color: #7FFFC0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

/* Acces membre */
#accesmembre_form {
	float: right;
	width: 400px;
	margin-top: 10px;
	margin-right: 2%;
    font-size: 0.9em;
}
#accesmembre_comm {
	width: 40%;
	padding: 10px;
	margin-left: 2%;
}
/* liste artistes et oeuvres */
#liste_gauche {
	float: left;
	width: 200px;
}
#liste_selection {
	float: left;
	width: 160px;
	margin: 10px;
	padding: 10px;
	margin-top: 10px;
	background-color: #BFBFBF;
	border: 1px solid #6F6F6F;
}
#liste_pub {
	margin: 10px;
	padding-top: 20px;
}
#liste_rech {
	padding-top: 7px;
	padding-bottom: 10px;
	margin-left: 210px;
	margin-right: 10px;
	text-align: center;
}
#liste_liste {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 210px;
	margin-right: 10px;
	text-align: center;
}
.liste_cadre {
	padding: 5px;
	background-color: #DFDFDF;
	border: 1px solid #CFCFCF;
}
.oeuvre {
	float: left;
	width: 170px;
	height: 170px;
	margin-top: 30px;
}
.oeuvre p {
	font-size: 0.8em;
	text-align: center;
}

.artiste {
	float: left;
	width: 170px;
	height: 200px;
	margin-top: 30px;
	text-align: center;
}
.artiste p {
	font-size: 0.8em;
	text-align: center;
}
.artiste.selected { background-color: #ffb; cursor: pointer; }
.liste_titre {
	height: 25px;
	text-align: center;
	background-color: #BFBFBF;
	border: 1px solid #6F6F6F;
}
.liste_titre h2 {
	height: 25px;
	float: left;
	background-color: white;
	border-right: 1px solid #6F6F6F;
	padding-left: 10px;
	padding-right: 10px;
}
.liste_titre h3 {
	font-size: 0.9em;
	text-align: right;
	padding-left: 10px;
	padding-right: 20px;
}
.liste_titre h4 {
	height: 25px;
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 20%;
}

/* detail */
#conteneur_detail {
	margin: auto;
	width: 96%;
}
#conteneur_detail_photo {
	float: left;
	width: 480px;
	display: block;
	padding-top: 5px;
}
#detail_photo {
	text-align: center;
}
#detail_photo_infos  {
	width: 470px;
	padding: 5px;
	margin-top: 10px;
	background-color: white;
	border: 1px solid #CFCFCF;
}
#detail_photo_infos  table {
	border: none;
	width: 48%;
}
#detail_photo_infos  td { border: none; }
#detail_pub  {
	width: 470px;
	padding: 5px;
	margin-top: 10px;
	background-color: white;
	border: 1px solid #CFCFCF;
}
#conteneur_detail_infos  {
	margin-left: 500px;
	padding-top: 5px;
}
#contenu_detail_infos  {
	text-align: center;
	padding: 0px;
}
#detail_infos  {
	padding: 5px;
	text-align: left;
	background-color: white;
	border: 1px solid #CFCFCF;
}
#detail_infos p { padding: 1px; }
#conteneur_detail_listes {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}
#detail_listes {
	height: 480px;
	padding: 10px;
	background-color: white;
	border: 1px solid #CFCFCF;
}

.detail_titre {
	height: 20px;
	background-color: #DFDFDF;
}
.detail_titre h2 {
	float: left;
	font-size: 1em;
	padding-left: 10px;
}
.detail_titre h3 {
	font-size: 0.9em;
	text-align: right;
	padding-right: 10px;
}
.onglet {text-align: left; }
#detail_liste {
	height: 91%;
	overflow: auto;
	background-color: #DFDFDF;
}
.detail {
	float: left;
	width: 90px;
	height: 95px;
	margin-top: 5px;
}
.detail p {
	font-size: 0.7em;
	text-align: center;
}
.encours { border:2px solid #DD8B1F; }

/* Faire une offre */
#conteneur_faireuneoffre {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
}
#faireuneoffre {
	padding: 10px;
	background-color: white;
	border: 1px solid #CFCFCF;
}

/* Webcams */
.contenant_webcam_vitrine {
	margin: auto;
	width: 770px;
}
#webcam_vitrine {
	padding-top: 5px;
	width: 640px;
    font-size: 0.9em;
}
.contenant_webcam_rue {
	margin: auto;
	width: 610px;
}
#webcam_rue {
	padding-top: 5px;
	width: 480px;
    font-size: 0.9em;
}
#webcam_sm {
	float: right;
	padding-top: 5px;
	width: 120px;
}

/* Nos services */
#nosservices {
	font-size : 1em;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 180px;
	margin-right: 10px;
}
.serv_img { float: left; }
.serv_img img{  margin-right: 15px; }
.faq {
	margin: auto;
	width: 760px;
	margin-top: 20px;
}
table {
	border: thin solid #82bad1;
	width: 95%;
	border-collapse: collapse;
	font-size: 0.8em;
}
td {
	border: thin solid #1e88bc;
	text-align: center;
	vertical-align: top;
}
th {
	border: thin solid #1e88bc;
	text-align: left;
	vertical-align: middle;
	font-weight : normal;
}

/* Nouveau: L'invité du mois */
#nouveau {
	font-size : 0.8em;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 180px;
	margin-right: 10px;
}
#nouveau table { border: 0; }
#nouveau td { border: 0; }

/* Spécial Expos */
.bandeau_pub {
	margin-top: 7px;
	margin-bottom: 10px;
}
.evenement {
	margin: auto;
	overflow: auto;
	margin-top: 10px;
	border: 1px solid #CFCFCF;
}
.evenement h2 {
	padding-left: 10px;
	background-color: #C0C0C0;
	text-align: left;
}
.even_cadre {
	float: left;
	width: 80px;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.evenement p {
	padding: 10px;
}
.even_infos {
	text-align: left;
}

/* Contact */
#contact_form {
	margin: auto;
	padding-bottom: 20px;
	width: 500px;
    font-size: 0.9em;
}

/* A la une */
#alaune {
	margin: auto;
	width: 760px;
	margin-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CFCFCF;
	text-align: center;
}
#alaune h2 {
	background-color: #C0C0C0;
	font-size: 1.2em;
	margin-bottom: 2px;
}
#alaune img{
	margin-right: 30px;
}

/* Lien */
#lien {
	font-size : 0.8em;
	margin: auto;
	width: 760px;
	margin-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CFCFCF;
}
#lien table { border: 0; width: 100%; }
#lien td { border: 0; }

/* Recherche Google */
#recherche {
	margin: auto;
	text-align: center;
	width: 800px;
	padding-top: 10px;
}

/* Pub */
#pub {
	margin: auto;
	width: 728px;
	padding-top: 10px;
}

/* Pied de page */
#pied {
	background-color: #DFDFDF;
	color: #0a3263;
	font-size : 0.7em;
}
#pied p {
	text-align: center;
	margin-top: 0px;
}

#pied ul {
     margin: 0;
     padding: 3px 1em 3px 0;
     list-style-type : none;
	 text-align: center;
}
#pied ul li {
     display: inline;
     padding: 2px 0;
}
#pied ul li a {
    padding: 2px 0.5em 2px 0.5em;
}