@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Mairie de Rives en Seine
Theme URI: http://www.rives-en-seine.fr/
Description: Theme de la ville de Rives-en-Seine
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
*/

/**************************************************************************/
/*****************min-width:891px et max-width:1023px**********************/



body{
	font-size:17px;
}

main.largeur92{
	width:100%;
}

nav#menu-principal{
	width:100%;
	background-color:transparent;
	text-align:left;
	margin:0 0 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1000; /* Pour passer par dessus diapo accueil*/
}

header{
	height:90px;
	padding-left:100px;
}

#logo-site {
	display:block;
    padding:0;
	position:absolute;
	top:5px;
	z-index: 1001;
	width:386px;
	height:75px;
}
/*Adresse header*/

/*On met l'adresse de la mairie tout en haut à droite*/
#adresse-header > span:first-child{
	position:absolute;
	top:-90px;
	right:-15px;
	text-align:left;
	padding-top:5px;
}

#adresse-header > span span.saut-adresse{
	display:block;
}

#adresse-header > span span.disappear{
	display:none;
}


/**********************ligne1**********************************/
#btn-mediatheque{
	margin-top:85px;
}


/*******************fin ligne1*********************************/

/**********************ligne2**********************************/
#fond-ligne2, #ligne2{
    background: #fff;
	width:100%;
}

#gauche-ligne2, #droite-ligne2 {
    float: none;
    width: 100%;
	display:block;
	clear:both;
}

#gauche-ligne2{
	padding:10px;
}

#top-agenda a#voir-liste-actus {
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 10px 0 0 0;
}

#top-agenda #triangle {
    display: none !important;
}

#droite-ligne2 {
	background:#211261;
	display:table;
	width:100%;
	padding-bottom:40px;
}

#acces-rapides{
	display:table-cell;
	vertical-align:middle;
}

#carte-routot{
	display:table-cell;
	vertical-align:middle;
	max-width:400px;
	padding:20px 0 20px 30px;
}

#carte-routot img {
	display:block;
    width:100%;
    margin:0 auto 0 auto;
    max-width:500px;
}

#top-agenda h2{
	width:100%;
	display:block;
	clear:both;
}

/*******************fin ligne2*********************************/


