* {
  margin:0;
  padding:0;
}

body {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
	background-color:#000;
    /*background: url(../images/bg_all.gif) repeat-x;*/
   /* background: url(../images/bg_all.jpg) repeat-y center 0;*/
}

a {
  color: #d4a13a;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}

ul {
 /* list-style-type: none;*/
}

#all {
  width:815px;
  position: absolute;
  margin-left: -412px;
  top: 0;
  left: 50%;

  z-index: 5;/*
  margin: 0 auto; */
}

#header {
  height: 100px;
  /* background: url(../images/lytess_ logo.gif) 20px no-repeat; */
}

#logo {
  float: left;
  display: inline;
  margin: 8px 0 0 5px;
}

#search_box {
  float: right;
  width: 270px;
  margin: 0 0px 0 5px;
}


html>body #search_box {
  margin: 0 0 0 5px;
}

#deconnect {
  font-family: arial;
  text-align: right;
  height: 15px;
  padding: 5px 5px 5px 5px;
  color: red;
  color: #D4A13A;
}

#deconnect a:hover{
  color: #D4A13A;
  text-decoration: underline;
}

#links {
  font-family: arial;
  float: right;
  display: inline;
  height: 48px;
  width: 250px;
  padding: 5px 5px 5px 15px;
  background: url(../images/bg_links.gif) no-repeat;
  color: #CAC8C9;
}

#links p {
  width: 120px;
  margin-bottom: 5px;
}

#links img {
  margin-top: -2px;
}

#links a {
  color: #CAC8C9;
}
#links a:hover {
  text-decoration: underline;
}

#links form {
  float: left;
}

#links #input01 {
  width: 109px;
  border: 1px solid #e2e2e2;
  color: #1a171b;
  line-height: 12px;
  font-size: 10px;
  padding: 2px 4px;
}

#links #submit01 {
  width: 18px;
  height: 16px;
  background: #eaeaea;
  color: #2a2a2a;
  border: none;
  margin-left: 5px;
  font-size: 10px;
}

#links form p#bottom {
  margin: 4px 0 0;
  font-size: 9px;
}

.upper {
  text-transform: uppercase;
}

#links form .upper {
  margin: 4px 0 6px;
  font-size: 10px;
}

#links div#leftLink {
  float: left;
  width: 85px;
  font-size: 9px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 0px;
}

#links div#search-links {
  float: right;
  width: 121px;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
  padding-right: 0px;
}

#links div#search-links p, #links div#leftLink p {
  padding-bottom: 2px;
}

#links div#search-links p img, #links div#leftLink p img {
  margin-right: 7px;
}


/* menu main */

#main_menu {
  height: 29px;
  margin: 0;
  padding: 6px 0 0 4px;
  background: url(../images/main_menu.gif) no-repeat 0 2px;
}

div#main_menu ul {
  margin: 0;
  padding:0;
}

#main_menu ul li {
  display: block;
  float: left;
  text-align: center;
  margin: 0;
  background: url(../images/separator_menu.png);
}

#main_menu ul li a {
  display: block;
  font-family: verdana;
  text-transform: uppercase;
  height: 29px;
  line-height: 29px;
  color: #3e2e0b;
  font-weight: bold; /* */
}
#main_menu ul li a:hover {
  color: #fff;
}

a#m1 {
  width: 87px;
  background: url(../images/m1y.gif) no-repeat;
  margin-right: 1px;
}

a#m1:hover, a#m1.menu_active {
  background: url(../images/m1g.png) no-repeat;
  color: #fff;
}

a#m2 {
/*  width: 99px; */
  width: 121px;

}
a#m3 {
/*  width: 93px;*/
  width: 111px;

}
a#m4 {
 /* width: 132px;*/
    width: 136px;
}
a#m5 {
/*  width: 172px;*/
  width: 142px;

}
a#m6 {
/*  width: 117px;*/
  width: 103px;
}

a#m2, a#m3, a#m4, a#m5, a#m6 {
  background: url(../images/menu_yellow.png);
  margin-right: 1px;

}
a#m2:hover, a#m3:hover, a#m4:hover, a#m5:hover, a#m6:hover, a#m2.menu_active, a#m3.menu_active, a#m4.menu_active, a#m5.menu_active, a#m6.menu_active {
  background: url(../images/menu_gray.png);
  color: #fff;
}

a#m7 {
/*  width: 101px; */
  width: 101px;
  background: url(../images/m7y.png) no-repeat;
}

a#m7:hover,a#m7.menu_active {
  background: url(../images/m7g.gif) no-repeat;
  color: #fff;
  }

/* homepage */

#homepage_main {
  width: 769px; /* 807 */
  height: 380px;
  padding: 16px 24px 29px;
  background: #fff;
  overflow: hidden;
  background: url(../images/main_content.gif) 0 -1px no-repeat;
}

/* homepage foto */

#homepage_foto {
  float: left;
  width: 516px;
  height: 142px;
    position:relative;
  padding: 21px 20px;
  margin: 0 0 21px;
  border: 1px solid #eaeaea;
  background: url(../images/bg_homepage_main.png) 3px no-repeat;
  color: #fff;
}

#homepage_foto h2 {
  margin: 0;
}
#homepage_foto h3 {
  margin: 10px 0 0 0px;
  font-size: 10px;
  font-weight: bold;
}
#homepage_foto p {

  font-size: 10px;
/*  width: 414px; */
  width: 360px;
}
#homepage_foto #en_savoir {
 margin: 20px 0 0;
 position:absolute;
 bottom:10px;
}
#homepage_foto_desc {
	width:414px;
}
#video {
  float: right;
}
#video div {
  margin: 1px 0 0;
}

#home_actualites {
  float: left;
  display: inline;
  width: 187px;
  height: 160px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin:1px 0;
  font-family: arial;
}

#home_actualites h4 {
  margin: 5px 0;
}

#home_actualites h5 {
  margin: 3px 0;
  font-size: 11px;
  font-weight: bold;
}

#home_actualites .date {
  font-size: 10px;
  color: #000;
  margin: 3px 0 0;
}

#home_actualites p img {
  float: left;
  width: 54px;
  height:54px;
  background: url(../images/frame_foto.gif);
  padding:5px;
  margin: 0 5px 3px 0;
}

#home_box3 {
  float: left;
  width: 421px;
  height: 164px;
}
#home_box3 img {
  margin-left: 8px;
}

#right_bottom {
  float: right;
  width: 146px;
  height: 164px;
}

#newsletter {
  height: 47px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 12px;

}

#newsletter input, .newsletterInput {
  width: 108px;
  border: 1px solid #e2e2e2;
  color: #1a171b;
  line-height: 12px;
  font-size: 10px;
  padding: 2px 4px
}

#newsletter #submit {
  width: 18px;
  height: 16px;
  background: #3e3a40;
  color: #fff;
  border: none;
  margin-left: 5px;
  font-size: 10px;
}
.newsletterBtn{
  width: 58px;
  height: 16px;
  background: #3e3a40;
  color: #fff;
  border: none;
  margin-left: 5px;
  font-size: 10px;
}
#contact_home {
  height: 99px;
  line-height: 12px;
  width: 144px;
  border: 1px solid #e2e2e2;
  background: url(../images/bg_nous_contacter.png);
}
#contact {
 /* height: 99px;*/
  width: 133px;
  border: 1px solid #e2e2e2;
  background-color: #585858;
  background-image: url(../images/bg_nous_contacter.png);
  background-repeat: repeat-x;
  padding-bottom: 10px;
}

#box01 {
 /* height: 99px; */
  width: 133px;
  color: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom:10px;
  margin-top:20px;
  padding: 0px 0 10px;
  background: url(../images/bg_nous_contacter.png);
}

#box01 ul {
  color: #fff;
  font-size: 10px;
  margin: 0;
  margin-left: 10px;
  list-style-type: none;
}
#box01 ul li {
  background: url(../images/li04.gif) 0 4px no-repeat;
  padding-left: 10px;
  margin: 2px 0;
}
#box01 ul li a {
  color: #fff;
}
#box01 ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

#contact_home p, #contact p, box01 p {
  font-family: arial;
  font-size: 10px;
  color: #fff;
  padding: 0 10px 0 10px;
}
p#service-info {
  line-height: 12px;
}

/* end of homepage */


/* main divs */

#main {
  padding: 14px 0 0 0;
  border: 0px solid #8c8c8c;
  background: url(../images/main_content_top.gif) #fff -1px -2px no-repeat;
  margin-left: 2px;
  margin-right: 1px;
}

#main_bg {
  min-height: 454px;
  background: url(../images/main_content_bottom.gif) bottom no-repeat;
  padding: 0 18px 20px 17px;
}

#menu_left {
  float: left;
  width: 159px;
}

#center_col {
  float: left;
  width: 585px;
  padding: 0 15px;
}

#center_col h1 {
  font-size:14px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
#center_col h2 {
  font-size: 11px;
  font-weight: bold;
  margin: 8px 0 5px;
}
#center_col p {
  /* margin: 8px 0; */
}

#right_col {
  float: right;
  width: 131px;
}



/* left menu */

#menu_left ul {
  background: url(../images/points.gif) bottom no-repeat;
  margin:0;
  padding: 0 0 3px;
  color: #1b1b1b;
  list-style-type: none;
}

#menu_left ul li {
  background: url(../images/points.gif) top no-repeat;
  padding: 3px 0 0;
  margin: 0;
  /*min-height: 25px;*/
}

#menu_left ul li a {
  display: block;
  padding: 5px 10px 6px 19px;
  line-height: 14px;
  background: url(../images/li01.gif) 5px 9px #fff no-repeat;
  margin-left: 1px;
  color: #1b1b1b;
  font-weight: bold;
}
#menu_left ul li a:hover {
  text-decoration: underline;
  background: url(../images/li01active.gif) 5px 9px #f6e19a no-repeat;
}

#menu_left ul li.active a {
  background: url(../images/li01active.gif) 5px 9px #f6e19a no-repeat;
}

#menu_left ul ul {
  background: url(../images/points.gif) top no-repeat;
  padding: 3px 0 0;
}
#menu_left ul ul li {
  background: none !important;
  padding: 1px 0 0;
}

#menu_left ul ul li a {
  line-height: 13px;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 5px 3px 36px;
  background: url(../images/li02.gif) #fff7e4 30px 7px no-repeat !important;
}
/* end of menu */


#shorts div.news {
  padding: 0 0 20px;
  border-top: 1px solid #c9c9c9;
}

#shorts h2 {
  text-transform: uppercase;
}

#shorts p {
  font-weight: normal;
  padding-top: 2px;
}

#shorts span.date {
  display: block;
  color: #a0a6ac;
  padding-left: 0;
  font-weight: normal;
}

#shorts a {
  color: #d4a13a;
  font-size: 11px;
  font-weight: bold;
  background: url(../images/bullet.gif) 0 5px no-repeat;
  padding-left: 10px;
}

#shorts a img{
  color: #d4a13a;
  font-size: 11px;
  font-weight: bold;
  background: none;
  padding-left: 10px;
}

#shorts a:hover {
  text-decoration: underline;
}

.link03 {
  background: none !important;
  font-weight: normal !important;
  padding: 0 !important;;
}

.link04 {
  display: block;
  margin: 40px 0 20px;
}

#text_decouvrir {
  margin: 30px 0 5px;
}


/*  authentification */

#auth {
  width: 300px;
  margin: 22px 0 10px;
}

#auth div {
    /*height: 25px;*/
    padding-bottom: 2px;
}

#auth label {
    width: 95px;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 18px;
}

#auth input.text {
    width: 180px;
    line-height: 12px;
    padding: 2px 3px;
    border: 1px solid #a1a6ae;
}
#auth select {
    width: 187px;
    line-height: 12px;
    padding: 2px 3px;
    border: 1px solid #a1a6ae;
}
#auth textarea.text {
	width: 186px;
}

#auth form div input.submit {
  height: 15px;
  line-height: 15px;
  width: 26px;
  font-weight: bold;
  font-size: 11px;
  color: #d77aa6;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  background: url("../images/ok.png");
}

#bg_submit {
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  padding: 4px 0;
  text-align: right;
}
#bg_submit input {
  font-size: 9px !important;
  font-family: arial;
  background: url("../images/envoer.png");
  height: 22px;
  width: 94px;
  border: none;
}

/* contact-form */


/* content - histoire */
.foto_left {
  float: left;
  margin: 3px 5px 3px 0;
}

.text02 {
  background: #f5f5f5;
  font-weight: bold;
  padding: 3px 12px;
}

#checkboxs {
  overflow: hidden;
  padding: 5px 0;
}

#checkboxs div {
  float: left;
  display: inline;
  width: 130px;
  padding: 0 0 0 10px;
}
#checkboxs input {
  margin:2px 0
}


/* images */

div#images, div#goodies {
  padding-top: 10px;
}

#images div {
  float: left;
  display: inline;
  width: 128px;
  margin: 0 22px 20px 2px;
  background: url("../images/bg_img.png") no-repeat;
}

#goodies div {
  margin: 0 22px 20px 2px;
  background: url("../images/bg_img.png") no-repeat;
}

#goodies div div {
  width: 128px;
  height: 128px;
  margin:0;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;

}

#images div div {
  width: 128px;
  height: 128px;
  margin:0;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;

}
div#goodies {
  margin: 0px auto;
  width: 600px;
}
#goodies div {
  width: 256px;
  /*height: 200px;*/
  background: url("../images/bg_img_goodies.png") no-repeat;
}
#goodies div div {
  width: 256px;
  /*height: 256px;*/
  padding:80px 0 0 0 ;
}

/*
#images div img {
  margin: 15px 0 10px;
}
*/
#images div#tele_center, #goodies div#tele_center {
  padding: 0 26px;
}
#images div p, #goodies div p {
  font-weight: bold;
  text-align:center;
}
#images a, #goodies a {
  color: #d4a13a;
  font-weight: bold;
  background: url("../images/link02.gif") 0 4px no-repeat;
  padding-left: 10px;
}

/* distributes */
#map_left_col {
  float: left;
  width: 370px;
  text-align: center;
}

#map_left_col h1 {
  float: left;
  font-size: 14px;
 /* margin: 5px;*/
}

#map_left_col #menu_img {
  float: left;
}

#map_center_col {
  float: right;
  width: 214px;
}

#map_form {
  padding: 6px 12px;
  background: #f6e19a;
}
#map_form select {
  width: 190px;
  margin: 2px 0;
  line-height: 14px;
  padding-left:4px;
}

#map_center_col ul {
  margin: 15px;
  list-style-type:none;
}

#map_center_col ul li {
  background: url(../images/bullet03.gif) 0 4px no-repeat;
  font-weight: bold;
  padding-left: 12px;
}
#map_center_col ul li.nobg {
  font-weight: normal;
  background: none;
  margin: 0;
}
#map_center_col ul li.last {
  font-weight: normal;
  background: none;
  margin: 0 0 15px;
}
#map_left_col img, #map_center_col img {
  border: 0;
}

/* footer */

#footer_right {
  font-size: 9px;
  color: #CAC8C9;
  width: 550px;
  float: right;
  margin: 5px auto;
  text-align: right;
}

#footer_left {
  font-size: 9px;
  color: #CAC8C9;
  width: 250px;
  float: left;
  margin: 5px auto;
  text-align: left;
}

#footer_right a, #footer_left a {
  color: #CAC8C9;
}
#footer_right a:hover, #footer_left a:hover {
  color: #CAC8C9;
  text-decoration: underline;
}

.clear {
  clear: both;
  float: none !important;
}
/* search form (inline) */

.button {
  height: 18px;
  background: #eaeaea;
  color: #2a2a2a;
  border: solid #c7c7c7 1px;
  margin-left: 5px;
  font-size: 14px;
}
.halfbox {
  width: 119px;
  border: 1px solid #e2e2e2;
  color: #1a171b;
  line-height: 12px;
  font-size: 10px;
  padding: 2px 4px;
  position:relative;
  top:-2px;
}
.warning {
	color:#ff5522;
}
.search_tips {
	font-size:medium;
color: #a0a6ac;
}


/* hiding news */
.news_content_hidden {
	display:none;
}
.show_news_btn {
  color: #d4a13a;
  font-size: 11px;
  font-weight: bolder;
  background: url(../images/bullet.gif) 0 5px no-repeat;
  padding-left: 10px;
  cursor: pointer;
}
/* heading, for/from left_menu.tpl */
.heading {
	background: url(../images/clear.png);
	height:33px;
}

.heading div {
	padding-top:10px;
	padding-left:10px;
	text-transform:uppercase;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;

	font-weight:500;
}
#productCategories img {
	margin-left:3px;
	margin-right:3px;
}
/*** classes for editable content (OE)  ***/
.imgRightMargin {
	margin-right:20px;
}

/* Press articles */
div.line-press-article {
	width: 600px;
	float: left;
	padding: 20px 0px 0 0px;
	border: 0px solid;
}

div.line-press-article img {
	float: left;
	margin-right:20px;
}

div.press-article-title {
	font-weight: bold;
}

div.press-article-date {
	color: #a0a6ac;
}

#background {
  width: 100%;
  height: 670px;
  /*top: 25px; /*  */
  left: 0;
  position: absolute;
  z-index: 0;
  /*background: url(../images/background.jpg) no-repeat center;*/
  /* background: url(../images/background.jpg) no-repeat center 0; file is missing */
}

div.map-intro-text {
  padding: 8px;
  margin-bottom: 3px;
  border: 1px solid #F6E19A;
}
/*-----------plan du site------------*/
#sitemap {
  background: url(../images/pointVerticaux.gif) repeat-y center top;
}
#sitemap .columnL ,
#sitemap .columnR {
  float:left;
  width:260px;
}
#sitemap .columnL  {
  padding-right:30px;
  
}
#sitemap .columnR  {
  padding-left:30px;
}
#sitemap a {
  color:#000000;
}
#sitemap a:hover {
  color:#D4A13A;
}
#sitemap ul  {
  margin-left:0;
}
#sitemap li  {
  list-style-type: none;
}
#sitemap li a {
  line-height: 13px;
  padding-left:10px;
  background: url(../images/li02.gif) 0 5px no-repeat !important;
}
#sitemap li a>img {
  padding:0;
  background: none !important;
}
#sitemap li a:hover {
  background: url(../images/link02.gif) 0 5px no-repeat !important;
}
#sitemap h2 {
  line-height: 13px;
  padding-top:10px;
  margin-right:55px;
  background: url(../images/pointHorizontaux.gif) 0 0 repeat-x;
}
#sitemap h2.first {
  background: none;
}