html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid;
	margin: 5px 5px 0px 5px;
}

td{
	padding: 3px;
}

strong{
	font-weight: bold;
}
iframe{
	display: block;
	margin:0 auto ;
	width: 425px;
}
/*
	Theme Name: Combactive
	Theme URI:
	Description: Thème du site combactive
	Version: 1
	Author: Julien D
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
/* 	background: url('http://localhost/dashboard/Combactive/wp-content/themes/combactive/img/vache.png'),url('http://localhost/dashboard/Combactive/wp-content/themes/combactive/img/texturefond.png');
background-repeat:no-repeat,repeat;
background-position: 0 -20px, right top;	 */
background:url('./img/texturefond.png');
background-repeat:repeat;
}

#vache{
	width: 1580px;
	height: 272px;
	background:  url('./img/vache.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: -5;
	margin-left: -300px;
}
#chien{
	width: 1580px;
	height: 120px;
	background:  url('./img/chien.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: -5;
	margin-top: -113px;
	margin-left: -300px;
}
#tracechien{
	width: 1580px;
	height: 412px;
	background:  url('./img/tracechien.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: -5;
	margin-top: -15px;
	margin-left: -300px;

}
#coq{
	width: 1580px;
	height:70px;
/* 	border:1px solid red; */
	background:  url('./img/coq.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: -5;
	margin-top: -38px;
	margin-left: -300px;
}

#pigeons{
	background:url('./img/pigeons.png');
	background-position: right top;
	position: relative;
	z-index: -2;
	float: right;
	margin-top: -42px;
	width: 82px;
	height: 42px;
}
/* clear */
/*.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}*/
.clear{
	clear: both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p{
}	

h1{
	font-size: 20px;
	padding: 5px;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:980px;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	width: 980px;
	margin:0 auto;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
/*.nav{
	height: 33px;
	background: url('./img/menu.png');
	background-position: bottom;
	background-repeat: no-repeat;
	
	border-radius: 10px;	
}

.nav ul{
	width: 980px;
	font-size: 14px;
	z-index: 6;
	position: absolute;
}
.nav ul li{
	float: left;
	width: 196px;
	height: 35px;
	text-align: center; 
	line-height: 35px;
	position: relative;
}

.nav ul li:hover >a{
	color: white;
}

.nav ul li a{
	color: #7fb641;
}

.nav ul li ul {
	width: 196px;
 	margin-top: -2px;
	background:url('./img/submenu.png');	
	border-radius: 0 10px 10px 10px;
} 
.nav ul li ul{
	display: none;
}

.nav ul li:hover > ul{
	display: block;
}
.nav ul li ul li:first-child{
	background:url('./img/submenu.png');
	margin-top: -10px;
	padding-top: 5px;	
	height: 40px;
}

.nav ul li ul li ul {
	margin-left: 196px;
	margin-top: -35px;
	padding-top: 0px; 
	display: none;
}

.nav ul li ul li:hover>ul{
	display: block;

}

.nav ul li ul li ul li:first-child{
	width: 196px;
	height: 35px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	margin-left: -10px;
	border-radius: 0 10px 0 0;
	
}*/
/********************************************************************************************************************************************************/
.nav{
	height: 33px;
	background: url('./img/menu.png');
	background-position: bottom;
	background-repeat: no-repeat;
	border-radius: 10px;	
}

.nav ul{
	font-size: 14px;
	z-index: 6;
	position: absolute;
}

.nav ul li{
	float: left;
	width: 140px;
	text-align: center; 
	line-height: 35px;
	position: relative;
	font-size: 12px;
}

.nav ul li:hover >a{
	color: white;
}

.nav ul li a{
	color: #7fb641;
}

.nav ul li ul {
 	margin-top: -2px;
	background:url('./img/submenu.png');	
	border-radius: 0 10px 10px 10px;
} 
.nav ul li ul{
	display: none;
}

.nav ul li:hover > ul{
	display: block;

}

.nav ul li ul li:first-child{
	float: none;
	background:url('./img/submenu.png');
}

.nav ul li ul li{
	float: none;
	margin: 0px;
	border-top: solid 1px #fff
}

.nav ul li ul li ul {
	margin-left: 140px;
	margin-top: -36px;
	padding-top: 0px; 
	display: none;
}

.nav ul li ul li:hover>ul{
	display: block;

}

.nav ul li ul li ul li:first-child{
	padding-top: 0px;
	margin-top: 0px;
	border-radius: 0 10px 0 0;
}
/********************************************************************************************************************************************************/




 #titre{
 	width: 1592px;
 	height: 57px;
 	background: url('./img/titre.png');
 	margin-bottom: 5px;
	/*  	margin-top: -15px;
	margin-left: -310px; */
 	color:white;
 	line-height: 57px;	
 	position: relative;
 	top: -15px;
 	left: -310px;
 	z-index: -3;
 }
#titre h1{
	margin: 0 auto;
	padding-left: 35px;
	width: 980px;
	text-shadow: 2px 2px 12px #000;
}


/*main*/
main{
	width:750px;
	/* border: 1px solid green; */
	float: left;
	margin: 0 auto;

}
.content{
	width: 980px;
	margin: 0 auto;
	min-height:420px;
}

/* sidebar */

/*mail*/
#mailin_signup_box{
	background: none;
	border: none;
}
#mailin_signup_box label{
	color: #7fb641;
	text-shadow:none;
}
#mailin_signup_box span{
	color: #7fb641;
	text-shadow:none;
}
#mailin_signup_box .button{
	background: #7fb641;
}
/* footer */
.footer {
	width: 980px;
	margin: 0 auto;
}

.footer p{
	width: 400px;
	margin: 0 auto;
}
.borduretop{
	height: 13px;
	background:url('./img/bordure.png');
	margin-top: 15px;

}
.bordurebot{
	background:url('./img/bordure.png');
	
	height: 13px;
	margin-bottom: 20px;
}
.citation{
	background: #fefefe;
	background:url('./img/citation.png');
	background-repeat: repeat;
	/* height: 190px;  taille max*/
}

.cite{
	width: 800px;
	margin: 0 auto;
	color: #fff;
	font-size: 25px;
	font-family: 'Satisfy', cursive;
	text-shadow: 2px 2px 12px #000;
}

.auteur{
	float: right;
}
.center{
	width: 980px;
	margin: 0 auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
article {
	/* margin-top: 30px; */
	/* position: relative; */

}
.breve{
	 margin-top: 30px; 
}
.corps{
	margin-right: 10px;
	margin-left: 10px;
	padding: 15px;
	position: relative;
	z-index: 5;
	background: #fff;
	-moz-box-shadow: 8px 8px 10px 0px #666666;
	-webkit-box-shadow:8px 8px 10px 0px #666666;
	-o-box-shadow: 8px 8px 10px 0px #666666;
	box-shadow: 8px 8px 10px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=180, Strength=25);
	-moz-border-radius:0 15px 15px 15px;
	-webkit-border-radius:0 15px 15px 15px;
	border-radius:0 15px 15px 15px;
	background-color: #e5e5db;	
}
.corps p{
	margin-bottom: 10px;
}
.corps ul li{
	list-style:disc;
	margin-left: 25px;
}
article h2{	
	background-color: #e5e5db;
	box-shadow: 8px 8px 10px #666666;
	display: inline;
	position: relative;
	z-index: 4;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 15px;
	-moz-box-shadow: 8px 8px 10px 0px #666666;
	-webkit-box-shadow:8px 8px 10px 0px #666666;
	-o-box-shadow: 8px 8px 10px 0px #666666;
	box-shadow: 8px 8px 10px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=180, Strength=25);
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:0 15px 15px 15px;
	border-radius:15px 15px 15px 15px;	

}
article p{
	text-align: justify;
	text-indent: 10px;
}

article h3{
	font-size: 16px;
	color:#7fb641;
}

.comments{
	border: solid 1px blue;
	/*padding-top: 10px;*/
	margin-top: 10px;
}
.comments p{
	text-indent: 0px;
}

.comments h3{
	font-size: 14px;
}

.date {
	float: right;
}

.exerptdate{
	float: left;
	width: 572px;
	padding:5px;
	/*border: 1px solid red;*/
	/*margin-top: 25px;*/
}
.exerptdatelong{
/*border: 1px solid red;*/
}
.exerpt{
margin-top: 10px;
}
.thumb{
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	line-height:120px;
text-align:center; 
}

.thumb img{

	vertical-align: middle;

}

/*------------------------------------*\
    Sidebar
\*------------------------------------*/

.search{


}
.search-input{
	border-radius: 10px 0 0 10px;
	border-color: #463f32;
	background-color: #e5e5db;
	padding: 5px;
	width:150px;
	-moz-box-shadow: 8px 8px 15px 0px #666666;
	-webkit-box-shadow:8px 8px 15px 0px #666666;
	-o-box-shadow: 8px 8px 15px 0px #666666;
	box-shadow: 8px 8px 15px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=180, Strength=25);	
}
.search-submit{
	height: 28px;
	border-radius: 10px;
	margin-left: -11px;
	background: url('./img/search.png');
	border-style: none;
	color:#7fb641;
	-moz-box-shadow: 8px 8px 15px 0px #666666;
	-webkit-box-shadow:8px 8px 15px 0px #666666;
	-o-box-shadow: 8px 8px 15px 0px #666666;
	box-shadow: 8px 8px 15px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=180, Strength=25);	
}

.sidebar {
	width: 230px;
	float: left;
	margin-top: 50px;
}
.sidebar-widget p,.sidebar-widget ul{
	text-align: justify;
	text-indent: 15px;
	padding: 15px;
	font-size: 12px;
}
.sidebar-widget a{
	color:#7fb641;
}

.sidebar p{
	

}
.sidebar h3{
	text-align: center;
	font-size: 16px;
}

.sidebar-widget{
	background:url('./img/sidebarclou.png'),url('./img/sidebarclou.png'),url('./img/sidebar.png');
	color:#7fb641;
	background-position: right bottom, right top, right top;
	background-repeat: no-repeat,no-repeat, repeat-y;
	-moz-box-shadow: 8px 8px 15px 0px #666666;
	-webkit-box-shadow:8px 8px 15px 0px #666666;
	-o-box-shadow: 8px 8px 15px 0px #666666;
	box-shadow: 8px 8px 15px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=180, Strength=25);	
	padding: 5px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#boutondon a{
	/*border: solid 1px yellow;*/
	font:1.5em sans-serif;
	text-transform: uppercase;
	max-width:150px;
	text-decoration: none;
	display: block;
	background: #37b5a7;
	text-align: center;
	margin: auto;
	padding: .75em .5em;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	

}


#boutonboutique a{
	/*border: solid 1px yellow;*/
	font:1.5em sans-serif;
	text-transform: uppercase;
	max-width:150px;
	text-decoration: none;
	display: block;
	background: #ee2a7b;
	text-align: center;
	margin: auto;
	padding: .75em .5em;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;	

}
.boximp,.boxpai{
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:solid 1px gray;
	min-height: 90px;
	/*border: 1px solid lime;*/
}

.boximp p,.boxpai p{
	margin-top:5px;
}

.boximp a,.boxpai a{
	font-size: 20px;
	color:#494949
}

.miniature img{
	width:80px;
	height:80px;
	border: 1px solid #7fb641;

}
.boximp img,.boxpai img{
	width:80px;
	height:80px;
	float:left;
}
.boximp h3{
	float: left;
	margin-left: 10px;
}

.lienfb{
	width: 52px;
	height: 52px;
	border-radius: 7px;
	margin-left: 35px;
	margin-top:25px;
	float: left;
	background-repeat: no-repeat;
	-moz-box-shadow: 8px 8px 15px 0px #666666;
	-webkit-box-shadow:8px 8px 15px 0px #666666;
	-o-box-shadow: 8px 8px 15px 0px #666666;
	box-shadow: 8px 8px 15px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=180, Strength=25);	
}

.lienrss{
	width: 52px;
	height: 52px;
	border-radius: 7px;
	float: left;
	margin-left: 45px;
	margin-top:25px;
	background-repeat: no-repeat;
	-moz-box-shadow: 8px 8px 15px 0px #666666;
	-webkit-box-shadow:8px 8px 15px 0px #666666;
	-o-box-shadow: 8px 8px 15px 0px #666666;
	box-shadow: 8px 8px 15px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=180, Strength=25);	
}

#don{
	margin-top:25px;
}
#btndon{
	width: 130px;
	margin:0 auto;
}

#boutonadhérer{
	width: 230px;
}



/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.pagination{
/* 	border:solid 1px black; */
	margin: 15px auto 0 auto;
	width: 200px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}