body
{
	background-image: url(./../images/img_struct/background.jpg);
	background-repeat: repeat;
	
	min-width: 1024px;
	min-height: 240px;
	margin: 0px;
	padding: 0px;
	
	/*font-family: Trebuchet ms, sans-serif;*/
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	color: #172F68;
}

#header
{
	height: 180px;
	margin: auto;
	padding: 0px;
	
	font-size: 13px;
	border-bottom: 1px solid black;

	background-color: #FFFFFF;
}

#header table, #header table tr, #header table tr td
{
	margin: 0px;
	padding: 0px;

	border: none;
	border-collapse: collapse;
}

#page
{
	width: 1024px;
	margin: auto;
	padding: 0px;
	
	background-color: #FFFFFF;
}


#contenu
{
	display: inline-block;
	width: 100%;
	min-width: 1024px;
	min-height: 601px;
	margin: 0px;
	padding: 0px;

	text-align: justify;
	
	box-shadow: 0px 4px 4px rgba(122,104,96,1);
	webkit-box-shadow: 0px 4px 4px rgba(122,104,96,1);
	moz-box-shadow: 0px 5px 4px rgba(122,104,96,1);
	ms-box-shadow: 0px 5px 4px rgba(122,104,96,1);
	o-box-shadow: 0px 5px 4px rgba(122,104,96,1);
}


#contenu h1
{
	margin: 20px;
	padding: 5px;
	color: #172F68;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	border: 1px solid #DDDDDD;
	border-radius: 5px;
		
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4e9e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4e9e1));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4e9e1 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f4e9e1 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4e9e1 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4e9e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4e9e1',GradientType=0 );
}

.subtitle
{
	margin: 10px;
	padding: 5px;
	color: #172F68;
	font-weight: normal;
	font-size: 16px;
	
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	
	background: #f0f9ff;
	background: -moz-linear-gradient(top,  #f0f9ff 0%, #f7fbff 0%, #eaf6ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(0%,#f7fbff), color-stop(100%,#eaf6ff));
	background: -webkit-linear-gradient(top,  #f0f9ff 0%,#f7fbff 0%,#eaf6ff 100%);
	background: -o-linear-gradient(top,  #f0f9ff 0%,#f7fbff 0%,#eaf6ff 100%);
	background: -ms-linear-gradient(top,  #f0f9ff 0%,#f7fbff 0%,#eaf6ff 100%);
	background: linear-gradient(to bottom,  #f0f9ff 0%,#f7fbff 0%,#eaf6ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#eaf6ff',GradientType=0 );
}

#alert
{
	margin: 300px 0px 0px 0px;
	
	text-align: center;
}



/****************************/
/*********** MENU ***********/
/****************************/
#menu
{
	width: 1024px;
	height: 35px;
	margin: 0px auto 10px auto;
	padding: 0px;
	
	text-align: center;
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #909090 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#909090));
	background: -webkit-linear-gradient(top,  #666666 0%,#909090 100%);
	background: -o-linear-gradient(top,  #666666 0%,#909090 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#909090 100%);
	background: linear-gradient(to bottom,  #666666 0%,#909090 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#909090',GradientType=0 );

	font-size: 13px;
	z-index: 99;
}

#menu_list
{
	display: inline-block;
	
 	width: 1024px;
	height: 35px;
	margin: 0px;
 	padding: 0px;
	
	border: 0px;
 	list-style-type: none;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
}

#menu_list a
{
	display:block;
	text-decoration: none;
	color: #FFFFFF;
}

#menu_list li
{
	float: left;
		
    width: 113.77px;
	height: 35px;
	line-height: 35px;
 	margin: 0px;
 	padding: 0px;
	
 	border: 0px;
}

.ssmenu
{
	z-index: 99;
	
	border-radius: 0px 0px 15px 15px;
	webkit-border-radius: 0px 0px 15px 15px;
	moz-border-radius: 0px 0px 15px 15px;
	ms-border-radius: 0px 0px 15px 15px;
	o-border-radius: 0px 0px 15px 15px;
	
	box-shadow: 2px 2px 5px rgba(0,0,0,.8);
	webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.8);
	moz-box-shadow: 2px 2px 5px rgba(0,0,0,.8);
	ms-box-shadow: 2px 2px 5px rgba(0,0,0,.8);
	o-box-shadow: 2px 2px 5px rgba(0,0,0,.8);
}

#menu_list ul
{
 	position: absolute;
	
	max-height: 0em;
	margin: 0px;
 	padding: 0px;
	
 	border: 0px;
	list-style-type: none;
	color: #172F68;
	text-transform: none;
	
	overflow: hidden;
	transition: 0.5s max-height ease-in 0.25s;
	-webkit-transition: 0.5s max-height ease-in 0.25s;
	-moz-transition: 0.5s max-height ease-in 0.25s;
	-ms-transition: 0.5s max-height ease-in 0.25s;
	-o-transition: 0.5s max-height ease-in 0.25s;
	
	z-index: 99;
}

#menu_list ul li
{
	float: none;
	
	width: 140px;
	height: 35px;
 	margin: 0px;
 	padding: 0px;
	
 	border: 0px;
 	vertical-align: bottom;
	
	background-color: #666666;
	z-index: 99;
}

#menu_list ul li:last-child, #menu_list ul li:last-child a:hover
{
	border-radius: 0px 0px 15px 15px;
	webkit-border-radius: 0px 0px 15px 15px;
	moz-border-radius: 0px 0px 15px 15px;
	ms-border-radius: 0px 0px 15px 15px;
	o-border-radius: 0px 0px 15px 15px;
}

#menu_list li:focus ul
{
	max-height: 50em;
}

#menu_list li:focus, #menu_list li:hover, #menu_list a:hover
{
	/*background: #ff3019;
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );*/
	
	background: #909090;
	background: -moz-linear-gradient(top,  #909090 0%, #909090 50%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(50%,#909090), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top,  #909090 0%,#909090 50%,#666666 100%);
	background: -o-linear-gradient(top,  #909090 0%,#909090 50%,#666666 100%);
	background: -ms-linear-gradient(top,  #909090 0%,#909090 50%,#666666 100%);
	background: linear-gradient(to bottom,  #909090 0%,#909090 50%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#666666',GradientType=0 );

	color: white;
}

#menu_list li:hover li
{
	color: #172F68;
}

.menu_actif
{
	margin: 0px;
	padding: 0px;
}



/****************************/
/*********** DIAPO **********/
/****************************/
.csslider1
{
	display: inline-block;
	position: relative;
  
	height: 384px;
	line-height: 384px;
	width: 984px;
	margin: 12px;
	padding: 5px;
	
	border: 3px solid #DAD3D0;
	border-radius: 5px;
	
	text-align:center;
	background-color: #F9F9F9;
}
.csslider1 > .cs_anchor
{
	display: none;
}
.csslider1 > ul
{
	position: relative;
	z-index: 1;
	
	height: 384px;
	margin: 0px auto;
	padding: 0px;
	
	font-size: 0px;
	line-height: 0px;
	white-space: nowrap;
	
	overflow: hidden;
}
.csslider1 > ul > div
{
	width: 988px;
	
	font-size: 0px;
	line-height: 0px;
	
	visibility: hidden;
}
.csslider1 > ul > li.img img
{
	width: 988px;
	
	position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}

.csslider1 > ul > li {
	position: relative;
	display: inline-block;
	
	width: 984px;
	height: 384px;
	line-height: normal;
	
	vertical-align: top;
	font-size: 13px;
	white-space: normal;
	
	overflow: hidden;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);

}

@media only screen and (max-width: 1920px)
{
	.csslider1, .csslider1 > ul
	{
		height: 384px;
	}
}


.csslider1 > .cs_description {
	z-index: 3;
	font-size: 13px;
}

.csslider1 > .cs_description > label {
	position: absolute;
	bottom: 5px;
	right: 5px;

	width: 250px;
	height: 384px;
	padding: 0px 20px 0px 20px;

	text-align: justify;
	line-height: 25px;
	color: #172F68;
	
	background-color: rgba(234, 246, 255, .5);

	z-index: 10;
	overflow: auto;

	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
}



/****************************/
/********** PRODUIT *********/
/****************************/
#prod_dl
{
	float: left;
	margin: 0px 12px 20px 20px;
	padding-bottom: 10px;
	width: 222px;
	
	background-color: white;
	border-bottom: 1px solid #DAD3D0;
}

#prod_dt_image
{
	width: 210px;
	height: 140px;
	padding: 5px;
	border: 1px solid #DAD3D0;
	border-radius: 2px;
}

.content_prod_img
{
	float: left;
	width: 210px;
	height: 140px;
	margin: 0px;
	
	overflow: hidden;
}

.content_prod_img_in
{
	display: inline-block;
    position: relative;
    right: -50%;
}

.prod_img
{
	height: 140px;
	position: relative;
    left: -50%;
}

#prod_mini_desc
{
	width: 220px;
	height: 126px;
	margin: 10px 0px 0px 0px;
	padding : 0px;
	
	color: #172F68;
	overflow: auto;
	text-align: justify;
	hyphens:auto
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	
	background-color: white;
}

.pdt_price
{
	font-size: 17px;
	font-weight: bold;
	color: #172F68;
}

.link_see
{	
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	
	text-align: center;
	text-decoration: none;
	color: #172F68;
	font-size: 12px;
	
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	
	background: #DDDDDD;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #DDDDDD 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#DDDDDD));
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#DDDDDD 100%);
	background: -o-linear-gradient(top,  #FFFFFF 0%,#DDDDDD 100%);
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#DDDDDD 100%);
	background: linear-gradient(to bottom,  #FFFFFF 0%,#DDDDDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 );
	
	transition: 0.5s background linear 0.1s;
	-webkit-transition: 0.5s background linear 0.1s;
	-moz-transition: 0.5s background linear 0.1s;
	-ms-transition: 0.5s background linear 0.1s;
	-o-transition: 0.5s background linear 0.1s;
}



/****************************/
/********** CONTACT *********/
/****************************/
#ctct_table_gch
{
	float: left;
	margin-left: 60px;
}

#ctct_table_drt
{
	float: right;
	margin-right: 60px;
}



/****************************/
/********* REFERENCE ********/
/****************************/
#lib_desc
{
	margin: 0px 65px 60px 65px;
	text-align: justify;
	font-style: italic;
}

.content_ref_img
{
	float: left;
	width: 20%;
	height: 200px;
	margin: 5px 25px 20px 20px;
	
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	
	border: 2px solid #7A6860;
	border-radius: 5px;
	webkit-border-radius: 5px;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	
	box-shadow:	0 1px 3px rgba(0, 0, 0, .3),
				0 3px 5px rgba(0, 0, 0, .3),
				0 5px 10px rgba(0, 0, 0, .3),
				0 10px 10px rgba(0, 0, 0, .15);
	webkit-box-shadow:	0 1px 3px rgba(0, 0, 0, .3),
				0 3px 5px rgba(0, 0, 0, .3),
				0 5px 10px rgba(0, 0, 0, .3),
				0 10px 10px rgba(0, 0, 0, .15);
	moz-box-shadow:	0 1px 3px rgba(0, 0, 0, .3),
				0 3px 5px rgba(0, 0, 0, .3),
				0 5px 10px rgba(0, 0, 0, .3),
				0 10px 10px rgba(0, 0, 0, .15);
	ms-box-shadow:	0 1px 3px rgba(0, 0, 0, .3),
				0 3px 5px rgba(0, 0, 0, .3),
				0 5px 10px rgba(0, 0, 0, .3),
				0 10px 10px rgba(0, 0, 0, .15);
	o-box-shadow:	0 1px 3px rgba(0, 0, 0, .3),
				0 3px 5px rgba(0, 0, 0, .3),
				0 5px 10px rgba(0, 0, 0, .3),
				0 10px 10px rgba(0, 0, 0, .15);
}



/****************************/
/*********** CGU ************/
/****************************/
.cgu_gd_titre
{
	color: #53CBF1;
	text-align: center;
	text-decoration: underline;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.cgu_title
{
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
	color: #7A6860;
}

.cgu_p
{
	padding: 0px 20px 0px 20px;
	text-align: justify;
}

.cgu_sae
{
	font-style: italic;
	font-weight: bold;
	color: #53CBF1;
}

.cgu_a
{
	color: black;
}

.cgu_a:hover
{
	color: #7A6860;
}

.cgu_ul
{
	list-style-type: none;
}



/****************************/
/********** FOOTER **********/
/****************************/
#footer
{
	width: 100%;
	min-width: 1024px;
	margin: auto;
	
	border-top: 5px solid #7A6860;
	
	background: #4096ee;
	background: -moz-linear-gradient(top,  #4096ee 0%, #7abcff 50%, #4096ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(50%,#7abcff), color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top,  #4096ee 0%,#7abcff 50%,#4096ee 100%);
	background: -o-linear-gradient(top,  #4096ee 0%,#7abcff 50%,#4096ee 100%);
	background: -ms-linear-gradient(top,  #4096ee 0%,#7abcff 50%,#4096ee 100%);
	background: linear-gradient(to bottom,  #4096ee 0%,#7abcff 50%,#4096ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 );

	color: #FFFFFF;
}

#footer_p1
{
	width: 1004px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 0px auto;
	padding: 10px;
	
	font-size: 13px;
	text-align: center;
	background-color: #666666;
}

#footer_p2
{
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 10px 300px 10px 0px;
	
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#footer_p2 a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


/****************************/
/*********** PUB ************/
/****************************/
#big_pub_encart
{
	margin: 10px 12px 10px 12px;
	height: 320px;
	padding: 5px;
	
	text-align: justify;
	
	border: 3px solid #DAD3D0;
	border-radius: 5px;
	
	background-color: #F9F9F9;
}

@keyframes AutoSlidePub{
    0%, 15% {
        left: 0px;
    }
    20%, 35% {
        left: -210px; 
    }
    40%, 55% {
        left: -420px; 
    }
    60%, 75% {
        left: -630px; 
    }
    80%, 95% {
        left: -840px; 
    }
}
@-webkit-keyframes AutoSlidePub{
    0%, 15% {
        left: 0px;
    }
    20%, 35% {
        left: -210px; 
    }
    40%, 55% {
        left: -420px; 
    }
    60%, 75% {
        left: -630px; 
    }
    80%, 95% {
        left: -840px; 
    }
}
@-moz-keyframes AutoSlidePub{
    0%, 15% {
        left: 0px;
    }
    20%, 35% {
        left: -210px; 
    }
    40%, 55% {
        left: -420px; 
    }
    60%, 75% {
        left: -630px; 
    }
    80%, 95% {
        left: -840px; 
    }
}
@-ms-keyframes AutoSlidePub{
    0%, 15% {
        left: 0px;
    }
    20%, 35% {
        left: -210px; 
    }
    40%, 55% {
        left: -420px; 
    }
    60%, 75% {
        left: -630px; 
    }
    80%, 95% {
        left: -840px; 
    }
}
@-o-keyframes AutoSlidePub{
    0%, 15% {
        left: 0px;
    }
    20%, 35% {
        left: -210px; 
    }
    40%, 55% {
        left: -420px; 
    }
    60%, 75% {
        left: -630px; 
    }
    80%, 95% {
        left: -840px; 
    }
}

#dContentPub li {
	display: inline-block;
	float:left;
}

#dContentPub {
	position: absolute;
	top: 0;
	left: 0;
	width: 1100px;
	margin: 0;            
	padding: 0;
	
	animation-name: AutoSlidePub;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: AutoSlidePub;
	-webkit-animation-duration: 25s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: AutoSlidePub;
	-moz-animation-duration: 25s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: AutoSlidePub;
	-ms-animation-duration: 25s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: AutoSlidePub;
	-o-animation-duration: 25s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
}

#pub {
	float: left;
	position: relative;
	
	width: 210px;
	height: 267px;
	margin: 10px 59px 0px 59px;
	
	overflow: hidden;
	border-bottom: 3px solid #DAD3D0;
}

.dlPub {
	width: 210px;
	height: 264px;
	
	text-align: center;
	color: #172F68;
	font-size: 14px;
}

.dlPub dt {
	font-weight: bold;
}

.dlPub dt .pub_img{
	border: 3px solid #DAD3D0;
	border-radius: 5px;
	background-color: white;
	width: 204px;
	height: 135px;
	margin: 10px auto 0px auto;
}

.dlPub dd
{
	height: 75px;
	margin: 0;
	padding: 5px;
	text-align: justify;
	font-size: 13px;
	
	hyphens:auto
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
}