/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Stylesheet: reset Modified On 2013-04-10 12:14:09 */
/* --------------------------------------------------------------
		Blueprint grid.css file for version 0.9.1
		Width: 1000px
		Columns: 12		Column width: 76px
		Gutter width: 8px
		
		This file was generated with GridCalc (http://www.problem.se/labs/gridcalc/)
---------------------------------------------------------------*/

/* --------------------------------------------------------------

   grid.css
   * Sets up an easy-to-use grid of 24 columns.

   By default, the grid is 950px wide, with 24 columns
   spanning 30px, and a 10px margin between columns.

   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)

-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  background-repeat: repeat;
  width: 1000px;
  margin: 0 auto;
}

/* Use this class on any .span / container to see the grid. */
.showgrid {
  background: url(http://charles-barrier.fr/tmp/cache/src/grid.png);
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
  float: left;
  margin-right: 8px;
}

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width: 76px;}
.span-2 {width: 170px;}
.span-3 {width: 244px;}
.span-4 {width: 328px;}
.span-5 {width: 412px;}
.span-6 {width: 496px;}
.span-7 {width: 580px;}
.span-8 {width: 664px;}
.span-9 {width: 748px;}
.span-10 {width: 832px;}
.span-11 {width: 916px;}
.span-12 {width: 1000px; margin-right: 0;}

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12 {
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

input.span-1, textarea.span-1 {width: 64px;}
input.span-2, textarea.span-2 {width: 148px;}
input.span-3, textarea.span-3 {width: 232px;}
input.span-4, textarea.span-4 {width: 316px;}
input.span-5, textarea.span-5 {width: 400px;}
input.span-6, textarea.span-6 {width: 484px;}
input.span-7, textarea.span-7 {width: 568px;}
input.span-8, textarea.span-8 {width: 652px;}
input.span-9, textarea.span-9 {width: 736px;}
input.span-10, textarea.span-10 {width: 820px;}
input.span-11, textarea.span-11 {width: 904px;}
input.span-12, textarea.span-12 {width: 988px;}

/* Add these to a column to append empty cols. */

.append-1 {padding-right: 84px;}
.append-2 {padding-right: 168px;}
.append-3 {padding-right: 252px;}
.append-4 {padding-right: 336px;}
.append-5 {padding-right: 420px;}
.append-6 {padding-right: 504px;}
.append-7 {padding-right: 588px;}
.append-8 {padding-right: 672px;}
.append-9 {padding-right: 756px;}
.append-10 {padding-right: 840px;}
.append-11 {padding-right: 924px;}

/* Add these to a column to prepend empty cols. */

.prepend-1 {padding-left: 84px;}
.prepend-2 {padding-left: 0; float: right;} /*padding-left: 168px; *//*float: right; width: 328px;*/
.prepend-3 {padding-left: 252px;}
.prepend-4 {padding-left: 336px;}
.prepend-5 {padding-left: 420px;}
.prepend-6 {padding-left: 504px;}
.prepend-7 {padding-left: 588px;}
.prepend-8 {padding-left: 672px;}
.prepend-9 {padding-left: 756px;}
.prepend-10 {padding-left: 840px;}
.prepend-11 {padding-left: 924px;}

/* Border on right hand side of a column. */
.border {
  padding-right: 3px;
  margin-right: 4px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 45px;
  margin-right: 46px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the
next column, or to pull it into the previous column.  */

.pull-1 {margin-left: -84px;}
.pull-2 {margin-left: -168px;}
.pull-3 {margin-left: -252px;}
.pull-4 {margin-left: -336px;}
.pull-5 {margin-left: -420px;}
.pull-6 {margin-left: -504px;}
.pull-7 {margin-left: -588px;}
.pull-8 {margin-left: -672px;}
.pull-9 {margin-left: -756px;}
.pull-10 {margin-left: -840px;}
.pull-11 {margin-left: -924px;}
.pull-12 {margin-left: -1008px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {float: left; position:relative;}

.push-1 {margin: 0 -84px 1.5em 84px;}
.push-2 {margin: 0 -168px 1.5em 168px;}
.push-3 {margin: 0 -252px 1.5em 252px;}
.push-4 {margin: 0 -336px 1.5em 336px;}
.push-5 {margin: 0 -420px 1.5em 420px;}
.push-6 {margin: 0 -504px 1.5em 504px;}
.push-7 {margin: 0 -588px 1.5em 588px;}
.push-8 {margin: 0 -672px 1.5em 672px;}
.push-9 {margin: 0 -756px 1.5em 756px;}
.push-10 {margin: 0 -840px 1.5em 840px;}
.push-11 {margin: 0 -924px 1.5em 924px;}
.push-12 {margin: 0 -1008px 1.5em 1008px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {float: right; position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top {
  margin-top:1.5em;
}
.append-bottom {
  margin-bottom:1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* Stylesheet: grid Modified On 2013-04-10 12:14:53 */
body{
		margin-top: 0px;
	}
.container{
		margin-top: 0px;
	}
.homeTop {
	background-image: url(../../uploads/images/home/background.png);
	height: 272px;
}

.cache_slider {
	background-image: url(http://www.charles-barrier.fr/uploads/charlesbarrier/images/cache_slider.png);
	height: 416px;
	position: relative;
	width: 1000px;
}
.banderole {
	color: #CC9900;
	font-size: 22px;
	font-style: italic;
	font-family: Georgia, serif;
	-webkit-padding-start:0px;
	list-style-type: none;
	margin-right:20px;
	height:20px;
	width: 297px;
	position:relative;
	margin-top:5px;
	float:right;
}

.banderoleBt {
	color: #ccb6a2;
	font-size: 22px;
	font-style: italic;
	font-family: Georgia, serif;
	-webkit-padding-start:0px;
	list-style-type: none;
	margin-right:20px;
	height:20px;
	width: 297px;
	position:relative;
	margin-top:5px;
	float:right;
}

.langues{
		float:left;
		height:15px;
		font-size: 8px;
		margin-left: 35px;
		top: 250px;
		position: absolute;
		z-index: 3;
		color: #666666;
		font-family: Arial, sans-serif;
	}

a#currentlanguage{
		color: white;
	}
.top {
	background-image: url(../../uploads/images/backgroundg.png);
	height: 272px;
}

.groupe1 {
	height: 416px;
	background: url(../../uploads/images/014/groupe.jpg) no-repeat;
}

.homeActu34 {
	height: 416px;
	background: url(../../uploads/images/01/actucb1.jpg) no-repeat;
}
.homeActu33 {
	height: 416px;
	background: url(../../uploads/images/01/actucb2.jpg) no-repeat;
}
.homeActu32 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/01/actucb3.jpg) no-repeat;
}
.homeActu84 {
	height: 416px;
	background: url(../../uploads/images/01/actucb4.jpg) no-repeat;
}
.homeActu31 {
	height: 416px;
	background: url(../../uploads/images/01/actucb5.jpg) no-repeat;
}
.homeActuBistrot53 {
	height: 416px;
	background: url(../../uploads/images/bistrot/actubt1.jpg) no-repeat;
}
.homeActuBistrot52 {
	height: 416px;
	background: url(../../uploads/images/bistrot/actubt2.jpg) no-repeat;
}
.homeActuBistrot51 {
	height: 416px;
	background: url(../../uploads/images/bistrot/actubt3.jpg) no-repeat;
}
.homeActuBistrot85 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/bistrot/actubt4.jpg) no-repeat;
}
.homeActuBistrot86 {
	height: 416px;
	background: url(../../uploads/images/bistrot/actubt5.jpg) no-repeat;
}
.homeBistrot1 {
	height: 416px;
	background: url(../../uploads/images/bistrot/bistrot1.jpg) no-repeat;
}
.homeBistrot2 {
	height: 416px;
	background: url(../../uploads/images/bistrot/bistrot2.jpg) no-repeat;
}
.homeBistrot3 {
	height: 416px;
	background: url(../../uploads/images/bistrot/bistrot3.jpg) no-repeat;
}
.homeBistrot4 {
	height: 416px;
	background: url(../../uploads/images/bistrot/bistrot4.jpg) no-repeat;
}
.homeTraiteur57 {
	height: 416px;
	background: url(../../uploads/images/traiteur/traiteur1.jpg) no-repeat;
}
.homeTraiteur56 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/traiteur/traiteur2.jpg) no-repeat;
}
.homeTraiteur55 {
	height: 416px;
	background: url(../../uploads/images/traiteur/traiteur3.jpg) no-repeat;
}
.homeTraiteur54 {
	height: 416px;
	background: url(../../uploads/images/traiteur/traiteur4.jpg) no-repeat;
}
.homeTraiteur80 {
	height: 416px;
	background: url(../../uploads/images/traiteur/traiteur5.jpg) no-repeat;
}
.homeHistoire5 {
	height: 416px;
	background: url(../../uploads/images/01/histoire1.jpg) no-repeat;
}
.homeHistoire61 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/01/histoire2.jpg) no-repeat;
}
.homeHistoire62 {
	height: 416px;
	background: url(../../uploads/images/01/histoire3.jpg) no-repeat;
}
.homeHistoire63 {
	height: 416px;
	background: url(../../uploads/images/01/histoire4.jpg) no-repeat;
}
.homeEquipe3 {
	height: 416px;
	background: url(../../uploads/images/01/equipe1.jpg) no-repeat;
}
.homeEquipe66 {
	height: 416px;
	background: url(../../uploads/images/01/equipe2.jpg) no-repeat;
}
.homeEquipe67 {
	height: 416px;
	background: url(../../uploads/images/01/equipe3.jpg) no-repeat;
}
.homeChef4 {
	height: 416px;
	background: url(../../uploads/images/01/chef1.jpg) no-repeat;
}
.homeChef64 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/01/chef2.jpg) no-repeat;
}

.homeChef65{
	height: 416px;
	background: url(../../uploads/images/01/chef3.jpg) no-repeat;
}
.carte1 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/012/carte.jpg) no-repeat;
}
.menu1 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/013/menu.jpg) no-repeat;
}
.specialite1 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/014/specialite.jpg) no-repeat;
}
.cave25 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/015/cave1.jpg) no-repeat;
}
.cave72 {
	height: 416px;
	background: url(../../uploads/images/015/cave2.jpg) no-repeat;
}
.cave73 {
	height: 416px;
	background: url(../../uploads/images/015/cave3.jpg) no-repeat;
}
.cave74 {
	height: 416px;
	background: url(../../uploads/images/015/cave4.jpg) no-repeat;
}
.jardin27 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/016/salle1.jpg) no-repeat;
}
.jardin68 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/016/salle2.jpg) no-repeat;
}
.jardin69 {
	height: 416px;
	background: url(../../uploads/images/016/salle3.jpg) no-repeat;
}
.salon26 {
	height: 416px;
	background: url(../../uploads/images/017/salon1.jpg) no-repeat;
}
.salon70 {
	height: 416px;
	background: url(../../uploads/images/017/salon2.jpg) no-repeat;
}
.salon71 {
	height: 416px;
	background: url(../../uploads/images/017/salon3.jpg) no-repeat;
}
.map75 {
	height: 416px;
	background: url(../../uploads/images/018/map1.jpg) no-repeat;
}
.map76 {
	height: 416px;
	background: url(../../uploads/images/018/map2.jpg) no-repeat;
}

.map24 {
	height: 416px;
	background: url(../../uploads/images/018/map3.jpg) no-repeat;
}
.cheque1 {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/019/cheque1.jpg) no-repeat;
}
.porcelaine1 {
	height: 416px;
	background: url(../../uploads/images/020/porcelaine1.jpg) no-repeat;
}
.spemaison1 {
	height: 416px;
	background: url(../../uploads/images/021/specialite1.jpg) no-repeat;
}
.homeBottom {
	height: 416px;
	background: url(http://www.charles-barrier.fr/uploads/images/01/actu1.jpg) no-repeat;
}

.function {
	background-color: #666666;
	margin-left: 122px;
	margin-bottom: 22px;
	margin-top: 13px;
	width: 206px;
	height: 102px;
}

.smallTabs {
	display: block;
	position: relative;
	top: -6px;
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: 0px 0px;
	height: 80px;
}

.smallTabs:hover {
	display: block;
	height: 80px;
	background-repeat: no-repeat;
	background-position: -168px 0px;
}

.smallTabs a{
	display:block;
	height:80px;
	}

.tabBistrot {
	background-repeat: no-repeat;
	z-index: 10;
	position: relative;
	background-image: url(../../uploads/images/common/tab/tab_bistrot.png);
}

.tabBistrotOn {
	background-repeat: no-repeat;
	z-index: 10;
	position: relative;
	background-image: url(http://www.charles-barrier.fr/uploads/images/common/tab/bistrot.png);
}

.tabTraiteur {
	background-repeat: no-repeat;
	z-index: 11;
	position: relative;
	background-image: url(../../uploads/images/common/tab/tab_traiteur.png);
}

.tabTraiteurOn {
	background-repeat: no-repeat;
	z-index: 11;
	position: relative;
	background-image: url(../../uploads/images/common/tab/traiteur.png);
}

.tabRestau {
	z-index: 11;
	position: relative;
	background: url(http://www.charles-barrier.fr/uploads/images/common/tab/tab_restau.png) no-repeat;
}

.tabRestauOn {
	background-repeat: no-repeat;
	z-index: 11;
	position: relative;
	background-image: url(http://www.charles-barrier.fr/uploads/images/common/tab/tab_restau.png);
}

.tabActu {
	z-index: 12;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../../uploads/images/common/tab/tab_actu.png);
	float: right;
}

.tabActuBt {
	z-index: 12;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../../uploads/images/common/tab/tab_actubt.png);
	float: right;
}

.tabFr {
	z-index: 12;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(http://www.charles-barrier.fr/uploads/images/common/tab/tab_fr.png);
}

.tabEng {
	z-index: 12;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(http://www.charles-barrier.fr/uploads/images/common/tab/tab_eng.png);
}

.newsletter {
	display: block;
	position: absolute;
	top: 620px;
	z-index: 1;
	height: 65px;
}

.nav {
	height: 180px;
	/*width: 328px;*/
}

.nav ul {
	margin-top: 20px;
	margin-right: 20px;
	color: white;
	text-align: right;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, serif;
	-webkit-padding-start:0px;
	list-style-type: none;
}

h3 {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	margin: 0px;
}

h3 a {
	text-decoration: none;
	margin-right: 20px;
	color: white;
	text-align: right;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, serif;
	-webkit-padding-start:0px;
	list-style-type: none;
}

h3 a:hover {
	color: #cc9900;
	text-decoration: none;
	}

#accordion {
	margin-top: 15px;
	float: right;
	/*margin-left: 65px;*/
}

#accordion li {
	margin-right: 20px;
	text-align: right;
	list-style-type: none;
	text-decoration: none;
	color: #999999;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, serif;
}

.sub a {
	color: #999999;
	text-decoration: none;
}

.sub .select {
	color: #cc9900;
	text-decoration: none;
}

.sub a:hover {
	color: #cc9900;
	text-decoration: none;
}

.function ul {
	margin-bottom: 16px;
	margin-top: 16px;
	padding-left: 0px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-family: Georgia, serif;
	-webkit-padding-start:0px;
	list-style-type: none;
}

.newsletter ul {
	-webkit-padding-start:0px;
	margin: 0px;
	                          
	padding-left: 0px;
	                          
	padding-bottom: 0px;
	                          
	padding-top: 10px;
	                          
	width: 206px;
	background-color: #666666;
	height: 30px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, serif;
	-webkit-padding-start:0px;
	list-style-type: none;
}

.function li {
	font-style: italic;
	font-weight: bold;
	height: 18px;
	width: 175px;
	margin-left: 30px;
	margin-bottom: 8px;
	padding-left: 36px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../../uploads/images/common/arrow.png);
}

.newsletter li {
	height: 18px;
	width: 175px;
	margin-left: 30px;
	margin-bottom: 8px;
	padding-left: 36px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../../uploads/images/common/arrow.png);
}

.function li a  {
	color: white;
	text-decoration: none;
	display: block;
}

.function li a:hover  {
	color: black;
	text-decoration: none;
	display: block;
}

.newsletter li a  {
	color: white;
	text-decoration: none;
	display: block;
}

.newsletter li a:hover  {
	color: black;
	text-decoration: none;
	display: block;
}

.retrait-rigth {
	margin-left: 187px;
	background-image: url(http://www.charles-barrier.fr/uploads/images/common/retrait-rigth.png);
	width: 19px;
	height: 16px;
}

.retrait-left {
	list-style-position: inside;
	width: 19px;
	background-image: url(../../uploads/images/common/retrait-left.png);
	height: 16px;
}

.rigth {
	float: right;
}

.left {
	float: left;
}

.menu {
	background-image: url(http://www.charles-barrier.fr/uploads/images/backgroundmenu.png);
	height: 272px;
}

.menuBistrot {
	background-image: url(../../uploads/images/backgroundmenuBistrot.png);
	height: 272px;
}

.logo a#home{
	background-position: 0px;
	height: 272px;
	display: block;
	background-image:url(../../uploads/charlesbarrier/images/logo.png);
}

.logoBistrot a#home{
	background-position: 0px;
	height: 272px;
	display: block;
	background-image:url(../../uploads/charlesbarrier/images/logoBistrot.png);
color:transparent;
opacity:0/0;
}

.logo a#home:hover{

	background-position: -329px;

}

.logoBistrot a#home:hover{

	background-position: -329px;

}

.side {
	background-image: url(../../uploads/images/common/back-light.png);
	height: 418px;
        position: relative;

}

.side .title {
	margin-bottom: 20px;
	margin-top: 100px;
	color: #333333;
	text-align: right;
	font-size: 30px;
	font-family: Georgia, serif;
}

.side .date {
	text-align: right;
	color: #666666;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

.side .courant {
	margin-left: 30px;
	text-align: right;
	color: black;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

.courant a:hover{
	color: #cc9900;
	text-decoration: none;
	}
.side .bold {
	margin-top: 10px;
	font-weight: bold;
}

.side a {
	text-decoration: none;
	color: #666666;
}

.side .display {
	margin-right: 12px;
}

.side .chateaux {
display: block;
position: absolute;
bottom: 10px;
right:10px;
width:110px;
height:50px;
}

#overlay {
		background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);
		color:#efefef;
		height:450px;
}

div.contentWrap {
		height:441px;
		overflow-y:auto;
}

.menuSlide{
	position:relative;
	z-index:auto;
	left:360px;
	top:0px;
	width:326px;
	height:331px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-size:12px;*/
	/*color:#FFF;*/
	}
	
.menuSlideAuto{
	position:absolute;
	z-index:999;
	left:325px;
	top:0px;
	width:340px;
	height:418px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-size:12px;*/
	/*color:#FFF;*/
	}

strong.title{
	font-size: 15px;
	
}	
p{
	
	background: url(../../uploads/images/vertical/background.png) no-repeat;

	text-align:center;
	margin-top:0px;
	margin-left:0px;
	margin-right:25px;
	margin-bottom:50px;
	width:325px;
	height:400px;*/
	position:absolute;
	display : block;
	font: 12px/15px Arial;
	color: white;
	padding: 15px 15px 15px 10px;
}


p .active{
	visibility:visible;
}

#menu1{
	background-image:url(http://www.charles-barrier.fr/uploads/images/slidemenu/element1.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#menu2{
	background-image:url(http://www.charles-barrier.fr/uploads/images/slidemenu/element2.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#menu3{
	background-image:url(http://www.charles-barrier.fr/uploads/images/slidemenu/element3.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
		}

#actu1{
	/*background-image: url(../../uploads/images/slidemenu/actu1.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#actu2{
	/*
	background-image: url(../../uploads/images/slidemenu/actu2.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#actu3{
	/*background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/actu3.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#actu4{
	/*
	background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/actu4.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#actu5{
	/*
	background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/actu5.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#carte1{
	/*background-image: url(../../uploads/images/slidemenu/1_les_entrees.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#carte2{
	/*background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/2_les_poissons.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#carte3{
	/*background-image: url(../../uploads/images/slidemenu/3_les_viandes.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#carte4{
	/*background-image: url(../../uploads/images/slidemenu/4_les_fromages.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#carte5{
	/*background-image: url(../../uploads/images/slidemenu/5_les_desserts.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#menu11{
	/*background-image: url(../../uploads/images/slidemenu/1_balade_du_gourmet.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#menu12{
	/*background-image: url(../../uploads/images/slidemenu/2_excursion_gourmande.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#menu13{
	/*background-image: url(../../uploads/images/slidemenu/3_club101.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#menu14{
	/*background-image: url(../../uploads/images/slidemenu/4_tout_compris_60.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#menu15{
	/*background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/5_tout_compris_50.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#menu16{
	/*background-image: url(../../uploads/images/slidemenu/1_le_saumon_fume.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
}

#menu17{
	/*background-image: url(../../uploads/images/slidemenu/2_le_foie_gras.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
	#menu18{
	/*background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/3_les_grosses_langoustines.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#menu19{
	/*background-image: url(../../uploads/images/slidemenu/4_le_pied_de_cochon.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#menu20{
	/*background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/5_la_geline_de_touraine.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#menu21{
	/*background-image: url(../../uploads/images/slidemenu/6_le_coeur_de_ris_de_veau.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#menu22{
	/*background-image: url(../../uploads/images/slidemenu/7_le_pigeonneau_du_pays_de_racan.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot1{
	background-image: url(../../uploads/images/slidemenu/bistrot1.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot2{
	background-image: url(../../uploads/images/slidemenu/bistrot2.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot3{
	background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/bistrot3.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot4{
	background-image: url(../../uploads/images/slidemenu/bistrot4.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot5{
	background-image: url(../../uploads/images/slidemenu/bistrot5.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot6{
	background-image: url(../../uploads/images/slidemenu/bistrot6.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot7{
	background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/bistrot7.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot8{
	background-image: url(http://www.charles-barrier.fr/uploads/images/slidemenu/bistrot8.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot9{
	background-image: url(../../uploads/images/slidemenu/bistrot9.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#bistrot10{
	background-image: url(../../uploads/images/slidemenu/bistrot10.png);
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}
	
#slide1{
	background-image:url(http://www.charles-barrier.fr/uploads/images/slidemenu/element1.png);
	background-repeat:no-repeat;
	width:326px;
	height:331px;
	}

#slide2{
	background-image:url(http://www.charles-barrier.fr/uploads/images/slidemenu/element1.png);
	background-repeat:no-repeat;
	width:326px;
	height:331px;
	}

#slide3{
	background-image:url(http://www.charles-barrier.fr/uploads/images/slidemenu/element1.png);
	background-repeat:no-repeat;
	width:326px;
	height:331px;
	}

#traiteur1{
	background-image: url(../../uploads/images/slidemenu/plateau1.png);
	background-repeat:no-repeat;
	width:326px;
	height:331px;
	}

#traiteur2{
	background-image: url(../../uploads/images/slidemenu/plateau2.png);
	background-repeat:no-repeat;
	width:326px;
	height:331px;
	}

#traiteur3{
	background-image: url(../../uploads/images/slidemenu/plateau3.png);
	background-repeat:no-repeat;
	width:326px;
	height:331px;
	}

#sl-formule{
	/*background-image: url(../../uploads/images/slidemenu/1_formules.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#sl-porcelaine{
	/*background-image: url(../../uploads/images/slidemenu/2_porcelaine.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

#sl-produits{
	/*background-image: url(../../uploads/images/slidemenu/3_produits.png);*/
	background-repeat:no-repeat;
	width:325px;
	height:400px;
	}

strong{
	font-weight:normal;
	color:#cc9900;}
	
.menuClose{
	background-image:url(../../uploads/images/vertical/close.png);
	background-repeat:repeat;
	display:block;
	cursor:pointer;
	width:39px;
	height:40px;
	position:absolute;
	bottom:0;
	right:0;
	
	}
	
.menuCloseAuto{
	background-image:url(../../uploads/images/vertical/close.png);
	background-repeat:repeat;
	display:block;
	cursor:pointer;
	width:39px;
	height:40px;
	position:absolute;
	bottom:0;
	right:0;
	
	}
.menuCloseAuto:hover {
	background-image:url(../../uploads/images/vertical/close2.png);
	background-repeat:repeat;
	display:block;
	cursor:pointer;
	width:39px;
	height:40px;
	position:absolute;
	bottom:0;
	right:0;
	
	}
	
.contact{
		color: white;
		line-height: 17px;
		margin-right: 32px;
		font-size: 13px;
		font-family: Arial, sans-serif;
		text-align: right;
	}
	
.contact2{
		color: white;
		line-height: 17px;
		margin-right: 32px;
		font-size: 11px;
		font-family: Arial, sans-serif;
		text-align: right;
	}
.contact2 a{
		color: white;
		text-decoration: none;
	}
	
.contact a{
		color: white;
		text-decoration: none;
	}
.contact2 a:hover{
	color: #666666;
	text-decoration: none;
	}	
.contact a:hover{
	color: #666666;
	text-decoration: none;
	}

.contact3 { height: 16px; margin-right:25px; font-size: 13px;
		font-family: Arial, sans-serif; text-align:right; line-height:16px; }
.contact3 a { color:#fff; text-decoration:none; }
.contact3 a:hover { color:#666; }
.contact3 .facebook { background:url(../../uploads/charlesbarrier/images/facebook_16.png) 0 0 no-repeat; display:block; height:16px; width:16px; float:right; margin-left:10px; }
.contact3 .twitter { background:url(../../uploads/charlesbarrier/images/twitter_16.png) 0 0 no-repeat; display:block; height:16px; width:16px; float:right; margin-left:10px; }
	
.courantfoot{
	background-color: #666666;
	}

#social{
	margin: 0;
	}
	
.element{
	display:inline-block;
	margin: 7px 3px 0 0;
	float: right;
	/*vertical-align:top;*/
	}
@charset "UTF-8";
/* CSS Document */





	.content{
		margin: 100px auto 0px auto;
		background-color:#3d3d3d;
		color:#fff;
		text-transform:uppercase;
		font-size:10px;
		border:1px solid #222;
		padding:30px;
		-moz-box-shadow:0px 0px 8px #444;
		-webkit-box-shadow:0px 0px 8px #444;
		box-shadow:0px 0px 8px #444;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		text-shadow:1px 1px 1px #000;
		opacity:0.9;
	}
	.content a{
		color:#ddd;
		font-weight:bold;
		text-decoration:none;
	}
	.content a:hover{
		color:#fff;
	}
	.content h2{
		font-weight:normal;
		text-shadow:0px 0px 1px #777;
	}
	.arrow{
		width:311px;
		height:200px;
		position:fixed;
		bottom:10px;
		left:100px;
		background:transparent url(http://charles-barrier.fr/tmp/cache/arrow.png) no-repeat top left;
	}

.smallTabs a{color: transparent;opacity:0/0;}

.langues a{
		height: 15px;
		color: #666666;
		text-decoration: none;
		font-family: Arial, sans-serif;
		font-size: 8pt;
	}

.courantfoot li {background: url(../../uploads/images/common/arrow_presse.png) no-repeat 307px;margin-bottom: 10px;}
.actu_popup {
  width:600px;
  background:#000;
  color:#fff;
}
.actu_popup .contenu {
  padding:30px 15px;
}
.actu_popup .title { margin-bottom:20px; font-size:30px; }
.actu_popup .courant {}
#openactu { display:none; }

#redirect {  text-align:center; padding:30px 0;
background-image: -moz-linear-gradient(top, #fff, #ccc);
background-image: -webkit-gradient(linear,left top,left bottom,	color-stop(0, #fff), color-stop(1, #ccc));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#ccc')";
}
#redirect h4 { color:#444!important; font-size:40px; font-family: Arial, Helvetica, sans-serif; width:300px; margin:0 auto; }
#redirect button { width:60%; margin:30px 0; padding:15px; font-size:36px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; border:1px solid #CCC; -moz-border-radius: .6em; -webkit-border-radius: .6em;	border-radius: .6em; }
#redirect button.mobile { color:#fff;
background-image: -moz-linear-gradient(top, #82B7E2, #5594C6);
background-image: -webkit-gradient(linear,left top,left bottom,	color-stop(0, #82B7E2), color-stop(1, #5594C6));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#82B7E2', EndColorStr='#5594C6')";
}
#redirect button.classic { color:#444;
background-image: -moz-linear-gradient(top, #FDFDFD, #EEE);
background-image: -webkit-gradient(linear,left top,left bottom,	color-stop(0, #FDFDFD), color-stop(1, #EEE));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FDFDFD', EndColorStr='#EEE')";
}


/* Stylesheet: style Modified On 2015-08-24 14:43:20 */
@charset "UTF-8";
/* CSS Document */

html{
	min-width: 1000px;
}

#full-slider-wrapper {
    overflow: hidden;
}

#full-slider {
    position: relative;
    width: 1000px;
    height: 416px;*/
    /*margin: 0 20px;*/
}

#slider {
    position: relative;
    width: 1000px;
    height: 416px;*/
    /*margin: 0 20px;*/
}

#slider .slide-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 416px;
    visibility: hidden;
}

#slider .slide-panel.active {
    visibility: visible;
}

#full-slider .slide-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 416px;
    visibility: hidden;
}

#full-slider .slide-panel.active {
    visibility: visible;
}


/*------*/

#full-slider-nav {
    position: relative;
    z-index: 10;
    top: -60px;/*top: 280px;*/
    left: 881px;/*left: 852px;*/
    /*margin-right: 300px;*/
    width: 87px;
    height: 40px;
}

#full-slider-nav-left, #full-slider-nav-right {
    /*display: inline-block;*/
    height: 40px;
    width: 40;
    /*margin-left: 15px;*/
    /*border: 20px solid transparent;*/
    cursor: pointer;
}

#full-slider-nav-left {
    background-position: 0 0px;
    float: left;
    height: 40px;
    width: 40px;
	/*display: block;*/
	background-image: url(http://www.charles-barrier.fr/uploads/images/prec.png);
}

#full-slider-nav-left:hover {
   /* border-right-color: #999;*/
	background-position: 0 -40px;
                                 
}

#full-slider-nav-right {
    background-position: 0 0px;
    float: right;
    height: 40px;
    width: 40px;
	/*display: block;*/
	background-image: url(../../uploads/images/next.png);
}

#full-slider-nav-right:hover {
   /* border-left-color: #999;*/
	background-position: 0 -40px;
                                
}

.coda-slider {
	position: absolute;
	overflow: hidden;
	z-index: -5;
}

.panel-container { 
	position: relative;
	height : 416px;
	width: 1000px;
}

.coda-slider .panel {
	float:left;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: absolute;
	z-index:-5;
}

/*--Window/Masking Styles--*/
.window {
	height:416px;	width: 1000px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: relative;
	top: 0; left: 0;
}
.image_reel img {float: left;}


/* Stylesheet: slider Modified On 2013-05-30 15:16:57 */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.2 (20/10/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../../uploads/images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 340px;
	height: 100px;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(../../uploads/images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 420px;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../../uploads/images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(../../uploads/images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(../../uploads/images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(http://www.charles-barrier.fr/uploads/images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../../uploads/images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../../uploads/images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../../uploads/images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(http://www.charles-barrier.fr/uploads/images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../../uploads/images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../../uploads/images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../../uploads/images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(http://www.charles-barrier.fr/uploads/images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding-left: 15px;
	background: url(../../uploads/images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding-bottom: 3px;
	background: url('http://charles-barrier.fr/tmp/cache/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding-left: 15px;
	background: url(../../uploads/images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.charles-barrier.fr/uploads/images/fancybox//fancy_shadow_nw.png', sizingMethod='scale'); }
/* Stylesheet: fancybox Modified On 2013-04-10 12:28:05 */
.flickr_photobar{
	font-family:Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	font-size:11px;
}
.flickr_photobar a{
	outline:none;
}
.flickr_photobar a:hover{
	outline:none;
}
.photobar{
	position:fixed;
	bottom:-96px;
	left:0px;
	width:100%;
	height:95px;
}
.thumbs{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:95px;
	border-top:1px solid transparent;
	background-color:#3D3D3D;
	-moz-box-shadow:0px -1px 6px #222;
	-webkit-box-shadow:0px -1px 6px #222;
	box-shadow:0px -1px 6px #222;
	z-index:3;
}
.thumbs a.prev,
.thumbs a.next{
	width:20px;
	height:83px;
	position:absolute;
	top:4px;
	margin:0px;
	z-index:10;
	border:1px solid #222;
	-moz-box-shadow:0px 0px 1px #777 inset;
	-webkit-box-shadow:0px 0px 1px #777 inset;
	box-shadow:0px 0px 1px #777 inset;
}
.thumbs a.prev:hover,
.thumbs a.next:hover{
	background-color:#404040;
}
.thumbs a.prev{
	left:0px;
	background:#333 url(../../uploads/charlesbarrier/images/prev.png) no-repeat center center;
}
.thumbs a.next{
	right:0px;
	background:#333 url(../../uploads/charlesbarrier/images/next.png) no-repeat center center;
}
.thumbs .thumbsWrapper{
	height:95px;
	left:22px;
	right:22px;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:2;
}
.thumbs ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:90px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
}
.thumbs ul li a{
	position:relative;
	float:left;
	margin:6px 2px 0px 2px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-decoration:none;
	height:81px;
	width:81px;
}
.albums ul li a img{
	border:3px solid #111111;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
.../images ul li a img{
	border:3px solid #f9f9f9;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
.thumbs a span{
	position:absolute;
	bottom:3px;
	left:3px;
	right:3px;
	background-color:#333;
	font-size:9px;
	padding:2px 2px;
	border-top:1px solid #111;
    display:none;	
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	max-height:70px;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
.thumbs a:hover span{
	display:block;
}
span.images_toggle{
	position:absolute;
	top:-26px;
	right:20px;
	background-color:#3D3D3D;
	border:1px solid transparent;
	color:#EEEEEE;
	font-size:10px;
	padding:0px 6px 0px 12px;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #000;
	text-align:center;
	-moz-box-shadow:0px -3px 3px #222;
	-webkit-box-shadow:0px -3px 3px #222;
	box-shadow:0px -3px 3px #222;
	/*-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;*/
	z-index:3;
}
span.images_toggle a{
	background-color:#222;
	border:1px solid #000;
	cursor:pointer;
	line-height:16px;
	padding:0px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
span.images_toggle a:hover{
	background-color:#000;
}
.photobar a.toggle{
	position:absolute;
	top:-26px;
	left:47%;
	background-color:#3D3D3D;
	border:1px solid transparent;
	color:#CC9900;
	font-size:10px;
	padding:0px 36px 0px 36px;
	line-height:24px;
	height:24px;
	width:110px;
	margin-left:-57px;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #000;
	-moz-box-shadow:0px -1px 6px #222;
	-webkit-box-shadow:0px -1px 6px #222;
	box-shadow:0px -1px 6px #222;
	/*-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;*/
	cursor:pointer;
	z-index:1;
}
span.loading_small{
	background:transparent url(../../uploads/charlesbarrier/images/loading_small.gif) no-repeat center center;
	position:absolute;
	right:10px;
	top:0px;
	width:16px;
	height:24px;
}
.photobar a.toggle:hover{
	background-color:#111;
}
.photobar .../images{
	z-index:20;
}
.flickr_photobar .overlay{
	z-index:90;
	background-color:#777777;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.photopreview{
	text-align:center;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:91;
}
.photopreview .preview_wrapper{
	position:relative;
	text-align:center;
	margin:0 auto;
}
.photopreview .preview{
	display:table-cell;
	text-align:center;
	width:0px;
	height:0px;
	padding-top:25px;
	vertical-align:middle;
}
.photopreview .preview img{
	vertical-align:middle;
	background-color:#555;
	padding:1px;
	border:8px solid #f9f9f9;
	-moz-box-shadow:1px 1px 5px #222;
	-webkit-box-shadow:1px 1px 5px #222;
	box-shadow:1px 1px 5px #222;
}
.photopreview .preview span{
	background-color:#222222;
	color:#FFFFFF;
	height:20px;
	left:0;
	line-height:20px;
	position:fixed;
	text-align:center;
	text-shadow:1px 1px 1px #000000;
	top:0;
	width:100%;
	-moz-box-shadow:1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px #000000;
	box-shadow:1px 1px 5px #000000;
}
.loading{
	width:50px;
	height:50px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:95;
	margin:-25px 0px 0px -25px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#000 url(../../uploads/charlesbarrier/images/loading.gif) no-repeat center center;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
.close{
	background:black url(../../uploads/charlesbarrier/images/close.png) no-repeat center center;
	cursor:pointer;
	height:20px;
	position:fixed;
	right:-11px;
	top:0;
	width:90px;
	z-index:1000;
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	

}
.photopreview a.img_next,
.photopreview a.img_prev{
	position:fixed;
	top:50%;
	height:60px;
	width:50px;
	margin-top:-30px;
	background-color:#222222;
	background-repeat:no-repeat;
	background-position:center center;
}
.photopreview a.img_next{
	background-image:url(../../uploads/charlesbarrier/images/next.png);
	-moz-border-radius:20px 0px 0px 20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	right:0px;
}
.photopreview a.img_prev{
	background-image:url(../../uploads/charlesbarrier/images/prev.png);
	-moz-border-radius:0px 20px 20px 0px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	left:0px;
}
/* Stylesheet: stylePhoto Modified On 2013-05-30 15:16:31 */