@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:1200px){
#btn-accueil{
	display:block;
	position:absolute;
	top:0;
	left:0;
}

#actus-accueil{
	width:50%;
}

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

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

/*****************************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;
}






