/*
Theme Name: Grafkar
Theme URI: http://grafkar.com
Description: Modele de theme 
Version: 2.8
Author: Jean-Francois Blais
Author URI: http://grafkar.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/**************************    BODY    **************************/
* {
	margin:0;
}


html {

}
body {
	color: #333333;
	font: 85% Arial, Helvetica, sans-serif;
	background:#fbf2df url(images/fond.jpg) top center no-repeat; 
}


/**************************    ELEMENTS COMMUNS    **************************/

.clear {
	clear: both;
}

a {
	color:#2c451e;
	text-decoration:none;
}

a:hover {
	color:#669966;
	font-style:italic;
}

/* images */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
  	margin-right: 1.5em;
	padding-bottom: 10px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
 	 margin-left: 1.5em;
	padding-bottom: 10px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}

.odd {background-color:red}
.even {background-color:green}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
}

.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}

.gallery dl {
	margin: 0;
}

.gallery-caption {
	margin:-1.5em 0 0 0;
}

/* Pullquotes */

blockquote {
	color:#520701;
	margin: 20px;
	padding: 20px;
	background:#f9ebcd url(images/blockquote_fond.jpg) repeat-y;
	border-left: thick solid #2c451e;
	font-style: oblique;
}


blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* Address */

address {
	margin: 20px;
	padding: 20px;
	border-left: thick solid #999999;
	font-style: oblique;
}

/* Pre */
pre {
	width: 400px;
}

/******************** TABLES **********************************/
			
table {
margin: 0 30px 0 0;  
border-collapse:collapse;
}

th {
    font-size:1.2em;
    padding:4px 6px;
    border-width:1px;
    border-style:solid;
}

thead {
	font-size: 1.2em;
	text-align:center;
	background:url(images/thead_fond.jpg) repeat top left;
}

tbody {
}

tbody tr {
width:100px;
}

tbody tr td {
font-size:1em;
	padding:0.5em 1.5em;
}

tfoot {
	font-size: 1em;
	text-align:center;
	background:url(images/thead_fond.jpg) repeat top left;
}

td {
    padding:4px;
    border:1px solid #e0e99a;
}

/**************************    WRAPPER    **************************/
#wrapper {
	width:1000px;
	margin:0 auto;
	background:#fbf2df url(images/wrapper_fond.jpg) repeat top;
}

/**************************    HEADER    **************************/
#header {
	width: 1000px;
	height: 107px;
	margin:0;
	background:url(images/entete_fond.jpg) no-repeat top left;
}



/**************************    NAV BAR SUPERIEURE    **************************/
#navbarsup {
	width:1000px;
	height: 28px;
	background: url(images/navbarsup_fond.jpg) no-repeat top left;
}

#navbarsup ul {
	color:#003300;
	margin:0;
	padding: 0 0 0 10px;
	list-style-type:none;
}

#navbarsup ul li {
	display:inline;
        margin: 0 5px 0 0;
	padding: 0 0 0 20px;
        _padding: 0 0 0 15px;
}

#navbarsup ul li a {
	color:#003300;
}

#navbarsup ul li a:hover {
	color:#669966;
	font-style: italic;	
}

#jardinsfeature {
	width:957px;
	height:259px;
}


/**************************    FEATURE (BANDE SUPERIEURE)    **************************/
#feature {
	width:1000px;
	height:275px;
	padding: 0px 0 0 0px;
	background:url(images/feature_fond.jpg) no-repeat left top;
}

#slideshow {
    position:relative;
    height:275px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
	padding: 10px 0 0 20px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/**************************    NAV BAR INFERIEURE    **************************/
#navbarinf {
	width:1000px;
	height:58px;
	font-size:10px;
	background:url(images/navbarinf_fond.jpg) no-repeat left top;
	font-weight: lighter;
}

/* 
	LEVEL ONE
*/
#navbarinf ul.PeCategories {
	width: 940px;
	margin: 0 auto;
	color:white;
	padding: 8px 0 0 10px;
	position: relative;
	overflow: visible;
}

#navbarinf ul.PeCategories li {
	float: left;
	margin : 0 5px 0 0;
	padding: 3px 5px;
	color:#FFFFCC;
}

#navbarinf ul.PeCategories a:hover {
	color: #003300;
}

#navbarinf ul.PeCategories a:active { 
	color: #ffa500; 
}

#navbarinf ul.PeCategories li a {
	font-size:1.3em;
	display: block;
	padding: 4px 8px;
	color:#FFFFCC;
}

#navbarinf ul.PeCategories li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */

#navbarinf ul.PeCategories li.hover, #navbarinf ul.PeCategories li:hover               { background: #F3D673; color: black; position: relative; }
#navbarinf ul.PeCategories li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
#navbarinf ul.PeCategories ul { 
	width: 220px; 
	color:#2c451e;
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	background:#e1e692;
}

#navbarinf ul.PeCategories ul li 	{ 
	font-weight: normal; 
	border: 1px solid #ccc; 
	padding: 3px 5px;
	float: none;	
	background:#e1e692;
 }
									  
                                    /* IE 6 & 7 Needs Inline Block */
#navbarinf ul.PeCategories ul li a { 
	color:#2c451e;
	border-right: none; 
	width: 100%; 
	display: inline-block; 
} 

/* 
	LEVEL THREE
*/
#navbarinf ul.PeCategories ul ul { 
	left: 100%; 
	top: 0;
}

#navbarinf ul.PeCategories li:hover > ul { 
	visibility: visible; 
}

/******************* dropdown avec wp_list_categories ******************/
/* 
	LEVEL ONE
*/
#navbarinf ul.dropdown {
	width: 940px;
	margin: 0 auto;
	color:white;
	padding: 8px 0 0 10px;
	position: absolute;
	overflow: visible;
	z-index:1000;
}

#navbarinf ul.dropdown li {
	float: left;
	margin : 0 0px 0 0;
	padding: 3px 5px;
	color:#FFFFCC;
}

#navbarinf ul.dropdown a:hover {
	color: #003300;
}

#navbarinf ul.dropdown a:active { 
	color: #ffa500; 
}

#navbarinf ul.dropdown li a {
	font-size:1.3em;
	display: block;
	padding: 4px 8px;
	color:#FFFFCC;
}

#navbarinf ul.dropdown li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */

#navbarinf ul.dropdown li.hover, #navbarinf ul.dropdown li:hover               { background: #F3D673; color: black; position: relative; }
#navbarinf ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/

#navbarinf ul.dropdown ul { 
	width: 120px; 
	color:#2c451e;
	visibility: hidden; 
	position: absolute;
	top: 100%; 
	left: 0; 
	background:#ffffcc;
	z-index:000;
}

#navbarinf ul.dropdown ul li 	{ 
	font-weight: normal; 
	border: 1px solid #ccc; 
	padding: 3px 5px;
	float: none;	
 }
									  
                                    /* IE 6 & 7 Needs Inline Block */
#navbarinf ul.dropdown ul li a { 
	color:#2c451e;
	border-right: none; 
	width: 100%; 
	display: 
	inline-block; } 

/* 
	LEVEL THREE
*/
#navbarinf ul.dropdown ul ul { 
	left: 100%; 
	top: 0;
	z-index:1000;
}

#navbarinf ul.dropdown li:hover > ul { 
	visibility: visible; 
}


/**************************    CONTAINER    **************************/
#container {
	width:1000px;
	background:url(images/container_fond.jpg) repeat-y;
}

/**********    CONTENT    **********/
#content {
	width:650px;
	float:left;
	margin: 0 0 0 10px;
	background:url(images/content_fond.jpg) repeat-y;
}

#content_top {
	width:650px;
	height:16px;
	background:url(images/content_top.jpg) no-repeat left top;
}

#content_bottom {
	width:650px;
	height:20px;
	background:url(images/content_bottom.jpg) no-repeat left top;
}

#content .entry {
	width:650px;
	overflow: hidden;	
	margin: 0 0 20px 0;
}

#content .entry .titre {
	width:636px;
	height:55px;
	margin: 0 0 0 7px;
	padding: 10px 0 0 0;
	text-align:center;
	font-size:1.7em;
	background:url(images/titre_fond.jpg) no-repeat left top;
}

#content .entry .titre a {
	color: #2c451e;
}

#content .entry .titre a:hover {
	color:#669966;
	font-style: italic;	
}

#content .entry .contenu {
	width:600px;
	padding: 5px 20px 25px 40px;
	margin: 0 0 40px 0;
}

#content .entry .contenu img {
     float:left;
}

#content .entry .contenu p {
        padding: 5px 30px 5px 0px;
	text-align: justify;
	line-height: 1.5em;
}

#content .entry .contenu .time {
		color:#669966;
		margin:0;
		padding:0;
		text-align:center;
}

#content .entry .contenu a {
	color:#666600;
}

#content .entry .contenu a:hover {
	font-style: italic;	
	text-decoration:underline;
}

#content .entry .contenu .titre {
	width:570px;
	background:url(images/titre_fond.jpg) no-repeat left top;
}

#content .entry .contenu h1 {
	font-size:2em;
	color:#2c451e;
	margin:10px 0 0 0;
	padding: 5px 0 0 0;
	background:url(images/h1_fond.jpg) repeat top;
}

#content .entry .contenu h2 {
	font-size:1.5em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry .contenu h3 {
	font-size:1.3em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry .contenu h4 {
	font-size:1.2em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry .contenu h5 {
	font-size:1em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry .contenu h6 {
	font-size:0.8em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry ol {
	padding: 0 20px 0 50px;
}

#content .entry ol li {
	list-style: decimal outside;
}

#content .entry ol li ol {
	padding: 0 50px;
}

#content .entry ol li ol li {
	list-style: lower-roman outside;
}

#content .entry ul {
	padding: 0 20px 0 50px;
}

#content .entry ul li {
	list-style: disc outside;
}

#content .entry ul li ul {
	padding: 0 50px;
}

#content .entry ul li ul li {
	list-style: circle outside;
}

#content .entry img {
	max-width: 550px;
	height:auto;
}

#content .entry .category {
		font-size:1.2em;
		margin:0;
		padding:0 3px;
		text-align:center;
}

#content .entry .category a {
	color:#2c451e;
	text-decoration:none;
}

#content .entry .category a:hover {
	color:#669966;
	font-style:italic;
}

.contenu-catalogue {
width:600px;
height:12em;
margin: 0 0 0 30px;
text-align:justify;
overflow:hidden;
}

.contenu-catalogue p {
padding: 0 0 1.5em 0;
margin: 0;
display:block;
line-height:1.5em;
}

/*************  PAGES D ARCHIVES ******************/
#content .entry .contenu-archives {
	height:12.15em;
	width:550px;
	font-size:0.9em;
	line-height:1.4em;
	margin: 0 auto;
	overflow:hidden;
	text-align:justify;
}

#content .entry .contenu-archives a {
	color:#2c451e;
	text-decoration:none;
}

#content .entry .contenu-archives a:hover {
	color:#669966;
	font-style:italic;
}
#content .entry .contenu-archives p {
	padding: 0 0 0.9em 0;
}

#content .entry .more {
	width:550px;
	font-size:1.4em;
	margin: 0 auto 40px auto;
	padding: 0.5em 10px;
	text-align:right;
	border-bottom:1px solid #CCCCCC;
}

#content .entry .more  a {
	color:#2c451e;
	text-decoration:none;
}

#content .entry .more a:hover {
	color:#669966;
	font-style:italic;
}

#products_page_container {
	background:none;
	float:left;
	padding: 0 0 15px 0;
	margin: 0 3px 20px 3px;
	border-bottom: 1px solid #c0c48e;
}

.product_grid_item {
	border:1px solid #c0c48e;
	background:none;
	margin: 5px 10px;
}

.product_grid_display .item_image {
	background:none;
}

.grid_product_info {
	width: 100px;
	color:#2c451e;
	display:block;
	margin: 30px 0 0 10px;
	background:none;
}



/************* PAGES CATALOGUE *********************/
#content .entry .contenu_catalogue {
	width:600px;
	padding: 5px 10px 25px 30px;
	margin: 0 0 40px 0;
}

#content .entry .contenu_catalogue img {
     float:left;
}

#content .entry .contenu_catalogue p {
	width: 550px;
	font-size:1.2em;
	margin: 0 auto;
	padding: 5px 0;
	text-align: justify;
	line-height: 1.5em;
}

#content .entry .contenu_catalogue .time {
		color:#669966;
		margin:0;
		padding:0;
		text-align:center;
}

#content .entry .contenu_catalogue a {
	color:#666600;
}

#content .entry .contenu_catalogue a:hover {
	font-style: italic;	
	text-decoration:underline;
}

#content .entry .contenu_catalogue .titre {
	width:570px;
	background:url(images/titre_fond.jpg) no-repeat left top;
}

#content .entry .contenu_catalogue h1 {
	font-size:2em;
	color:#2c451e;
	margin:10px 0 0 0;
	padding: 5px 0 0 0;
	background:url(images/h1_fond.jpg) repeat top;
}

#content .entry .contenu_catalogue h2 {
	font-size:1.5em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry .contenu_catalogue h3 {
	font-size:1.3em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry .contenu_catalogue h4 {
	font-size:1.2em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry .contenu_catalogue h5 {
	font-size:1em;
	color:#2c451e;
	padding: 5px 0;
}

#content .entry .contenu_catalogue h6 {
	font-size:0.8em;
	color:#2c451e;
	padding: 5px 0;
}

/**********    sidebar_1     **********/
#sidebar_1 {
	width:310px;
	float:left;
	margin: 0 0 0 20px;
	text-align:justify;
}

.sidebar_1_top {
	width: 310px;
	height:11px;
	display:block;
	background: url(images/widget_top.jpg) no-repeat left top;
}

.sidebar_1_bottom {
	width: 310px;
	height:13px;
        display:block;
	background:url(images/widget_bottom.jpg) no-repeat left bottom;
}

#sidebar_1 .widgettitle {
	height:37px;
	width:310px;
	color:#2c451e;
	font-size:1.3em;
	font-weight:normal;
	padding: 5px 0 0 0;
	text-align:center;
	background:url(images/widget_title.jpg) no-repeat left top;
}

#sidebar_1 ul.widget {
	width: 310px;
	background:url(images/widget_fond.jpg) repeat-y;
}

#sidebar_1 ul.widget li {
	width: 270px;
}

#sidebar_1 ul.widget img {
	width: 120px;
	height: 120px;
	padding: 0;
}

#sidebar_1 ul.widget li ul li {
	width:270px;
	margin: 0 0 0 20px;
}

#sidebar_1 ul.widget li ul li ul li {
	width: 200px;
	list-style:disc inside;
}

#sidebar_1 .textwidget {
	padding: 10px 0;
}

#sidebar_1 .textwidget p {
	width:265px;
	margin: 0;
	color:#2c451e;
	padding: 10px 0 10px 20px;
	text-align: justify;
}

#sidebar_1 .textwidget p.footnote {
	font-size:0.8em;
	text-align:center;
}

#sidebar_1 .textwidget form p.input {
	margin:0 0 0 5px;
}

#sidebar_1 .textwidget form p.input input {
	font-size:1em;
	margin:0 0 2px 0;
	padding: 2px;
	font-weight: bold;
	color: #ba9e82;
	border: 1px solid #ba9e82;
}	

.sidebar_1_espace {
	width:293px;
	height: 8px;
	background:none;
}

.widget_ref {
	padding:5px 0 5px 10px;
}

.widget_ref a {
	color:#ba9e82;
}

.widget_ref a:hover {
	color:#520701;
	font-style: oblique;
}

#sidebar_1 .vvqbox object {
	width:270px;
	height:219px;
	margin: 0 0 0 10px;
}

#widget_videos {
	width: 293px;
	height: 255px;
	overflow: hidden;
}

#widget_videos h2 {
	width:290px;
	font-size:1.1em;
	text-align:center;
}

#widget_videos h2 a {
}

#widget_videos h2 a:hover {
	color:#ba9e82;
	font-style:oblique;
}

#sidebar_1 .execphpwidget .excerpt {
	height:18.9em;
	font-size:0.9em;
	overflow:hidden;
}

#sidebar_1 .execphpwidget .excerpt p {
	padding: 0 0 0.45em 0;
	margin:0;
        display:block;
	line-height: 1.35em;
}

#sidebar_1 .execphpwidget .excerpt a {
	color:#2c451e;
	text-decoration:none;
}

#sidebar_1 .execphpwidget .excerpt a:hover {
	color:#669966;
	font-style:italic;
}


#sidebar_1 .execphpwidget .more {
	padding: 0.45em 0;
	text-align:right;
}

#sidebar_1 .execphpwidget .more  a {
	color:#2c451e;
	text-decoration:none;
}

#sidebar_1 .execphpwidget .more a:hover {
	color:#669966;
	font-style:italic;
}

#sidebar_1 .execphpwidget .index_articles {
	padding: 0.45em 0.9em;
	text-align:center;
	background:url(images/titre_fond.jpg) no-repeat top;
}

#sidebar_1 .execphpwidget .index_articles  a {
	color:#2c451e;
        font-weight:bold;
	text-decoration:none;
}

#sidebar_1 .execphpwidget .excerpt h1 {
	font-size:2em;
	color:#2c451e;
	margin:10px 0 0 0;
	padding: 5px 0 0 0;
	background:url(images/h1_fond.jpg) repeat top;
}

#sidebar_1 .execphpwidget .excerpt h2 {
	font-size:1.35em;
	padding: 0 0 0.9em 0;
	display:block;
	text-align:center;
}

#sidebar_1 .execphpwidget .excerpt h3 {
	font-size:1.3em;
	color:#2c451e;
	padding: 5px 0;
}

#sidebar_1 .execphpwidget .excerpt h4 {
	font-size:1.2em;
	color:#2c451e;
	padding: 5px 0;
}

#sidebar_1 .execphpwidget .excerpt h5 {
	font-size:1em;
	color:#2c451e;
	padding: 5px 0;
}

#sidebar_1 .execphpwidget .excerpt h6 {
	font-size:0.8em;
	color:#2c451e;
	padding: 5px 0;
}

#sidebar_1 .speciaux {
}

#sidebar_1 .speciaux img {
	float:left;
	padding: 5px;
}

#sidebar_1 .speciaux p {
	width: 140px;
	float:right;
	margin: 0 0 0 10px;
	font-size:1.4em;
	text-align:center;
}

#sidebar_1 .speciaux p a {
	color:#2c451e;
	text-decoration:none;
}

#sidebar_1 .speciaux p a:hover {
	color:#669966;
	font-style:italic;
}

#sidebar_1 .speciaux p.speciaux_texte {
	font-size:0.9em;
	margin: 10px 0 0 0;
}

/**********    sidebar_1 2    **********/
#sidebar_2 {

}

/**************************   FOOTER    **************************/
#footer {
	height: 322px;
	background:url(images/footer_fond.jpg) center no-repeat;
}

#footer .text {
width:1000px;
margin: 0 auto;
padding: 150px 0 0 0;
}

#footer p {
	width: 1000px;
	padding: 0px 0 0 0;
       text-align:center;
	color: white;
}

#footer p a {
color:#a2ce52;
}

/************************* NGG GALLERY ***************************/
.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

.ngg-gallery-imagewrap {
    height:150px;
    padding:0 0 5px 0;
}

.ngg-gallery-imagewrap a .thickbox {
    padding: 0 0 0 0;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
margin:10px 2px;
border:1px solid #cccccc;
display:block;
text-align:center;
background:url(images/nggthumbnail_fond.jpg) repeat top left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 0px;
	text-align: center;
}

.ngg-gallery-thumbnail p {
     text-align:center;
padding: 0 0 10px 0;
}

.onglets-titres {
width:135px;
height:180px;
font-size:14px;
font-weight:normal;
text-align:center;
padding: 0 0 10px 0;
	font-variant: small-caps;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

#TB_Image {
padding:0 0px 0 0;
border:none;
}


/****************** CHAMPS DE LA PAGE NOUS CONTACTER *********************/

.message p {
width: 100px;
}

#sidebar_1 ul.widget .textwidget .signature_sidebar img {
width:280px;
height:49px;
display:block;
margin: 5px 5px 5px 10px;
}

#sidebar_1 ul.widget .textwidget .cartes_credit img {

}

#sidebar_1 ul.widget .textwidget .cartes_credit img {
width:280px;
height:50px;
margin: 5px 5px 5px 10px;
display:block;
}


