ul, li {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	text-align:left;
opacity:0.98;
}


#menu {
	list-style:none;
	width:670;
	margin:0px auto 0px 250px;
	height:43px;
	/*padding:0px 20px 0px 20px;*/

	/* Rounded Corners */
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
*/
	/* Background color and gradients */
	/*
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	/* Borders */

	border-bottom: 1px solid #DCDCDC;

/*
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
*/		
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:10px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #63FFB2;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	/*background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));*/
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

ul li #menu_texte
{
/*	border-right: 1px solid red;*/
}

ul li #menu_texte:hover
{
	border-right: none;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	color: #C4D7ED;
	font-weight:bold;
   /* font-size: 1.1em;*/
	display:block;
	outline:0;
	text-decoration:none;

	/*text-shadow: 1px 1px 1px #000;*/
}

#menu li:hover a {
	color:#63FFB2;
	/*	text-shadow: 1px 1px 1px #ffffff;*/
}
#menu li .drop {
	padding-right:21px;
/*	background:url("images/drop.png") no-repeat right 8px;*/
}
#menu li:hover .drop {
/*	background:url("images/drop.png") no-repeat right 7px;*/
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	/*border-top:none;*/
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#046380));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 160px;}
.dropdown_2columns {width: 320px;}
.dropdown_3columns {width: 480px;}
.dropdown_4columns {width: 640px;}
.dropdown_5columns {width: 800px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:140px;}
.col_2 {width:280px;}
.col_3 {width:420px;}
.col_4 {width:560px;}
.col_5 {width:700px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:13px;
	text-align:left;
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
color:black;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
color:black;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
/*	color:#046380;*/
	color:black;
}
#menu li:hover div a:hover {
	color:#63FFB2;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	/*text-shadow: 1px 1px 1px #000;*/
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:13px;
	line-height:24px;
	position:relative;
	/*text-shadow: 1px 1px 1px #ffffff;*/
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;

}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;
	text-align:center;
    font-weight: bold;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#66858D;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}



#menu li .greytitle li {
font-size:5.9em;
	background:#F2E783;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:454px;
	text-align:center;
    font-weight: bold;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greytitle li:hover {
	background:#66858D;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}



#menu li .greytitle2 li {
font-size:5.9em;
	background:#F2E783;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:295px;
	text-align:center;
    font-weight: bold;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greytitle2 li:hover {
	background:#66858D;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}





#tactile
{
float:left;
}

#tactile nav {
	
}
#tactile nav ul {display:none;}

#menu-icon 
{

	
background: #50468C url(images/menu-icon.png)  no-repeat center;
position:relative;
/*float: right;*/
border-radius:2px;
width:71px;
height:71px;

display: hidden;
	
}


a:hover#menu-icon {

	background-color: #77ABD6;
	border-radius: 4px 4px 4px 4px;

}



#tactile nav ul {

	list-style: none;

}

#tactile nav
 li {

	display: inline-block;
	float: left;
	padding: 10px;

}

#tactile nav 
.current {

	color: #2262AD;

}

#tactile nav 
section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px;

}

#tactile nav 
h1 {

	font-size: 2.0em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;}


#tactile nav p {

	line-height: 1.45em;
	margin-bottom: 20px;

}




/***************************************/
/*****  MEDIA QUERIES ******************/
/***************************************/


@media only screen and (max-width : 990px) 
{


	#menu
	{
	display:none;
	}

	#menu-icon
	{

		
	display:inline-block;
	margin-left:0px;
	margin-top:5px;


	}



#banniere_image
{
margin-top:-60px;
height:275px;
}


#banniere_image2
{
margin-top:-60px;
height:265px;
}

#banniere_image5
{
margin-top:-60px;
height:192px;
}

#bloc_page
{
/*background-color:#FCFAE1;*/
}	

#bloc_page_contact
{
margin-top:50px;
}


	#tactile nav ul, nav:active ul
	{ 

		
	display: none;
		
	position: absolute;
		
	padding: 7px;
	
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#046380));

	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	border:1px solid #777777;
	/*float:right;		*/
	margin-left:75px;
	top: -8px;
		
	width: 35%;
	
	}

	

	#tactile nav li 
	{

		
	text-align: center;
		
	width: 100%;
		
	padding: 5px 0;
		
	margin: 0;

	
	}



	#tactile nav li a
	{


	text-decoration:none;
	color:#183152;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}		

	#tactile nav:hover ul 
	{

		
	display: block;

	
	}

	section#edito 
	{

	height:1000px;
	}

	section#plus 
	{
	margin-top:-1000px;
	height:1000px;
	}

	#powered
	{
	width:56px;
	}

	#logo p
	{
	width:600px;
	font-size:2.1em;
	margin-top:85px;
	}

	#main 
	{height:100px;
	width:126px;
	}

	#main2 
	{height:25%;
	/*width:126px;*/
	}

	#titre_edito2
	{
	font-size:1.0em;
	}

	section#adresses 
	{
	height:850px;
	}

	section#bas
	{
	margin-top:-80px;
	float: left;
	height:25px;
	background-color:black;
	width:100%;
	}

	section#page1 {
	height:2600px;
	}

footer
{
margin-top:285px;

}

}





.menu_tab span {
   display:inline;
   float:left;
   /*border:1px solid #FF6600;*/
   margin:0px;
   padding:3px;
font-size:0.8em;
color:black;
  }

.menu_tab p {
   clear:left;
   margin:0px;
   padding:0px;
   height:100% !important; height:1em;

  }

.menu_tab p.ligne_titre{font-weight:bold; text-align:left;}
.menu_tab span.col1 {width:30%;}
.menu_tab span.col2 {width:30%;}
.menu_tab span.col3 {width:30%;}



table
{
margin:auto;
margin-top:10px;
border: 1px solid black;
    font-size: 0.8em;
    border:0px;
    text-align:center;   
    font-family:Arial, Helvetica, sans-serif;
 
}


#jours
{
font-weight: bold;
    background:#DCDCDC;
}

#samdim
{
font-weight: bold;
    background:#DCDCDC;
    color: red;
}


#dispo
{
    width:60px;
    background:#C4FCCA;
}

#reserve
{
    width:60px;
    background:#E8AFA0;
font-weight: bold;
}


#na
{
    width:60px;
    background:black;
}



#horaire
{
    width:100px;
    background:#DCDCDC;
}

#coin
{
border: 0px;
font-weight: bold;
    font-size: 1.2em;
}


#liste-horaire
{
    font-size: 1.2em;
}

