/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure3.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#d01c40; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#d01c40; font-size: 1em; font-weight:bold;}
h2 { color:#d01c40; font-size: 1.3em; }
h3 { color:#d01c40; font-size: 1.17em; }
h4 { color:#d01c40; font-size: 1em; }
h5 { color:#d01c40; font-size: 0.83em; }
h6 { color:#d01c40; font-size: 0.67em; }
p { color:#d01c40; font-size: 1em; }
ul, ol { color:#d01c40; font-size: 1em; }
li {
	color:#d01c40;
	font-size: 1em;
	/*list-style-image: url(../images/puce.gif);*/
}
a { color:#d01c40; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#d01c40; }
textarea { border-width:thin; padding:3px; color:#d01c40; }
em { }
strong { }


/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; margin-left:30px;}
#frmEnvoi input, textarea{ background-color:transparent; border:#f9e09d solid 1px; }
#frmEnvoi .champ { height:15px; width:200px; }
#frmEnvoi .champmessag { }
#frmEnvoi .INPUT2{ border:none;}
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/*classes supplémentaires*/
.produits{margin-left:45px;}
.alignimage{padding-right:10px; float:left;}
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	/*padding: 4px 10px;*/
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	/*background-color: #555;*/
	list-style: none;
	border: solid 1px #F9B19D;
	/*-moz-user-select: none;padding: 7px 7px;
	-khtml-user-select: none;
	cursor: pointer;*/
	font-size: 1em;
	/*width: 153px;*/
	color: #F9B19D;
}
#contenu .TabbedPanelsTab a{
display: block;
background:#555;
	padding: 7px 7px;
	text-align:center;
	color: #F9B19D;width: 155px;
	margin: 0px 1px 0px 0px;	
border: solid 1px #FBEBDB;
}

#contenu .TabbedPanelsTabSelected a{
display: block;
	/*padding: 4px 10px;*/
	color: #555;	border: solid 1px #FBEBDB;padding: 7px 7px;
width: 155px;
	background:#FBEBDB;		margin: 0px 1px 0px 0px;


}
#contenu .TabbedPanelsTab a:hover{
display: block;
background: #FBEBDB;border: solid 1px #FBEBDB;padding: 7px 7px;
	color: #555;	width: 155px;margin: 0px 1px 0px 0px;


}
.TabbedPanelsTab2 {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #F9B19D;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 1em;
	width: 153px;
}
/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #F9B19D;
	color: #555;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #FBEBDB;
	border-bottom: 1px solid #EEE;
	color: #555;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #F9B19D;
	background-color: #FBEBDB;
	text-align: center;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
	text-align: center;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}
#gallerycontainer {
text-align:center;
margin:0 auto;
width:100%;
}

.thumbnail {
	float: left;
	margin: 10px;
	text-align: center;
	color: #CCCCCC;
	border:2px solid #F9B19D;

	}

 #ImageAnime { position: absolute; z-index: 100; top: 1px; left: 0px; width: 100px; height: 50px; visibility: visible } *

.thumbnail0 {
	float: left;
	margin: 2px;
	text-align: center;
	color: #CCCCCC;
	border:2px solid #F9B19D;
	height: 125px;
	width: 150px;
	}
	

.thumbnail2 {
	float: left;
	/*height: 83px;*/
	margin: 7px;
	text-align: center;	border:2px solid #F9B19D;
	}
.thumbnailhover{
	background:  none;
	float: left;
}


a.thumbnailhover:hover{
		/*background:  url(../nvx%20acc/css/images/bg_body.jpg) no-repeat left top;	*/
  filter : alpha(opacity=70); -moz-opacity : 0.7; opacity : 0.7;
	display:block;
		color: #76B41C;
	font-weight: bold;

	
}


.thumbnail img{

}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/




a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}


/* Styles CSS pour LightBox PopUp */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FBEBDB;/*fd image*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { background: url(../images/prevlabel.gif) left 100% no-repeat; left: 0; float: left;}
#nextLink { background: url(../images/nextlabel.gif) right 100% no-repeat; right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FBEBDB;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{
	padding:0 10px;
	color: #d01c40;
}/* texte ss image*/
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* fin LightBox*/	

.thumbnail22 {
	height: 144px;
	float: left;
	margin: 7px;
	text-align: center;
	white-space: nowrap;
	clear: both;
}

.thumbnail22 img {
	margin:0 0 0 10px;
	border:1px solid #F9B19D; /*filter:shadow(#000, bottom)*/
	float: left;
}

.thumbnail3 {
	float: left;
	height: 144px;
	margin: 7px;
	text-align: center;
	width: 112px;
}

.thumbnail4 {
	float: left;
	height: 144px;
	margin: 7px;
	text-align: center;
	width: 66px;
}

.thumbnail5 {
	float: left;
	margin: 7px;
	text-align: center;
	width: 400px;
}
.thumbnail6 img {
	margin:0 0 0 10px;
	border:1px solid #F9B19D; /*filter:shadow(#000, bottom)*/
	float: left;
}

.dashed {
	border:2px dashed #F9B19D;
	margin-bottom: 5px;
}
.table {
width:100%;
margin:0 auto;
text-align:center;
border:none;
padding-left:125px;
}
.table td{
width:100%;
margin:0 auto;
text-align:center;
border:none;padding-left:25px;
}
.table2 {
width:100%;
margin:0 auto;
text-align:center;
border:none;
padding-left:125px;
}
.table2 td{
width:100%;
margin:0 auto;
text-align:center;
border:none;padding-left:40px;
}
.table3 {
width:100%;
margin:0 auto;
text-align:center;
border:none;
padding-left:10px;
}
.table3 td{
width:100%;
margin:0 auto;
text-align:center;
border:none;padding-left:40px;
}.carroussel
{
	width:500px;
	height: 200px;
	text-align: center;
	margin: 0 auto;

}
#carousel {
	height: 200px;	text-align: center;

}
#holder_images
{
	display: none;
	text-align: center;
}

	
		#carousel img
		{
	border: 2px solid #F9B19D;
	cursor: pointer;

		}
		#carousel img.link:hover
		{
	border: 10px solid #F9B19D;
		}
#carousel2 {
	height: 200px;	text-align: center;

}
#holder_images2
{
	display: none;
	text-align: center;
}

	
		#carousel2 img
		{
	border: 2px solid #F9B19D;
	cursor: pointer;

		}
		#carousel2 img.link:hover
		{
	border: 10px solid #F9B19D;
		}
marquee {
	white-space:nowrap;
	height: 160px;
	display: inline;
}
#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

.flsahgchemarie
{
	margin: 0 auto;
	height: 150px;
	width: 150px;
	text-align: center;
	margin-top: 50px;
	margin-right: 15px;
}

.bijoux table
{ width:100%; margin:0 auto; text-align:center; border:none;
}
.bijoux td
{ width:33%; margin:0 auto; text-align:center;border:none;
}
.bijoux td img
{ text-align:center;
}
		.items3 img
		{
	border: 2px solid #F9B19D;
	cursor: pointer;
	float:left;
	margin:0 5px;
}#actu { width:160px; text-align:center;padding-left:25px;}.actu { width:160px; text-align:center;padding-left:25px;}

#conteneurbidule {
	width: 883px !important
}

.marge-image{
margin-right:20px;
}