<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************
	Ctrl+F couleur par dÃ©faut: 
	#ffc400;
	
	&gt;Template par dÃ©faut(style1, sans colonne)
	&gt;&gt; Pour rajouter une colone, modifier le padding-left sur le h1, chemin et contenus modifiable.
	
************************************************/
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);

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

/***********************************************
				H1
***********************************************/
h1 {
	font-size:40px;
	line-height:44px;
	font-weight:400;
	color:#fff;
	margin:572px 10px 0 10px;
	/* UTILISER CE CODE LA COLONNE 
		margin:0 40px 0 250px;
	 */	
	padding:30px 0 5px 0;
	font-family: 'Lobster', cursive;
}

/***********************************************
				Chemin fil d'Ariane
***********************************************/
#chemin{
	clear:both;
	font-size:12px;
    font-weight:normal;
	margin:0 10px 30px 10px;
	/* UTILISER CE CODE LA COLONNE 
	 margin:0 40px 20px 250px; 
	 */
	color:#fff;
/*Ã€ dÃ©commenter pour activer la maison, il suffit d'ajouter le picto 'maison.png' en 14x14 ou 15x15*/
/*
	padding:1px 0 0 25px;
	background:url(../img/maison.png) left no-repeat;
*/
}
#chemin *{
    font-weight:normal;
}
#chemin a {color:#fff;}
#chemin a:hover,#chemin a.active  {color:#fff;}
#chemin span {color:#fff;}



/***********************************************
				Contenu modifiable
***********************************************/
div#contenu_modifiable {
	text-align:justify;
	margin:0;
	padding:0 20px 30px 20px;
	/* UTILISER CE CODE LA COLONNE 
		padding:0 10px 30px 250px;
	 */
}


/***********************************************
				Footer
***********************************************/
#footer {
	/*background:#FFF;*/
	font-size:11px;
	color:#fff;
	padding:10px 0;
}
#footer a{color:#fff; text-decoration:none;}
#footer a:hover{color:#ffc400;}

/*****************************************************
	Personnalisation du bouton: retour en haut
*****************************************************/
#btn_up{
	background:url(../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-color:#ffc400;
}

/*****************************************************
	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 15px; border-left:solid 1px #ccc; /*width:25%;*/}
#colonne_footer1{border-left:none; padding-left:0;}
#colonne_footer4{}

.footer_adresse{font-weight:400; line-height:18px; color:#fff; font-size:14px; text-transform:none;}
.footer_enseigne{color:#fff; font-size:14px; font-weight:700; line-height:16px; padding-bottom:6px;}
.footer_tel{font-weight:700; font-size:16px; line-height:20px; color:#fff; }

.footer_menu {
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:14px;
}
.footer_menu a{text-decoration:none;}
#ul1{
	padding-right:10px;
}
		
.logos_followus { text-align:left; margin-top:10px;}
.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 {color:#ffc400;}
#signature a:hover { color:#666666;}

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