/****************************************
*	FRUIT DEFENDU
*****************************************/

/* Page */
html {
	font-size: 100%; /* Évite un bug d'IE 6-7. */
}
body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: black;
}

a
{
	border: 0px none;
	text-decoration: none;
	outline: none;
}

/****************************************
*	EN-TETE
*****************************************/
#entete
{
	background-color: #FFFBCA;
	width: 766px;
	height: 266px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-image: url(images/degrade.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#titre
{
	margin-left: 0;
	margin-top: 101px;
	width: 597px;
	height: 64px;
	background: url(images/lefruitdefendu.png) no-repeat;
	float: left;
}

#container_lang ul
{
	width:65px;
	height:20px;
	margin: auto;
	padding:0;
	margin:0;
	list-style-type:none;
}

#container_lang li
{
	display: inline;
	float:left;
}

#container_lang img
{
	border: 0px;
}

#container_lang .langues
{
	margin-top:4px;
	float:right;
	padding-top:4px;
	width:88px;
	height:23px;
}

#container_lang .langues li
{
	margin-left:5px;
}

/****************************************
*	MENU
*****************************************/
#container
{
	position: relative;
	margin: 0;
	padding: 0px;
	top: 54px;
	left: -40px;
	background: transparent;
}

#menu, #menu_en
{
	width: 605px;
	height: 47px;
	position:relative;
	margin: 0;
	padding: 0;	
}

#menu ul, #menu_en ul
{
	list-style:none;
}

#menu li, #menu_en li
{
	display: inline;
}

#menu li a, #menu_en li a
{
	background: url(images/menus.png) no-repeat;
	float: left;
	height: 47px;
	overflow: hidden;
}

#menu_en li a
{
	background: url(images/en_menus.png) no-repeat;
}

/* BUTTONS */
#menu .m1_restaurant a, #menu_en .m1_restaurant a {width: 156px; background-position: 0 0;}
#menu .m1_menu a, #menu_en .m1_menu a {width: 110px; background-position: -156px 0;}
#menu .m1_reservation a, #menu_en .m1_reservation a {width: 169px; background-position: -266px 0;}
#menu .m1_plan a, #menu_en .m1_plan a {width: 130px; background-position: -435px 0;}

#menu .m2_restaurant a, #menu_en .m2_restaurant a {width: 156px; background-position: 0 -50px;}
#menu .m2_menu a, #menu_en .m2_menu a {width: 110px; background-position: -156px -50px;}
#menu .m2_reservation a, #menu_en .m2_reservation a {width: 169px; background-position: -266px -50px;}
#menu .m2_plan a, #menu_en .m2_plan a {width: 130px; background-position: -435px -50px;}

#menu .m3_restaurant a, #menu_en .m3_restaurant a {width: 156px; background-position: 0 -100px;}
#menu .m3_menu a, #menu_en .m3_menu a {width: 110px; background-position: -156px -100px;}
#menu .m3_reservation a, #menu_en .m3_reservation a {width: 169px; background-position: -266px -100px;}
#menu .m3_plan a, #menu_en .m3_plan a {width: 130px; background-position: -435px -100px;}

#menu .m4_restaurant a, #menu_en .m4_restaurant a {width: 156px; background-position: 0 -150px;}
#menu .m4_menu a, #menu_en .m4_menu a {width: 110px; background-position: -156px -150px;}
#menu .m4_reservation a, #menu_en .m4_reservation a {width: 169px; background-position: -266px -150px;}
#menu .m4_plan a, #menu_en .m4_plan a {width: 130px; background-position: -435px -150px;}

/****************************************
*	CORPS
*****************************************/
#corps
{
	background-color: #2F2F2F;
	width: 766px;
	height: 492px;
	margin-left: auto;
	margin-right: auto;
}

#cadre_index, #cadre_reservation, #cadre_plan, #cadre_menu
{
	border-color: #FFFBCA;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	width: 713px;
	height: 383px;
	position: absolute;
	margin-left: 25px; /* 23px right  et 26 px left */
	margin-top: 43px; /* 39px bottom  et 44px top */
	color: white;
}

#cadre_index
{
	background: url(images/corps_cadre_05.jpg) no-repeat;
}

.conges
{
	border: 3px solid #FFFBCA;
	font-weight: bold;
	padding: 5px;
	color: #B22222;
}

#cadre_menu
{
	background: url(images/papier.png) repeat-y;
	color: black;
	border: none;
}

/* RESERVATION */
#cadre_reservation
{
	background: url(images/corps_cadre_01.jpg) no-repeat;
}

#cadre_texte_resa
{
	width: 713px;
	height: 365px;
	margin: 10px;
	font-size: 11px;
	text-align: left;
	overflow: auto;
}

#cadre_texte_resa label
{
	float: left;
	width: 135px;
	text-align: right;
}

#result
{
	border: 1px solid green;
	width: 300px;
	margin: 0 0 35px 0;
	padding: 10px 20px;
	font-weight: bold;
}

#change-image
{
	font-size: 0.8em;
	margin-left: 135px;
}

#change-image img
{
	border: 0px none;
}

#submit_button
{
	margin-left: 135px;
}

.submit_ok, .submit_ko
{
	color: white;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}

.good
{
	background-color: #b7fbb9;
	border-color: #75ea78;
}

.bad
{
	background-color: #f8dbdb;
	border-color: #f69999;
}

.error{
	display: none;
}

/*PLAN */
#cadre_plan
{
	background: url(images/corps_cadre_03.jpg) no-repeat;
}

#cadre_texte, #cadre_texte_plan
{
	width: 316px;
	height: 365px;
	margin: 10px;
	font-size: 15px;
	text-align: justify;
	text-indent: 10px;
	overflow: auto;
	padding-right: 10px;
}

#menu_exception
{
	width: 600px;
	height: 30px;
	margin: auto;
	margin-top: 5px;
	background: #696969;
	color: white;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	border-color: #2F2F2F;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

#menu_exception a
{
	text-decoration: none;
	color: white;
}

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

#alerte
{
	background: url(images/attention.png) no-repeat;
	width: 20px;
	height: 17px;
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: -23px;
}

#cadre_texte_menu
{
	width: 713px;
	height: 383px;
	margin: 10px;
	font-size: 15px;
	text-align: center;
	text-indent: 10px;
	overflow: auto;
}


#menu_carte_none
{
	display: none;
}

#cadre_texte_menu .pied_menu
{
	font-weight: bold;
}

#cadre_texte_menu .tilde
{
	font-size: 40px;
}

#cadre_texte_plan
{
	text-align: center;
}

#cadre_texte_plan img
{
	border: 0px;
	margin-top: 10px;
}

#cadre_texte_plan p
{
	margin: 0px;
	font-size: 13px;
	padding-top: 5px;
}

#google
{
	font-size: 10px;
	text-align: left;
	color: white;
}

#google a
{
	border: 0px none;
	text-decoration: underline;
	outline: none;
	color: white;
}

#bas
{
	position: absolute;
	bottom: 5px;
	text-align: justify;
	width: 316px;
}

#info
{
	position: absolute;	
	color: white;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	width: 713px;
}

a.white:hover
{
	color: white;
	text-decoration: underline;
}
a.white
{
	color: white;
	text-decoration: none;
}

/*scrollbar JS*/
.jScrollPaneContainer
{
	overflow:hidden;
	position:relative;
	z-index:1;
}

.jScrollPaneTrack
{
	background: #696969;
	cursor:pointer;
	height:100%;
	position:absolute;
	right:0;
	top:0;
}

.jScrollPaneDrag
{
	background: black;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
}

.jScrollPaneDragTop
{
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
}

.jScrollPaneDragBottom
{
	bottom:0;
	left:0;
	overflow:hidden;
	position:absolute;
}

a.jScrollArrowUp
{
	display:block;
	height: 15px;
	overflow:hidden;
	position:absolute;
	right:0;
	text-indent:-2000px;
	top:0;
	z-index:1;
}

/*a.jScrollArrowUp:hover
{
}*/

a.jScrollArrowDown
{
	bottom:0;
	display:block;
	height:15px;
	overflow:hidden;
	position:absolute;
	right:0;
	text-indent:-2000px;
	z-index:1;
}

/*a.jScrollArrowDown:hover
{
}*/

/*a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
}*/

a.jScrollArrowUp
{
	background: url(images/up.jpg) no-repeat;
}

a.jScrollArrowDown
{
	background: url(images/down.jpg) no-repeat;
}

/****************************************
*	DESIGN
*****************************************/
#design
{
	color: white;
	font-size: 9px;	
	text-align: center;
	margin-top: 10px;
}
