body{
	font-family: 'Roboto', sans-serif;
	color:#353B3C;
	background-color:#EEF0F2;	
}	


h1{
	font-family: 'Lobster', cursive;
	font-size:5em;
}

h2{
	font-family: 'Lobster', cursive;
	/*font-size:4em;*/
}

h3{
	font-family: 'Lobster', cursive;
}

p {	font-size:1.5em;}


.navbar-brand {
	font-family: 'Lobster', cursive;
}

.page-header{
	text-align:center;
}

.desciption {font-size:0.8em;}

.affich_tables {font-size:0.6em;}
.affich_tables_data {text-transform:lowercase;}

#bull_phrase_container, #bull_job_container, #bull_meet_container, #bull_tool_container {
	text-align:center;
	background-color: #C6C7C4;
	border-radius:14px;
	padding:1px 0 20px 0;
	margin-bottom:10px;
}

#div_bull_meet, #div_bull_job, #div_bull_phrase, #div_bull_tool {
	text-align:center;
	margin: 0 0 1em 0;
	color:#353B3C;
	font-size:1.8em;
}

/* recherche */

#recherche_message{
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	margin-top:10px;
}

#recherche_liste {
	list-style:none;
	text-transform:uppercase;
	padding: 15px;
	text-align:center;
	/*
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	*/
    list-style: none;
}
