<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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%;
	margin:0;
	padding:0;
}

#logo-site{
	width:162px;
	height:90px;
	margin-left:100px;
	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;
}

#barre-top-header{
	float:right;
	margin:0 0 0 20px;
	padding:0 20px 0 20px;
	background-color:#a3235d;
	display:table;
}

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




/******************acces rapides*********************/

#acces-rapides{
	display:block;
	width:100%;
}

#gauche-acces-rapides{
	display:block;
	width:100%;
	padding:30px 20px 30px 20px;
}

/*NEWSLETTER*/

#droite-acces-rapides{
	display:block;
	width:100%;
	padding:40px 20px 40px 20px;
}

ul#inscription-newsletter form.subscribe-form{
	padding-top:20px;
}

#droite-acces-rapides p{
	font-size:1.1em;
}

/*******************fin acces rapides*********************************/


</pre></body></html>