/************************************************
	Ctrl+F couleur par défaut: 
	#225ea7;
	
	>Template par défaut(style1, sans colonne)
	>> Pour rajouter une colone, modifier le padding-left sur le h1, chemin et contenus modifiable.
	
************************************************/


/***********************************************
				Entete
***********************************************/
div#entete {
	height:400px;
	margin:0;
	padding:0;
}

/***********************************************
				H1
***********************************************/
h1 {
	font-size:38px;
	line-height:40px;
	font-weight:400;
	color:#fff;
	margin:0 0px 0 0px;
	padding:110px 0 5px 0;
	font-family: 'Poiret One', sans-serif;
}

/***********************************************
				Chemin fil d'Ariane
***********************************************/
#chemin{
	clear:both;
	font-size:12px;
    font-weight:normal;
	margin:0 0px 50px 0px;
	color:#008fab;
	background:url(http://www.pennarbed-creperie.fr/img/chemin.png) no-repeat left;
	padding:3px 0 1px 20px;
}
#chemin *{
    font-weight:normal;
}
#chemin a {color:#008fab;}
#chemin a:hover,#chemin a.active  {color:#fff;}
#chemin span {color:#008fab;}



/***********************************************
				Contenu modifiable
***********************************************/
div#contenu_modifiable {
	text-align:justify;
	margin:0;
	padding:0 0px 70px 0px;
}


/***********************************************
				Footer
***********************************************/
#footer {
	background:url(http://www.pennarbed-creperie.fr/img/footer.jpg) no-repeat center top #015464;
	font-size:11px;
	color:#fff;
	padding:15px 0;
}
#footer a{color:#fff; text-decoration:none; font-weight:400;}
#footer a:hover{color:#010B0D;}

/*****************************************************
	Personnalisation du bouton: retour en haut
*****************************************************/
#btn_up{
	background:url(http://www.pennarbed-creperie.fr/img/rollhover_opa_f.png);
	/*background-color:#666;*/
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#btn_up:hover{
	background:#015464;
	-webkit-box-shadow: 0px 2px 25px rgba(0,0,0,.5);
	box-shadow: 0px 2px 25px rgba(0,0,0,.5);
}

/*****************************************************
	Personnalisation du tableau
*****************************************************/

.tab_footer{
	margin:0px auto;
	width:1000px;
}
.tab_footer tr td table tr td{padding:0; margin:0;}

.colonnes_footer{padding:0 20px; border-left:solid 1px #015464; /*width:25%;*/}
#colonne_footer1{border-left:none; padding-left:0; width:230px;}
#colonne_footer4{ padding-right:0;}

.footer_adresse{font-weight:400; line-height:26px; font-size:17px; text-transform:none; font-family: 'Poiret One', sans-serif;}
.footer_enseigne{}
.footer_tel{font-weight:400; font-size:27px; line-height:32px; font-family: 'Poiret One', sans-serif;}

.footer_menu {
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:18px;
}
.footer_menu a{text-decoration:none;}
#ul1{
	padding-right:10px;
}
		
.logos_followus { text-align:left; margin-top:3px;}
.logos_followus img { margin: 0 0 7px 0; }
#btn_up{
	position: fixed;
	bottom: 15px;
	right: 25px;
	cursor: pointer;
	display:none;
}
#signature {
	padding:10px;
	text-align:center;
}
#signature a {}
#signature a:hover {}

/***********************************************
				Adresse (si ancien footer)
***********************************************/
/*div#adresse {
	clear:both;
	background: url('http://www.pennarbed-creperie.fr/img/adresse.jpg') no-repeat;
	height:69px;
	color:#666666;
	font-weight:normal;
	line-height:69px;
	text-align:center;
	font-size:14px;
}*/