body {
	font: 0.85rem kabelregular,Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
	color: #5b3e34;
	padding: 0;
	margin: 0;
	background-color:white;
	line-height: 1.8em;
	text-align:justify;
}

@font-face {
    font-family: 'kabelbook';
    src: url('/scripts/css/fonts/kabel-webfont.woff2') format('woff2'),
         url('/scripts/css/fonts/kabel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kabelregular';
    src: url('/scripts/css/fonts/kabel_regular-webfont.woff2') format('woff2'),
         url('/scripts/css/fonts/kabel_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'austinaregular';
    src: url('/scripts/css/fonts/austina-webfont.woff2') format('woff2'),
         url('/scripts/css/fonts/austina-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h2{
	font-family: 'austinaregular';
	font-weight:normal;
	text-align:center;
	background-image: url(/images/trait-h2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:30px;
}

td{font: 0.8rem Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;  }

a:link, a:visited, a:active{
	color: #438B50;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

header{width: 100%;	height: auto;z-index:2;}

header input[type="radio"] {position:absolute;left:-9999em;}

div.nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

/***************** Partie header *****************/

/***************** Partie main *****************/
div#divglobgen{
	width: 100%;	
	height: auto;	
	z-index:1;
}

div.divmainblanc{width:100%;background-color:white;}

#sectionmain{
	background-color:white;
	width: 100%;
	height: auto;
	
}

div.sectionmainbeigetop{
	background: url(/images/texture-beige.jpg);
	padding-bottom:61px;
	margin-bottom:-61px;
}

div.sectionmainbeige{
	background: url(/images/bg-blanc-bas.png) top repeat-x,url(/images/texture-beige.jpg);
	margin-bottom:-61px;
	padding-top:121px;	
	padding-bottom:0px;
}

div.sectionmainbeigedroit{
	background: url(/images/trait-ht-parie-beige.png) center top no-repeat,url(/images/bg-blanc-moit.jpg) top repeat-x,url(/images/texture-beige.jpg) repeat;
	padding-bottom:61px;
	padding-top:61px;
	margin-bottom:-61px;
}

div.sectionmainclair{
	background-image: url(/images/bg-blanc-ht.png);
	background-repeat:repeat-x;
	background-position:top center;
	margin-bottom:-61px;
	padding-top:101px;	
	padding-bottom:61px;
}

div.sectionmainblanc{
	padding-top:20px;
	background-color:white;
	width: 100%;
	height: auto;
	margin-top:0;
}

div#divinfoslideglob{
	width:100%;
	z-index:10;
	top:0;
	bottom:0;
	height:auto;
}

div#divinfoslideint{color:white;background-image: url(/images/trans-maron.png);}
div#divinfoslideint h1{margin:0;padding-top:1.5rem;padding-bottom:1.5rem;font-weight:bold;}
div#divinfoslideint h2{background-image:none;margin:0;padding-top:0.5rem;padding-bottom:1.5rem;}

div#sectionariane{width:100%;background-color:white;}

.separateurariane{font-size:0.7rem;color: #888888;}
a.aariane:link, a.aariane:visited, a.aariane:active{
	color: #646464;
	text-decoration: none;
}

a.aariane:hover{
	color: #646464;
	text-decoration: underline;
}

form p{text-align:center;margin:0;padding:0;}
form label{
	display:inline-block;
	width:200px;
	text-align:right;
	margin-right:10px;
}

.spanform{
	display:inline-block;
	text-align:left;
	width:350px;
	background-color:#D6D6D6;
	margin-bottom: 10px;
}

form input[type="text"],form input[type="email"],form input[type="number"],form input[type=password],form select{
	height:35px;
	background-color:#EBEBEB;
	font: 0.8rem Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
	color: #313131;	
	border: 1px solid #C2C2C2;
	padding-left: 5px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-Webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top:5px;
	margin-bottom:5px;
}

div.divformulaire{
	width:auto;
	max-width:500px;
	text-align:center;
	margin:0 auto;
}

input[type="submit"],input[type="reset"],input[type="button"],button{
	font: 0.8rem Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
	background-color: #73574C;
	color: white;
	border: 1px solid #73574C;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-Webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	height:35px;
}

img{max-width: 100%;border:none;}

.bgrouge{
	position:absolute;
	width:100%;
	text-align:center;
	color: white;
	color: red;
	font-weight:bold;
	text-align:center;
	margin-top:100px;
	background-color:white;
}

.bgvert{
	position:absolute;
	width:100%;
	text-align:center;
	color: white;
	color: green;
	font-weight:bold;
	text-align:center;
	margin-top:90px;
	background-color:white;
}

.arrondi{
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-Webkit-border-radius: 4px;
	border-radius: 4px;
}

.divwarning{display:block;background-color:red;text-align:center;color:white;}

.divwarningok{background-color:green;color:white;text-align:center;}	

div.divliste{
	position: relative;
	display:inline-block;
	background-size: 100%;
	height:299px;
}

div#divderactuhome{
	position:relative;
	width:100%;
	height:300px;
	top: -285px;	
	background-position: center center;
	background-repeat:no-repeat;
}

div.divliste img{width: 100%;}
div.divliste a:hover{text-decoration:none;}
div.divliste h2::before {
	content:url(/images/queue-cochon-h2-div-home.png) ;
	position:absolute; 
	right:25px;
	top:-62px;
}

div.divliste h2{
	font-family: 'austinaregular';
	text-align:center;
	color: white;
	position:absolute;left:0;right:0;
	padding:0;
	background-image: url(/images/bg-marron-trans.png);
	background-repeat:repeat;
	font-weight:normal;
}

div.partenaireitem{
	padding-bottom:30px;
	margin-bottom:40px;
	background: url(/images/trait-h2.png) center bottom no-repeat
}

div.partenaireitem:last-child{background-image:none;}
div.partenaireitem p{padding:0;margin:0;}

div.partenaireitem h3{
	display:inline-block;
	background: url(/images/queue-cohcon-h3.png) left top no-repeat;
	height:25px;
	line-height:25px;
	padding-left:50px;
	min-width:220px;
	text-align:left;
	padding-bottom:0px;
	margin:0;
	margin-bottom:10px
}

div.divimg100p{width:100%;margin-bottom: -80px;;}
div.divimg100p img{width:100%;}
	
div#mainintplansite a{
	color:#73574c;
}

/** Bandeau cookies **/
div#divcookieaut{
	background-color:#180603;
	color:white;
	position:fixed;
	bottom:0;
	z-index:10;
	font-size: 0.75rem;
	width:100%;
}

div#divcookieaut input[type="submit"],div#divcookieaut input[type="reset"],div#divcookieaut input[type="button"],div#divcookieaut button{color:white;}

div.divmoitcookie{
	text-align:left;
}
div.divmoitcookie h2{text-align:left;background-image:none;}

div#divcookieaut #cookiesbtrefus,div#divcookieaut #cookiesbtinfo{background-color:#88746A;border: 1px solid #88746A;}

input[type="submit"]#btConsentementCookies_gen{
	background-color: #5AB061;
	color: black;
	border: 1px solid #5AB061;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-Webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:5px;
	display:inline-block;
}

a#acloseConsentementCookies:link, a#acloseConsentementCookies:visited, a#acloseConsentementCookies:active,a#acloseConsentementCookies:hover{
	color: white;
	font-size:35px;
	text-decoration:none;
}

div#divrgpdgen h2{margin-top:30px;margin-bottom:0px;}
div#divrgpdgen h3{font-weight:normal;font-size:0.9rem;}
/** Bandeau cookies **/
div#divnumpage{text-align:center;}
div#divnumpage a.pagination{
	font-size:1rem;
	background-color: #C9C9C9;
	padding:0.3rem;
	margin:3px;
	color: #5b3e34;
	border-radius: 4px;
}

div#divnumpage .selectionpage{
	font-size:1rem;
	background-color: #5B3E38;
	padding:0.3rem;
	margin:3px;
	color: white;
	border-radius: 4px;
}

div#divnumpage img{vertical-align:middle;margin-left:1rem;margin-right:1rem;}

/***************** Partie footer *****************/
div#footerhead{
	width:100%;
	height:72px;
	background-image: url(/images/bg-marsson-bas.png);
	background-repeat:repeat-x;
	background-position: top;
	z-index:1;
}
footer{
	width: 100%;
	height: auto;
	background-color: #5B3E38;
	z-index:2;
	padding-bottom:20px;
}

footer div aside{
	display: inline-block;
	height: auto;
	color: white;
	margin: 0;
}

div#divlogolab{
	float:left;
	text-align:center;
}
div#divlogolab img:first-child{margin-bottom:5px;}

a.abas:link, a.abas:visited, a.abas:active{
	width: 90%;
	color: white;
	font-size:0.70rem;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

div#divmainabas{color:white;}

a.abas:hover{
	color:#5BB061;
}

a.abas:last-child{border-bottom:none;}
