/* 
CUSTOM STYLESHEET
---------------------
*/

/*importation de la font rns camelia*/
@font-face { font-family: "rns_camelia"; src: url('/content/font/RNS_Camelia.otf'); }

/* plus grand menu sinon ca va a la ligne */
/*.menu { width:360px; } <-- si il y a le menu l'artiste*/
.menu { width:320px; }

/* page de contact */
.your_name_label{ width: 150px; height: 61px; float: left; position: relative; top: 10px; }

/* ombre sur les tableaux */
.shadow{

	box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.75);
}

/* Gestion des slides */
.imgSlideshow h2{

	margin-top:20px !important;
	margin-left:0 !important;
	font-family: georgia !important;
	font-size: 16px !important;
	font-weight:normal !important;
	font-stretch:normal !important;
	color: #595959 !important;
}

/* Image sur l'accueil */	
.pictureframe{
	box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.75);
}

/* images de la galerie */
.imgSlideshow img{ margin-left:0px; }

/* Menu header */
.header { height:50px; }

/* Fauteuil de la galerie */
.bench { top:410px; left:60px; }

/* Siege + table */
.chair img { top : 100px; }

/* corde devant tableau page d'accueil */
.redrope{ top : 360px; }

/* Formulaire de contact */
.contact { margin-top:70px; }

/* champs page contact */
.inputcontact, .messageinput{ border:2px solid #525150; }

/* Bloc dans l'accueil en bas (avec instagram) */
#sectionHome .Gallerymenu{ margin-top:105px; margin-left:25px; padding:28px 0 0 25px; width:170px; height:180px; }

/* Bloc entier dans l'accueil */
#sectionHome .content{ padding-top:10px; }

/* Bloc a gauche de l'accueil */
#sectionHome .content .contentLeft{ margin-left:20px; }

/* marge de la présentation accueil */
.intro { margin:0px 0px 0px 22px; }

/* marge titre de la présentation accueil */
.intro h4{ margin-top:0; margin-bottom:10px; }

/* les images du block de l'accueil */
.pic{ margin-bottom:12px; }

/* images du slider */
.imgSlideshow{ margin-left:20px; }

/* slider */
.slideshow{ margin-left:0px; width:860px; }

/* carrousel entier */
.galleryCarusel{ overflow: hidden; position:relative; width:818px; margin-left:22px; }

/* bouton gauche slider image*/
.arrLeft { left: -5px; }

/* Liens des menus */
.menu ul li a{ color: #990066; }
.menu ul li a:hover{ color: #eb1ea4; }

/* copyright */
.footer p{margin-top: 40px;}
