@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%;
}

/************************Page d'accueil**************************************/

/*******************header*********************/

header{
	border-bottom:none;
}

#top-header{
	width:100%;
	height:90px;
	margin:0;
	padding-top:7px;
}

#logo-site{
	margin:0 auto 0 auto;
	position:relative;
	z-index:1001;
}


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*/
}

#menu{
	border-bottom:none;
}

/******************fin header*******************/

