#page {
	width: 100%;
	min-width:760px;
	margin: 0 auto;
	position: relative;
	background: #fee79c;
}
#top h1 a {
    padding: 0 0 0 5px;
	font-family: cursive;
color: #E86E5E;
    }
.berne {top:0px; position:absolute;}
#prelude {	
	background: #fee79c;
	top: 0;	
	height:auto;
}
	
	table {
	border: 0px solid #999;
	
	}
	 table.entete {width:100%;}
	#sidebar {background: #fee79c;}
td, th, tr {
	padding: 2px 8px;
	border: 0px solid #CCC;
	border-collapse: collapse;
	}


  #main {
	padding-top: 15px;
    float : left;
	background: #fee79c;
	font: .7em Verdana,Arial,Geneva,Helvetica,sans-serif;
    
    }
 #main_external {
	padding-top: 15px;
   width:100%;
	background: #fee79c;
	font: .7em Verdana,Arial,Geneva,Helvetica,sans-serif;
    
    }

#sidebar {
    margin :0px 0 0 0;
    padding-top: 15px;
    float : right;
	font: 0.85em;
	    }
#sidebar a:link, a:visited { color: #1D70B7; text-decoration: none; }
#sidebar a:hover { color: #E86E5E; text-decoration: none; }
	#blognav {
    float : left;
    margin : 0 0px 0 0px;
    padding : 0 0 0 1%;
	background: #fcd985;
	    }
	#blogextra {
    margin : 0 0px 0 0px;
    padding : 0 0% 0 1%;
    float : left;
	background: #fab949;
	    }

#sidebar h2, #sidebar h3 {
padding: 0px 8px 0px 22px;
	color: #498E5E;background: url('index.php?tf=img/h2_leaf.png') no-repeat left top;
    text-align: left;
   	 }
#sidebar h2{font-size:1em;}
#sidebar h3{font-size:.8em;}
	#footer {
	background: #fee79c;
	clear: both;
	height:auto;
    }
table.custom_class {
width: 49%;
display:inline-table;
background-image:-moz-linear-gradient(left, #996533, #CC6602); 
background-image:-webkit-linear-gradient(left, #996533, #CC6602); 
background-image:-ms-linear-gradient(left, #996533, #CC6602); 
background-image:-o-linear-gradient(left, #996533, #CC6602); 
background-image:linear-gradient(left, #996533, #CC6602); 
background-image:linear-gradient(90deg, #e87421, #f9932d);
border-spacing: 4px;	 
}
table.custom_class td {
  text-align: center;
  background-color: #fee79c;
}
table.calendrier_carousel {
width: 100%;
display:inline-table;
background-image:-moz-linear-gradient(left, #996533, #CC6602); 
background-image:-webkit-linear-gradient(left, #996533, #CC6602); 
background-image:-ms-linear-gradient(left, #996533, #CC6602); 
background-image:-o-linear-gradient(left, #996533, #CC6602); 
background-image:linear-gradient(left, #996533, #CC6602); 
background-image:linear-gradient(90deg, #e87421, #f9932d);
border-spacing: 4px;	 
}
table.calendrier_carousel td {
  text-align: left;
  background-color: #fee79c;
}

.post {	
		/*font-size:1.5em;*/
		width:95%;
	
    }
a:link, a:visited a:hover { text-decoration: none; }
	/* Le menu déroulant du haut */

#menu, #menu ul{
padding:0;
margin-top:5px;
list-style:none;
text-align:center;
border-top : 2px;
border : 0px solid #fee79c;

}
#menu li{
padding-top: 2px;
margin-left : 1px;
margin-right: 1px;
display:inline-block;
position:relative;
border-radius:10px 10px 10px 10px;
}
#menu ul li{
display:inherit;
border-radius:0;
margin-left : 0px;
margin-right: 0px;
}
#menu ul li:hover{
border-radius:0;
}
#menu ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu ul{
position:absolute;
margin-top:5px;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu li:hover ul{
max-height:40em;
}
/* background des liens menus */

#menu li{
background-color: #fcd985;
background-image:-webkit-linear-gradient(top, #E86E5E 0%, #ead6a4 100%);
background-image:linear-gradient(90deg, rgba(250,185,73,1) 0%, rgba(252,217,133,1) 35%, rgba(255,221,30,1) 100%);
background : #E86E5E; /* couleur de fond */
padding-top:5px;
padding-bottom:5px;
}
/* background des liens sous menus */
#menu li li{
width:100%;
padding-bottom:3px;
padding-top:4px;
background-color: #E86E5E;
background-image:-webkit-linear-gradient(90deg, rgba(250,185,73,1) 0%, rgba(252,217,133,1) 35%, rgba(255,221,30,1) 100%);
background-image:linear-gradient(90deg, rgba(250,185,73,1) 0%, rgba(252,217,133,1) 35%, rgba(255,221,30,1) 100%);
}

#menu li:last-child li{
background:#ead6a4 url('linear-gradient(to%20bottom,%20#E86E5E 0%, #ead6a4 100%');
background-image:-webkit-linear-gradient(top, #E86E5E 0%, #ead6a4 100%);
padding-bottom:3px; padding-top:4px; background-image:url('linear-gradient(to%20bottom,%20#E86E5E 0%, #ead6a4 100%');
background-color: #E86E5E;
background-image:-webkit-linear-gradient(top, #E86E5E 0%, #ead6a4 100%);
background-image:linear-gradient(to bottom, #E86E5E 0%, #ead6a4 100%);
}

/* background des liens menus et sous menus au survol */
#menu li:hover{
background:#E86E5E;
color: #ebe3ce;
}


/* les a href */
#menu a{
/*le menu de tête*/
text-decoration:none;
display:block;
color:#ead6a4;
}
#menu ul a{
/* padding:8px 0;*/

}
#menu li:hover li a{
text-transform:inherit;
color:#E86E5E;
}
#menu li li a:link{
color:#E86E5E;
}
#menu li:hover a, #menu li li:hover a{
color:#ebe3ce;

}

@media only screen and (max-width: 700px) {
  /* For desktop: */

 #top h1 a {font-size: 1em;}
 #top {height:80;}
 .logo {height:75px;}
 .diapo_abaca {height:75px;}
 .diapo_evenements {height:75px;}
 .diapo_large {width:134px;}
 .berne {width:80px;}
  #main {
	 width:59%;
  }
  .post {font-size:1.1em;}
  table.entete {height:85px;}
#sidebar {
    width : 40%;
	}
	#blognav {
    width : 99%;
    }
	#blogextra {
    width : 99%;
    }
	table.custom_class {
	width: 100%;
	
}
#menu li{width:24%;font: 1.2em Verdana,Arial,Geneva,Helvetica,sans-serif;}
#menu ul li{font: .75em Verdana,Arial,Geneva,Helvetica,sans-serif;}
#sidebar h2{font-size:1.2em;}
#sidebar h3{font-size:1em;}
}@media only screen and (max-width: 1080px) and (min-width: 701px){
  /* For desktop: */

 #top h1 a {font-size: 1em;}
 #top {height:80;}
 .logo {height:75px;}
 .diapo_abaca {height:75px;}
 .diapo_evenements {height:75px;}
 .diapo_large {width:134px;}
 .berne {width:80px;}
  #main {
	 width:59%;
  }
  .post {font-size:1.1em;}
  table.entete {height:85px;}
#sidebar {
    width : 40%;
	}
	#blognav {
    width : 99%;
    }
	#blogextra {
    width : 99%;
    }
	table.custom_class {
	width: 100%;
	
}
#menu li{width:24%;font: 1.2em Verdana,Arial,Geneva,Helvetica,sans-serif;}
#menu ul li{font: .85em Verdana,Arial,Geneva,Helvetica,sans-serif;}
#sidebar h2{font-size:1.2em;}
#sidebar h3{font-size:1em;}
}
@media only screen and (min-width: 1081px) and (max-width: 1200px) {
  /* For desktop: */

 #top h1 a {font-size: 1.3em;}
 #top {height:95px;}
 .logo {height:85px;}
 .diapo_abaca {height:85px;}
 .diapo_evenements {height:85px;}
 .diapo_large {width:152px;}
 .berne {width:95px;}
 #main {
	 width:52%;}
	 .post {font-size:1.3em;}
	 table.entete {height:85px;width:100%;}
#sidebar {
    width : 47%;
	}
	#blognav {
    width : 49%;
    }
	#blogextra {
    width : 49%;
    }
	table.custom_class {
	width: 100%;
	
}
#menu li{width:24%;font: 1.1em Verdana,Arial,Geneva,Helvetica,sans-serif;}
#menu ul li{font: .8em Verdana,Arial,Geneva,Helvetica,sans-serif;}
}

@media only screen and (min-width: 1201px) {
  /* For desktop: */

#top h1 a {font-size: 1.5em;}
td h1 a {font-size: 1em;}
#top{height:110px;}
.logo {height:105px;}
 .diapo_abaca {height:105px;}
 .diapo_evenements {height:105px;}
 .diapo_large {width:187px;}
 .berne {width:110px;}
 #main {
	 width:62%;
	 }
	 .post {font-size:1.5em;}
table.entete {height:105px;width:100%;}
#sidebar {
    width : 37%;
   }
	#blognav {
    width : 49%;
    }
	#blogextra {
    width : 49%;
    }
	table.custom_class {
	width: 50%;
	
}

#menu li{width:12%;font: 1em Verdana,Arial,Geneva,Helvetica,sans-serif;}
#menu ul li{font: .8em Verdana,Arial,Geneva,Helvetica,sans-serif;}
} 
.cycle-slideshow h1 { padding: 4px 0; font-size: 1.2em; color: #498E5E; }
.cycle-slideshow h2 { padding: 4px 0; font-size: 1.1em; color: #498E5E; }
.paiement_en_ligne {
	-moz-box-shadow: 0px 0px 12px 0px #3dc21b;
	-webkit-box-shadow: 0px 0px 12px 0px #3dc21b;
	box-shadow: 0px 0px 12px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #687f35), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #687f35 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #687f35 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #687f35 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #687f35 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #687f35 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#687f35', endColorstr='#5cbf2a',GradientType=0);
	background-color:#687f35;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:4px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ebe3ce;
	font-family:Arial;
	font-size:16px;
	text-align: center;
	text-decoration:none;
	text-shadow:-3px -3px 10px #2f6627;
	width:90%;
}
.paiement_en_ligne:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #687f35));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #687f35 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #687f35 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #687f35 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #687f35 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #687f35 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#687f35',GradientType=0);
	background-color:#5cbf2a;
}
.paiement_en_ligne:active {
	position:relative;
	top:1px;
}
.absence_cantine {
	-moz-box-shadow: 0px 0px 12px 0px #f68b32;
	-webkit-box-shadow: 0px 0px 12px 0px #f68b32;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc414), color-stop(1, #f09813));
	background:-moz-linear-gradient(top, #ffc414 5%, #f09813 100%);
	background:-webkit-linear-gradient(top, #ffc414 5%, #f09813 100%);
	background:-o-linear-gradient(top, #ffc414 5%, #f09813 100%);
	background:-ms-linear-gradient(top, #ffc414 5%, #f09813 100%);
	background:linear-gradient(to bottom, #ffc414 5%, #f09813 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc414', endColorstr='#f09813',GradientType=0);
	background-color:#ffc414;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:4px solid #ffc000;
	display:inline-block;
	cursor:pointer;
	color:#ebe3ce;
	font-family:Arial;
	font-size:16px;
	text-align: center;
	text-decoration:none;
	text-shadow:-3px -3px 10px #2f6627;
	width:90%;
}
.absence_cantine:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f09813), color-stop(1, #ffc414));
	background:-moz-linear-gradient(top, #f09813 5%, #ffc414 100%);
	background:-webkit-linear-gradient(top, #f09813 5%, #ffc414 100%);
	background:-o-linear-gradient(top, #f09813 5%, #ffc414 100%);
	background:-ms-linear-gradient(top, #f09813 5%, #ffc414 100%);
	background:linear-gradient(to bottom, #f09813 5%, #ffc414 100%);
	color:#80271f;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09813', endColorstr='#ffc414',GradientType=0);
	background-color:#f09813;
}
.absence_cantine:active {
border:6px solid #111111;
font-size:20px;
	position:relative;
	top:1px;
}
.cantine_allergene {
font-size:0.9em;color: #E86E5E;
	
}.cantine_sauces {
font-size:1em;color: #0000ff;
	
}
#sidebar #search input.submit {
    width: 25%;
    }
    
#sidebar input[type=text] {
    width: 70%;
    }

#sidebar select, #sidebar input.text, #sidebar #search input {
    width: 70%;
	font-size: 1.2em;
	font-weight: bold;
    }

#sidebar input[type=submit] {
	color: #E86E5E;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
    border: #E86E5E solid 1px;
}

#sidebar input.submit, #sidebar input.reset {
	color: #E86E5E;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
    border: #E86E5E solid 1px;
}

#sidebar input[type=submit]:hover, #sidebar input.submit:hover {
	color: #f9b600;
    }
#a42-ac-button {font-size: 1.5em;color: #498E5E;background: url('index.php?tf=img/access.png') no-repeat left top; width:100%;text-align:right;}
#accessconfig {text-align:right;}