/*
Theme Name: Gestionove
Theme URI: http://gestionove.ca
Description: Thème pour le site de Gestionove.ca 
Author: Strategeweb
Author URI: http://strategeweb.ca
version: 1.0
*/


/* basics */

*{margin:0; padding:0;}

body {
	background:#fff3db;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}

ul {list-style: none;}
p{text-align: justify; }

/* links */

a{color:#417240; text-decoration:none;}

a:hover{text-decoration: underline; color:#fff;}

/* topBar */

#topBar_wrap {

	background:#417240;
 	height: 40px;
	color:#fff;
	border-bottom:2px solid #2b3036;
	}

#topBar {
	margin: 0 auto ;
	padding:0;
	width: 940px;
	}

#topBar a.email{
	
	color: #fff;
	width: 130px;
	float: left;
	padding: 11px 0;
	
	}

#topBar ul{
	float: right;
	width: 300px;
	margin-top: 11px ;

	}



#topBar  ul li a{
	float: left;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
}

#topBar  ul li {
	float: left;
	background: url(images/separator.gif) left no-repeat;
	
}



#topBar  ul li.accueil {
	background: none;
}





/* container */

#container {
	width:940px;
	margin: 0 auto;
	background: #e5c687 url(images/wrap.jpg) repeat-y;
	color:#000;
	overflow:hidden;
	height: 100%;
	clear:both;
	
	}

	
/* header */

#header {
  	width:940px; 
  	overflow:hidden;
	color: #fff; 
	background: #fff3db;
	}



#header img{
	float: left;
	width: 470px;
	height: 68px;
	}

#header h1{
	font:bold 42px "arial", georgia, times;
	padding:0 0 0 5px;
	margin:0;
	text-indent: -2000px;
	float: left;
	}
	
#header h1 a{color: #417240; text-decoration: none; float:left;  }
#header h1 a:hover{color: #417240; text-decoration: none; float:left; }


#header h2{
	font:normal 12px "arial", georgia, times;
	color:#417240;
	padding: 0 0 0 25px;
	margin:0;
	text-indent: -2000px;
	float: left;
	}
	


/* main menu */

#menu{
	//text-transform:uppercase;
	width:940px;
	background:#417240;
	font:bold 12px "arial", georgia, times;
	margin: -5px auto 0;
        height: 60px;
	border-bottom:1px solid #fff;
	font-size: 13px;
	
}	



#menu ul {
	//text-transform:uppercase;
	float: left;
	width: 900px;
	height: 60px;
	padding: 0 20px;
	}

	
#menu ul li a {	
	color: #fff;
	font: bold;
	float: left;
	padding: 22px 0;
	


	}

#menu ul li:hover {	
	
	color:#fff;
	text-decoration:none;
  	background: url(images/nav_bg.gif) center repeat-x;	
	}


#menu ul li a:hover {	
	color:#fff;
	text-decoration:none;
  	background: url(images/nav_bg.gif) center repeat-x;	
	}


#menu ul li {
	float:left; 	
	list-style-type: none;
	padding: 0 40px;
		
	}
	
#menu li.current_page_item {
	background: url(images/nav_bg.gif) center repeat-x;	
}

#menu ul ul {
	position:absolute; 
	display:none; 
	width:11em; 
	margin:55px 0 0 -60px;
	padding:0; 
	background:#417240;
	z-index: 99999;
	height: auto;
}

#menu ul li ul {width:13.6em; padding:0; display: none; position: absolute; z-index:999; line-height:24px;}
#menu ul li ul li {padding:0;}
#menu ul li ul a {width:12em; height:auto; float:left; color:#fff; padding:4px 10px; height:auto; color:#fff;}
#menu ul li ul a:hover {color:#fff;height:auto; border:none; border-radius:none !important;}
#menu ul ul ul {top:auto; padding:0;}
#menu ul li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#menu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#menu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


#menu ul li.current_page_item a {
	color:#fff;
}

#menu ul li.current_page_item li a {
	color:#fff;
}

#menu ul li li a {
	color:#fff;
}

#menu ul li li a:hover {
	color:#fff;
}

#menu ul li.current_page_item li a:hover {
	color:#fff;
}

#menu ul li ul li.current_page_item a {background:none !important;}


/* content */


.content {
	background: #e5c687;
	width: 561px;
	margin: 0 ;
	padding: 0 ;
	float: left;
	}

.post {
	width: 562px;
	padding: 29px;
	text-align: justify;
	}
	
.pagetitle{
	font:normal 18px "arial", verdana, times;
	padding:20px;
	color:#777;

	}
	
.post h1{
	font:bold 26px "arial", verdana, times;
	text-transform:capitalize;

	}

.post h1.titre-page{
	font:bold 26px "arial", verdana, times;
	text-transform:capitalize;
	border-bottom: solid #000 1px;
	margin-bottom: 20px;
	
	}
	
.post h1 a{
	color: #000;
	text-decoration: none;
	}
	
.post h1 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h2{
	font:normal 12px "arial", times;
	padding:4px 0 15px 0;
	margin:0 0 15px 0;
	color:#505050;
	
	}

.post ul {margin:20px;}

.post li {list-style-type:square;}

.entry p{margin:12px 0;}

.entry h2{margin: 0; padding: 5px 0 0 0;}


.postmetadata{
	clear: both;
	
	padding: 0;
	margin:  0;
	}

.navigation {
	font-size:11px;
	width:620px;
	margin:0;
	padding: 0;
	overflow:hidden;
	background: #fff3db url(images/prev_next_bg.gif) repeat-x;
	height: 30px;
	}

.navigation a{
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 10px 10px ;
	}
	
.alignleft a{float:left; margin: 0;}
.alignright a{float:right; margin: 0;}
	

.danscomment {
	margin-left: -30px;
	}

.more-link a{
	color: #336633;
	text-decoration: none;
}

.more-link a:hover{
	color: #336633;
	text-decoration: underline;
}



/* Sidebar */


.sidebar{
	margin: 0 ;
	padding: 0 10px;
	font-weight: bold;
	font:bold 12px "arial", verdana, times;
	overflow:hidden;
	background: #417240;
	color: #fff;
	float: right;
	width:300px;
	}

.sidebar a{
	color: #fff;
	font:bold 13px "arial", verdana, times;
	}
	

.sidebar h2{
	font:bold 16px "arial", verdana, times;
	color: #fff;	
	margin: 0 auto;
	padding:  8px 18px;
	background: #417240 url(images/nav_bg.gif) repeat-x;
	height: 35px;
	
}

.sidebar p {margin:0; padding: 14px 5px 14px 0;}

.sidebar img {padding:  0; margin: 5px 0;  }

.sidebar ul {
	margin:0 ;
	padding: 15px;
	width: 270px;
	}

	
.sidebar  ul{
	margin:0 20px 0 0 !important;
	}

.sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

.sidebar li img {
	padding: 2px;
	}
.sidebar ul img {
	margin-left: 3px;
	}

	
/* comments */


.maincomments{
	padding:0;
	margin:0 auto;
	font-size:12px;
	width: 500px;
	padding-bottom: 30px;
}

.maincomments h3{
	font-family: "FuroreRegular", arial, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0 0 14px 0;
	padding:0;
	letter-spacing:1px;
	}

#respond{margin:20px 0 0 0; }

#commentform{
	margin:20px 0 0 0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
	
#commentform h3{
	font-family:"FuroreRegular", arial, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family:arial, times;
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:4px;

	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:5px 14px;
	background:#0066cc;
	text-transform:lowercase;
	color:#fff;
	width:130px;
	border:none;
	cursor:pointer;
	}
	
#submit:hover{
	background:#003c79;
	border: none;
	color:#fff;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 12px 0;
	padding:12px;
	list-style-type:none;
	overflow:hidden;
	}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 12px "FuroreRegular", arial, verdana, tahoma;
	padding:0;
	}
	
.vcard{margin:0 0 6px 0;}

.children{
	margin:20px 12px 0 12px;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	}

.thread-even {
	background:#f9f9f9;
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	
	margin: 0px;
	padding: 0px;
	}

.alt {
	margin: 0px;
	padding: 4px;

	}

.avatar{float:left; display:block; margin:0 12px 8px 0; padding:1px; }




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
  
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px solid #ddd;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* contact form 7 */

.wpcf7{
	margin:24px 0 !important;
	font-size:11px;
}

.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#000;
	color:#fff;
	cursor:pointer;
}



/* search */


#searchform{
	padding:14px 0 20px;
	margin:0;
	
	}

#searchform input#s{
	margin:0;
	border:1px solid #ddd;
	padding:4px 8px;
	width:160px;
	color:#828282;
	float:left;
	height: 18px;

	}
	
#searchform input#s:focus{
	color:#333;
	}
	
	
#search {
	float: right;
	width: 260px;

}	

#searchButton {
	float: right;
	width: 75px;
	height: 27px;

}

.widget_recent_comments h2{
	background: url(images/comments.gif) no-repeat;



}

/* footer */

#footer_wrap {
	background: #417240;
	clear: both;
	
	border-top: #fff3db solid 4px;
}

#footer {
	clear: both;
	margin:0 auto;
	height: 140px;
	background: #417240;
	width: 940px;
	
	}
	
#footer p{padding: 2px;margin: 0; color: #ffffcc; text-align:right; font-size:12px;}

#footer .liens {
	float: left;
}

#footer .menufooter {
	float: right;
	width: 260px;
	padding: 10px;
	
}

#footer .menufooter p{
	float: right;
	width: 260px;
	padding-right: 10px;
	
}


#footer a{
	
	color: #fff;
	
}


#footer .menufooter ul li a{
	float: left;
	padding: 10px;
	color: #fff;
	font-weight: bold;

}

#footer .menufooter ul li {
	float: left;
	background: url(images/separator.gif) left no-repeat;
}


#footer .menufooter ul li.accueil {
	background: none;
}

h2.articleCommentaire {
	float: right;
	padding-right: 10px;
}

h2.articleCommentaire a{
	color: #000;
}

.odd{background:#e5c687;border-bottom:1px solid #000;}
.even{background:#cfc7b5;border-bottom:1px solid #000;}

#disqus_thread {
margin: 0 auto;
width: 500px;
}


