body {
	font-size:12px;
	font-family: HelveticaNeueRoman, Helvetica, Arial, sans-serif;
}
header {
    width: 100%;
}
header section[id=bayadere] {
    width: 100%;
    z-index: 16;
}
header section[id=bayadere] [id=bayadere_borders] {
    width: 100%;
    position: relative;
}
header section[id=bayadere] [id=bayadere_borders] [id=bayadere_bouton] {
    z-index: 2;
    width: 100%;
    position: absolute;
    float: none;
    bottom: 16px;
}
header section[id=bayadere] [id=bayadere_borders] div {
    float: left;
    width: 16.6667%;
    height: 15px;
}
.menage {
    background-color: #ea5602;
    color: #fff;
}
.gardeDenfants {
    background-color: #de1c85;
    color: #fff;
}
.seniors {
    background-color: #702785;
    color: #fff;
}
.handicap {
    background-color: #0099bc;
    color: #fff;
}
.incapacite {
    background-color: #00aed9;
    color: #fff;
}
.jardinage {
    background-color: #009a49;
    color: #fff;
}
.logo {
	padding: 25px 0;
	width: 80px;
}
.title {
	background-color:#212e81;
	color:#fff;
	padding:12px 0;
	font-size: 1.3em;
}

.title > h1{
background-color:#212e81;
color:#fff;
padding:12px;
font-size: 1.8rem;
margin:0;
}

.text {
	text-align:justify;
	padding: 20px 0;
	font-size:1.2em;
}

.text_welcome {
	text-align:justify;
	padding: 5px 0;
	font-size: 1.2em;
	font-family: HelveticaNeueRoman, Helvetica, Arial, sans-serif
	margin-bottom : none;	
    font-weight:normal;
}


.text_welcome_ {
	text-align:justify;
	padding: 5px 0;
	font-size: 1.2em;
    font-family: HelveticaNeueRoman, Arial, Helvetica, serif;
	font-style: italic;
    margin-bottom : none;	
    font-weight:normal;
}


.btn {
	font-size:1.1em;
}
.bleu.fonce {
    background-color: #212e81;
    border-color: #212e81;
    color: #fff;
}
.btn-default:hover {
    background-color: #0070b8 !important;
    border-color: #0070b8 !important;
    color: #fff !important;
}

.smiley_lp {
padding: 25px 0;
}

.smiley_lp > p{
	
	font-size: 1.2em;
    font-family: HelveticaNeueRoman, Helvetica, Arial, sans-serif
	font-style: italic;
    margin-bottom : none;	
   font-weight:normal;
}
.btn-default, .btn-link {
    text-transform: uppercase;
    font-size: 17px;
}
.btn-default img {
    display: inline-block;
    margin-right: 10px;
}
@media (min-width: 600px) {
	.logo {
		width: 100px;
	}
	.title {
		font-size: 2em;
	}
	
}