/*
Theme Name: rapidtheme
Theme URI:
Description:
Version:
Author:
Author URI:
*/

			.boxgrid{ 
				width: 150px; 
				height: 150px; 
				margin:5px; 
				float:left; 
				background:#71a848; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img { 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p {
					color:#316808; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				.boxgrid a {
					color: #fff !important;
					text-decoration: none !important;
					font-weight: normal !important;
				}
				
				.boxgrid a:hover {
					text-decoration: underline !important;
				}


				a.titre-course {
					display: block; 
					padding: 5px 0; 
					font-size: 1.1em;
					font-weight: normal !important;
					color: #fff !important; 
					text-decoration: none; 
					background: #456497 url('images/list-active.png') repeat-x; 
					padding-left: 10px;
					border-top: 1px solid #5574A7;
					border-right: 1px solid #355487;
					border-left: 1px solid #5574A7;
					border-bottom: 1px solid #355487; 
					text-transform: uppercase;
				}
				
				a.titre-course:hover {
					text-decoration: none !important;
					background-image: none;
					/*background-color: #71a848;
					border-top: 1px solid #81B858;
					border-right: 1px solid #619838;
					border-left: 1px solid #81B858;
					border-bottom: 1px solid #619838; */
				}
				
				.reunion span.off {
					display:block; 
					padding:5px 0; 
					font-size: 1.1em; 
					color:#ddd;
					background: #456497 url('images/list-inactive.png') repeat-x;
					/*background-color: #aaa;*/
					border-top: 1px solid #bbb;
					border-right: 1px solid #999;
					border-left: 1px solid #bbb;
					border-bottom: 1px solid #999; 
					padding-left:10px;  
					text-transform:uppercase;
				}
				
				.plus {
					position:absolute; 
					top:10px; 
					right: 10px; 
					width:200px; 
					background-color:#71a848; 
					border-top: 1px solid #81B858;
					border-right: 1px solid #619838;
					border-left: 1px solid #81B858;
					border-bottom: 1px solid #619838;
					padding:20px;
				}
				
				.plus h3 {
					color: #fff !important;
					padding-bottom: 5px !important;
					margin-bottom: 15px !important;
					border-bottom: 1px solid #fff;
				}
				
				.plus p {
					font-size: 1.1em !important;
					color: #eef !important;
					line-height: 13px !important;
					margin-bottom: 0 !important;
					font-style: italic;
				}
				
				.plus a {
					display: block;
					font-size: 1.2em;
					font-weight: normal !important;
					color: #fff !important;
					margin-bottom: 5px !important;
				}
				
				.plus a:hover {
					color: #fff !important;
					text-decoration: underline !important;
				}
				
				.course_collapse {
					position:relative;
					width: 553px;
					padding: 10px; 
					background-color:#eaeaff; 
					border-left:1px solid #456497; 
					border-right:1px solid #456497;
				}
				
				.end {
					border-bottom: 1px solid #456497;
				}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff url('images/body-bg-small.jpg') repeat-x ;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

body.home {
	background: #fff url('images/body-bg.jpg') repeat-x ;
}


a {
}

a:visited{
}

a:hover, a:focus {
}

img {
}

p {
}

h1, h2, h3, h4, h5, h6 {
}

h2 {
}

h3 {
}

h4 {
}


/* ---------- Layout ---------- */
#page {
	position: relative;
    margin: 0px auto;
	width: 960px;
	text-align: left;
}

#header {
	position: relative;
	height: 150px;
	background: url('images/header-bg.jpg') no-repeat top left;
	z-index: 100;
}

#header h1 a {
}

#logo {
	position: absolute;
	top: 30px;
}

#logo a {
	display: block;
	height: 55px;
	width: 290px;
	margin-left: 20px;
	background: url('images/logo-sprites.png') no-repeat top left;
	text-indent: -9000px;
}

#logo a:hover {
	background: url('images/logo-sprites.png') no-repeat 0 -55px;
}

#slogan {
	position: absolute;
	top: 50px;
	right: 10px;
	height: 25px;
	width: 310px;
	background: url('images/slogan.png') no-repeat top left;
}


/* ---------- Navigation ---------- */
#nav {
	position: absolute;
	top: 120px;
}

#nav ul {
	padding: 0 10px;
	list-style-type: none;
}

#nav ul li {
	float: left;
	width: 135px;
}

#nav ul li a, #nav ul li a:visited {
	display: block;
	height: 30px;
	text-indent: -9000px;
}

#nav ul li#espacepros { margin-left: 130px;}

li#presentation a { background: url('images/nav-sprites.jpg') no-repeat 0 0; }
li#presentation a:hover, li#presentation a.current { background: url('images/nav-sprites.jpg') no-repeat 0 -30px; }

li#actualites a {	background: url('images/nav-sprites.jpg') no-repeat -135px 0; }
li#actualites a:hover, li#actualites a.current {	background: url('images/nav-sprites.jpg') no-repeat -135px -30px; }

li#courses a { background: url('images/nav-sprites.jpg') no-repeat -270px 0; }
li#courses a:hover, li#courses a.current { background: url('images/nav-sprites.jpg') no-repeat -270px -30px; }

li#espacepros a { background: url('images/nav-sprites.jpg') no-repeat -535px 0; }
li#espacepros a:hover, li#espacepros a.current { background: url('images/nav-sprites.jpg') no-repeat -535px -30px; }

li#partenaires a {	background: url('images/nav-sprites.jpg') no-repeat -670px 0; }
li#partenaires a:hover, li#partenaires a.current {	background: url('images/nav-sprites.jpg') no-repeat -670px -30px; }

li#contact a { background: url('images/nav-sprites.jpg') no-repeat -805px 0; }
li#contact a:hover, li#contact a.current { background: url('images/nav-sprites.jpg') no-repeat -805px -30px; }

#nav ul li.headlink ul {
	padding: 0;
	margin: 0;
	display: none;
	width: 135px;
}

#nav ul li.headlink {
	text-align: center;
}

#nav ul li.headlink ul li a {
	display: block;
	width: 135px;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #ddd;
	text-decoration: none;
	background-image: none;
	background-color: #3c3428;
	border: 1px solid #393021;
	border-top: none;
	text-indent: 0px;
	width: 133px;
}

#nav ul li.headlink ul li a:hover {
	background-color: #61a42f;
	/*background-color: #514839;*/
	background-image: none;
	text-indent: 0px;
	color: #fff;
}

/*
#nav li a:hover, #nav li a:focus {
}
*/

/*  -------------- Intro ------------- */

#intro {
	position: relative;
	height: 350px;
	margin: 0px 10px;
}

.intro-shadow {
	height: 49px;
	background: url('images/intro-shadow.png') no-repeat top left;
}

.intro-button {
	position: absolute;
	z-index: 2000;
	top: 300px;
	left: 200px;
	width: 200px;
	height: 35px;
	background: url('images/btn-accueil.png') no-repeat top left;
}

#coda-nav-left-1 {
	position: absolute;
	height: 60px;
	width: 26px;
	left: -26px;
	top: 120px;
}

#coda-nav-left-1 A {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/intro-sprites.png') no-repeat 0 -60px;
}

#coda-nav-left-1 A:Hover {
	background: url('images/intro-sprites.png') no-repeat 0 0px;
}

#coda-nav-right-1 {
	position: absolute;
	height: 60px;
	width: 26px;
	right: -26px;
	top: 120px;
}

#coda-nav-right-1 A {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/intro-sprites.png') no-repeat -26px -60px;
}

#coda-nav-right-1 A:Hover {
	background: url('images/intro-sprites.png') no-repeat -26px 0px;
}

/* single page view navigation */
div.next-post{}
div.prev-post{}

/* archive view navigation (if wpPageNavi isn't activated) */
div.nav-prev{}
div.nav-next{}

/* generated by wp_list_cat and wp_list_pages functions */
li.page_item {}
li.current_page_item {}
li.current_page_parent{}
li.cat-item{}
li.current-cat {}


/* ---------- BreadCrumb--------- */

#breadcrumb {
	position: relative;
	margin: 0 10px;
	padding: 10px 0;
	padding-left: 20px;
	/*border-bottom: dotted 1px #eaeaea;*/
}

#breadcrumb a {
	text-decoration: none;
	color: #555;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb span.titre {
	padding-right: 10px;
	font-weight: bold;
}

#breadcrumb span.separator {
	padding: 0 5px;
}

#breadcrumb span.curent {
	color: #61a42f;
}




/* ---------- Content ---------- */

#content {
	float: left;
	width: 575px;
	margin-top: 0px;
	margin-left: 10px;
}

.home #content {
	float: right;
	margin-top: 30px;
}

#content a {
	color: #71a848;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	width: 450px;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-indent: -9000px;
}

.home #content h1 {
	margin: 0;
}

#content h3 {
	padding: 10px 0;
	font-size: 1.5em;
	color: #6a83bc;
}

#content h1.affiche {
	background: url('images/titre-affiche.png') no-repeat top left;
}

#content h1.reunions {
	background: url('images/titre-reunions.png') no-repeat top left;
}

#content h1.contact {
	background: url('images/contact-h1.png') no-repeat top left;
}

#content h1.edito {
	background: url('images/edito-titre.png') no-repeat top left;
}

#content h1.hippodrome {
	background: url('images/hippodrome-titre.png') no-repeat top left;
}

#content h1.association {
	background: url('images/association-titre.png') no-repeat top left;
}

#content h1.partenaires {
	background: url('images/titre-partenaires.png') no-repeat top left;
}

#content h1.devenir-partenaire {
	background: url('images/titre-devenirpartenaire.png') no-repeat top left;
}

#content h1.calendrier {
	background: url('images/titre-calendrier.png') no-repeat top left;
}

#content h1.espace {
	background: url('images/titre-espace.png') no-repeat top left;
}

#content h1.galeries {
	background: url('images/titre-galeries.png') no-repeat top left;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

#content p, #sidebar p {
	font-size: 1.2em;
	line-height: 20px;
	margin-bottom: 15px;
}

.sticky {
	padding: 10px !important;
    background: #eee;
    border: 1px solid #71a848 !important;
}

.sticky .img-wrapper {
	background: none !important;
	width: 156px !important;
}

.sticky h2 {
	font-weight: bold !important;
}

.bold {
	font-weight: bold;
}

.white {
	color: #fff;
}

.block {
	display: block;
	margin-bottom: 10px;
}

.sticky .meta {
	text-indent: -9000px;
}

.home .img-wrapper {
	float: left;
	height: 184px;
	width: 266px;
	margin-right: 20px;
	background: url('images/ombrage.png') no-repeat bottom right;
}

.post {
	position: relative;
	margin: 0 !important;
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
}

.post h2 {
	margin-bottom: 0px !important;
}

.post p {
	font-style: italic;
}

.post a {
	text-decoration: none;
	color: #71a848;
	font-size: 1.2em;
	font-weight: bold;
}

.page-template-partenaires-php .post a {
	font-size: 1em;
	color: #555;
}

.page-template-partenaires-php .post a.plan {
	color: #71a848;
	font-style: normal;
}

.post a:hover {
	text-decoration: underline;
}

.post .img-wrapper {
	float: left;
	/*height: 184px;*/
	width: 156px;
	margin-right: 20px;
	/*background: url('images/ombrage.png') no-repeat bottom right;*/
}

.post .comments {
	position: absolute;
	right: 0px;
	top: 17px;
	height: 32px;
	width: 32px;
	padding-top: 7px;
	text-align: center;
	background: url('images/comments2.png') no-repeat top left;
}

.post .comments a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	font-size: 1.1em;
}

.post .meta {
	color: #71a848;
	margin-bottom: 20px;
}

#content .img-wrapper a img {
	padding: 6px;
	border: solid 1px #ddd;
	background: #fff;
}

#content .img-wrapper a:hover img { 
	border-color: #619838;
	background-color: #71a848;
}

#content .wp-post-image {
	margin-bottom: 20px;
}

#content .button {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

#content .button a {
	display: block;
	width: 200px;
	height: 35px;
	padding-left: 20px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	
	background: url('images/btn-sprites.png') no-repeat top left;
}

#content .button a:hover {
	background: url('images/btn-sprites.png') no-repeat 0 -35px;
}

#content h2 {
	margin: 20px 0;
	font-size: 2em;
	font-weight: normal !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 2px;
	color:#456497;
}

.home #content h2, .page-template-actualites-php #content h2 {
	margin-top: 0px !important;
}

.single #content h2 {
	margin-top: 15px;
	margin-bottom: 0px;
}


.single #content .meta {
	/*background-color: #71a848;*/
	padding: 2px;
	color: #71a848;
	margin-bottom: 15px;
}


.single #content img {
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	text-align: left;
}

#content h2 a {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	/*color: #6a83bc;*/
	color: #456497;
}

#content h2 a:hover {
	text-decoration: underline;
}

.post-excerpt p {  
	 font-size: 1.2em !important;
	 color: #cba; 
	 line-height: 17px !important;
}

#content dl {
	padding: 10px 0;
	border-top: 1px dotted #dde;
}

#content dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	word-spacing: 3px;
	/*color: #41a828;*/
	color: #456497;
}

#content dd {
	/*font-style: italic;*/
	color: #71a848;
}

.dropcaps {
	float: left;
	padding: 10px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
}

.piclenselink {
	display: none !important;
}

.ngg-gallery-thumbnail img {
	border-color: #ddd !important;
}

.ngg-gallery-thumbnail a:hover img {
	border-color: #619838 !important;
	background: #71a848 !important;
}

.ngg-navigation {
	padding-bottom: 5px;
}

.ngg-navigation span {
	margin: 0 3px !important;
	padding: 4px 7px;
	font-size: 8px;
	border: 1px solid #ddd;
	color: #aaa;
	background-color: #fff !important;
}

.ngg-navigation a {
	margin: 0 3px !important;
	color: #71a848;
	text-decoration: none;
	background-color: #fff !important;
}

.ngg-navigation a:hover {
	background-color: #71a848 !important;
}

#content a {
}

#content a:visited {
}

#content a:hover, #content a:focus {
}

.post {
}

.sticky {
}

a.more-link {
}

.entry-content, .entry-excerpt {
}

.navigation {
}

.entry-meta {
}

.underpost {
}

.post h3 {
}

.post h4 {
}

.entry-date {
}

.entry-month {
}

.entry-day {
}



/* ---------- Sidebar ---------- */

#sidebar {
	position: relative;
	float: right;
	width: 320px;
	margin: 0px 10px;
}

.home #sidebar {
	float: left;
	margin-right: 30px;
}

#sidebar h2, h3.titre {
	margin-top: 30px;
	padding-bottom: 5px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: 0px;
	text-transform: uppercase;

	border-bottom: dotted 1px #ccc;
	color: #55422d;
}


.green {
	color: #71a848;
}

.blue {
	color: #6a83bc;
}

#sidebar h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
}

#sidebar h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 2px;
	text-decoration: none;
	
	color: #eee;
}

#sidebar h3 a:hover {
	text-decoration: underline;
}

#sidebar p {
	/*font-size: 1.1em;
	line-height: 16px;
	font-style: italic;
	color: #bead8e;*/
}

#sidebar ul {
	list-style-type: none;
	/*border: solid 1px #555;*/
}

#sidebar ul#post li {
	padding: 10px;
	padding-left: 20px;
	margin-top: 20px;
	background: url('images/bg-sidepost2.jpg') no-repeat top left;
}

a#get-rss {
	display: block;
	margin: 15px 0;
	text-indent: -9000px;
	width: 320px;
	height: 100px;
	background: url('images/get-rss.png') no-repeat top left;
}

a:hover#get-rss {
	background: url('images/get-rss.png') no-repeat left -100px;
}

a#get-partner {
	display: block;
	margin: 15px 0;
	text-indent: -9000px;
	width: 320px;
	height: 100px;
	background: url('images/get-partner.png') no-repeat top left;
}

a:hover#get-partner {
	background: url('images/get-partner.png') no-repeat left -100px;
}

#sidebar .post-thumb { float: left; }

#sidebar .post-thumb a img{ 
	width:100px; 
	height:100px; 
	border: solid 1px #3b3326; 
}

#sidebar .post-excerpt {
	position: relative;
	height: 120px;
	float: left;
	width: 175px;
	padding-left: 10px;
}

#sidebar .follow {
	position: absolute;
	bottom: -9px;
	right: -14px;
}

#sidebar .follow a {
	display: block;
	padding: 4px 7px;	
	text-decoration: none;
	background-color: #4a8a1b;
	color: #fff;
	border: solid 1px #fff;
	background: #5b9b2c url('images/btn-sprites.png') no-repeat -10px -10px;
}

#sidebar .follow a:hover { background-image: none; }

#nav-list {
	margin: 15px 0;
	background-color: #71a948;
}

#nav-list li {
	/*background: url('images/bg-sidenav-li.png') repeat-x top left;*/
}

#nav-list a {
	display: block;
	margin: 0;
	padding: 7px 0;
	padding-left: 35px;
	border-top: 1px dotted #619938;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

#nav-list a.parent {
	padding-left: 25px;
}

#nav-list a:hover {
	background: #619938 url('images/arrow.gif') no-repeat 10px center;
}

#posts-list {
	margin: 15px 0;
	background-color: #90a6d1;
}

#posts-list ul {

}

#posts-list a {
	display: block;
	margin: 0;
	padding: 7px 0;
	padding-left: 25px;
	border-top: 1px dotted #8096c1;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

#posts-list a:hover {
	background: #7086b1 url('images/arrow.gif') no-repeat 10px center;
}

#gallery-list {
	margin: 15px 0;
	background-color: #71a948;
}

#gallery-list a {
	display: block;
	margin: 0;
	padding: 7px 0;
	padding-left: 25px;
	border-top: 1px dotted #619938;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

#gallery-list a:hover {
	background: #518928 url('images/arrow.gif') no-repeat 10px center;
}

ul#side-post {
	background-color: #90a6d1;
}

ul#side-post li a {
	border-top: 1px dotted #8096c1;
	padding-left: 25px;
	font-size: 1.2em;
}

ul#side-post li a:hover {
	background-color: #8096c1;
	background: #7086b1 url('images/arrow.gif') no-repeat 10px center;
}

a.pdf {
	display: block;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding-left: 70px;
	color:#456497;
	text-decoration: none;
	font-size:1.3em;
	background: #dae0ef url('images/pdf.png') no-repeat 10px center;
}

a.loupe {
	display: block;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding-left: 70px;
	color:#456497;
	text-decoration: none;
	font-size:1.2em;
	background: #dae0ef url('images/loupe.png') no-repeat 10px center;
}

a.pdf:hover, a.loupe:hover {
	background-color: #eaeaff;
}

.widget {
}

li.widget_pages{}
li.widget_links {}
li.widget_search{}
li.widget_archive{}
li.widget_tag_cloud{}
li.widget_categories{}
li.widget_recent_entries{}
li.widget_recent_comments{}

#sidebar li a, #sidebar li a:visited {
}

#sidebar li a:hover, #sidebar li a:focus {
}

#sidebar ul ul {
}

#sidebar ul ul li {
}



/* ---------- Comments ---------- */
h3#comments {
}

ol.commentlist {}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {}
ol.commentlist li.comment div.comment-meta a {}
ol.commentlist li.comment * {} /* (p, em, strong, blockquote, ul, ol, etc.) */
ol.commentlist li.comment div.reply {}
ol.commentlist li.comment div.reply a {}
ol.commentlist li.comment ul.children {}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.pingback {}
ol.commentlist li.pingback div.comment-author {}
ol.commentlist li.pingback div.vcard {}
ol.commentlist li.pingback div.vcard cite.fn {}
ol.commentlist li.pingback div.vcard cite.fn a.url {}
ol.commentlist li.pingback div.vcard span.says {}
ol.commentlist li.pingback div.commentmetadata {}
ol.commentlist li.pingback div.comment-meta {}
ol.commentlist li.pingback div.comment-meta a {}
ol.commentlist li.pingback * {}
ol.commentlist li.pingback div.reply {}
ol.commentlist li.pingback div.reply a {}
ol.commentlist li.pingback ul.children {}
ol.commentlist li.pingback ul.children li {}
ol.commentlist li.pingback ul.children li.alt {}
ol.commentlist li.pingback ul.children li.bypostauthor {}
ol.commentlist li.pingback ul.children li.byuser {}
ol.commentlist li.pingback ul.children li.comment {}
ol.commentlist li.pingback ul.children li.comment-author-admin {}
ol.commentlist li.pingback ul.children li.depth-2 {}
ol.commentlist li.pingback ul.children li.depth-3 {}
ol.commentlist li.pingback ul.children li.depth-4 {}
ol.commentlist li.pingback ul.children li.depth-5 {}
ol.commentlist li.pingback ul.children li.odd {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#respond {
}

#commentform {
}

#commentform label {
}

#commentform input {
}

#commentform textarea {
}



/* ---------- Search ---------- */
form#searchform {
}

#searchform div {
}

#s {
}

#searchsubmit {
}



/* ---------- Footer ---------- */
#footer {
	position: relative;
	height: 170px;
	margin-top: 40px;
	background: #fff url('images/footer-wrapper-bg3.jpg') repeat-x bottom left;
}

#footer-wrapper {
	position: relative;
    margin: 0px auto;
	width: 960px;
	text-align: left;
}

#footer-wrapper ul {
	padding: 0px 10px;
	list-style-type: none;
	height: 135px;
}

.footer-content {
	float: left;
	width: 250px;
}

.column-left {
	margin-right:95px;
}

.column-right {
	float: right;
}

.footer-content h2 {
	margin-bottom: 20px;
	height: 50px;
	text-indent: -9000px;
}

#copyright.footer-content h2  {
	background: url('images/footer-titres.gif') no-repeat 0 -100px;
}

#partners.footer-content h2  {
	background: url('images/footer-titres.gif') no-repeat top left;
}

#contact-footer.footer-content h2  {
	background: url('images/footer-titres.gif') no-repeat 0 -50px;
}

.footer-content p {
	line-height: 18px;
	text-align: justify;
	font-size: 1.2em;
	color: #fff;
}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-meta {
	position: relative;
	border-top: dotted 1px #797;
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	color: #eee;
}

#footer span {
	padding: 0 10px;
}

#footer ABBR {
	color: #fff;
	font-weight: bold;
	border-color: #fff;
}

#footer p {
}

#footer a, #footer a:visited {
}

#footer a:hover, #footer a:focus {
}



/* ---------- ToolBox ---------- */
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {cursor: pointer;}
img {border: 0px;}
blockquote {padding: 0 10px 0 30px; text-indent: -30px;}
abbr { border-bottom: 1px dotted #222; color: #222; cursor: help;}
.clear {clear: both;}
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.left, .alignleft {float: left;}
.right, .alignright {float: right;}
img.center, div.center, img.aligncenter, div.aligncenter {display: block; margin: 0 auto;}
img.right, div.right, img.alignright, div.alignright {margin: 1.5em 0 1.5em 1.5em; display: inline;}
img.left, div.left, img.alignleft, div.alignleft {margin: 1.5em 1.5em 1.5em 0; display: inline;}
.notext {background-position:0 0; background-repeat:no-repeat; display:block; font-size:0; line-height:0; text-indent:-4000px;}
.hide {position: absolute; left: -9999px;}
.wp-caption {text-align: center; margin-bottom:18px;}
.wp-caption img {margin: 0; padding: 0; border: 0 none;}
.wp-caption-text {font-size: .7em; line-height: 1.1em; margin: 0;}
.wp-smiley {max-height:12px; margin:0 !important;}
.small {font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em;}
.large {font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em;}



/* ---------- wpPageNavi plugin ---------- */
/* Use !important to override PageNavi CSS */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
}
.wp-pagenavi a:hover {
}
.wp-pagenavi span.pages {
}
.wp-pagenavi span.current {
}
.wp-pagenavi span.extend {
}

/* ------------- Formulaire ------------- */

.wpcf7 {
	margin-top: 30px !important;
}

.wpcf7 input {
	margin-bottom: 20px;
	padding: 6px 0;
	padding-left: 160px;
	width: 415px;
	height: 16px;
	border: solid 1px #e7ddcc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #7289b1;
}

.wpcf7 textarea {
	overflow: hidden;
	width: 415px;
	height: 148px;
	padding: 6px 0;
	padding-left: 160px;
	border: solid 1px #e7ddcc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #7289b1;
}

.wpcf7 p#submit input {
	display: block;
	margin-left: 200px;
	margin-top: 40px;
	text-indent: -9000px;
	width: 200px;
	height: 40px;
	border: none;
	background: url('images/submit-sprites.jpg') no-repeat top left;
	cursor: pointer;
}

.wpcf7 p#submit input:hover {
	background: url('images/submit-sprites.jpg') no-repeat 0 -40px;
}

.your-name input { background: url('images/input-sprites.png') no-repeat top left; }
.your-email input { background: url('images/input-sprites.png') no-repeat 0 -28px; }
.your-subject input { background: url('images/input-sprites.png') no-repeat 0 -56px; }
.your-message textarea { background: url('images/input-sprites.png') no-repeat 0 -84px; }


