/*
	RESET CSS html5doctor
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }


/*********************
=	COMMUN
*********************/
a {
  color: #d31982;
  text-decoration: none; }

li {
  list-style-position: inside;
  list-style-image: url(../images/puceGreen.png);
  margin-bottom: 5px; }

body {
  font-family: Arial, sans-serif;
  color: #333; }

/* Titre */
h1 {
  font-size: 28px;
  font-weight: normal; }
  h1 span {
    color: #b8800a; }

h2 {
  font-size: 30px;
  font-weight: normal; }

h3 {
  font-size: 18px;
  font-weight: normal; }


/* PLACEHOLDER */
input::-webkit-input-placeholder {
  color: #747474;
  text-transform: uppercase }

input:-moz-placeholder {
  color: #747474;
  text-transform: uppercase }

/*0a - ID*/


/*0b - class*/
.clear {
	clear: both; }

.floatL {
	float: left; }

.floatR {
	float: right; }

.container {
	width: 1020px;
	margin: 0 auto; }

.wrapBg {
	/*background: url(../images/bg.jpg) left bottom no-repeat;*/
        background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 27px
}

.wrapContainer {
	background: url(../images/bgContainer.png) left top repeat;
	width: 980px;
	margin: 0 auto;
	padding: 10px 20px 27px  }
.lobster {
	font-family: 'Lobster', cursive;
}
.btnBlue {text-align: center}
	.btnBlue a {color: #fff}
	.spanText, .btnBlue input[type=submit] { 
		background: url(../images/btnBlue.png) left top no-repeat;
		height: 28px;
		line-height: 28px;
		padding: 0 5px 0 17px;
		font-size: 10px;
		text-transform: uppercase;
		display: block;
		float: left }
	.btnBlue input[type=submit] {
		border: none;
		color: #fff;
		cursor: pointer }
	.spanEnd { 
		background: url(../images/btnBlue.png) right top no-repeat;
		width: 11px;
		height: 28px;
		display: block;
		float: left }

.titleH2Small {margin-bottom: 15px;font-size: 20px}


.bloc {
	width: 306px;
	border-left: 1px solid #70766d;
	border-bottom: 3px solid #bfbfbf }
	.bloc h2 {
		font-size: 19px;
		color: #333;
		font-weight: bold;
		position: relative }
		.bloc h2 span {
			display: block;
			height: 50px;
			line-height: 50px;
			text-align: left;
			padding-left: 15px }

.colLeft, .colMiddle {margin-right: 27px}
.rowReadMore {
	background-color: #e5e5e5;
	height: 27px;
	float: left;
	margin: 0 0 20px 20px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
	z-index: 0;
	position: relative }
	.readMoreSimple { 
		margin: 0 10px 0 20px; 
		height: 27px;
		line-height: 27px;
		font-size: 10px;
		text-transform: uppercase }


/*********************
=	HEADER
*********************/

header{
	margin-bottom: 15px;
	position: relative;
	z-index: 1
}

/* ID */
#logo {margin-right: 28px}

/* CLASS */
.headerBaseline {
	color: #fff;
	font-size: 26px;
	width: 295px;
	margin-top: 13px
}

.headerSocial {margin: 25px 0 0 30px}
.headerSocial li {
	list-style: none;
	float: left;
	margin-left: 7px }
	.headerSocial li:first-child {
		margin-left: 0 }

.headerInfos {
	background-color: #eceded;
	width: 374px;
	height: 60px;
	margin-top: 16px;
	text-transform: uppercase;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: #000 0px 0px 7px;
	-moz-box-shadow: #000 0px 0px 7px;
	box-shadow: #000 0px 0px 7px;

	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
	z-index: 0;
	position: relative
}

.headerLogin {
	color: #0690c6;
	font-weight: bold;
	font-size: 11px;
	margin-right: 30px }
	.headerLogin img {margin: 13px 12px 0 17px}
	.headerLogin span {margin-top: 17px}
	.headerLogin span a {color: inherit}

.headerSearch {margin: 7px 0 0 0}
	.headerSearch input[type=text] {
		font-size: 10px;
		background: url(../images/bgSearch.png) left top no-repeat;
		padding: 0 10px;
		width: 135px;
		height: 26px;
		border: none;
		float: left;
		color: #747474 }
	.headerSearch input[type=submit] {
		background: url(../images/bgSearch.png) right top no-repeat;
		width: 32px;
		height: 26px;
		float: left;
		border: none;
		cursor: pointer }

.accountLink{
	margin-top:7px }


#content div.warning {
	color: #B71F1E;
	background: #ffd9d9;
	border: 1px solid #B71F1E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0;
	padding: 30px
}
#content div.warning p,
#content div.warning ul {
	margin: 10px 0 
}


/*********************
=	FOOTER
*********************/

footer {
	background-color: #efece2;
	height: 108px
}
/* ID */


/* CLASS */
.preFooter {
	background-color: #fff;
	height: 181px;
	width: 1020px;
	position: relative;
	margin: 0 auto }
	.footerVisuel {	margin: 17px 50px 0 30px }
	.footerSocial {
		margin: 30px 43px 0 0;
		padding-right: 49px;
		border-right: 1px dotted #000 }
		.footerSocial li {
			list-style: none;
			float: left;
			margin: 0 0 0 10px }
			.footerSocial li:first-child {margin: 0}
		.footerSocial p {
			color: #333;
			font-size: 13px;
			letter-spacing: -.05em;
			margin: 5px 0 15px 2px }
	.footerNL { margin-top: 30px }
		.footerNL p {
			color: #333;
			font-size: 13px;
			letter-spacing: -.05em;
			margin: 5px 0 15px 2px }
		.frmFooterNL {margin-left: -10px}
			.frmFooterNL input[type=text] {
				float: left;
				background: url(../images/bgInputNL.png) left top no-repeat;
				border: none;
				width: 187px;
				height: 63px;
				padding: 0 10px 0 20px;
				margin-top: 12px }
			.frmFooterNL input[type=submit] {
				float: left;
				background: url(../images/bgInputNL.png) right top no-repeat;
				border: none;
				width: 54px;
				height: 63px;
				margin-top: 12px;
				cursor: pointer }
	.footerVisuel2 { margin: 25px 10px 0 0 }

.footerInfos { 
	margin-top: 25px;
	font-size: 14px;
	color: #666 }
	.addressContactTitle {
		font-size: 16px;
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
		color: #333 }
.footerTelFax {
	float: right;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 16px }
.footerLinks span {
	display: block;
	margin-bottom: 5px }
.footerLinks li {
	float: left;
	list-style: none;
	margin-bottom: 0;
	font-size: 14px }

/*********************
=	NAVIGATION
*********************/
nav {
	background-color: #e4e4e5;
	width: 100%;
	height: 80px;
	margin-top: 10px;
	border-left: 1px solid #a7abae;
	
	-webkit-box-shadow: #000 0px 3px 7px;
	-moz-box-shadow: #000 0px 3px 7px;
	box-shadow: #000 0px 3px 7px;
	
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
	z-index: 0;
	position: relative }
	nav li {
	    float: left;
	    list-style: none;
	    /* width: 247px; */
	    font-size: 12px;
	    text-transform: uppercase;
	    margin-bottom: 0 }
	    	nav li a {
	    		color: #5e5e5e }

aside {
	width: 188px;
	float: right; }
	aside h2 {
		font-size: 21px;
		color: #462f28; }

/* ID */


/* CLASS */

.mainMenu {
		line-height: 80px;
		display: block;
   		height: 77px;
   		width: 245px; }
   		/* .mainMenu:last-child {width: 242px} */
	.mainMenu .mainMenuPicto {
		margin: 22px 20px 0 34px;
		display: block }
	.mainMenu.twoLine {
		line-height: 18px;
		padding-top: 22px;
		height: 55px }
		.mainMenu.twoLine img {
			margin-top: 0 }
	.mainMenuText {
		width: 130px }
	.mainMenu>a {
		padding-left: 10px;
		display: block;
		height: 70px }
		.mainMenu.twoLine>a {height: 48px}
	
	.menuColor_186 {
		border-bottom: 3px solid #45731e;
		-webkit-border-radius: 0 0 0 3px;
		-moz-border-radius: 0 0 0 3px;
		border-radius: 0 0 0 3px;
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
		z-index: 0;
		position: relative }
	.menuColor_186:hover {
		border-bottom: 3px solid #5ebb06;
		/*fond clair*/
		background: #5ebb06;
		/*from(clair), to(foncé) */
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8dda45), to(#5ebb06));
		background: -webkit-linear-gradient(#8dda45, #5ebb06);
		background: -moz-linear-gradient(#8dda45, #5ebb06);
		background: -ms-linear-gradient(#8dda45, #5ebb06);
		background: -o-linear-gradient(#8dda45, #5ebb06);
		background: linear-gradient(#8dda45, #5ebb06);
		-pie-background: linear-gradient(#8dda45, #5ebb06);
		
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
		z-index: 0;
		/* position: relative */ }
		.menuColor_186.noSubMenu:hover {
			height: 77px;
			border-bottom: 3px solid #45731e }
		
		.menuColor_186>a {border-bottom: 7px solid #5ebb06}
		.menuColor_186:hover>a {border-bottom: none; color: #fff; font-weight: bold}
	.menuColor_186 .mainMenuPicto{
		background: url(../images/pictoMnu186.png) left top no-repeat;
		width: 34px;
		height: 29px }
		.menuColor_186:hover .mainMenuPicto {
			background: url(../images/pictoMnu186.png) left bottom no-repeat }
	.menuColor_186 .wrapSubMenu {background-color: #5ebb06}
		.menuColor_186:hover .wrapSubMenu {display: block}
	
	
	.menuColor_189 {border-bottom: 3px solid #045070; behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc)}
	.menuColor_189:hover {
		border-bottom: 3px solid #068dc5;
		/*fond clair*/
		background: #fbfbfb;
		/*from(clair), to(foncé) */
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#09bbdc), to(#068dc5));
		background: -webkit-linear-gradient(#09bbdc, #068dc5);
		background: -moz-linear-gradient(#09bbdc, #068dc5);
		background: -ms-linear-gradient(#09bbdc, #068dc5);
		background: -o-linear-gradient(#09bbdc, #068dc5);
		background: linear-gradient(#09bbdc, #068dc5);
		-pie-background: linear-gradient(#09bbdc, #068dc5);
		
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
		z-index: 0;
		/* position: relative */ }
		.menuColor_189.noSubMenu:hover {
			height: 77px;
			border-bottom: 3px solid #045070 }
		
		.menuColor_189>a {border-bottom: 7px solid #09badb}
		.menuColor_189:hover>a {border-bottom: none; color: #fff; font-weight: bold}
	.menuColor_189 .mainMenuPicto{
		background: url(../images/pictoMnu189.png) left top no-repeat;
		width: 25px;
		height: 24px;
		margin-top: 5px }
		.menuColor_189:hover .mainMenuPicto {
			background: url(../images/pictoMnu189.png) left bottom no-repeat }
	.menuColor_189 .wrapSubMenu {background-color: #068dc5}
		.menuColor_189:hover .wrapSubMenu {display: block}
	
	
	.menuColor_191 {border-bottom: 3px solid #7f0f4c; behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc)}
	.menuColor_191:hover {
		border-bottom: 3px solid #d61b89;
		/*fond clair*/
		background: #fbfbfb;
		/*from(clair), to(foncé) */
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f157b1), to(#d61b89));
		background: -webkit-linear-gradient(#f157b1, #d61b89);
		background: -moz-linear-gradient(#f157b1, #d61b89);
		background: -ms-linear-gradient(#f157b1, #d61b89);
		background: -o-linear-gradient(#f157b1, #d61b89);
		background: linear-gradient(#f157b1, #d61b89);
		-pie-background: linear-gradient(#f157b1, #d61b89);
		
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
		z-index: 0;
		/* position: relative */ }
		.menuColor_191.noSubMenu:hover {
			height: 77px;
			border-bottom: 3px solid #7f0f4c }
		
		.menuColor_191>a {border-bottom: 7px solid #f157b1}
		.menuColor_191:hover>a {border-bottom: none; color: #fff; font-weight: bold}
	.menuColor_191 .mainMenuPicto{
		background: url(../images/pictoMnu191.png) left top no-repeat;
		width: 24px;
		height: 24px }
		.menuColor_191:hover .mainMenuPicto {
			background: url(../images/pictoMnu191.png) left bottom no-repeat }
	.menuColor_191 .wrapSubMenu {background-color: #d61b89}
		.menuColor_191:hover .wrapSubMenu {display: block}
	
	.menuColor_193 {
		border-bottom: 3px solid #795a22;
		-webkit-border-radius: 0 0 3px 0px;
		-moz-border-radius: 0 0 3px 0px;
		border-radius: 0 0 3px 0px;
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
		z-index: 0;
		/* position: relative */ }
	.menuColor_193:hover {
		border-bottom: 3px solid #c89538;
		/*fond clair*/
		background: #fbfbfb;
		/*from(clair), to(foncé) */
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcc662), to(#c89538));
		background: -webkit-linear-gradient(#fcc662, #c89538);
		background: -moz-linear-gradient(#fcc662, #c89538);
		background: -ms-linear-gradient(#fcc662, #c89538);
		background: -o-linear-gradient(#fcc662, #c89538);
		background: linear-gradient(#fcc662, #c89538);
		-pie-background: linear-gradient(#fcc662, #c89538);
		
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
		z-index: 0;
		/* position: relative */ }
		.menuColor_193.noSubMenu:hover {
			height: 77px;
			border-bottom: 3px solid #795a22 }
		
		.menuColor_193>a {border-bottom: 7px solid #c89538}
		.menuColor_193:hover>a {border-bottom: none; color: #fff; font-weight: bold}
	.menuColor_193 .mainMenuPicto{
		background: url(../images/pictoMnu193.png) left top no-repeat;
		width: 29px;
		height: 30px }
		.menuColor_193:hover .mainMenuPicto {
			background: url(../images/pictoMnu193.png) left bottom no-repeat }
	.menuColor_193 .wrapSubMenu {background-color: #c89538}
		.menuColor_193:hover .wrapSubMenu {display: block}


.wrapSubMenu {
	display: none;
	width: 941px;
	padding: 20px;
	position: absolute;
	left: -1px;
	top: 80px }
	.wrapSubMenu h2 {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 15px;
		font-weight: bold;
		text-transform: uppercase }
	.wrapSubMenu a {
		color: #fff	}

.oneSubMenuBlock li {
	float: left;
	width: 230px;
	margin-right: 5px;
	margin-bottom: 10px }
	.oneSubMenuBlock li li {
		float: none;
		text-transform: none;
		font-size: 14px;
		list-style-image: url(../images/pictoPuce.png);
		list-style-position: inside;
		margin-bottom: 2px }
.searchSubMenu {
	color: #fff;
	border-top: solid 1px #0080b5;
	padding-top: 10px;
	margin-top: 10px;
	width: 100% }
	.searchSubMenu .headerSearch input[type="text"] {
		background: #fff }

.listeAdherent {
	text-align: center;
	margin-top: -10px;
	font-size: 12px }


.breadcrumb {
	color: #666;
	font-size: 9px;
	letter-spacing: -.05em;
	line-height: 10px;
	padding: 0 0 15px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #abacac;
	text-transform: uppercase;
}
.breadcrumb a {
	color: #d31982 }
	.breadcrumb a:hover {
		text-decoration: underline }
.breadcrumb .divider {
	margin: 0 5px;
}


.pagination {
	text-align: center
}
.pagination ul {
	background: #e3e3e3;
	width: auto;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block }
	.pagination li {
		list-style: none;
		float: left;
		font-weight: bold;
		width: 26px;
		height: 18px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin: 3px;
		padding-top: 5px }
		.pagination li:hover, .pagination li.active {
			background: #fff;
			color: #5ab806;
		}
.pagerBefore, .pagerAfter {
	position: relative;
	bottom: 10px }
	.pagerBefore {
		right: 5px }
	.pagerAfter {
		left: 5px }



/*********************
=	HOME
*********************/

/* ID */
#homeSlider {
	width: 980px;
	height: 320px;
	margin-bottom: 20px;
	background-color: #d9dadb;
	border-bottom: 4px solid #656565;
	
	-webkit-box-shadow: #000 0px 3px 7px;
	-moz-box-shadow: #000 0px 3px 7px;
	box-shadow: #000 0px 3px 7px;
	
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
	z-index: 0;
	position: relative
}


/* CLASS */
.oneSlideMedia {
	width: 670px;
	height: 307px;
	margin: 6px 0 0 6px;
	position: relative }
	.oneSlideMedia li {list-style: none; margin: 0}
	.oneSlideMedia .readMore {
		position: absolute;
		left: 30%;
		bottom: 20px }
.oneSlideNav {
	position: absolute;
	right: 0;
	top: 0 }
	.oneSlideNav a {
		background: url(../images/bgListSlide.png) left top no-repeat;
		display: block;
		width: 303px;
		height: 64px;
		margin-left: 13px;
		color: #000 }
		.oneSlideNav a.active {
			background: url(../images/bgListSlideHover.png) left top no-repeat;
			width: 317px;
			margin-left: 0 }
	.oneSlideNav span {
		float: right;
		margin-top: 13px;
		width: 150px;
		text-align: right;
		text-transform: uppercase;
		margin-right: 30px;
		font-size: 12px;
		line-height: 20px;
		font-weight: bold }

.shadowTitle {
	background: url(../images/bgTitleBloc.png) left top no-repeat;
	width: 100%;
	height: 59px
}
.blocAC {margin-bottom: 15px}
.noPicture {
	margin-left: 19px;
	width: 240px !important }
.blocAEJ .readMore, .blocAC .readMore {
	padding: 31px 0 0 54px
}
.oneBlocAEJ {
	background: url(../images/bgListAEJ.png) left top no-repeat;
	width: 306px;
	height: 105px;
	margin: 0;
	list-style: none }
	.oneBlocAEJ.first {
		margin-top: -8px }
	.oneBlocAEJ .arrowGreen {
		margin: 40px 12px 0 0 }

.imgSmallActu {
	border: 4px solid #fff;
	margin: 18px 19px 0;
	
	-webkit-box-shadow: #000 0px 0px 7px;
	-moz-box-shadow: #000 0px 0px 7px;
	box-shadow: #999 0px 0px 7px;
	
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
	z-index: 0;
	position: relative
}
.blocAEJInfos {
	width: 138px;
	margin-top: 18px }
	.blocAEJInfos a {
		color: #333 }
		.blocAEJInfos a .textEvent {
			color: #666666 }
	.dateEvent {
		display: block;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 5px }
	.textEvent {
		font-size: 13px;
		display: block;
		margin-bottom: 5px }

.blocFooter {
	height: 84px;
	background-color: #fff
}


.blocChequeKDO { 
	background-color: #fff; 
	overflow: hidden;
	margin-bottom: 23px }
	.blocChequeKDO .rowReadMore { margin-left: 30px }
	.blocKDOImg{ margin: 10px 0 15px 25px }
	.blocKDOText { padding: 0 20px }
		.blocKDOText p { 
			margin-bottom: 15px;
			font-size: 16px;
			color: #333 }

.blocOpeCom { 
	background-color: #fff;
	text-align:center;
	overflow: hidden }
	.blocOpeCom .rowReadMore { margin-left: 13px }
	.noShadowTitle {
		background: #dddedf;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dddedf), to(#fff));
		background: -webkit-linear-gradient(#dddedf, #fff);
		background: -moz-linear-gradient(#dddedf, #fff);
		background: -ms-linear-gradient(#dddedf, #fff);
		background: -o-linear-gradient(#dddedf, #fff);
		background: linear-gradient(#dddedf, #fff);
		-pie-background: linear-gradient(#dddedf, #fff);
		
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
		z-index: 0;
		position: relative		
		
		border-top: 1px solid #fff;
		height: 54px;
		line-height: 54px;
		text-align: center }
	.blocOpeComText { 
		padding: 0 20px;
		margin: 15px 0 }
		.blocOpeComText p { 
			margin-bottom: 5px;
			font-size: 16px;
			color: #333 }


.blocVideo{
	background-color: #FFF;
	margin-bottom: 23px}
	.firstVideo { width: 306px }
	.blocVideo li a {
		height: 86px;
		display: block }
	.blocVideo a .videoText {color: #333}
	.blocVideo li {
		background: url(../images/bgListVideo.png) left top no-repeat;
		width: 100%;
		height: 86px;
		list-style: none;
		margin: 0 }
		.blocVideo li.firstRowVideo {
			background: none;
			height: inherit }
	.thumbYoutube {
		border: 4px solid #fff;
		margin: 9px 15px 0 10px;

		-webkit-box-shadow: #999 0px 0px 7px;
		-moz-box-shadow: #999 0px 0px 7px;
		box-shadow: #999 0px 0px 7px;
		
		behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
		z-index: 0;
		position: relative }
	.videoText {
		font-size: 12px;
		width: 115px;
		margin-top: 15px }
	.blocVideo .readMore {padding: 31px 0 0 70px}

.blocPartenaire {background-color: #fff}

.titleOneCommercant h1 {width: 420px}


/*********************
=	ACTUALITE
*********************/

aside {width: 307px}

/* ID */
.wrapContent {
	background: #fff url(../images/bgContent.png) left top no-repeat;
	width: 590px;
	min-height: 1030px;
	padding: 27px 30px;
	border-bottom: 3px solid #bfbfbf }
	.wrapContent h1 {margin-bottom: 25px}

/* CLASS */
.asideSep {height: 23px }

.blocSocial {margin-bottom: 15px}
	.blocSocial li {
		float: left;
		list-style: none;
		margin: 0 0 0 15px }
	.blocSocial li:first-child {margin: 0}

.oneActuImg {margin: 0 20px 10px 0}
.oneActuContent {
	color: #666;
	font-size: 14px;
	line-height: 18px }
	.oneActuContent p {margin-bottom: 10px}

.wrapContentFooter {margin-top: 30px}
	.wrapContentFooter img {margin-bottom: 20px}
	.wrapContentFooter h3 {
		font-size: 12px;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: bold }
	.wrapContentFooter li {font-size: 13px}

.contentFooterL {width: 420px}
.contentFooterR .btnBlue {margin-left: 8px}
.shareTwitter iframe {width: 90px !important}




/*********************
=	LISTE
*********************/

/* ID */


/* CLASS */
.oneActuList {
	color: #666;
	font-size: 14px;
	line-height: 14px;
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 45px }
	.oneActuList p {
		margin: 10px 0 }
	.oneActuListImg {
		width: 119px;/*166*/
		margin: 0 20px 0 0 }
	.onePartenaireListImg {
		width: 100px;
		margin: 0 20px 0 0 }
	.oneCommercantListImg {
		width: 110px;
		margin: 0 20px 0 0 }
	.oneActuListTitle {
		font-weight: bold;
		font-size: 20px;
		letter-spacing: -.05em;
		line-height: 15px }
.listVideo .thumbYoutube {
	margin-top: 0
}

.opeComDate {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	color: #000 }
.opeComBig {
	border: 4px solid #fff;
	margin: 0 20px 10px 0;
	
	-webkit-box-shadow: #000 0px 0px 7px;
	-moz-box-shadow: #000 0px 0px 7px;
	box-shadow: #999 0px 0px 7px;
	
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
	z-index: 0;
	position: relative }
.opeComWrapText p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px }

.wrapImgThumb {
	height: 110px }



/*********************
=	COMMERCANT
*********************/

/* ID */


/* CLASS */
.blocCoordonnees {
	background-color: #fff;
	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
	overflow: hidden }
	.blocAddressCommercant {
		padding: 0 20px; 
		margin-top: 15px }
	.titleBlocCommercant {
		color: #999;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 5px }
	.addressCommercantTitle {font-weight: bold}
	.addressCommercant, .numCommercant, .mailCommercant {margin-bottom: 20px}
	.numCommercant p {margin-bottom: 10px}

.logoCommercant{
	margin-left:20px;
}

.blocHoraires {
	background-color: #fff;
	font-size: 14px }
	.blocHoraires h2 {margin-bottom: 20px}
	.blocHoraires p {
		margin-bottom: 20px;
		padding: 0 20px }

.blocActuCommercant {
	background-color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
	overflow: hidden }
	.blocActuCommercant h2 {margin-bottom: 20px}
	.blocActuCommercant img {margin: 0 0 20px 20px}
	.blocActuCommercant p {
		padding: 0 20px;
		margin-bottom: 10px }

.sliderCommercant {
	position: relative;
	margin-bottom: 15px;
	height: 227px;
	background-color: rgb(199, 205, 206);
	padding:2px;
	text-align:center;}
	.loaderFicheCommercant {
		position: absolute;
		left: 48%;
		top: 48%;
		display: none }
	.slideWrapThumbsCommercant {margin-bottom: 20px}
		.slideWrapThumbsCommercant li {
			float: left;
			list-style: none;
			margin: 0 0 0 10px }
			.slideWrapThumbsCommercant li:first-child {margin: 0}

.commercantDescription {
	text-align: left;
	font-size: 14px;
	color: #666 }
	.titreCommercant {
		font-size: 22px;
		font-weight: bold;
		color: #000;
		margin-bottom: 20px }
		.titreCommercant p {margin-bottom: 10px}


/*
.sliderCommercant2 {
	position: relative;
	height: 227px;
	background-color: rgb(199, 205, 206);
	padding:2px;
	text-align:center;}
	.slideWrapThumbsCommercant2 {margin-bottom: 20px}
		.slideWrapThumbsCommercant2 li {
			float: left;
			list-style: none;
			margin: 0 0 0 10px }
			.slideWrapThumbsCommercant2 li:first-child {margin: 0}
*/

.bx-wrapper {margin-bottom: 15px}

/*********************
=	CONTACT
*********************/

/* ID */


/* CLASS */
.contactFrm {
	width: 360px;
	margin: 0 auto }
	.contactFrm p {
		margin-bottom: 15px }
	.contactFrm label {
		display: block;
		margin-bottom: 5px; }
	.contactFrm input[type=text], .contactFrm input[type=email] {
		border: 1px solid #ccc;
		background-color: #fafafa;
		height: 25px;
		line-height: 25px;
		padding: 0 5%;
		width: 90% }
	.contactFrm textarea {
		border: 1px solid #ccc;
		background-color: #fafafa;
		padding: 5%;
		width: 90%;
		resize: vertical }
.contactMap {
	width: 590px;
	margin: 10px 0 30px }
	.contactMap iframe {
		border: 1px solid #ddd;
		-webkit-box-shadow: 0 0 10px #CCC;
		 -moz-box-shadow: 0 0 10px #CCC;
		 box-shadow: 0 0 10px #CCC; }
.blockContactOk {
	margin-bottom: 15px
}





/************************
=	PARTIE UTILISATEUR
************************/

/* ID */


/* CLASS */
.wrapLogin .block {
	margin-bottom: 15px;
}
.wrapLogin label {
	float: left;
	width: 150px;
}
/*.wrapLogin input[type=text], .wrapLogin input[type=password] {
	float: left;
	border: 1px solid #ddd;
	background-color: #eee;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	width: 300px
}*/
/*.wrapLogin  input[type=submit] {
	border: 1px solid #9c6412;
	background-color: #c9911b;
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
	z-index: 0;
	position: relative
}*/

.wrapLostPwd {
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	margin-left: 15px;
	text-decoration: underline
}

.frmGlobal input[type=text], .frmGlobal input[type=password] {
	float: left;
	border: 1px solid #ccc;
	background-color: #fafafa;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	width: 300px
}
.frmGlobal textarea {
	float: left;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 10px;
	width: 300px;
	resize: none
}
/*.frmGlobal input[type=submit], .btnGlobal {
	border: 1px solid #9c6412;
	background-color: #c9911b;
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/extension/ezboxdesign/design/ezbox/lib/PIE.htc);
	z-index: 0;
	position: relative
}*/
.frmGlobal .block {
	margin-bottom: 15px
}
.btnGetNewPass {
	margin-left: 15px
}

.blockFrmEditUser {
	margin-bottom: 15px }
	.blockFrmEditUser label {
		float: left;
		width: 150px }
	.blockFrmEditUser textarea {
		width: 500px }

table.list tr {
	height: 30px;
	line-height: 30px
}

.edit label {
	float: left;
	width: 150px;
}
.lblShowUser {
	float: left;
	width: 150px;
}
.element {
	margin-bottom: 15px
}
.lblTitleShowUser {
	float: none;
	font-size: 16px;
	font-weight: bold
}


.userRegister input[type=text] {
	border: 1px solid #CCC;
	background: #fafafa;
	height: 20px;
	margin: 6px 0 0 0
}
.userRegister .block {
	margin-top: 15px
}
.userRegister textarea {
	max-width: 503px;
	border: 1px solid #CCC;
	background: #fafafa;
}
.userRegister form {
	margin-bottom: 20px
}


.userEdit .block {
	margin: 10px 0
}
.userEdit .block label {
	font-weight: bold
}
.viewUser form .block .element label {
	float: left;
	width: 150px
}
.templateContentEdit .block {
	margin: 10px 0
}
.templateContentEdit .block input,
.templateContentEdit .block textarea {
	width: 580px
}
.templateContentEdit .block input[type=text],
.templateContentEdit .block input[type=password] {
	border: 1px solid #CCC;
	background: #fafafa	
}
.templateContentEdit .block textarea {
	border: 1px solid #CCC;
	background: #fafafa;
	resize: vertical	
}

.btnListeCommande, .btnDeconnecte, .btnAccesAdherent {
	margin-left: 10px;
	float: left }



/*********************
=	PAGE INTERIEUR
*********************/

/* ID */


/* CLASS */
.oneContent {
	color: #666;
	font-size: 13px;
	text-align: justify }
	.oneContent ul {padding: 10px 0}
	.oneContent li {margin: 0 0 10px; line-height: 17px}
	.oneContent p {
		font-size: 13px;
		color: #666;
		margin-bottom: 10px;
		line-height: 17px }



/*********************
=	PANIER
*********************/

/* ID */


/* CLASS */
.blocCartProduct {
	padding-bottom: 15px;
	float: left;
	border-left: 1px dotted #000;
	padding-left: 15px }
	.blocCartProduct p {margin-bottom: 10px}
		.blocCartProduct p span {font-size: 14px}
.blocCart {
	background-color: #fff;
	padding-bottom: 10px }
	.blocCart .btnBlue {margin: 20px 0 0 105px}

.blocKDOCartText {
	padding: 0 20px;
	font-size: 14px }
	.sidebarCartDesc {margin-bottom: 10px}
	.blocKDOCartText ul {padding-bottom: 10px}
	.sidebarCartTotal {
		font-weight: bold;
		text-align: right;
		border-top: 1px solid #666;
		padding-top: 5px }


.shop-basket h2 {
	margin: 30px 15px 15px
}
.shop-basket .btnBlue {
	margin-right: 15px
}
.content-basket .table {
	margin-bottom: 40px;
	overflow: hidden
}
.content-basket table {
	width: 100%;
	border: 2px solid #e1e1e1;
	margin-bottom: 20px
}
.content-basket th, .content-basket td {
	border: 1px solid #ddd;
	padding: 5px
}
.content-basket th, td.product-subtotal {
	padding: 10px 5px;
	background: #fafafa
}
.content-basket td.product-name {
	padding: 10px 5px
}


.shop-confirmorder h2 {
	margin: 30px 15px 15px
}
.shop-confirmorder table b {
	line-height: 25px
}
table.confirmOrderSummary {
	margin-bottom: 20px
}
.shop-confirmorder .content-basket table {
	border: none;
}


.shop-orderview h2 {
	margin: 30px 15px 15px
}
.shop-orderview table b {
	line-height: 25px
}
.shop-orderview .content-basket {
	margin: 30px 0;
}
.shop-orderview table.orderHistory td {
	padding-right: 30px
}
.shop-orderview .content-basket table {
	border: none;
}


.wrapLogin .block {
	margin-top: 20px
}
.wrapLogin input[type=text], .wrapLogin input[type=password] {
	float: left;
	border: 1px solid #CCC;
	background-color: #fafafa;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	width: 300px
}


.editDraft p {
	margin: 10px 0
}
.currentDraft h2 {
	margin: 40px 0 20px
}
.currentDraft table {
	width: 100%;
	border: 2px solid #e1e1e1;
	margin-bottom: 20px
}
.currentDraft th {
	background: #fafafa;
	vertical-align: middle
}
.currentDraft th, .currentDraft td {
	border: 1px solid #ddd;
	padding: 5px;
	line-height: 20px
}

.paiementCheque{
order: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #4F8A10;
background-color: #DFF2BF;

}

/*********************
=	DIVERS
*********************/

/* ID */


/* CLASS */
.wrapListCats li {margin-bottom: 8px}
.feedback h3 {margin: 15px 0 20px}
.frmSearch li {margin-bottom: 10px}



/*********************
=	MODELE
*********************/

/* ID */


/* CLASS */

.printOrder{float:right;padding-left:75px;}










