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

/* Définition des polices personnalisées */

@font-face {
	font-family: 'Expletus Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Expletus Sans'), local('ExpletusSans'), url(http://themes.googleusercontent.com/static/fonts/expletussans/v4/gegTSDBDs5le3g6uxU1ZsXt9r5m2YmP5sw3cUAQwL0E.woff) format('woff');
}
@font-face {
	font-family: 'Questrial';
	font-style: normal;
	font-weight: 400;
	src: local('Questrial'), local('Questrial-Regular'), url(http://themes.googleusercontent.com/static/fonts/questrial/v3/MYWJ4lYm5dbZ1UBuYox79LO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
/* Eléments principaux de la page */
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font-family: 'Expletus Sans';
}
.page {
	min-height: 100%;
	position: relative;
	background-color: white;
}
.blocprincipal {
	padding-bottom: 110px;
	height: 100%;
}
header, footer {
	font-family: 'Questrial-Regular', Arial, sans-serif;
}
header {
	height: 140px;
	background-color: #000;
}
.logoleti {
	background: url(../toutepage/pommes_logo.png) no-repeat left;
	height: 65px;
	width: 220px;
	margin-top: 45px;
	margin-left: 10px;
}
.navigationhaut {
	width: 710px;
	height: 65px;
	margin-top: 50px;
	letter-spacing: 1px;
}
.logoleti, .navigationhaut {
	display: inline-block;
	vertical-align: middle;
}
.onglets1 {
	list-style-type: none;
	margin-right: 0;
	padding-right: 0;
}
.onglets1 li {
	float: right;
	background-color: #000;
	margin : 2px 2px 0 42px !important;  /* Pour les navigateurs autre que IE */
	margin : 1px 2px 0 42px;  /* Pour IE  */
}
.onglets1 a {
	text-transform: uppercase;
	display : block;
	color : #99E21B;
	text-decoration : none;
	padding : 4px;
}
.onglets1 a:hover {
	color: #fff;
}
a:active, a:hoover, a:visited {
	outline:none;
}
.active a {
	color: #fff;
}
.containerbarreduhaut, .containersection, .containerbarredubas {
	width: 960px;
	margin : auto;
}
section {
	border: solid 0px black;
}
.container_header_section {
	width: 960px;
	margin: auto;
}
.header_section {
	height: 19px;
	background-color: #99E21B;
}
.navigation_section {
	width: 710px;
	letter-spacing: 1px;
	float:right;
	font-family: 'Questrial-Regular', Arial, sans-serif;
	font-size:65%;
}
.onglets3 {
	list-style-type: none;
	margin-top:0px;
	margin-right: 13px;
	padding-right: 0;
}
.onglets3 li {
	float: right;
	margin : 1px 2px 0px 40px !important;  /* Pour les navigateurs autre que IE */
}
.onglets3 a {
	text-transform: uppercase;
	display : block;
	color : #000;
	text-decoration : none;
	padding: 3px 4px 4px 4px;
}
.onglets3 a:hover {
	color: #fff;
}
.active2 a {
	color:#fff;
}
.pomme_lien, .texte_lien {
	display:inline-block;
	vertical-align:top;
}
.nu {
	border:none;
	outline:none;
}
.premiere_ligne{
	margin-top:130px;
}
.ligne_suivante, .ligne_a_3{
	margin-top:40px;
}
.texte_lien{
	width:155px;
	margin-top:30px;
	text-transform:uppercase;
	font-size:67%;
	margin-left:3px;
}
.texte_lien a{
	text-decoration:none;
	color:#666;
}
.picto_lien {
	margin-left:9px;
	display:inline-block;
	width:226px;
	padding:0;
	border:solid 0px #333333;
}
.containersection {
	margin-bottom:50px;
}
footer {
	height: 110px;
	background-color: #99E21B;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.navigationbas a, .rebondimail a {
	color: #FFF;
}
.navigationbas {
	width: 620px;
	margin: 25px 10px 30px 5px;
	letter-spacing: 1px;
}
.onglets2 {
	list-style-type: none;
	padding-bottom : 24px;
	margin-left: 0;
	padding-left: 0;
}
.onglets2 li {
	float: left;
	margin : 2px 42px 0 2px !important;  /* Pour les navigateurs autre que IE */
	margin : 1px 42px 0 2px;  /* Pour IE  */
}
.onglets2 a {
	text-transform: uppercase;
	display : block;
	text-decoration : none;
	padding : 4px;
}
.onglets2 a:hover {
	color: #000;
}
.rebondimail {
	font-size: 80%;
	width: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.navigationbas, .rebondimail {
	display: inline-block;
	vertical-align: middle;
}
.rebondimail a {
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 110px;
}