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

/*
Theme Name: Site petites communes krea3 
Description: Theme pour sites petites communes
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
*/



/*************************************************************************/
/*****************min-width:481px et max-width:890px**********************/
body{
	font-size:15px;
}

#conteneur{
	width:100%;
	margin:0 auto 0 auto;
	z-index:0;
}

/*******************header*********************/
	#top-bandeau, #top-bandeau-page{
	width:100%;
	max-width:100%;
	position:relative;
	height:auto;
}

#bandeau, #bandeau-page {
    background:#fff;
    padding: 0px 0 20px 0;
	height:auto;
	min-height:115px;
	display:block;
	clear:both;
}

#bandeau .largeur92, #bandeau-page .largeur92{
	width:100%;
}

#logo, #top-bandeau-page #logo{
    position: relative;
    width: 30%;
	display:block;
	margin:0;
	float:left;
}

ul#menu_res_sociaux{
		float:right;
	}

ul#menu_res_sociaux li, #top-bandeau-page ul#menu_res_sociaux li{
    padding: 0 8px;
	margin:0;
}

#top-bandeau-page #top-bandeau-droite{
	display:block;
}

#outils{
	clear:both;
}

/*Le diaporama*/
.rslides{display:none;}

@media screen and (max-width:760px){
	.btn-top, #top-bandeau-page .btn-top{
	display:none;
	}
}

@media screen and (min-width:760px){
	.btn-top {
    float: right;
    width: 250px;
	}
}

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

#fond-menu{
	height:5px;
}

#menu{
	height:30px; 
	background-image:none;
	position:relative;
	width:100%;
	background-color:transparent;
	margin:0;
}

#menu li.page-item-0, 
#menu li.page-item-41,
#menu li.page-item-65,
#menu li.page-item-67,
#menu li.page-item-69
{
	display:block; /*pour afficher accueil dans le menu*/
}

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

/*********************LIGNE 1*********************/
@media screen and (max-width:760px){
	#ligne1{
	display:block;
	padding:0 20px 20px 20px;
	}
}

@media screen and (min-width:760px){
	#ligne1{
	display:block;
	padding:20px;
	}
}

/**********ACTUS*********/
@media screen and (max-width:760px){
	#actus-accueil{
		display:block;
		width:100%;
		clear:both;
		margin:0;
	}
	/**********FIN ACTUS*********/
	.sep{
		display:none;
	}

	/**********AGENDA*********/
	#agenda-accueil{
		display:block;
		width:100%;
		padding:0 0 70px 0;
	}
	/**********FIN AGENDA*********/
}

@media screen and (min-width:760px){
#agenda-accueil{
	width:35%;
}
.miniature_actu{
	width:100px;
}
}
/*********************FIN LIGNE 1*********************/



/*********************FIn page accueil*******************/ 

/*Pour n'afficher l'outil carnet de route qu'à partir de l'ipad portrait 768px */

/***************page****************************/
#la-page{
	width:92%;
	margin:0 auto;
}

#gauche{
	display:none !important;
}

#content{
	float:none;
	height:auto !important;
	min-height:100px;
	padding:10px 0 30px 0;
	width:100%;
}
/***********fin page****************************/


/***************form contact envoyer ami***********/
.krea3_formulaire p.obligatoire{
	margin-left:0%;
}

.krea3_formulaire fieldset{
	padding:10px 15px 10px 15px;
}


.krea3_formulaire label{
	display: block;
	width:100%; /*En % pour un meilleur rendu lors du changement de taille du texte*/
	float:none;
	padding-right:0;
	text-align:left;
	font-size:1em;
}



.krea3_formulaire input, .krea3_formulaire select,
.krea3_formulaire textarea{
	margin-left: 0%;
	width:100%;  /*En % pour un meilleur rendu lors du changement de taille du texte*/
	margin-bottom:10px;
}
/***********fin form contact envoyer ami***********/


/******************************Liens Enfants / Menu page par défaut********************************/

ul.liens_enfants li{
	float:left;
	width:50%;
}

@media screen and (max-width:600px) {
ul.liens_enfants li{
	float:none;
	width:100%;
	height:auto;
	min-height:120px;
	padding:10px;
}
}



/****************************Liens Enfants / fin menu page par défaut******************************/

/****************footer*********************/ 
ul#menu_footer, #footer #coordonnees{
	padding:10px 30px;
}

/************fin footer*********************/ 

