/* old website color
#AFC1D0
#3E4B63



*/
body {
	font-family: Arial, sans-serif;
	font-size: 14.5px;
	color: #333;
	text-align:justify;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#arriere {
	/* l'image occupe toute la place du body */
	width : 100%;
	height: 100%;
}

#page {
	position:absolute;
	width:1024px;
	left:50%;
	margin-left: -512px;
	top: 0px;

}


/*top baner with slide show*/

#top-bar-bg {
	background-color: #020205;
	position: absolute;
	left:50%;
	margin-left: -512px;
	top: 0px;
	opacity:0.35;
	filter:alpha(opacity=35);
	height: 110px;
	width: 1024px;
	background-image: url(images/top-bar.gif);
	background-repeat: no-repeat;
	}

#slideshow {
	margin-bottom: 25px;
	height: 400px;
	width: 1000px;
	float: left;
	background-color: #020205;
	}
	
#slideshow IMG {
	position: absolute;
	z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* logo position*/
#logo {
	width:400px;
	height:75px;
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 25px;
	padding-left: 5px;
}
/*menus on left*/
#navbar-prim{
	float:right;
	width: 550px;
	margin-top: 15px;
	height: auto;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.menu  {
	width:auto;
	height:auto;
	font-size: 13.5px;
	text-decoration:none;
	display: block;
	float: left;
	color: #FFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.menu a {
	display:block;
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 13px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFF;
}

.menu a:hover {
	display:block;
	color:#FFF;
	background-color:#D46F1A;
}
/*.m_inset{
	visibility: hidden;
	position: absolute;
	height: auto;
	width: auto;
}
.smenu a {
	font-size: 12px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:15px;
}
.smenu a:hover {
	color:#FFF;
	display:block;
	text-decoration:none;
	background-color: #D46F1A;
}*/

/*menus on top*/

#navbar-sec {
	float:right;
	margin-top: 0px;
	width: 550px;
	z-index: 1;
	text-align: right;
	padding-top: 15px;
}
.left-wrap {
	float: right;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.right-wrap {
	float: left;
	padding-left: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
}


.menu01 a, menu01 a:link, menu01 a:visited {
	background-color:#2E3134;
	width:180px;
	font-size: 13px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 2px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-color: #FFF;
}

.menu01 a:hover {
	color:#260A06;
	display:block;
	background-color: #FFF;
}


.menu02 a, menu01 a:link, menu01 a:visited {
	width:auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	opacity:0.95;
	filter:alpha(opacity=95);
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}
.menu02 a:hover {
	color:#260A06;
	display:block;
	background-color: #FFF;
}


.menu03 a, menu03 a:link, menu03 a:visited {
	background-color:#D56D1A;
	width:70px;
	height:25px;
	margin:2px;
	font-size: 12.5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
	padding: 5px;
	float: left;
	opacity:0.95;
	filter:alpha(opacity=95);
}
.menu03 a:hover {
	color:#cccccc;
	display:block;
	
}
.menu04 a, menu03 a:link, menu03 a:visited {
	background-color:#5E0D0C;
	color:#FFFFFF;
	width:auto;
	margin:5px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
	padding: 5px;
	float: left;
}
.menu04 a:hover {
	color:#CCCCCC;
	width:auto;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
	padding: 5px;
	float: left;
}
.menu04-text {
	padding-left:325px;
}

.menu04-text2 {
	padding-left:175px;
}




/*content*/
#top {
	float:left;
	width:1024px;
	height:135px;	
}
#photos-haut {
	width:100%;
	height:200px;
	float:left;
	
	}
#ph-left {
	width:539px;
	float: left;
	background-color: #CCC;
	position: absolute;
	left: -50px;
	margin-left: 70px;
	z-index: 10;
	height: 237px;
	top: 5px;
	}
#ph-left-2 {
	width:1024px;
	height: 735px;
	background-color: #020205;
	position: absolute;
	left: 0px;
	margin-left: 0px;
	margin-top:20px;
	z-index: 0;
	top: 0px;
	opacity:0.35;
	filter:alpha(opacity=35);
	}
#ph-left-2 li {
	display:block;
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #260A06;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 15px;
	}
	
.title-library-block {
	margin-top:-40px;
	color:#3C434B;
	font-size:22px;
	height: auto;
	width: 200px;
}
.library-block {
	background-color:#3C434B;
	float:left;
	width:200px;
	height:auto;
	margin-top:30px;
	margin-right:50px;
	margin-bottom: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.title_inset{
	display:block;
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 3px;
	text-decoration: none;
}
#content .inset {
	display:block;
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 15px;
	text-decoration: none;
	}
	
#content .library-block  .inset a {
	text-decoration: none;
	font-size: 12px;
	
	margin-left: 10px;
	padding-left:3px;
	text-decoration: none;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display:block;
}
#content .library-block  .inset a:hover {
	color:#333;
	background-color: #fff;
	display:block;
}
	


	
#ph-middle {
	float: left;
	width:442px;
	margin-left: 180px;
	position: absolute;
	z-index: 30;
	margin-top: 25px;
	left: 388px;
	top: -8px;
	height: 193px;
	}
#ph-right {
	width:400px;
	z-index: 40;
	font-size: 24px;
	height: 65px;
	color: #FFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 560px;
	margin-top: 185px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 21px;
	text-transform: capitalize;
	background-image: url(images/top-bar2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#container {
	width:1024px;
	height:auto;
	margin-bottom: 0px;
	position: relative;
	float: left;
	padding: 0px;
	bottom:
	}
.insert {
	width: 500px;
	height: auto;
	padding-left: 5px;
	padding-bottom: 30px;
	float: right;
	margin-right: 15px;
	opacity:0.50;
	filter:alpha(opacity=50);
}
#inset-fb {
	width:1024px;
	height:150px;
	
}
.title-inset-fb {
	font-size: 20px;
	color: #FFF;
	margin-top: -20px;
	width: 553px;
	height: 22px;
	left: 0px;
	top: -3px;
}
.fb{
	width: 750px;
	height: auto;
	padding-left: 5px;
	padding-right: 2px;
	float: left;
	margin-right: 5px;
	color: #FFF;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #2e3134;
}
.fb2{
	width: 100px;
	height: auto;
	padding-left: 5px;
	padding-right: 2px;
	float: left;
	margin-right: 5px;
	color: #FFF;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #2e3134;
}


.text-home {
	width: 406px;
	height: 193px;
	padding-left: 10px;
	float: right;
	margin-right: 20px;
	background-color: #2e3134;
	padding-right: 10px;
	position: absolute;
	z-index: 10;
	left: 579px;
	top: 42px;
	font-size: 18px;
	color: #FFF;
	padding-top: 10px;
	font-weight: lighter;
	text-align: left;
	background-image: url(images/top-bar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.text-home	a {
	color:#FFF;
	text-decoration: none;
	}

#content {
	min-height:900px;
	margin-left: 20px;
	margin-top: 250px;
	margin-right: 50px;
	padding-left: 15px;
	background-color: #FFF;
	width: 880px;
	padding-right: 15px;
	padding-top: 15px;
	z-index: 30;
	height: auto;
	left: 0px;
	position: absolute;
}

#paragraphe{
	width:400px;
	height:auto;
	margin-top: 5px;
	padding: 10px;
}


#footer-index {
	width:1024px;
	height:150px;
	float:left;
	position: absolute;
	top: 100%;
	opacity:0.55;
	filter:alpha(opacity=55);
	margin-top: 15px;
	background-color: #474C50;
}
#footer {
	width:1024px;
	height:150px;
	float:left;
	position: absolute;
	top: 100%;
	margin-left: -35px;
	opacity:0.55;
	filter:alpha(opacity=55);
	margin-top: 15px;
	background-color: #474C50;
}
#footerfd {
	position:absolute;
	width:1000px;
	height:152px;
	margin-top: -30px;
	margin-right: 0px;
	margin-left: 10px;
	background-color: #e9d8c3;
	z-index: -10;
	opacity:0.10;
	filter:alpha(opacity=10);
	border-top-width: 5px;
	border-top-style: solid;
	left: 0px;
}
#footer-text{
	height:auto;
	width: 850px;
}


#footer-keywords{
	height:auto;
	margin-left:45px;
	float: left;
	margin-right: 15px;
	width: 910px;
	margin-top: 25px;
}

.keywords{
	width:150px;
	height:80px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}





/*links and content*/
#content a:link {
	color: #3C434B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#content a:visited {
	color: #6b7a8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	

}
#content a:hover {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	

}

.video-text a; .video-text a:visited{
	color:#FFF;
	
	}

form table {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

form td {
	
	padding: 5px;
	margin: 2px;

}
.annotation {
	font-size: 9px;
}
.pBOLD {
	
}
.pBoldItalic {
	font-style: italic;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}


.tableFonce {
	background-color: #E9D8BC;
	font-size: 14px;
	color: #6A5F5B;
}

.smallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #ffffff;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

hr {
	color: #E9D8BC;
}
.bg-left {
	background-color: #EDDDB3;
	background-image: url(En/images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.bg-products {
	background-color: #EDDDB3;
	background-image: url(En/images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.bg-btm {
	background-color: #E5CEA4;
	background-image: url(En/images/off_25.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-right {
	background-color: #6A5F5B;
	color: #FFF;
	display: block;
	width: 200px;
}


.contour {
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;


}
.smallItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.spacer {
	border: none;
	margin: 10px;
	padding: 10px;
}

h1 {
	font-size: 21px;
	font-weight: normal;
	color:#000;
	margin: 0px;
	padding: 0px;
	width: auto;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 20px;
	font-variant: normal;
	font-size: 16px;
	font-weight: normal;
	color:#999;
	text-align: left;
}
h4 {
	background-color:#A6A6A6;
	color: #FFF;
	display: block;
	width: 200px;
	padding: 2px;
}
.square1{
	background-color: #A6A6A6;
	margin-right: 5px;
	padding-left: 10px;
	margin-left: 100px;
	font-size: 18px;
	color: #FFF;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	font-weight: bold;
}
.square2{
	float:left;
	width:100px;
	height:100px;
	margin-right: 15px;
	padding-left: 5px;
	margin-left: 100px;
}


.advert {
	background-color: #7d4b42;
	margin: 15px;
	padding: 5px;
	height: 145px;
	
}



/* Diaporama photos */
    .gcontent {
	color:#777;
	font:12px/1.4 "helvetica neue",arial,sans-serif;
	width:325px;
	margin:0px auto;
}
    .gcontent  h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
    .gcontent  p{margin:0 0 20px}
    .gcontent  a {color:#22BCB9;text-decoration:none;}
/* This rule is read by Galleria to define the gallery height: */
    .gcontent  #galleria{
		
		align:center;
		height:320px;
		
		}
 
.likeB {
	height: 106px;
	width: 47px;
	background-color: #3C434B;
	margin-top: 50px;
	margin-left: 895px;
	position: absolute;
	padding: 10px;
}

