body {
    font-weight: normal;
    font-size: 10px;
    margin: 16px 0px;
    padding: 0;
    text-align: center;
}

.lieninactif{
   font-size: 12px;
   color:#C00000;
   text-decoration: none;
}

.lienactif{
   font-size: 12px;
   text-decoration: none;
}

/*titre bannière*/	
.grandtitre { 
    font-size: 25px;
    font-weight: bold;
}

/*sous titre bannière*/
.grandsoustitre {
    text-decoration: none;
    font-size: 20px;
}

  /* titre des pages */
.soustitre { 
    text-decoration: none;
    font-size: 18px;
}

/*Coordonnées page "nous trouver"*/
.coordonnees{
    text-decoration: none;
	font-weight: bold;
    font-size: 14px;
}	

/* le tableau des liens */	
.tableaux_liens {
    font-size: 12px;
}

/* texte des zones de texte dans les pages*/
.textaccueil{
    font-size: 14px;  
}
	
#container {
	width: 751px;
	margin: 0 auto;
	text-align: left;
} 
  
#top {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
  
#main {
	padding: 5px 16px;
}
  
#maincolumn {
	padding: 0px 0px;
	width:565px;
}
  
#sidebar{
	width:150px;
	float:right;
 }
 
#box{
	width:150px;
}

#box-title{
	font-weight:normal;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

#box-content{
	margin-top:2px;
	padding-top:10px;
	padding-bottom:5px;
	font-size:12px;
}

#zone {
    text-align: center;
	/*height: 112px;*/
	/*width: 150px;    */
  }	
  
#bottom { 
	margin-top:10px;
	font-size:10pt;
}
  
#debug{
	margin:10px;
}


  
  
/**********************    Photo Zoomable Objet   **********************************/
.product-img-box {
	/*float:left;*/
	width:267px;
	/*border:1px solid grey;*/
}

.product-img-box .main-product-img {
    position:relative;
    overflow:hidden;
    width:265px;
    height:180px;
	z-index:9;
}

.product-img-box .main-product-img img {
    position:absolute;
    left:2px;
    top:2px;
    width:100%;
    cursor:move;
    z-index:99;
}

.image-zoom {
	z-index:9;
	position:relative;
	height:18px;
	margin:0 auto 13px auto;
	background:url(../images/slider_bg.gif) no-repeat 50% 50%;
	padding:0 28px 0 28px;
	cursor:pointer;
}
	
#image { 
	width:auto;
}
#track { 
	position:relative;
	height:18px;
}
#handle { 
	position:absolute;
	left:0;
	top:-1px;
	width:9px;
	height:22px;
	background:url(../images/magnifier_handle.gif) no-repeat;
}
.btn-zoom-out {
	position:absolute;
	left:2px;
	top:1px;
}
.btn-zoom-in {
	position:absolute;
	right:2px;
	top:1px;
}
/**********************    Fin Photo Zoomable Objet   **********************************/

/**********************Menu***********************/
div#navigation {
	display:inline;
	float:left;
	margin:10px 10px 9px;
	padding-left:5px;
	position:relative;
	width:720px;
}

a.menu,a.menu_selected {
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	margin-bottom:0px;
	padding:6px 30px 6px 5px;
	text-decoration:none;
	white-space:nowrap;
}

