/* GENERAL */
html {
   margin: 0;
   padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #EACD7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background-attachment: scroll;
	background-image: url(../images/deco/BG2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
body.introBG {
	background-image: url(../images/deco/BG3.jpg);
}
p, h1, form, input {
	margin: 0;
	padding: 0;
}
a {
	outline:none;
}
#General{
	margin:0 auto;
	padding:0;
	width:100%;
	text-align: center;
}
#PageWrapper {
}
#Page {
	margin: 0px auto;
	width: 980px;
	text-align: left;
}
/* - - DEBUT HEADER */
#HeaderWrapper{
	
}
#Header{
	padding:0;
	height:140px;
	position: relative;
}
#SiteTitle {
	
}
#SiteName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	overflow: hidden;
	height: 80px;
	width: 980px;
	left: 0px;
}
#SiteSlogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	line-height: 0px;
	height: 1px;
	width: 1px;
	left: -10000px;
}
div#SiteLogo {
	position: absolute;
	height: 200px;
	width: 216px;
	left: 5px;
	top: 30px;
	
}
div#AdresseHeader {
	position: absolute;
	top: 80px;
	color: #FFFFFF;
	left: 200px;
	font-size: 12px;
	font-weight: bold;
	
}

/* FIN HEADER
- - DEBUT BARNAV - Horizontal 
ul#MenuHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#MenuHorizontal li {
	float:left;
	margin: 0px;
}
#MenuHorizontal a {
	display: block;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	width: 194px;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/deco/barnav.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}
#MenuHorizontal a:hover {
	color: #FFFFFF;
	background-color: #666666;
	background-repeat: repeat-x;
	background-image: url(../images/deco/barnavHover.gif);
}
/* FIN BARNAV HORIZONTAL

/* HORIZONTAL MENU  >> menu  items layout configuration  - Configuration de la mise en page des éléments*/
ul#MenuHorizontal {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	float: right;
}
#MenuHorizontal li {
	position:relative; /* Necessary for submenu positioning */
	float: left;/* only left to keep menu items in the correct order*/
}
/* HORIZONTAL MENU  >> Link styles - Mise en forme des liens*/
#MenuHorizontal a, #MenuHorizontal span {
	display: block;
	color: #6F511B;
	width: 116px;
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#MenuHorizontal a:hover, #MenuHorizontal a.subactive, #MenuHorizontal a.menuactive {
	background-image: url(../images/deco/TopTitleHover.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#MenuHorizontal a:hover {
	color: #FFFFFF;
	background-image: url(../images/deco/TopTitleHover.png);
}
#MenuHorizontal a.menuactive {
	color: #990000;
	background-image: url(../images/deco/TopTitleActive.png);
}
/* HORIZONTAL MENU  >> Menu items - Eléments*/
#MenuHorizontal li.mitext {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* HORIZONTAL SUBMENU >> */
ul#MenuHorizontal li div {
	margin:0;
	border:none;
	padding-top:0;
}
ul#MenuHorizontal li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color: #333;/*DEFINE BG COLOR HERE */
	position:absolute;
	visibility:hidden;
	left:0px;
}

ul#MenuHorizontal li ul.submenu li {
	float:none;/* cancels inherited float properties */
	clear:both;
	text-align: left;
}

ul#MenuHorizontal li ul.submenu a, ul#MenuHorizontal li ul.submenu span {
	padding-left:10px; /* set lateral padding here*/
	padding-right:10px;
	width:200px;/* set submenu width here */
	background-color:transparent;
	background-image:none;
	border:none;
}
/* Class used to specify the rightmost item on the horizontal menu and correctly position it's submenu */
ul#MenuHorizontal li.menuright ul.submenu{
	left:auto;
	right:0px;
	*right:-5px; /* for IE only */
}

/* Submenu section titles */
#MenuHorizontal li ul.submenu li.mititle span, #MenuHorizontal li ul.submenu li.mititle a {
	color:#FFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul#MenuHorizontal li ul.submenu li.mitext span, ul#MenuHorizontal li ul.submenu li.mitext a{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	white-space:normal;
	margin: 0px;
	padding-top: 4px; /* set vertical padding here*/
	padding-bottom:4px;
	color: #FFFFFF;
}

ul#MenuHorizontal li ul.submenu li a:hover {
	color:#000;
	background-color: #ccc;
}

/* HORIZONTAL SUBMENU END */


/*Contenu de page  CONTENT */
#ContentIntro {
	width: 980px;
	margin: 0;
	padding: 10px 0 0;
}
#FlashAnimHome {
	height: 500px;
	
}
#ContentWrapper {
	background-image: url(../images/deco/PageBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 20px;
	
}
#ContentBG {
	width: 980px;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-position: center bottom;
	background-image: url(../images/deco/pageBGyRepeat.png);
}
#Content {
	background-image: url(../images/deco/pageWatermark.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin: 0px;
	padding: 0px;
}
#TopTitle {
	text-align: center;
	background-image: url(../images/deco/TopTitle.png);
	text-align: center;
	color: #000066;
	margin: 0px;
	font-size: 24px;
	line-height: 35px;
	display: block;
	width: 980px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
#Content p {
	margin: 10px 15px 15px 25px;
	font-size: 12px;
	line-height: 18px;
}
#ColDroit  li {
	margin-right: 20px;
	margin-bottom: 5px;
}
div.slider {
	height: 460px;
	overflow: auto;
	width: 350px;
}



/* DEBUT COLONNE GAUCHE *****/
#ColGauche {
	width: 220px;
	margin: 0px;
	padding-top: 80px;
	padding-left: 0px;
}
#ColGauche485 {
	width: 445px;
	margin: 0px 0px 0px 30px;
	padding: 90px 0px 0px;
	zoom:1;
}
#ColGauche, #ColGauche485 {
	color: #000000;
	margin-right: 0px;
}
#FlashAnimLeft, #PlanAcces {
}
#sideAddress {
	padding-left: 30px;
	color: #CC0000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 20px;
}




#ColGauche img,#ColGauche485 img {
	
}
#ColGauche h2, #ColGauche485 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000066;
	text-align: left;
	font-weight: bold;
	margin: 0 15px 10px 20px;
}

#ColGauche p a, #ColGauche485 p a {
	color: #6F511B;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#ColGauche p a:hover, #ColGauche485 p a:hover {
	text-decoration: underline;
}
/*- - DEBUT BARNAV - Vertical */
ul#MenuVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#MenuVertical li {
	margin: 0px;
}
#MenuVertical a {
	display: block;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	text-align: left;
	background-color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#MenuVertical a:hover {
	color: #FFFFFF;
	background-color: #999999;
	background-repeat: repeat-x;
}



/* FIN BARNAV VERTICAL ***/

/* FIN COLONNE GAUCHE ******/
#ColDroit {
	width: 755px;
}
#ColDroit485 {
	width: 485px;
}
#ColDroit, #ColDroit485 {
	float: right;
	margin-top: 0px;
	color: #000000;
}

#ColDroit h2, #ColDroit485 h2 {
	color: #CC0000;
	margin: 0px 0px 0px 0px;
	border-left: 15px solid #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-size: 18px;
	line-height: 18px;
	padding: 0px 0px 0px 10px;
}
#ColDroit h3, #ColDroit485 h3 {
	color: #CC0000;
	margin: 5 0 0;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 0px 25px;
	border: 0px none 0;
}
#colDroit img, #ColDroit485 img {
	text-align: center;
}
#ColDroit a, #ColDroit485 a {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
#ColDroit  a:hover, #ColDroit485 a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}
#ColDroit485 td {
	font-size:12px;
}
#IntroPage {
	margin: 0px;
}
#FlashAnimIntro {
	margin: 0px 25px 0px 0px;
	
}
div.catalogItem {
	float: left;
	width: 350px;
	border: 1px solid #996600;
	padding: 5px;
	margin: 0px 10px 10px 0px;
}
div.catalogItem td {
	vertical-align: top;
}
#ColDroit h3.ciName {
	margin: 0px;
	padding: 0px;
}
#ColDroit p.ciShrtDescript {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
	text-indent: 10px;
}
#ColDroit a.btn {
	float: right;
	margin: 0px;
}
#ColDroit a.btn2 {
	margin: 5px 0px 0px 25px;
	
}
#ColDroit a.btn, #ColDroit a.btn2 {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding: 1px 5px;
}
#ColDroit a.btn:hover, #ColDroit a.btn2:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}
#IntroPage div.catalogItem p.ciPrice {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}
#fichefooter {
	padding: 10px;
}






#VideoPlayer {
	margin-left: 90px;
}

#ArtCentre {
	float: left;
	width: 370px;
	margin: 0px;
}
#ArtDroit {
	float: left;
	width: 385px;
	margin: 0px;
}
#Zooms {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	
}
#Zooms img.vignettes {
	border:solid 2px #FF0000;
}
#Zooms img.vignetteSep {
	margin:0px 0px 0px 10px; 
}
/*Bas de page  FOOTER*/

#Footer{
	width:980px;
	text-align: center;
	color: #000000;
	background-image: url(../images/deco/page_footer.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


#FooterHome {
	margin:0 auto;
	padding:10px;
	height:20px;
	background-color:#E0CDA3;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/intro_footer.jpg);
	background-repeat: no-repeat;
}
#FooterCredits {
	margin:0 auto;
	padding:0;
	text-align: center;
	color: #FFF;
}
#Footer a, #FooterHome a{
	color:#000000;
	text-decoration:none;
}

#Footer a:hover, #FooterHome a:hover{
	color:#FF0000;
}
#FooterAddress {
	float: left;
	text-align: center;
	color: #CC0000;
	margin: 0px 0px 0px 20px;
}
#FooterMenu {
	color: #000000;
	margin: 0px 30px 0px 0px;
	text-align: right;
}

/*classes*/

.clear {
	clear: both;
	overflow: visible;
	border: 0;
	padding: 0;
	visibility: hidden;
	margin: 0;
}

