/* ----------------------- */
/*       positioning       */
/* ----------------------- */

.left-col {
    float: left;
    display: inline;
    /*border-right: 1px solid #EFF4F9;*/
    width: 258px; /*280*/ 
    /*margin-left: 15px;*/
}

#content {
padding-bottom: 0;
}

/* stage 1 */

.right-col {
    float: right;
    display: inline;
    width: 545px; /* 514 545 */
    /*margin: 30px 0 0 0;*/
    /*padding-top: 16px;*/
    
    background-position: right top;
    background-repeat: no-repeat;
}

.other-menu {
    font-size: 13px;
    color: #6577AA;
    margin: 34px 0 20px 0;
}

/*
.level1-menu {
    margin-left: 40px;
    line-height: 18px; 
    font-size: 12px;
}

.level1-menu a:hover {
    color: #6577AA;
}

*/

.submenu {
    padding-left: 0;
}

.submenu h1{
	color:#4F588B;
    font-size: 17px;
    margin: 26px 0 22px 0;
    font-weight: bold;
	padding-left: 35px; 
}

.no-rootline-container {
    /*margin-left: 22px;*/
    padding-right: 5px;  
}

.rootline {
    margin-top: 6px;
	margin-left: 35px;
}

/* stage 2 */

.family h1 {
    font-size: 18px;
    /*color: #2163AE;*/
    margin-bottom: 34px; 
    margin-top: 18px;
	margin-left: 35px;
}

#content .family h3 {
    font-size: 38px;
    color: #504E53;
    margin-bottom: 20px; 
	margin-left: 35px;
}

/* the menu */

/*
.categories-menu {
    margin: 15px 0 0 38px;
}
*/

.categories-menu li ul {
    display: none;
    /*margin-left: 20px;*/
}
.categories-menu ul {
    margin-left: 20px;
}

.submenu ul, .submenu li {
list-style-position: inside;
}


/*
.categories-menu li {
margin: 2px 0;
}
*/

.categories-menu li ul.on {
    display: block;
}

/* stage 3 */
/*
.products-container {
     margin-left: 30px;
}
*/

.product-page-introduction {
    margin-right: 10px;
}

.sub-category h2 {
    /*color: #2163AE;*/
    font-size: 14px;
    /*margin-top: 16px;*/
}

.sub-category {
    padding-left: 30px;
    height: 140px;
    margin-right:10px;
}

.sub-category p {
    line-height: 15px;
}

.products-list {
    /*overflow: auto;
    height: 385px;*/
    background-color: #FFFFFF;
    padding-left: 30px;
	padding-bottom:10px;
}

.product h5 {
    margin: 0 0 16px 0;
}

.product .subtitle {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 12px;
}

.product .presentation {
    margin-bottom: 20px;
}

.products-list .product .picture {
    text-align: center;
    width: 135px;
    float: left;
}

.products-list .product {
    /*overflow: auto;*/
    margin-top: 30px;
}

/*
.products-list .product ul {
    padding-left:180px;
    list-style-type: disc;
}
*/

.product-content-container {
    padding-left:150px;
}

.products-list .product li {
    list-style-type: disc;
    list-style-position: inside;
}

/* stage 4 */

.product-picture {
    margin-top: 20px;
}

.product-page-menu {
    margin: 30px 0 45px 0;
    overflow: auto;
    height: 44px;
}

.product-page-menu li {
    float: left;
    width: 134px;
}

.product-page-menu a {
    display: block;
    width: 134px;/*134*/
    height: 34px;
    /*background: url(../images/product_page_bouton.gif) no-repeat 0 0;*/
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 7px;
    color: #3E3D42;
}

.product-page-menu a:hover, .product-page-menu a.on  {
    /*background: url(../images/product_page_bouton.gif) no-repeat 0 -41px;*/
    background-position: 0 -41px;
    color: #FFFFFF;
}

/*
.product-page-menu a.on {
    background: url(../images/product_page_bouton.gif) no-repeat 0 -41px;
    color: #FFFFFF;
}
*/

.product-page-content {
    /*height: 250px;
    overflow: auto;*/
    margin-bottom: 10px;
    margin-right:10px;
}

.product-page-content img {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.product-page-content .product h5 img {
    display: inline;
}

.product-page-content .product {
    margin-bottom: 30px;
}

.product-page-content .product .picture {
    text-align: center;
    width: 150px;
    float: right;
}

a.back {
    float: right;
    margin-right: 10px;
}


.product-page-avis{
	margin-top:20px;
}
.product-page-avis .decouvrir_avis{
	width:132px;
	border-top:1px solid red;
	padding:15px 0px;
	font-weight:bold;
	font-size:12px;
}
.product-page-avis .titre_avis{
	width:378px;
	height:13px;
	display:block;
	background:url(../images/products/masque_fleche.gif) no-repeat;
	padding-left:22px;
	color:#999999;
	font-weight:bold;
	margin:8px 0px;
}
.product-page-avis .paraph{
	margin:5px 0px 15px 24px;
}

.product_fb_like{
	margin-top: 10px;
	text-align: right;
}


/* ----------------------- */
/*           style         */
/* ----------------------- */

.csc-header h2 {
    font-size: 17px;
    margin-top: 34px;
    margin-bottom: 16px;
    color: #5D6D9E;
    line-height: 22px;
}

.level1-menu-title {
    font-size: 13px;
    color: #6577AA;
    font-weight: bold;
}


