/*
Theme Name: WordPress Default Fr
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background : #000;
}

#page {
	margin:0;
	padding:0;
	min-width:980px;
	max-width:1270px;
	min-height:920px;
}

#page.home-bg {
	background : url(images/home_bg.jpg) no-repeat !important;
}

#page.synopsis-bg {
	background : url(images/synopsis_bg.jpg) no-repeat !important;
}

#page.fruits-rouges-bg {
	background : url(images/fruits-rouges-bg.jpg) no-repeat !important;
}

#page.tomates-bg {
	background : url(images/tomates-bg.jpg) no-repeat !important;
}

#page.mais-bg {
	background : url(images/mais-bg.jpg) no-repeat !important;
}

#page.oeufs-bg {
	background : url(images/oeufs-bg.jpg) no-repeat !important;
}

#page.herbes-bg {
	background : url(images/herbes-bg.jpg) no-repeat !important;
}

#page.champignons-bg {
	background : url(images/champignons-bg.jpg) no-repeat !important;
}

#page.ciel-bg {
	background : url(images/ciel-bg.jpg) no-repeat !important;
}

*html #page {
	margin:0;
	padding:0;
	min-width:980px;
	max-width:1270px;
	height:920px;
}

*html .home-bg {
	background : url(images/home_bg.jpg) no-repeat;
}

*html .synopsis-bg {
	background : url(images/synopsis_bg.jpg) no-repeat;
}

*html .photos-bg {
	background : url(images/photos_bg.jpg) no-repeat;
}

*html .ni-bg {
	background : url(images/ni_bg.jpg) no-repeat;
}

#header {
	height:113px;
	margin:0;
	padding:0;
}

#content {
font-size: 1.2em
}

.widecolumn .entry p {
font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata {
text-align: center;
}

.thread-alt {

}
.thread-even {

}
.depth-1 {

}

.even, .alt {

}

#footer {
border: none;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
font-size: 1.6em;
}

#sidebar h2 {
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 1.2em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
text-decoration: none;
color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.entry p a:visited {
color: #b85b5a;
}

.sticky {
background: #f7f7f7;
padding: 0 10px 10px;
}
.sticky h2 {
padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
font-size: 1em;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
margin : 10px;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}

#sidebar {
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: none;
}

a:hover {
color: #147;
text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
margin: 0 0 20px 0;
padding: 0;
}

.narrowcolumn {
	float:left;
	margin:0 0 0;
	padding:10px 0 0 20px;
	width:475px;
}

.synopsiscolumn {
	float:left;
	margin:0 0 0 15px;
	padding:15px;
	width:620px;
	background : #fff;
	line-height : 20px;
}


.photocolumn {
	float:left;
	margin:0 0 0 15px;
	padding:15px;
	width:620px;
	background : #fff;
	line-height : 20px;
}

.nicolumn {
	float:left;
	margin:0 0 0 15px;
	padding:15px;
	width:806px;
	background : #fff;
	line-height : 20px;
}

.videocolumn {
	float:left;
	margin:0 0 0 15px;
	padding:15px;
	width:490px;
	background : #fff;
	line-height : 12px;
}

.nicolumn .post .entry{
	padding : 5px 0 0 0;
}

.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}

.post {
margin: 0 0 40px;
text-align: justify;
}

.post hr {
display: block;
}

.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
padding-top: 5px;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}

.postmetadata {
clear: both;
}

.clear {
clear: both;
}

#footer {
float : left;
padding: 0;
margin: 20px 0 0 0;
width: 980px;
clear: both;
}

#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
/* End Structure */



/*Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}

h2 {
margin: 30px 0 0;
}

h2.pagetitle {
margin-top: 30px;
text-align: center;
}

#sidebar h2 {
margin: 5px 0 0;
padding: 0;
}

h3 {
padding: 0;
margin: 0;
}

h3.comments {
padding: 0;
margin: 0 ;
}

h3#comments {
	padding: 0;
	margin: 0 0 10px ;
	text-indent : -10000px;
	background : url(images/comments-title.jpg);
	width : 137px;
	height : 18px;
}
/* End Headers */



/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 -210px 0 15px;
display: inline;
position : relative;
}

.nicolumn .entry img.alignright {
padding: 4px;
margin: 0 -140px 0 15px !important;
display: inline;
position : relative;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
position : relative;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {

}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
height:200px;
margin-bottom : 15px;
overflow:auto;
padding:0 10px;
text-align: justify;
}

.commentlist li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0;
padding:0 2px;
}
.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 0;
}
.children { padding: 0; }

#commentform p {
margin: 2px 0;
padding : 0 !important;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
padding: 20px 0 10px 0;
margin-left: 545px;
width: 190px;
}

#sidebar form {
margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */

/* GENERAL */

a.link{
	font-family : "Verdana" !important;
	font-weight : bold !important;
	font-size : 10px !important;
	color : #7a7a7a !important;
	cursor : pointer;
	text-decoration : underline;
}

a.link:hover{
	font-family : "Verdana" !important;
	font-weight : bold !important;
	font-size : 10px !important;
	color : #3e3e3e !important;
	cursor : pointer;
}

div.sociable{
	float : left;
	width : 500px;
	margin-bottom : 10px;
}

div.sociable_tagline{
	font-weight : bold;
	margin : 0 0 0;
	padding : 0;
	color : #838383;
	font-size : 14px;
}

div.sociable ul{
	width : auto;
	display : inline;
}

div.sociable ul li{
	width : auto;
	float : left;
	margin-right:5px !important;
	list-style : none;
}

/* HEADER */ 

div.logo{
	float : left;
	position : relative;
	width : 195px;
	height : 65px; 	
	background : url(images/logo.png) no-repeat;
	margin : 20px 0 0 0;
	padding : 0;
	text-indent : -10000px;
}

*html div.logo{
	background : none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://dev.lajungle.fr/foodinc/wp-content/themes/foodinc/images/logo.png');
}

div.menu{
	float : left;
	position : relative;
	width : 775px;
	margin : 31px 0 0 5px;
	padding : 0;
}

/* MENU HOME */

ul.menu_home{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_home li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_home li a.accueil{
	background : url(images/menu_bleu.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_home li a.accueil:hover{
	background : url(images/menu_bleu.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_home li a.accueilactive{
	background : url(images/menu_bleu.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_home li a.synopsis{
	background : url(images/menu_bleu.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_home li a.synopsis:hover{
	background : url(images/menu_bleu.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_home li a.synopsisactive{
	background : url(images/menu_bleu.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_home li a.videos{
	background : url(images/menu_bleu.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_home li a.videos:hover{
	background : url(images/menu_bleu.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_home li a.videosactive{
	background : url(images/menu_bleu.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_home li a.photos{
	background : url(images/menu_bleu.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_home li a.photos:hover{
	background : url(images/menu_bleu.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_home li a.photosactive{
	background : url(images/menu_bleu.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_home li a.note-intention{
	background : url(images/menu_bleu.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_home li a.note-intention:hover{
	background : url(images/menu_bleu.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_home li a.note-intentionactive{
	background : url(images/menu_bleu.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_home li a.projection-scolaire{
	background : url(images/menu_bleu.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_home li a.projection-scolaire:hover{
	background : url(images/menu_bleu.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_home li a.projection-scolaireactive{
	background : url(images/menu_bleu.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_home li a.critique-presse{
	background : url(images/menu_bleu.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_home li a.critique-presse:hover{
	background : url(images/menu_bleu.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_home li a.critique-presseactive{
	background : url(images/menu_bleu.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_home li a.contact{
	background : url(images/menu_bleu.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_home li a.contact:hover{
	background : url(images/menu_bleu.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_home li a.contactactive{
	background : url(images/menu_bleu.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

/* MENU SYNOPSIS */
ul.menu_synopsis{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_synopsis li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_synopsis li a.accueil{
	background : url(images/menu_vert.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_synopsis li a.accueil:hover{
	background : url(images/menu_vert.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_synopsis li a.accueilactive{
	background : url(images/menu_vert.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_synopsis li a.synopsis{
	background : url(images/menu_vert.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_synopsis li a.synopsis:hover{
	background : url(images/menu_vert.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_synopsis li a.synopsisactive{
	background : url(images/menu_vert.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_synopsis li a.videos{
	background : url(images/menu_vert.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_synopsis li a.videos:hover{
	background : url(images/menu_vert.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_synopsis li a.videosactive{
	background : url(images/menu_vert.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_synopsis li a.photos{
	background : url(images/menu_vert.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_synopsis li a.photos:hover{
	background : url(images/menu_vert.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_synopsis li a.photosactive{
	background : url(images/menu_vert.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_synopsis li a.note-intention{
	background : url(images/menu_vert.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_synopsis li a.note-intention:hover{
	background : url(images/menu_vert.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_synopsis li a.note-intentionactive{
	background : url(images/menu_vert.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_synopsis li a.projection-scolaire{
	background : url(images/menu_vert.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_synopsis li a.projection-scolaire:hover{
	background : url(images/menu_vert.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_synopsis li a.projection-scolaireactive{
	background : url(images/menu_vert.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_synopsis li a.critique-presse{
	background : url(images/menu_vert.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_synopsis li a.critique-presse:hover{
	background : url(images/menu_vert.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_synopsis li a.critique-presseactive{
	background : url(images/menu_vert.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_synopsis li a.contact{
	background : url(images/menu_vert.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_synopsis li a.contact:hover{
	background : url(images/menu_vert.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_synopsis li a.contactactive{
	background : url(images/menu_vert.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}
/* -- */
div.aucinema{
	position : absolute;
	left : 800px;
	top : 80px;
	background : url(images/aucinema.jpg) no-repeat;
	width : 177px;
	height : 65px;
}

/* MENU PHOTOS */

ul.menu_fruits_rouges{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_fruits_rouges li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_fruits_rouges li a.accueil{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_fruits_rouges li a.accueil:hover{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_fruits_rouges li a.accueilactive{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_fruits_rouges li a.synopsis{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_fruits_rouges li a.synopsis:hover{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_fruits_rouges li a.synopsisactive{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_fruits_rouges li a.videos{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_fruits_rouges li a.videos:hover{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_fruits_rouges li a.videosactive{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_fruits_rouges li a.photos{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_fruits_rouges li a.photos:hover{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_fruits_rouges li a.photosactive{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_fruits_rouges li a.note-intention{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_fruits_rouges li a.note-intention:hover{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_fruits_rouges li a.note-intentionactive{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_fruits_rouges li a.projection-scolaire{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_fruits_rouges li a.projection-scolaire:hover{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_fruits_rouges li a.projection-scolaireactive{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_fruits_rouges li a.critique-presse{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_fruits_rouges li a.critique-presse:hover{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_fruits_rouges li a.critique-presseactive{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_fruits_rouges li a.contact{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_fruits_rouges li a.contact:hover{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_fruits_rouges li a.contactactive{
	background : url(images/menu_fruits_rouges.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

/* MENU VIDEOS */

ul.menu_tomates{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_tomates li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_tomates li a.accueil{
	background : url(images/menu_tomates.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_tomates li a.accueil:hover{
	background : url(images/menu_tomates.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_tomates li a.accueilactive{
	background : url(images/menu_tomates.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_tomates li a.synopsis{
	background : url(images/menu_tomates.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_tomates li a.synopsis:hover{
	background : url(images/menu_tomates.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_tomates li a.synopsisactive{
	background : url(images/menu_tomates.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_tomates li a.videos{
	background : url(images/menu_tomates.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_tomates li a.videos:hover{
	background : url(images/menu_tomates.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_tomates li a.videosactive{
	background : url(images/menu_tomates.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_tomates li a.photos{
	background : url(images/menu_tomates.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_tomates li a.photos:hover{
	background : url(images/menu_tomates.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_tomates li a.photosactive{
	background : url(images/menu_tomates.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_tomates li a.note-intention{
	background : url(images/menu_tomates.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_tomates li a.note-intention:hover{
	background : url(images/menu_tomates.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_tomates li a.note-intentionactive{
	background : url(images/menu_tomates.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_tomates li a.projection-scolaire{
	background : url(images/menu_tomates.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_tomates li a.projection-scolaire:hover{
	background : url(images/menu_tomates.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_tomates li a.projection-scolaireactive{
	background : url(images/menu_tomates.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_tomates li a.critique-presse{
	background : url(images/menu_tomates.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_tomates li a.critique-presse:hover{
	background : url(images/menu_tomates.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_tomates li a.critique-presseactive{
	background : url(images/menu_tomates.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_tomates li a.contact{
	background : url(images/menu_tomates.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_tomates li a.contact:hover{
	background : url(images/menu_tomates.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_tomates li a.contactactive{
	background : url(images/menu_tomates.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

/* MENU SYNOPSIS */

ul.menu_mais{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_mais li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_mais li a.accueil{
	background : url(images/menu_mais.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_mais li a.accueil:hover{
	background : url(images/menu_mais.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_mais li a.accueilactive{
	background : url(images/menu_mais.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_mais li a.synopsis{
	background : url(images/menu_mais.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_mais li a.synopsis:hover{
	background : url(images/menu_mais.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_mais li a.synopsisactive{
	background : url(images/menu_mais.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_mais li a.videos{
	background : url(images/menu_mais.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_mais li a.videos:hover{
	background : url(images/menu_mais.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_mais li a.videosactive{
	background : url(images/menu_mais.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_mais li a.photos{
	background : url(images/menu_mais.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_mais li a.photos:hover{
	background : url(images/menu_mais.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_mais li a.photosactive{
	background : url(images/menu_mais.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_mais li a.note-intention{
	background : url(images/menu_mais.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_mais li a.note-intention:hover{
	background : url(images/menu_mais.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_mais li a.note-intentionactive{
	background : url(images/menu_mais.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_mais li a.projection-scolaire{
	background : url(images/menu_mais.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_mais li a.projection-scolaire:hover{
	background : url(images/menu_mais.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_mais li a.projection-scolaireactive{
	background : url(images/menu_mais.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_mais li a.critique-presse{
	background : url(images/menu_mais.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_mais li a.critique-presse:hover{
	background : url(images/menu_mais.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_mais li a.critique-presseactive{
	background : url(images/menu_mais.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_mais li a.contact{
	background : url(images/menu_mais.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_mais li a.contact:hover{
	background : url(images/menu_mais.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_mais li a.contactactive{
	background : url(images/menu_mais.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

/* MENU NI */

ul.menu_oeufs{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_oeufs li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_oeufs li a.accueil{
	background : url(images/menu_oeufs.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_oeufs li a.accueil:hover{
	background : url(images/menu_oeufs.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_oeufs li a.accueilactive{
	background : url(images/menu_oeufs.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_oeufs li a.synopsis{
	background : url(images/menu_oeufs.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_oeufs li a.synopsis:hover{
	background : url(images/menu_oeufs.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_oeufs li a.synopsisactive{
	background : url(images/menu_oeufs.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_oeufs li a.videos{
	background : url(images/menu_oeufs.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_oeufs li a.videos:hover{
	background : url(images/menu_oeufs.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_oeufs li a.videosactive{
	background : url(images/menu_oeufs.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_oeufs li a.photos{
	background : url(images/menu_oeufs.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_oeufs li a.photos:hover{
	background : url(images/menu_oeufs.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_oeufs li a.photosactive{
	background : url(images/menu_oeufs.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_oeufs li a.note-intention{
	background : url(images/menu_oeufs.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_oeufs li a.note-intention:hover{
	background : url(images/menu_oeufs.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_oeufs li a.note-intentionactive{
	background : url(images/menu_oeufs.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_oeufs li a.projection-scolaire{
	background : url(images/menu_oeufs.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_oeufs li a.projection-scolaire:hover{
	background : url(images/menu_oeufs.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_oeufs li a.projection-scolaireactive{
	background : url(images/menu_oeufs.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_oeufs li a.critique-presse{
	background : url(images/menu_oeufs.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_oeufs li a.critique-presse:hover{
	background : url(images/menu_oeufs.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_oeufs li a.critique-presseactive{
	background : url(images/menu_oeufs.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_oeufs li a.contact{
	background : url(images/menu_oeufs.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_oeufs li a.contact:hover{
	background : url(images/menu_oeufs.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_oeufs li a.contactactive{
	background : url(images/menu_oeufs.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

/* MENU PROJECTIONS SCOLAIRES */

ul.menu_herbes{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_herbes li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_herbes li a.accueil{
	background : url(images/menu_herbes.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_herbes li a.accueil:hover{
	background : url(images/menu_herbes.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_herbes li a.accueilactive{
	background : url(images/menu_herbes.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_herbes li a.synopsis{
	background : url(images/menu_herbes.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_herbes li a.synopsis:hover{
	background : url(images/menu_herbes.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_herbes li a.synopsisactive{
	background : url(images/menu_herbes.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_herbes li a.videos{
	background : url(images/menu_herbes.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_herbes li a.videos:hover{
	background : url(images/menu_herbes.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_herbes li a.videosactive{
	background : url(images/menu_herbes.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_herbes li a.photos{
	background : url(images/menu_herbes.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_herbes li a.photos:hover{
	background : url(images/menu_herbes.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_herbes li a.photosactive{
	background : url(images/menu_herbes.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_herbes li a.note-intention{
	background : url(images/menu_herbes.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_herbes li a.note-intention:hover{
	background : url(images/menu_herbes.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_herbes li a.note-intentionactive{
	background : url(images/menu_herbes.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_herbes li a.projection-scolaire{
	background : url(images/menu_herbes.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_herbes li a.projection-scolaire:hover{
	background : url(images/menu_herbes.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_herbes li a.projection-scolaireactive{
	background : url(images/menu_herbes.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_herbes li a.critique-presse{
	background : url(images/menu_herbes.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_herbes li a.critique-presse:hover{
	background : url(images/menu_herbes.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_herbes li a.critique-presseactive{
	background : url(images/menu_herbes.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_herbes li a.contact{
	background : url(images/menu_herbes.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_herbes li a.contact:hover{
	background : url(images/menu_herbes.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_herbes li a.contactactive{
	background : url(images/menu_herbes.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

/* MENU CRITIQUES PRESSE */

ul.menu_champignons{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_champignons li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_champignons li a.accueil{
	background : url(images/menu_champignons.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_champignons li a.accueil:hover{
	background : url(images/menu_champignons.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_champignons li a.accueilactive{
	background : url(images/menu_champignons.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_champignons li a.synopsis{
	background : url(images/menu_champignons.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_champignons li a.synopsis:hover{
	background : url(images/menu_champignons.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_champignons li a.synopsisactive{
	background : url(images/menu_champignons.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_champignons li a.videos{
	background : url(images/menu_champignons.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_champignons li a.videos:hover{
	background : url(images/menu_champignons.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_champignons li a.videosactive{
	background : url(images/menu_champignons.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_champignons li a.photos{
	background : url(images/menu_champignons.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_champignons li a.photos:hover{
	background : url(images/menu_champignons.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_champignons li a.photosactive{
	background : url(images/menu_champignons.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_champignons li a.note-intention{
	background : url(images/menu_champignons.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_champignons li a.note-intention:hover{
	background : url(images/menu_champignons.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_champignons li a.note-intentionactive{
	background : url(images/menu_champignons.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_champignons li a.projection-scolaire{
	background : url(images/menu_champignons.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_champignons li a.projection-scolaire:hover{
	background : url(images/menu_champignons.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_champignons li a.projection-scolaireactive{
	background : url(images/menu_champignons.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_champignons li a.critique-presse{
	background : url(images/menu_champignons.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_champignons li a.critique-presse:hover{
	background : url(images/menu_champignons.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_champignons li a.critique-presseactive{
	background : url(images/menu_champignons.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_champignons li a.contact{
	background : url(images/menu_champignons.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_champignons li a.contact:hover{
	background : url(images/menu_champignons.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_champignons li a.contactactive{
	background : url(images/menu_champignons.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

/* MENU CONTACT DISTRIB */

ul.menu_ciel{
	height:43px;
	margin:0;
	padding:0;
}

ul.menu_ciel li{
	display:inline;
	float:left;
	height:43px;
	margin:0;
}

ul.menu_ciel li a.accueil{
	background : url(images/menu_ciel.jpg) no-repeat -200px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_ciel li a.accueil:hover{
	background : url(images/menu_ciel.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_ciel li a.accueilactive{
	background : url(images/menu_ciel.jpg) no-repeat -200px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:60px;
}

ul.menu_ciel li a.synopsis{
	background : url(images/menu_ciel.jpg) no-repeat -259px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_ciel li a.synopsis:hover{
	background : url(images/menu_ciel.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_ciel li a.synopsisactive{
	background : url(images/menu_ciel.jpg) no-repeat -259px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:80px;
}

ul.menu_ciel li a.videos{
	background : url(images/menu_ciel.jpg) no-repeat -338px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_ciel li a.videos:hover{
	background : url(images/menu_ciel.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_ciel li a.videosactive{
	background : url(images/menu_ciel.jpg) no-repeat -338px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_ciel li a.photos{
	background : url(images/menu_ciel.jpg) no-repeat -402px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_ciel li a.photos:hover{
	background : url(images/menu_ciel.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_ciel li a.photosactive{
	background : url(images/menu_ciel.jpg) no-repeat -402px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:67px;
}

ul.menu_ciel li a.note-intention{
	background : url(images/menu_ciel.jpg) no-repeat -468px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_ciel li a.note-intention:hover{
	background : url(images/menu_ciel.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_ciel li a.note-intentionactive{
	background : url(images/menu_ciel.jpg) no-repeat -468px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:130px;
}

ul.menu_ciel li a.projection-scolaire{
	background : url(images/menu_ciel.jpg) no-repeat -597px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_ciel li a.projection-scolaire:hover{
	background : url(images/menu_ciel.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_ciel li a.projection-scolaireactive{
	background : url(images/menu_ciel.jpg) no-repeat -597px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:135px;
}

ul.menu_ciel li a.critique-presse{
	background : url(images/menu_ciel.jpg) no-repeat -765px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_ciel li a.critique-presse:hover{
	background : url(images/menu_ciel.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_ciel li a.critique-presseactive{
	background : url(images/menu_ciel.jpg) no-repeat -765px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:139px;
}

ul.menu_ciel li a.contact{
	background : url(images/menu_ciel.jpg) no-repeat -903px -43px;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_ciel li a.contact:hover{
	background : url(images/menu_ciel.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

ul.menu_ciel li a.contactactive{
	background : url(images/menu_ciel.jpg) no-repeat -903px 0;
	float:left;
	height:43px;
	text-indent:-10000px;
	width:65px;
}

/* HOME */
/* BANDE ANNONCE */ 
div.ba-home-box{
	float : left;
	position : relative;
	width : 445px;
	background : #fff;
	margin : 0;
	padding : 15px;
}

h2.ba-title-home{
	width : 146px;
	height : 18px;
	background : url(images/ba-title-home.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

div.ba-player-box{
	margin : 8px 0;
	
}

h3.ba-title{
	font-family : "Verdana";
	font-size : 10px;
	font-weight : bold;
	color : #3e3e3e;
	padding : 0;
	margin : 0;
}

div.ba-home-box p{
	margin : 0 0 5px 0;
	padding : 0;
	font-family : "Verdana";
	font-size : 10px;
	color : #3e3e3e;
}

div.ba-comment-box a.btn-comment{
	float : left;
	position : relative;
	width : 126px;
	height : 19px;
	background : url(images/btn-comment.jpg) no-repeat 0 -19px;
	cursor : pointer;
}

div.ba-comment-box a.btn-comment:hover{
	float : left;
	width : 126px;
	height : 19px;
	background : url(images/btn-comment.jpg) no-repeat 0 1px;
	cursor : pointer;
}

div.ba-comment-box a.link{
	float : right;
}

/* ACTUALITES */ 

div.news-home-box{
	float : left;
	position : relative;
	width : 445px;
	background : #dcd9d9;
	margin : 10px 0 0 0;
	padding : 15px;
}

h2.news-title-home{
	width : 146px;
	height : 18px;
	background : url(images/news-title-home.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

div.news-box-home{
	width : 445px;
	padding : 5px 0; 
	clear : both;
	position : relative;
	float : left;
}

div.news-box-home .news-img{
	width : 120px;
	float : left;
	position : relative;
	min-height : 70px;
}

*html div.news-box-home .news-img{
	width : 120px;
	float : left;
	position : relative;
	height : 70px;
}

div.news-box-home p{
	margin : 0;
	padding : 0;
}

span.news-date{
	font-family : "Verdana";
	font-size : 10px;
	color : #bc3fff;
	padding : 0;
	margin : 0;
}

span.news-title{
	font-family : "Verdana";
	font-size : 10px;
	font-weight : bold;
	padding : 0;
	margin : 0 0 0 5px;
}

p.news-excerpt{
	font-family : "Verdana";
	font-size : 10px;
	padding : 0 !important;
	margin : 0 !important;
}


/* SYNOPSIS */
.synopsiscolumn .entry p{
	font-size : 14px;
	font-family : "Verdana";
}

h2.synopsis-title{
	width : 88px;
	height : 22px;
	background : url(images/synopsis-title-home.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

div.affiche-synopsis{
	margin	: 255px 0 0 29px;
	padding : 0;
	position : relative;
	float : left;
}

div.affiche-empty-pages{
	margin	: 45px 0 0 29px;
	padding : 0;
	position : relative;
	float : left;
}

div.affiche-empty-pages-left {
	float:left;
	margin:45px 0 0 157px;
	padding:0;
	position:relative;
}

*html div.affiche-synopsis{
	margin	: 265px 0 0 15px;
	padding : 0;
	position : relative;
	float : left;
}

/* NOTE D'INTENTION */

h2.ni-title{
	width : 162px;
	height : 18px;
	background : url(images/ni-title-home.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

/* PHOTOS */

h2.photos-title{
	width : 88px;
	height : 22px;
	background : url(images/photos-title-home.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px 0;
	padding : 0;
}

div.affiche-photos{
	margin	: 50px 0 0 29px;
	padding : 0;
	position : relative;
	float : left;
}

*html div.affiche-photos{
	margin	: 50px 0 0 15px;
	padding : 0;
	position : relative;
	float : left;
}

/* VIDEOS */

h2.videos-title{
	width : 88px;
	height : 22px;
	background : url(images/videos-title.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

div.videos-box{
	width : 485px;
	padding : 5px 0; 
	clear : both;
	position : relative;
	float : left;
}

.video-img{
	width : 120px;
	float : left;
	position : relative;
	min-height : 70px;
}

#player-box{
	height:275px;
	margin:10px 0;
	padding:0;
	text-align:center;
}

.player-border{
	position:relative;
	border:1px solid #000;
	height:268px;
	width:445px;
	margin-left:20px;
}

/* PROJECTION SCOLAIRE */

h2.projection-scolaire-title{
	width : 202px;
	height : 23px;
	background : url(images/projection-scolaire-title.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

/* SALLES DEBATS*/

h2.salles-debats-title{
	width : 202px;
	height : 23px;
	background : url(images/salles-debats-title.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

/* CRITIQUE PRESSE */

h2.critique-presse-title{
	width : 143px;
	height : 23px;
	background : url(images/critique-presse-title.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

/* */
h2.contact-distrib-title{
	width : 183px;
	height : 23px;
	background : url(images/contact-distrib-title.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}

h2.contact-presse-title{
	width : 144px;
	height : 23px;
	background : url(images/contact-presse-title.jpg) no-repeat;
	clear : both;
	text-indent : -10000px;
	margin : 0 0 10px;
	padding : 0;
}
/* FOOTER */

div.site-footer{
	position : relative;
	width : 980px;
	margin : 10px 0 0 0;
	padding : 0;
}

ul.site-footer-link{
	height:34px;
	margin:0;
	padding:0;
}

ul.site-footer-link li{
	display:inline;
	float:left;
	height:34px;
	margin:0;
}

ul.site-footer-link li a.rss{
	background : url(images/site-footer.jpg) no-repeat 0px 0px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:40px;
}

ul.site-footer-link li a.rss:hover{
	background : url(images/site-footer.jpg) no-repeat 0px -34px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:40px;
}

ul.site-footer-link li.copyright{
	background:#1A1A1A none repeat scroll 0 0;
	background:transparent url(images/site-footer.jpg) no-repeat scroll -40px 0;
	float:left;
	height:23px;
	padding:11px 0 0;
	text-indent:-10000px;
	width:465px;
}

ul.site-footer-link li a.projection-scolaire{
	background : url(images/site-footer.jpg) no-repeat -990px 0px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:120px;
}

ul.site-footer-link li a.projection-scolaire:hover{
	background : url(images/site-footer.jpg) no-repeat -990px -34px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:120px;
}

ul.site-footer-link li a.contact-presse{
	background : url(images/site-footer.jpg) no-repeat -620px 0px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:105px;
}

ul.site-footer-link li a.contact-presse:hover{
	background : url(images/site-footer.jpg) no-repeat -620px -34px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:105px;
}

ul.site-footer-link li a.contact-distributeur{
	background : url(images/site-footer.jpg) no-repeat -725px 0px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:140px;
}

ul.site-footer-link li a.contact-distributeur:hover{
	background : url(images/site-footer.jpg) no-repeat -725px -34px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:140px;
}

ul.site-footer-link li a.lajungle{
	background : url(images/site-footer.jpg) no-repeat -865px 0px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:110px;
}

ul.site-footer-link li a.lajungle:hover{
	background : url(images/site-footer.jpg) no-repeat -865px -34px;
	float:left;
	height:34px;
	text-indent:-10000px;
	width:110px;
}

/* PARTNERS FOOTER */

div.site-footer-partners{
	position : relative;
	width : 750px;
	margin : 20px auto 55px;
	padding : 0;
	height : 50px;
}

ul.site-footer-link-partners{
	height:36px;
	margin:0;
	padding:0;
}

ul.site-footer-link-partners li{
	display:inline;
	float:left;
	height:37px;
	margin:0;
}

ul.site-footer-link-partners li a.wwf{
	background : url(images/partners-footer.jpg) no-repeat 0px 0px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:26px;
}

ul.site-footer-link-partners li a.wwf:hover{
	background : url(images/partners-footer.jpg) no-repeat 0px -37px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:26px;
}

ul.site-footer-link-partners li a.toogezer{
	background : url(images/partners-footer.jpg) no-repeat -26px 0px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:95px;
}

ul.site-footer-link-partners li a.toogezer:hover{
	background : url(images/partners-footer.jpg) no-repeat -26px -37px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:95px;
}

ul.site-footer-link-partners li a.mescourses{
	background : url(images/partners-footer.jpg) no-repeat -121px 0px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:55px;
}

ul.site-footer-link-partners li a.mescourses:hover{
	background : url(images/partners-footer.jpg) no-repeat -121px -37px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:55px;
}

ul.site-footer-link-partners li a.terraeco{
	background : url(images/partners-footer.jpg) no-repeat -176px 0px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:84px;
}

ul.site-footer-link-partners li a.terraeco:hover{
	background : url(images/partners-footer.jpg) no-repeat -176px -37px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:84px;
}

ul.site-footer-link-partners li.foodinc{
	background : url(images/partners-footer.jpg) no-repeat -260px 0px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:240px;
}

ul.site-footer-link-partners li a.neoplanete{
	background : url(images/partners-footer.jpg) no-repeat -501px 0px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:83px;
}

ul.site-footer-link-partners li a.neoplanete:hover{
	background : url(images/partners-footer.jpg) no-repeat -501px -37px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:83px;
}

ul.site-footer-link-partners li a.naturalia{
	background : url(images/partners-footer.jpg) no-repeat -584px 0px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:82px;
}

ul.site-footer-link-partners li a.naturalia:hover{
	background : url(images/partners-footer.jpg) no-repeat -584px -37px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:82px;
}

ul.site-footer-link-partners li a.ushuaia{
	background : url(images/partners-footer.jpg) no-repeat -666px 0px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:75px;
}

ul.site-footer-link-partners li a.ushuaia:hover{
	background : url(images/partners-footer.jpg) no-repeat -666px -37px;
	float:left;
	height:37px;
	text-indent:-10000px;
	width:75px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: url(images/popin-bg.png) no-repeat;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:35%;
	overflow : hidden;
}

#TB_closeWindowButton{
	position : absolute;
	right : 12px;
	top : 12px;
	width : 14px;
	height : 14px;
	background : url(images/close.jpg);
	z-index:10000;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
	overflow : hidden;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
