.container {
    position: relative;
    width: 100%;
}
.navigation{
	background-color: black;
	Width: 100%;	
	text-decoration: none;
	min-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}	
/* this is the only way I could get the visited links NOT to be decorated with underline */
li a{ text-decoration: none;}

#topnav ul li {
	display: inline;
	margin: 10px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;	
	color:#bbb;
	text-decoration: none;
	}	
/*
#topnav ul li a:visited , :active, :link{
	color: #bbb;
	text-decoration: none;
	
	display: inline-block;
}	*/

#topnav ul li a:hover {
	color: white;
	text-decoration: none;
	}
	
.bottomnav ul li{
	float: right;
	margin: 10px;

}
	
.bottomnav { 
	display: inline; 
	border-top: solid #bbb 1px;
	width: 100%;
	padding: 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	}	
	
.bottomnav ul li a{
	display: inline;
	margin: 10 px;
	font-family: arial;
	font-size: 12px;	
	color:#bbb;
	text-decoration: none;
	}
	
		
.midpage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 175px;
	margin-top: 50px;
	width: 375px;
}	

	

#bar { width: 375px; margin-left: auto; margin-right: auto;
}	

#button1 { display: block; float: left; margin-left: 75;}
#button2 { display: block; float: right; margin-left: 50;}

html,
body {
	background-color: #FFF;
	font-family: arial, sans-serif;
	font-size: 11pt;
	margin: 0;
}

/* Fonts */
@font-face {
  font-family: "Google";
  src: url('../../data/fonts/google.ttf');
}

a.lien_google {
	text-decoration: none;
	color: #666666;
	margin-left: 25px;
}

a.lien_google:hover {
	text-decoration: underline;
}

/* Centrage */
.center {
	width: 1100px;
	margin: auto 0px;
}

/* Logo */
#logo {
	background: url(logo-google.png) no-repeat;
	background-size: 269px 95px;
	width: 269px;
	height: 95px;
}

.slogan {
	font-family: arial;
	color: grey;
	font-size: 12pt;
	padding-top: 70px;
	float: right;
}

/* Barre de recherche */
.center_search {
	width: 463px;
	margin-top: 50px;
}

.center_box {
	 width:1090px;
}

#search {
	border: 1px solid #d9d9d9;
	width: 100%;
	height: 28px;
	margin-top: 20px;
	font-size: 12pt;
	padding-left: 8px;
	padding-right: 8px;
}

#search:focus {
	border: 1px solid #4285f4;
}

/* Bouton */

.button_google {
	padding:6px;
	font:bold 11px Arial;
	background:#f5f5f5;
	color:#555;
	border-radius:2px;
	border:1px solid #ccc;
	margin: 10px;
	margin-top: 20px;
	text-shadow: 1px 1px #FFF;
}

.button_google:hover {
	padding:6px;
	font:bold 11px Arial;
	background:#f5f5f5;
	color:#555;
	border-radius:2px;
	border:1px solid #c6c6c6;
	margin: 10px;
	margin-top: 20px;
	box-shadow: 0px 1px 1px #ccc;
}

/* Barre haut */
#barre {
	height: 50px;
	width: 97%;
	margin-top: 10px;
}

.nav_button {
	float: right;
}

.text_menu {
	float: left;
	word-spacing: 5px;
	padding-top: 11px;
	padding-right: 15px;
	font-size: 10pt;
	color: #777777;
}

.img_menu {
	margin: 5px;
}

/* Footer */
#footer {
	border-top: 1px solid #e4e4e4;
	border-radius: 0px;
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	bottom: 0px;
	position: fixed;
	padding: 13px;
}

.text_gauche {
	float: left;
	font-size: 9.8pt;
	padding-left: 16px;
	color: #666666;
	/* word-spacing: 28px; */
}

.text_droit {
	float: right;
	font-size: 9.8pt;
	padding-right: 43px;
	color: #666666;
	/* word-spacing: 28px; */
}
.zonaminiedajezyc {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
    width: 200px;
    height: 120px; 
		margin:8px;
		float:left;
}
.zonaminiedajezyc img{
    width: 200px;
}

.zonaminiedajezyc a {
    display: inline-block;
}
.zonaminiedajezyc a:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 880px) and (max-width: 1100px) {
    div.center_box { width:880px;}
}
@media only screen and (min-width:660px) and (max-width: 879px) {
    div.center_box {width:660px;}
}
@media only screen and (min-width:10px) and (max-width: 659px) {
    div.center_box {width:440px;}
		div.center_search{width:400px;}
		#search{width:250px;}
}