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

/*
Theme Name: 
Theme URI: 
Description: Theme de 
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
*/


/*************************************************************/
/*****************min-width:1024******************************/



body{
	/*max-width:1300px;*/
	margin:0 auto 0 auto;
	font-size:18px;
}

@media screen and (max-width:1100px){
#logo {
    width: 350px;
}

#btn-accueil{
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.toggleMenu{
	color:#333;
	background:transparent url("images/icon_menu.png") no-repeat scroll right center !important;
}

#nav > li > a {
	line-height:30px;
}

#nav > li{
	padding:0;
}

}

@media screen and (max-width:1280px){
#texte1 {
    top: 80px;
    width: 70%;
    z-index: 200;
}
}

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

/************fin page accueil*********************/ 

/*****************************Page Contact et Horaires***************************/

/*sur 2 colonnes*/

#bloc-contact{
	width:60%;
	float:left;
}

#bloc-horaires{
	width:37%;
	float:right;
	border:3px solid #F0F0F0;
	padding:0 20px 20px 20px;
}






