/*
Theme Name: Eximius
Theme URI: http://www.dkszone.net/2009/08/eximius-free-3-column-wordpress-theme.html
Description: Eximius is a 3-Column WordPress theme with left and right Sidebars. This free theme is widget-ready and SEO optimized. With simple yet elegant looks, Eximius is a very lightweight theme and loads quite fast in any browser. The two Sidebars can accommodate Wide Skyscraper Ads (160x600). Valid CSS and XHTML. By dkszone.net.
Version: 1.02
Author: dkszone.net
Author URI: http://www.dkszone.net/
Tags: blue, white, three-columns, fixed-width

	The CSS, XHTML and design is released under the GPL: http://www.gnu.org/licenses/gpl.html
    
*/

/***** GLOBAL FORMATTING *****/


* {
	padding: 0;
	margin: 0;
}

body {
	background: #000033 url(images/fond_etoiles.gif) repeat-x;
	font-size: 12px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

a {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	color: #009;
}

img {
	border: 0;
}

h1 a {text-decoration: none;}
h2 a {text-decoration: none;}

a.h1 {text-decoration: none;}
a.h2 {text-decoration: none;}



/***** PAGE FORMATTING *****/
#header {
	width: 950px;
	height: 160px;
	margin-top: 0;
	color: #fff;
	padding-bottom:0;
	margin-bottom:0;
}


.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#NaviBar {
	display: block;
	color:#FFFFFF;
	width:180px;
}

#container {
	display: block;
	margin: 0 auto;
	width: 950px;
	position: relative;
	border-bottom: 1px solid #484848;		
background-image:url(/wp-content/themes/eximius/images/contentbackground.gif)	
}

#content {
	width: 510px;
	color: #000;
	float:left;
	padding:20px;
	
}

.nextprev {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}


/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote
{
	border-color:#CCC;
	border-width: 1px;
	border-style: solid;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#f8f9f1;
	background-image:url('images/BlockQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

p {
	margin-top:5px;
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

p.center {
	text-align: center;
}

.postmeta
{
	font-size:9px;
	margin-top:2px;
	color: #666;
	padding-bottom:20px;
}

.postmeta-top
{
	font-size:12px;
	margin-top:0;
	color:#00F;
	margin-bottom:10px;
}

.more-link {display:inline-block; white-space:nowrap; margin-left:10px;}

.commentCount
{
 text-align:right;
 margin-right:10px;
 font-size:10px;

}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	color:#333399; 
	/*color:#B12924;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;	
}

.post h1
{
	border-bottom: 1px solid  #CCC;
	margin-bottom:3px;
	
}

h1.blogtitle a {
	display:none;
}

h3.slogantext{
display:none;}

h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 3px 0 10px 0;
	color:#D88121;
	margin-bottom: 5px;
	margin-top:1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
		width:95%;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0 0 0;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	margin-top:1em;	
		width:95%;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 3px 0 0 0;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h5, h6 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

/***** LISTS FORMATTING *****/

.post ul {
	margin-left: 0px;
	padding: 0 0 10px 10px;
	list-style-image: url(images/bullet.png);
} 

.post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}
	
/**** TABLE FORMATTING ****/	
	
.post  table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
}
.post  th, 
.post  td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#F7F7F7;
}
.post  th {
	background:#EDEFF0;
}

/****** RSS ICON ON HEADER ******/
.rssicon
{
  position: relative;
  display:block;
  float:right;
  background-image: url('images/rss.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: 0; margin-right: 5px;
  height: 17px;
  width: 17px;
}

/* WPML DIVERS */
.icl-tr-details{
    display: none;
    padding-top: 5px;
}
.icl-tr-details .widefat th{
    padding-top:2px !important;
    padding-bottom:2px !important;
}

/*************** LANGUAGE SELECTOR **************/
#langues {text-align:center;padding-right:20px;}
#lang_sel {font-family:Verdana, sans-serif; font-size:10px; font-weight:bold;margin:5px 5px 0 0; text-align:center;}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel {width:15em; w\idth:15em;}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul {padding:0; margin:0; list-style-type:none; display:inline;}
#lang_sel ul ul {padding:0; margin:0; list-style-type:none; display:inline;}
#lang_sel li {padding:0; margin:0; list-style-type:none; display:inline;}
#lang_sel li li {padding:0; margin:0; list-style-type:none; display:inline;}
#lang_sel li:before{content:'';}
#lang_sel a {color:#000099; padding-left:20px;}
#lang_sel a:hover {}
#lang_sel a:visited {color:#000099;}
.lang_sel_sel {padding:0; margin:0;}


/***************  NAVI WPML **********************/
#menu-wrap {width:180px; background-color: #333399; padding-top:15px;}

a.accueil 	{background: #333399 /*url(images/navBar.gif) repeat-x*/;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color:#FFFFFF;
	display: block;
	float: left;
	margin-left:5px;
	padding:5px;	
	text-decoration : none;
	width:165px;
	font-wieght:bold!important;}
	
a.accueil:hover 	{background: #333399 /*url(images/navBar.gif) repeat-x*/;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color:#333333;
	background: #F5BD00;
	text-decoration : none; 	
	display: block;	
	margin-left:5px;
	padding:5px;	
	width:165px;		
	font-wieght:bold!important;	
}



#menu-wrap ul#cms-nav-top-menu {
	margin: 0 ;
	padding: 0 0 100% 5px;
/*	list-style: none; */
	width:175px;
	float: left;
	background: #333399 /*url(images/navBar.gif) repeat-x*/;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color:#FFFFFF;
	list-style:none;
}

#menu-wrap ul#cms-nav-top-menu li {	float: left; width:175px;}

#menu-wrap ul#cms-nav-top-menu li.first {border-left: none;}

#menu-wrap ul#cms-nav-top-menu a {
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

#menu-wrap ul#cms-nav-top-menu a:hover {
	background: #F5BD00 /*url(images/navHover.gif) repeat-x*/;
	text-decoration: none;
	color:#333333;
}

#menu-wrap ul#cms-nav-top-menu li:hover {
	background: #F5BD00 /*url(images/navHover.gif) repeat-x*/;
	text-decoration: none;
	color:#333333;
}


#menu-wrap ul#cms-nav-top-menu li.selected_page { 
	color:#333333;
	/*background: url(images/navHover.gif) repeat-x; */
	text-decoration: none;
	background-color:#F5BD00;
	display:block;
}

#menu-wrap ul#cms-nav-top-menu li.selected_page a {
color:#333333;
text-decoration: none;
} 

#menu-wrap ul#cms-nav-top-menu a:visited {color:#FFFFFF;}

/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
    background-image: url(/wp-content/themes/eximius/images/cms-nav-dark-s.gif);
    background-repeat: no-repeat;
    background-position: 135px center;
	padding-right:5px;
}

/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: #fff;
    background-color: #0094D8;
    font-weight: bold;        
} 

/* style the second level links */
#menu-wrap ul ul {
    color:#000;
	list-style:none;
	padding-left:20px;
}

#menu-wrap ul ul li a, #menu-wrap ul ul li a:visited {
    color:#000;
}

          
/* style the second level hover */
#menu-wrap ul ul li a:hover{
    background:#F5BD00;
}
#menu-wrap ul ul li :hover > a {
    background:#F5BD00;
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: #004D99;
    background-color: #F5BD00;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: #F5BD00;
}
#menu-wrap ul ul li a.selected{    
    background-color: #D0D8F0;
    color: #004D99;
}

#menu-wrap li.icl_first {list-style:inherit}
#menu-wrap li.icl_last {list-style:inherit}


/***** SEARCH FORM FORMATTING *****/

#search {
	display: none;
}

#search #s {
	display: none;
}

#go {
	display: none;
}

/***** SIDEBAR FORMATTING *****/

#sidebarLeft {
	width: 180px;
	float: left;
	color: #000;
	background-color:#333399;
	height:100%;
	padding-top:20px;
}

#sidebarRight {
	width: 220px;
	float:right;
	color: #000;
	background-color:#CDE9F4;
	height:100%;	
	padding-top:20px;	
}

#sidebarRight h2 {
	font-size: 13px;
	text-align: left;
	padding:  3px;
	color:#FF33CC;
	margin-top:15px;
	margin-bottom: 15px;
	font-family: "Lucida Handwriting", Arial, Helvetica, Sans-Serif;
	text-align:center!important;
	font-weight:bold;
}

#sidebarRight div {text-align:center; font-size:0.95em;}
#sidebarRight #temoignage {text-align:center; font-size:0.95em; padding:15px;}

#sidebarRight h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}

/*#zoneRSS {margin-top:40px;clear:both;display:block;}*/
#objectif {margin-top:25px; text-align:center; clear:both;display:block;}
#canadon {margin-top:10px; text-align:center; clear:both;display:block;}

#sidebarRight a {
	color: #03C;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}



/***** FOOTER FORMATTING *****/

#footer {
	clear: both;
	width: 950px;
	background: #CC3300;
	color: #CCC;
	text-align: left;
}

#footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 10px 0;
}

#footer a {
	color: #CCC;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #FFF;
	background: none;
	text-decoration: underline;
	border-bottom: none;
}


/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #CCC;
}

img.alignright {
	padding: 5px;
	border: 1px solid #CCC;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 8px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/** COMMENT FORMATTING ***/

#comment {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	color: #666;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	color: #666;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 10px;
	border: 1px solid #666;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #0CC;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

#author, #email, #url {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #dfeaf2;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	}

/**** CAPTION FORMATTING ******/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions & aligment */
#wp-calendar {
	border: 1px solid #900;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #630;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #933;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

hr {height:1px solid #CDEAF4!important;margin:15px 0!important;}