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



/******************************************************/
/*****************max-width:480px**********************/

body{
	font-size:15px;
}

#conteneur{
	width:100%;
	margin:0 auto 0 auto;
	z-index:0;
	background-image:none;
	padding:0;
}


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

#top-bandeau{
	width:100%;
	max-width:100%;
}

#bandeau {
    background:#fff;
    padding: 10px 0 20px 0;
}

#logo {
    position: relative;
    width: 60%;
	display:block;
	float:left;
	margin:0 0 0 20px;
}

@media screen and (max-width:320px){
#logo {
    width: 50% !important;
}
#menu{
	top:16px !important;
}
}

.btn-top{
	display:none;
}

/*Pour tous petits écrans*/
@media screen and (max-width:240px){
	#bandeau{
		padding:0;
		clear:both;
		display:block;
		height:auto;
	}
	
	#logo{
		display:block;
		clear:both;
		width:100% !important;
		margin:0 !important;
		float:none !important;
	}
	
	#menu{
		display:block;
		position:relative !important;
		clear:both;
		top:0 !important;
	}

}


#outils{
	clear:both;
}


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


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

#fond-menu{
	height:5px;
}

#icon_home{display:none;}

#menu{
	height:40px; 
	background-image:none;
	position:absolute;
	top:27px;
	left:0;
	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*********************/
#ligne1{
	display:block;
	padding:0 20px 20px 20px;
}

/**********ACTUS*********/
#actus-accueil{
	display:block;
	width:100%;
	clear:both;
}

#actu-content{
	margin:0 0 30px 0;
}

.titre-ligne1{
	height:auto;
}

.titre-ligne1 h2{
	text-align:center;
	float:none;
}

#actus-accueil .titre-ligne1 a {
	margin: 0 auto 20px auto !important;
}

.titre-ligne1 a {
    float: none;
    margin: 0 auto;
    text-align:center;
	width:auto;
}
/**********FIN ACTUS*********/

.sep{
	display:none;
}

/**********AGENDA*********/
#agenda-accueil{
	display:block;
	width:100%;
}

.manif-accueil img {
    margin: 0 20px 20px 0;
    max-width: 35%;
    width: auto;
	height:auto;
}
/**********FIN AGENDA*********/

/*********************FIN LIGNE 1*********************/



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



/***************page****************************/

#gauche{
	display:none;
}

#content{
	float:none;
	width:92%;
	height:auto !important;
	min-height:100px;
	padding:10px 0 30px 0;
	margin:0 auto;
}

#outils ul,
#share_buttons,
#outils #afficher-carnet-voyage,
#taille_texte,
#trad-google{
	display:none;
}

#TheTexte{
    text-align:center;
}

#content img,
#content_large img{
    float: none;
	margin:0 auto;
	max-width:100%;
}

img{
	height:auto;
}

#TheTexte h1, #TheTexte h2, #TheTexte h3, #TheTexte h4, #TheTexte h5, #TheTexte p, #TheTexte ul, #TheTexte li{
	text-align:left;
}


/***********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:none;
	width:100%;
	height:auto;
	min-height:120px;
	padding:10px;
}

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

/****************footer*********************/ 
#footer{
	display:block;
	clear:both;
}

#coordonnees, #droite-footer{
	display:block;
	clear:both;
	text-align:center;
	width:100%;
}

ul#menu_footer, ul#menu_res_sociaux{
	text-align:center;
}


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


