
header,
footer,
nav,
aside,
section,
figure,
capfigure,
article {
  display: block;
}



.alaligne {
  clear: both;
  width: 100%;
  height: 1px;
  font-size: 1px;
}

.admin_calque {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  
  background-color: #dddddd;
  opacity: 0.5;
  filter:alpha(opacity=50); 
}

.bouton_menu_modif {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 999999;
  top: 0px;
  left: 0px;
  display:none;
}

.bouton_menu_modif a img {
  border: 0px;
}

#cadre_boutons_connecte {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 999;
  background-color: #FFC814;
  
  -webkit-box-shadow:  0px 3px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow:  0px 3px 5px 2px rgba(0, 0, 0, 0.2);
  display:none;//supprimer
}

#cadre_boutons_connecte .bandeau_bouton {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  width: auto;
  padding-right: 10px;
}

#cadre_boutons_connecte a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 22px;
    
  font-family: 'Homenaje', verdana, sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}

#cadre_boutons_connecte a:hover {  
  color: #999999;
}

#cadre_boutons_connecte a#bandeau_admin {
  padding-left: 22px;
}

#cadre_boutons_connecte a#bandeau_site {
  display: none;
}

#cadre_boutons_connecte a#bandeau_deconnexion {
  padding-left: 22px;
  margin-left: 20px;
}

hr {
  border: 0px;
  border-bottom: 1px dashed #FF7E00;
}

#bandeau_print {
  display: none;
}

a img {
  border: 0px;
}


html {
  height: 100%;
  background-color: #ffffff;
  background-position: center center; 
  background-size: cover;
  
  overflow-x: hidden;
}

body {
  height: 100%;
  margin: 0px;
  
  position: relative;
  
  overflow: hidden;
  
  font-family: 'Lato', verdanna;
}

#fond {
}



#bandeau {
  width: 100%;
  height: 60px;
  
  background-color: #000000;
  
  position: absolute;
  position: fixed;
  z-index: 100;
}

#bandeau > div {
  height: 60px;
  margin: 0;
  margin-left: 12%;
  
  position: relative;
}

#logo {
  display: block;
  min-width: 144px;
  width: 10%;
  height: 205px;

  position: absolute;
  
  background-image: url(http://www.cornand.fr/commun/modeles/commun/structure/img/cornand.png);
  background-repeat: no-repeat;
  background-position: left top; 
}


aside {
  width: 220px;
      
  position: absolute;  
  position: fixed;  
  top: 105px;
  right: 8%;
  z-index: 100;  
}

aside ul {
  list-style: none;
  margin: 0px;
  padding: 0px;  
}

a.aside {
  display: block;
  height: 23px;
  line-height: 23px;
  margin-bottom: 5px;
  padding-left: 10px;
  
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  text-transform: lowercase;
  
  background-color: rgba(0,0,0,0.7);
}

a.aside:before {
  display: block;
  width: 25px;
  height: 23px;
  margin-left: -40px;
  float: left;
  
  content: '';
  
  background-color: rgba(0,0,0,0.7);
  
  background-image: url(http://www.cornand.fr/commun/modeles/commun/structure/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -5px -41px; 
}

aside li:first-of-type a.aside:before {
  background-position: -5px -7px; 
}

aside li:last-of-type a.aside:before {
  background-position: -5px -77px; 
}

a.aside.ouvert:before,
aside li:hover a.aside:before {
  background-color: #FFC814;
}

dl.formulaire {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;  
}

dl.formulaire dd {
  display: none;
  width: 200px;
  margin: 0px;
  padding: 10px;
  overflow: auto;
  
  background-color: rgba(0,0,0,0.7);
}

li:last-of-type dd {
  width: 220px;
  margin: 0px;
  padding: 0px;
  
  background-color: rgba(0,0,0,0);
}

dl.formulaire label {
  display: block;
  line-height: 10px;
  
  font-size: 10px;
  color: #ffffff;
}

dl.formulaire input {
  width: 167px;
  height: 15px;
  margin-bottom: 10px;
  padding-left: 5px;
  
  border: 0px;
  
  background-color: #cacaca;
  
  font-size: 10px;
}

dl.formulaire input[type=checkbox] {
  display: none;
}

dl.formulaire input[type=checkbox] + label {
  line-height: 25px;  
  padding-left: 20px;
  float: left;
  
  background-image: url(http://www.cornand.fr/commun/modeles/commun/structure/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -10px -111px;
}

dl.formulaire input[type=checkbox]:checked + label {
  background-position: -10px -145px;
}

dl.formulaire textarea {
  width: 95%;
  height: 150px;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 5px;
  
  border: 0px;
  
  font-size: 11px;  
  font-family: 'Lato', verdanna;
  
  background-color: #cacaca;
}

a.bouton {
  display: block;
  padding: 5px 8px;
  float: right;
  
  background-color: #cacaca;
  
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  text-transform: lowercase;
}

dl.formulaire input.newsletter {
  width: 145px;
  height: 23px;
  line-height: 23px;
  margin-bottom: 10px;
  padding-left: 35px;
  float: left;
  
  border: 1px solid #d9d9da;
  
  background-color: rgba(0255,255,255,0.7);
  
  background-image: url(http://www.cornand.fr/commun/modeles/commun/structure/img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -180px; 
}

dl.formulaire input.bouton {
  display: block;
  width: 30px;
  height: 27px;
  padding: 5px 8px;
  float: right;
  
  background-color: #C9C9C9;
  border: 0px;
	border-radius:0px !important;
  
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  text-transform: lowercase;
  cursor: pointer;  
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

input {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-appearance: none;
}



#menu_h {
  max-width: 975px;
  width: 80%;
  height: 60px;
  margin-left: 14%;
  float: left; 
	z-index:8888;
}

#menu_h dl {
  width: 20%;
  margin: 0px;
  float: left;
}

#menu_h dl:first-of-type a {  
  border-left: 1px solid #ffffff;
}

#menu_h a {
  display: block;
  height: 60px;
  line-height: 80px;
  padding-left: 20px;
  
  border-right: 1px solid #ffffff;
  
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  text-transform: lowercase;
}

#menu_h dt.selected a,
#menu_h a:hover {
  background-color: #ffc814;
  color: #000000;
}


#site {
  //min-height: 75%;
  margin: 0;
  margin-left: 12%;
  padding-top: 185px;
  overflow: hidden;
  
  position: relative;
  z-index: 50;
}

#contenu {
  width: 75%;
  margin-top: 20px;
  margin-left: 14%;
  float: left;
  
  position: relative;
  overflow: hidden;
}

#texte {
  width: 31%;
  max-height: 240px;

  font-size: 11px;
  color: #4c4c4c;
  
  position:relative;
  overflow: auto;
}

.btn_suivant {
  width: 80px;
  float: right;
  
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  
  cursor: pointer;
}

.btn_suivant span {
  display: block;
  width: 40px;
  padding-top: 1px;
  padding-bottom: 1px;
  
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-family: 'Raleway', Arial, sans-serif;

  background-color: #000000;
}

.btn_suivant:hover span {
  background-color: #FFC814;
}

.btn_suivant a {
  color: #000000;
  text-decoration: none;
}




#menu_organisme,
#menu_v {
  max-width: 975px;
  width: 80%;
  height: 20px;
  margin-left: 14%;
  float: left; 
  
  //position: fixed;
}

#menu_organisme dl,
#menu_v dl {
  width: 15%;
  margin: 0px;
  float: left;
}

#menu_organisme a,
#menu_v a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  
  border-left: 1px solid #999999;
  
  font-family: 'Lato', verdanna;
  color: #999999;
  font-size: 13px;
  text-decoration: none;
  text-transform: lowercase;
  
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#menu_organisme dt.selected a,
#menu_organisme a:hover,
#menu_v dt.selected a,
#menu_v a:hover {  
  border-left: 1px solid #000000;
  color: #FFC814;
  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




#baseline {
  width: 100%;
  min-height: 35px;
	height:auto;
  
  background-color: #000000;
  
  position: fixed;
  z-index: 100;
  bottom: 0px;
}

#baseline > div {
  max-width: 1210px;
  height: 35px;
  margin: 0;
  margin-left: 12%;
}

#menu_baseline {
  display: table;
  max-width: 975px;
  width: 80%;
  height: 35px;
  float: right; 
}

#menu_baseline dl {
  width: 20%;
  margin: 0px;
  margin-top: 10px;
  float: left;
}

#menu_baseline dl:first-of-type a {  
  border-left: 1px solid #ffffff;
}

#menu_baseline a {
  display: block;
  padding-left: 20px;
  
  border-right: 1px solid #ffffff;
  
  font-family: 'Lato', verdanna;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: lowercase;
}

#menu_baseline a:hover {
  color: #FFC814;
}

ra1-pw-popup {
	display:none !important;
}


.galleria-container {
  margin: 5px auto !important;
  
  border: 1px solid #efefef !important;
  
  background-color: #ffffff !important;
  
  -webkit-box-shadow:  0px 4px 3px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow:  0px 4px 3px 0px rgba(0, 0, 0, 0.1) !important;
}

.galleria-stage {
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
}

#texte .galleria-container img {
  border: 0px !important;
  box-shadow: none !important;
}

.galleria-thumbnails-container {
  height: 25px !important;
  left: 10px !important;
  bottom: 10px !important;
  right: 0px !important;  
}

.galleria-thumbnails .galleria-image {
  width: 20px!important;
  background-color: transparent !important;
  border: 0px!important;
}
 
.galleria-thumbnails span.img {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  margin-left: 10px !important;
  float: left !important;
  
  border-radius: 8px !important;
  
  text-indent: -9999px !important;
  background-color: #ffffff !important;
  
  -webkit-box-shadow: inset 1px 2px 2px 21px rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 1px 2px 2px 1px rgba(0, 0, 0, 0.3) !important;
}

.galleria-thumbnails .active span.img {
  background-image: url(http://www.cornand.fr//commun/modeles/defaut/img/puce-slider-active.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  display: none !important;
  height: 40px !important;
  width: 23px !important;
  cursor: pointer !important;
  background-position: -495px 5px !important;
  position: absolute !important;

  left: 0pt !important;
  top: 0pt !important;
  z-index: 3 !important;

  opacity: 1 !important;

  background-color: #97B0C1 !important;
}

.galleria-thumb-nav-right {
  background-position: -578px 5px !important;
  right: 0pt !important;
  
  left: auto !important;
}

.notouch .galleria-thumb-nav-left:hover, 
.notouch .galleria-thumb-nav-right:hover {
  opacity: 1 !important;
  background-color: #2A93CB !important;
}

.galleria-counter {
  position: absolute !important;
  bottom: 10px !important;
  right: 10px !important;
  z-index: 1 !important;
  
  background-color: #ffffff !important;
  width: 40px !important;
  height: 20px !important;
  padding-right: 5px !important;

  text-align: right !important;
  color: #ffffff !important;
  color: #000000 !important;
  font-family: arial,sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  font-size: 11px !important;
  line-height: 20px !important;
  font-size-adjust: none !important;
  font-stretch: normal !important;
  -x-system-font: none !important;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
  cursor: pointer !important;
  width: 50px !important;
  height: 124px !important;

  position: absolute !important;
  left: 10px !important;
  z-index: 2 !important;

  background-position: 16px 46px !important;

  background-color: #000000 !important;
  opacity: 0 !important;
  
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.galleria-image-nav-right {
  left: auto !important;
  right: 10px !important;
  background-position: -280px 46px !important;
  z-index: 2 !important;
}

.galleria-stage:hover .galleria-image-nav-left,
.galleria-stage:hover .galleria-image-nav-right {
  opacity: 0.3 !important;
  
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
  opacity: 0.3 !important;
}

.galleria-image {
  background-color: #ffffff !important;
}

#texte .galleria-image img {
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: auto !important;
}

.galleria-info-link {
  display: none !important;
}

.galleria-info-title {
  margin: 0px !important;
  
  color: #008C9E !important;  
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: 'Homenaje', verdana, sans-serif !important;
}

.galleria-info-text {
  display: block !important;
  
  border: 1px solid #ffffff !important;  
  
  background: -moz-linear-gradient(top,  rgba(232,233,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,233,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(232,233,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(232,233,237,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(232,233,237,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(232,233,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9ed', endColorstr='#ffffff',GradientType=0 ) /* IE6-9 */
  
  -webkit-box-shadow:  0px 4px 3px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow:  0px 4px 3px 0px rgba(0, 0, 0, 0.1) !important;
}



#texte #zone_texte_recherche input {
  width: 130px;
  height: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  float: left;
   
  border: 1px solid #508896;
  border-radius: 10px 0px 0px 10px;
  
  font-family: arial, sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 9px;
  
  background: #027286; /* Old browsers */
  background: -moz-linear-gradient(top,  #027286 0%, #099fae 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#027286), color-stop(100%,#099fae)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #027286 0%,#099fae 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #027286 0%,#099fae 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #027286 0%,#099fae 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #027286 0%,#099fae 100%); /* W3C */
}

#texte #zone_texte_recherche a#bouton_ok_recherche  {
  display: block;
  width: 25px;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  float: left;
   
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #508896;
  border-left: 1px solid #0895a5;
  
  font-family: arial, sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 9px;
  text-indent: -9999px;

  background-image: url(http://www.cornand.fr/commun/modeles/commun/structure/img/loupe.png);
  background-repeat: no-repeat;
  background-position: top center;  
}

#texte #zone_texte_recherche h2 {
	clear: both;
}

#texte #zone_texte_recherche ul {
	list-style-type: none;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 10px;
}

#texte #zone_texte_recherche ul li {
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	border-bottom: 1px dashed #efefef;
}

#texte #zone_texte_recherche ul li a {
  font-size: 12px;
  font-style: normal;
	text-decoration: none;
	font-weight: bold;
}


#texte #zone_texte_recherche ul li a:hover {
  color: #000000;
}

#texte #zone_texte_recherche span {
  display: block;
  width: 100%;
  font-weight : bold;
}
#multi_up div {
  display: inline;
  float: left;
  margin: auto;
  height: 20px;
  line-height: 20px;
}

#multi_up div img {
  margin-top: 2px;
}

#multi_up {
  display: inline;
  margin: auto;
  float: left;
  clear: both;
  height: 20px;
  width: 100%;

}

#multi_down div {
  display: inline;
  float: left;
  margin: auto;
}

#multi_up div.multi_cadre_liens,
#multi_down div.multi_cadre_liens {
  float: right;
}

#multi_down div img {
  margin-top: 2px;
}

#multi_down div a img {
  border: 0px;
}

#multi_down {
  display: inline;
  float: right;
  margin: auto;
  clear: both;
  margin-bottom: 10px;
  height: 20px;
  line-height: 20px;
  width: 450px;
}

.multi_resultat {
  font-family: arial, sans-serif; 
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  color: #959595;
}

.multi_lien {  
  font-family: arial, sans-serif; 
  font-size: 12px; 
  font-style: normal; 
  font-weight: bold; 
  color: #959595;
  text-decoration: none;
}

.multi_lienover {  
  font-family: arial, sans-serif; 
  font-size: 12px; 
  font-style: normal;
  font-weight: bold; 
  color: #555555;
}

#texte ul.elements_menu {
	list-style-type: none;
	padding-bottom: 10px;
  margin: 0px;
  margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #efefef;
}

#texte ul.elements_menu li {
  line-height: 20px;
  padding-left: 15px;  

  background-position: 0px 7px;
}

#texte ul.elements_menu li a {
  font-size: 14px;
  text-decoration: none;
}

#texte ul.elements_menu li a:hover {
  text-decoration: underline;
}

#texte ul.elements_menu li ul {
  list-style-type: none;
  padding-left: 15px;
}

#texte ul.elements_menu li ul li {
  background-position: 0px 8px;
}

#texte ul.elements_menu li ul li a {
  font-size: 12px;
  color: #464646;
}

#texte ul.elements_menu li ul li ul li a {
  font-size: 11px;
  color: #464646;
}

#texte ul.elements_menu li ul li a:hover {
  color: #FF7E00;
}

    
		

#contenu_actu {
  max-width: 1310px;
  margin-top: 30px;
  margin-left: 0px;
  overflow: auto;
}

#contenu_actu #texte {
  width: auto;
  max-width:850px;
  height:auto;
  max-height: inherit;
  position:relative;
  top:0;
  right:10px;
}

#contenu_actu #texte .mCSB_container {
	padding-top:0 !important;
}

#contenu_actu p img{
	max-width:100%;
	height:auto !important;
}

#contenu_actu #menu_actu {
  width: 17.5%;
  min-width:200px;
  margin-top: 10px;
  float:left;
}

#contenu_actu #menu_actu ul {
  margin: 0px;
  padding: 0px;
}

#contenu_actu #menu_actu ul a {
  display: block;
  line-height: 30px;
  margin-right: 35px;
  padding-left: 35px;
  
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  
  background-image: url(http://www.cornand.fr/commun/modeles/commun/structure/img/sprite.png);
  background-repeat: no-repeat; 
}

a.coeur {
  background-position: -5px -282px; 
}

a.produit {
  background-position: -5px -318px; 
}

a.recette {
  background-position: -2px -353px; 
}

a.chef {
  background-position: -2px -388px; 
}

a.presse {
  background-position: -2px -423px; 
}

a.tout {
  margin-top: 5px;
  background-position: -2px -457px; 
}

a.tout span {  
  padding-top: 5px;  
  border-top: 1px solid #000000; 
}

.liste_actu {
  list-style-type: none;
  width: 100%;
  margin: 0px;
  margin-top: 30px;
  padding: 0px;
  float: left;
}

.mon_actu_liste {
  display: inline-block;
  max-width: 185px;
  margin-right: 10px;
  margin-bottom: 10px;
	vertical-align:top;
	float:left;
}

.mon_actu_liste:nth-child(5n+5) {
 // margin-right: 0px !important;
}

.mon_actu_liste a {
  text-decoration: none;
}

.liste_actu li span {
  display: block;
  line-height: 20px;
  padding-left: 5px;
  
  color: #ffffff; 
  background-image: url(http://www.cornand.fr/commun/modeles/commun/structure/img/sprite.png);
  background-repeat: no-repeat; 
}

.mon_actu_liste.zone_6 span {  
  background-color: #b55535;
  background-position: right -498px; 
}

.mon_actu_liste.zone_7 span {  
  background-color: #60583A;
  background-position: right -532px; 
}

.mon_actu_liste.zone_1 span {  
  background-color: #BD0925;
  background-position: right -568px; 
}

.mon_actu_liste.zone_5 span {  
  background-color: #FFC713;
  background-position: right -602px; 
}

.mon_actu_liste.zone_4 span {  
  background-color: #3D3C40;
  background-position: right -639px; 
}

.mon_actu_liste h1 {
  margin: 0px;
  line-height: 13px;
    
  color: #ffffff; 
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #9c9ea1;
  
	display:block;
	height:25px;
}





.consultation_actus {
  max-width: 780px;
  padding-bottom: 20px;
}

.retour_liste {
  display: block;
  width: 40px;
  margin-bottom: 4px;
  float: right;
  
  font-size: 12px;
  text-decoration: none;
  font-family: 'Raleway', Arial, sans-serif;
  color: #ffffff !important;
  text-align: center;
  
  cursor: pointer;
  background-color: #000000;
}

.date {
  clear: right;
  display: block;
  line-height: 20px;
  padding-left: 5px; 
  
  color: #ffffff;
}

.date.zone_6 {  
  background-color: #b55535;
}

.date.zone_7 {  
  background-color: #60583A;
  background-position: right -532px; 
}

.date.zone_1 {  
  background-color: #BD0925;
  background-position: right -568px; 
}

.date.zone_5 {  
  background-color: #FFC713;
  background-position: right -602px; 
}

.date.zone_4 {  
  background-color: #3D3C40;
  background-position: right -639px; 
}

.consultation_actus table {
  margin-top: 10px;
}

.consultation_actus table td {
  vertical-align: top;
  color: #9c9ea1;
}

.btn_suivant span {
  display: none !important;
}

.btn_suivant a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.btn_suivant a.no_more {
  color: #a3a2a4;
  cursor: default;
}

.btn_suivant a:before {
  display: block;
  width: 6px;
  margin-top: 10px;
  padding-top: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1px;
  
  content: '>';
  
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-family: 'Raleway', Arial, sans-serif;

  background-color: #000000;
}

.btn_suivant a.previous_link:before {
  content: '<';
}

.btn_suivant a.no_more:before {
  background-color: #a3a2a4;
  cursor: default;
}



  .btn_suivant {
  	width:835px;
  	float:none;
  }
  	
  .btn_suivant a {
  	width:40%;
  	display:inline-block;
  	float:left;
  	height:24px;
  	line-height:24px;
  }
  
  .btn_suivant a:before {
  	display:inline-block;
  	float:left;
 		margin-top:0px;
 		margin-right:10px;
  }
  
  .btn_suivant a:last-child {
  	float:right;
		position:relative;
		right:-5px;
  	text-align:right;
  	padding-right:55px;
  }
  
  .btn_suivant a:last-child:before {
  	position:absolute;
  	right:0;
  }


html {
  background-image: none;
}

#penche {
  width: 100%;
  height: 100%;
  
  position: absolute;
  left:-50%;
  z-index: 0;
  
  background-color: #ffffff;
  
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}

#fond {
  width: 100%;
  height: 100%;
  
  width: 100%;
  height: 100%;
  
  position: absolute;
  overflow: hidden;
  
  background-color: #ffc814;
}

#fond.responsive {
  display:none;
}

#fond.actualités_responsive {
	display:block;
}

#fond img {
  position: absolute;
}


#fond.blanc {
  opacity: 0;
  
  transition: opacity 5s linear;
  -moz-transition: opacity 5s linear;
  -o-transition: opacity 5s linear;
  -ms-transition: opacity 5s linear;
  -webkit-transition: opacity 5s linear;
}


#contenu_boutique {
  max-width: 1310px;
  margin-top: 50px;
  margin-left: 0px;
  overflow: auto;
}

#contenu_boutique #menu_organisme {
  width: 17.5%;
	min-width:200px;
  height: auto;
  max-width: inherit;
  margin-top: 0px;
  margin-left: 0;
  float: left;
}



#contenu_boutique #menu_organisme dl {
  width: 90% !important;
}

#contenu_boutique #menu_organisme dt a {
  height: auto;
  line-height: 18px;
  font-size: 13px;
  color: #9c9ea1;
  border: 0px;
  padding-top:12px;
}

#contenu_boutique #menu_organisme dt.selected a {
  border: 0px;
  color: #000000;
}

#contenu_boutique #organisme {
  width: 29.5%;
  max-height: 240px;
  margin-top: 10px;
  
  position:relative;
  overflow: auto;
  
  font-size: 12px;
  color: #9c9ea1;
}

#contenu_boutique #organisme h1 {
  margin: 0px;
  margin-right: 10px;
  padding: 10px 20px;
  
  line-height: 18px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'TeXGyreAdventorBoldItalic', Arial, sans-serif;
  color: #000000;
  
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#contenu_boutique #organisme h2 {
  margin-bottom: 0px;
  line-height: 12px;
  
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'TeXGyreAdventorBoldItalic', Arial, sans-serif;
  color: #000000;
}

#contenu_boutique #organisme h2 + p {
  margin-top: 0px;
}

#contenu_boutique #organisme blockquote {
  margin-left: 18px;
}

#contenu_boutique #organisme a {
  color: #9c9ea1;
  text-decoration: none;
}




#menu_interne {
  clear: left;
  width: 14%;
  margin-top: 42px;
  float: left;
	z-index:9999;
}

#menu_recette dl {
  padding: 0px;
  margin: 0px:
	z-index:9999;
}

#menu_interne dt {
  margin-bottom: 3px;
  margin: 0px:
}

#menu_interne  a {
  display: inline-block;
  padding-top: 3px;
  padding-right: 20px;
  
  line-height: 18px;
  font-size: 13px;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
	z-index:9999;
}

#menu_interne a:before {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-top: -2px;
  margin-right: 12px;
  float: left;
  
  content: '>';
  
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  
  background-color: #000000;
}

#menu_interne .selected a {
  color: #000000;
}

#menu_interne .selected a:before {
  background-color: #FFC814;
}

#menu_interne a:hover {
  color: #000000;
}

#menu_interne a:hover:before {
  background-color: #FFC814;
}



#contenu_page {
  max-width: 975px;
  width: 80%;
  padding-bottom: 50px;
  float: left;
}

#contenu_page #texte {
  width: auto;
  height: auto;
  padding-top: 20px;
  max-height: inherit;
}

#contenu_page #texte h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 40px;
  float: left;
  
  font-size: 50px;
  font-weight: 100;
  text-transform: lowercase;
  color: #FFC814;
  line-height: 45px;
}

#contenu_page #texte h1 span {
  display: block;
  font-weight: normal;
}

#contenu_page #texte h1 + p {
  clear: left;
}

#contenu_page #texte  .mCSB_container, #contenu_actu #texte  .mCSB_container {
  padding-top: 10px;
  padding-right: 40px;
  margin-right: 15px !important;
}

#contenu_page #texte  .mCustomScrollBox .mCSB_scrollTools, #contenu_actu #texte  .mCustomScrollBox .mCSB_scrollTools, #contenu_boutique #menu_organisme .mCustomScrollBox .mCSB_scrollTools {
  background-image: url(http://www.cornand.fr/commun/modeles/defaut/img/scroll.png), url(http://www.cornand.fr/commun/modeles/defaut/img/scroll.png);
  background-position: center top, center bottom;
}

#contenu_page #texte  .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer, #contenu_actu #texte  .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer, #contenu_boutique #menu_organisme  .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  height: 88%;
  background-color: #ffffff;
}

#contenu_page #texte .mCustomScrollBox .mCSB_draggerRail, #contenu_actu #texte .mCustomScrollBox .mCSB_draggerRail, #contenu_boutique #menu_organisme .mCustomScrollBox .mCSB_draggerRail {
  width: 0px;
  margin-bottom: 25px;
  border-right: 1px solid #ABABAC;
}

#menu_organisme .mCSB_scrollTools {
 margin-right:22px !important;
}

#organisme .mCSB_scrollTools {
 margin-right:22px !important;
}

#texte table {
  border-collapse: collapse;
}

#texte table.listing td {
  line-height: 18px;
  border-bottom: 1px solid #000000;
}

#texte a {
  color: #000000;
}







@media screen and (max-width: 1920px) {
		
			 
  body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 80%;
    -moz-text-size-adjust: 80%;
    ms-text-size-adjust: 80%;
  }  
  
  aside {  
    top: 113px;
    right: 2%;
  }
}  


@media screen and (max-width: 1800px) {

  #penche {
    left: -45%;
  }   
  
}

@media screen and (max-width: 1440px) {

  #menu_h dl {
    width: 166px;
  }
  
  #menu_h a {
    display: block;
    padding-left: 10px;
    
    font-size: 12px;
  }
  
  #menu_v dl {
    width: 130px;
  }
  
  #menu_v a {
    padding-left: 10px;
    
    font-size: 12px;
  }  
  
  #baseline > div {
    margin-left: 7%;
  }
  
  aside {  
    top: 70px;
  	right: 20px;
  	position: absolute;
  }   
  
  	#baseline {
    clear: both;
    height: auto;
    overflow: auto;

  }

  #baseline > div{
    margin-left: 10px;
		height:auto;
  }
  
  #menu_v dl {
    width: auto;
		margin-right:10px;
  }
  


  
}

@media screen and (max-width: 1280px) {

  
  #menu_h dl {
    width: 135px;
  }
  
  #menu_h a {
    display: block;
    padding-left: 15px;
    
    font-size: 11px;
  }
  


  #menu_v a {
    padding-left: 15px;
    
    font-size: 11px;
  }
  
  #baseline > div {
    width: auto;
    max-width: inherit;
  }
  
  #menu_baseline {
    float: none; 
		margin-left:auto;
		margin-right:auto;
		width:auto;
  }
  
  #menu_baseline dl {
    width: 150px;
  }
  
  #menu_baseline a {
    padding-left: 5px;
    
    font-size: 11px;
  }

  #menu_v a {
    padding-left: 8px;
  }


  
  
}


@media screen and (max-width: 1160px) {
  
	#menu_h, #menu_v {
		margin-left:144px;
	} 



  

  
  
}

@media screen and (max-width: 1024px) {
	
  
  body {
    border: 0px solid red;
  }
    
  #bandeau {
    height: 37px;
  }
  
  #bandeau > div {
    height: 37px;
    margin-left: 5%;
  } 

  #logo {
    min-width: 110px;
    width: 110px;
    height: 160px;
    
    background-size: 100%; 
  }
  
  #menu_h {
    width: auto;
    height: 37px;    
		margin-left:110px;
  }
  
  #menu_h dl {
    width: 122px;
  }
  
  #menu_h a {
    display: block;
    height: 37px;
    line-height: 45px;
    padding-left: 5px;
    
    font-size: 11px;
  }
  
  #penche {
    left:-50%;
  }  


  
	
  #site {
    margin: 0;
    margin-left: 5%;
    padding-top: 120px;
    overflow: auto;
    
    position: relative;
    z-index: 50;
  }
  
  #menu_v {
    margin-left:120px;
    margin-top:18px;
  }
  
 
  
  #baseline > div {
    max-width: inherit;
  }
  
  #menu_baseline {
    float: none; 
  }
  
  #menu_baseline dl {
    width: 125px;
  }
  
  #menu_baseline a {
    padding-left: 5px;
    
    font-size: 10px;
  }

	aside {  
    top: 50px;
  }   
	
	
  #baseline {
		position:absolute;

  }



	

}


@media screen and (max-width: 768px) {
  	
		
	
  
  body {
    overflow-x: hidden;
  }
  
  #bandeau > div {
    margin-left: 10px;
  }

  #penche {
    width: 150%;
    margin-left: -15%;
    
    top: -200px;
  
    -webkit-transform: skew(-55deg);
    -moz-transform: skew(-55deg);
    -ms-transform: skew(-55deg);
    transform: skew(-55deg);
  }

  aside {
    top: 50px;
  }

  #menu_h {
    margin-left: 130px;
  }

  #site {
    margin-left: 40px;
    padding-top: 150px;
  }



  #menu_v {
    margin-top:50px;
  }
  
  #menu_baseline {
    width: 100%;
  }

		
  body {
  	overflow: auto;
  }	
		      
  #penche {
    display: none;
  }  

	#fond {
		display:block;
		position:absolute;
		background-color:#fff;
		height:235px;
		overflow:hidden;
		border-bottom:2px solid rgb(255, 200, 20);
		box-shadow: 3px 3px 5px #888;
	}

	#fond div {
		height:100%;
		width:100%;
		position:relative;		
	}

	#fond.actualités_responsive img {
		display:block;	
	}

	#fond img {
		width:150% !important;
		min-width:1100px !important;
		height:auto !important;
		position:absolute;
		top:auto !important;
		bottom:-215px;
		left:auto !important;
		right:-80px;
	}
  	
	dl.formulaire dd {
		margin-left:-120px;
		z-index:99999;
	}

  #bandeau {
  	position: relative; 
  }   



	





  #logo {
    min-width: 120px;
    width: 120px;
    height: 160px;
    
    background-size: 100%; 
  }    
      
  #menu_h {
    width: 120px;
    height: auto;
    padding-bottom: 30px;
    
    position: absolute;
		z-index:2;
    top: 130px;
    left: -130px;
  
    background-image: url(http://www.cornand.fr/commun/modeles/commun/structure/img/cornand.png);
    background-repeat: no-repeat;
    background-position: left bottom;     
    background-size: 100%; 
  }  
      
  #menu_h dl {
    width: 120px;
    
    background-color: #000000;
  }  
      
  #menu_h dl a {
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    padding-left: 2px;
    border: 0px;
    border-bottom: 1px solid #ffffff;
  }  
      
  #menu_h dt.dernier a {
    border-bottom: 0px solid #ffffff;
  }  
      
  #menu_h dl:first-of-type a {
    border-left: 0px solid #ffffff;
  }  


  #site {
    margin-top: 190px;
    margin-left: 0px;
    padding-top: 0px;
		width:100%;
  }

  #menu_v {
    width: 45%;
    height: auto;
    margin-left: 0px;
		position:absolute;
		top:-150px;
		left:130px;
  }

  #menu_v dl {
    width: 25%;
		width:100%;
		margin-top:5px;
		border-top:1px solid #000;
  }

  #menu_v dl:last-child {
		border-bottom:1px solid #000;
  }


  #menu_v dl a {

    height: auto;
  }


  #baseline {
		position:absolute;

  }

  #baseline > div{
    margin-left: 10px;
  }
  
  #menu_baseline {
    margin-bottom: 10px;
  }
  
	
  #menu_baseline a {
    border: 0px;
    border-left: 1px solid #ffffff;
    font-size:9px;
  }
  
	aside {
		margin-top:-5px;
		width:100px;
		margin-right:-10px;
	}




	body {
		height:auto;
		min-height:100%;
	}

	#site {
		margin-bottom:70px;
		float:left;

	}



  #site {
    margin-left: 10px;
  }
  
  #menu_v {
    margin-left: 130px;
  }
  

  
  #menu_interne {
    margin-left: 20px;
		float:left;
		margin-top:0px;
		margin-bottom:130px;
		height:auto;
  }

	#menu_interne dl, #menu_interne dl dt, #menu_interne dl dt a {
		height:26px;
		line-height:9px;
  }

  #menu_v {
		float:left;
		margin-bottom:20px;
  }
  
  #menu_interne a {
    padding-right: 4px;
    line-height: 14px;
  }

  #menu_interne a:before {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: -1px;
    margin-right: 4px;
    margin-bottom: 24px;
    float: left;
    
    content: '>';
    
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    
    background-color: #000000;
  }
  
  #site {

    margin-left: 0px;
    padding-top: 0px;
    
    overflow: visible;
  }

  #menu_v {
    margin-left: 10px;
  }



	nav#menu_v a, #menu_v dt.selected a {
  	border-left:0;
  }	


	#menu_v dt.selected a{
		background-color:#000;
		color:#fff;
  }	
  


	#menu_v {
		position:relative;
		top:0;
		left:0;
	}
	
	#menu_v dl {
		margin-top:0;
	}

	#menu_v a {
		height:100%;
		width:100%;
		display:block;
		color:#000;
		padding: 5px 0;
	}


	a.tout span {
    border:none;
	}
	

	
	aside a.aside {
		text-indent:-9999px;
		width:0px;
		padding:0;
	}
	
	aside{
		z-index:99999;
		width:100px;
		margin-right:-20px;
	}
	
	aside a.aside:before {
		margin-left:5px;
	}
	
	aside li {
		display:inline-block;
		float:left;
		width:30px;
	}
	
	dl.formulaire dd {  
		z-index:99999;
		position:absolute;
		right:10px;
  }


	
	
}	




@media screen and (max-width: 460px) {
	#fond img {
		width:150% !important;
		min-width:500px !important;
		height:auto !important;
		position:absolute;
		top:auto !important;
		bottom:-20px;
		left:auto !important;
		right:-40px;
	}
}

@media screen and (max-width: 300px) {

	#site {
		margin-bottom:100px;
		float:left;

	}


	a.tout span {
    border:none;
	}


	
	
}

@media screen and (max-width: 1440px) {



	#contenu_page {
    width: 840px;
  }
  
  
  #menu_interne dl {
    margin: 0px;
  }
  
  #menu_interne a {
    font-size: 11px;
    padding-right: 10px;
    line-height: 14px;
  }
  
  .mon_actu_liste {

	}
	
	.mon_actu_liste span {
    width:181px;
    text-align:left;
    margin:0 auto;
	}
	
	.page_navigation {
		width:99%;
	}
  
}



@media screen and (max-width: 1280px) {


  #contenu_actu {
  	width:auto;
  	margin-right:15px;
  }

	#contenu_actu #texte {
  	overflow:hidden !important;
  }
  
  .consultation_actus {
    width:100%;
	}
  
  #contenu_actu #menu ul a {
    font-size: 12px;
  }

  


  
}

@media screen and (max-width: 1160px) {
  

	#contenu {
		margin-left:0;
	} 

	#texte {
		width:52%;
	}
  
  
  #contenu_page {
    width:83%;
	}
	
  
}



@media screen and (max-width: 1024px) {
	
	#texte {
    max-height: 238px;
  }
  
  #texte p:first-of-type {
    margin-top: 0px;
  }

  #contenu_actu #menu ul a {
    display: block;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 35px;
    
    font-size: 11px;
    color: #000000;
    text-decoration: none;
  }


  .liste_actu {
    list-style-type: none;
    width: auto;
    padding: 0px;
    margin:0 auto;

    border: 1px solid #ffffff;
    display:table;
		
  }
  
	.mon_actu_liste {
		
		margin:10px auto;
		padding:0 10px;
  }
	
	
  .mon_actu_liste:nth-child(5n+5) {
  }
	


  .btn_suivant {
    cursor: pointer;
  }
  


  #contenu_page {
    width: 98%;
		margin-right:2%;
  }
  
  
  #menu_interne dl {
    margin: 0px;
  }
  
  #menu_interne a {
    padding-right: 10px;
    line-height: 14px;
  }

	#contenu {
		margin-top:50px;
	}
	
	#menu_interne {
		width:92%;
	}
	
	#menu_interne dl {
		float:left;
		margin-right:10px;
	}
.page_navigation {
		width:99%;
	}
}


@media screen and (max-width: 768px) {
	
	#fond.responsive {
  	display:block;
	}

  #contenu {

		margin-bottom:20px;
		margin-top:10px;
		width: auto;
    margin-left: 0px;
		height: auto !important;
	}

  #texte {
    width: 100%;
    margin-left: 0px;
  }

	#contenu #texte {
		overflow: visible;
		max-height: inherit;
		position: relative;
		height: auto !important;
		float: left;
  }

  #contenu_page #texte {
    margin-top: -120px !important;
		float:left !important;
		position:relative !important;
		padding-top:0;
	}
  


	#contenu_page #texte .mCSB_container, #contenu_actu #texte .mCSB_container {
    padding-top: 0px !important;
	}


  #texte {
		width: 95%;
    max-height: inherit;
    margin-left: 10px;
    overflow: visible;
    font-size: 12px;
  }

  #contenu_page #texte {
    margin-left: 20px;
  }
  




	#contenu_boutique #menu_organisme .mCSB_container {
    padding-top: 0px !important;
	}

	#contenu_boutique #menu_organisme dl:first-child dt a{
    padding-top: 0px !important;
	}

	#contenu_boutique #menu_organisme {
		width:auto;
		max-width:85%;

		margin-left:130px;
		height:auto !important;
		margin-bottom:20px;
		overflow:visible;
	}

	#contenu_boutique #menu_organisme dl {
		width:50% !important;
	}

	#contenu_boutique #organisme {
		width:auto;
		max-width:100%;
		margin-right:5px;
		margin-left:5px;
		margin-bottom:20px;
		clear:both;
		text-align:center;
		padding-top:20px;
	}

	#contenu_actu {
		margin-left:5px;
		margin-top:50px;
		overflow:visible;
		float:left;
		width:98%;
  }

	#contenu_actu #texte {
    min-width:50px;
		float:left;
		position:relative;
		margin-top:20px;
		width:100%;
  }

	.btn_suivant a {
    width: 40%;
	}
	

 #contenu_actu #menu{
  	margin-left:140px;
		min-width:50px;
		width:70%;
  }

 #contenu_actu #menu li{
  	list-style:none;
  }

	#contenu_boutique #menu_organisme .mCSB_container {
			margin-right:15px !important;
	}

	#menu_organisme a, #menu_v a {
		padding-left:0;
	}
	
	#contenu_page #texte, #contenu_actu #texte, #contenu_actu #texte .consultation_actus {
    height: auto !important;
	}

	#contenu_actu #texte .mCSB_container {
    margin-right: 0px !important;
    padding-right: 0px !important;
	}

	#contenu_page #texte #tab_miseenpage td, #contenu_actu #texte td {
    width: 100% !important;
		display:block;
		height:auto;
  }



	#contenu_page #texte {
    margin-top:-100px;
  }

	#contenu_page #texte h1 {
    display: block;
		width:100%;
	}

	#contenu_page #texte h1 span {
    display: inline-block;
	}

	#contenu_page #texte table#bandeau-jaune {
    height:10px !important;
	}

	#contenu_page #texte .mCSB_container {
    padding-top: 10px;
    padding-right: 10px;
    margin-right: 0px !important;
	}

	.liste_actu {
  	margin-bottom:30px;	
  }



  	
	#contenu_boutique #menu_organisme {
		max-width:100%;
		margin-left:130px;
		min-width:50px;
	}

	#contenu_boutique #menu_organisme dl {
		width:100% !important;
	}


 #contenu_actu #menu, nav#menu_v{
  	margin-left:0px;
		width:100%;
  }

 #contenu_actu #menu li, nav#menu_v dl{
  	text-align:center;
  	border-top: 1px solid #000;
  }

  
  #contenu_actu #menu li:hover, nav#menu_v dl:hover{
  	background-color:rgb(255, 200, 20);
  }

	#contenu_actu #menu a:hover, nav#menu_v a:hover{
  	color:#000;
  	border-left:0;
  }

  
  #contenu_actu #menu li:last-child, nav#menu_v dl:last-child{
  	border-bottom: 1px solid #000;
  }

	

  #contenu_actu #menu ul a{
  	background:none;
  }


	#contenu_page #texte h1 {
	  font-size:24px;
		font-weight:normal;
		margin-bottom:0;
	}

	#contenu_page #texte table#bandeau-jaune {
    display:none;
	}

	#contenu_page #texte h1 {
    line-height:24px;
		margin-bottom:20px;
	}

	#contenu_boutique {
    margin-top: 50px;
		float:left;
	}

	#contenu_boutique #menu_organisme {
    margin-left: 0px;
		text-align:center;
	}
	
	#contenu_boutique #menu_organisme {
    padding-top: 20px !important;
	}

	.btn_suivant a {
    width: 20%;
		text-indent:-9999px;
 	}

	
	.btn_suivant a:last-child {
		text-align:left;
 	}
	
	.btn_suivant a:before {
		text-indent:0px;
 	}
	
	.liste_actu {
    margin-top:0px;
	}

	#contenu_actu #texte {
		margin-top:10px;
	}	


	.page_navigation {
		width:99%;
	}

	#contenu_boutique #organisme {
		margin-right:10px;
	}

	#contenu_boutique #organisme h1 {
		margin-right:0px;
	}

	#contenu_boutique #organisme blockquote {
		margin:10px auto;
	}
	

}	




@media screen and (max-width: 300px) {

	



 #contenu_actu #menu{
  	margin-left:0;
		width:100%;
  }

 #contenu_actu #menu li{
  	text-align:center;
  	border-top: 1px solid #000;
  }
  
  #contenu_actu #menu li:hover{
  	background-color:#000;
  }

	#contenu_actu #menu a:hover{
  	color:#fff;
  }
  
  #contenu_actu #menu li:last-child{
  	border-bottom: 1px solid #000;
  }



  #contenu_actu #menu ul a{
  	background:none;
  }
	

	
	
}
