/*
Theme Name: Nature's Highlight
Theme URI: http://refueled.net/wordpress-themes/
Description: A simple, two column theme for Wordpress. Traduction <a href="http://www.niss.fr/">(niss.fr)</a>.
Author: refueled
Author URI: http://refueled.net
version: 1.0
*/

/* Basics ----------------------------------------------------------------------------------------*/

*{margin:0; padding:0;}

body {
    background-image: url("images/fond_principal.jpg");
    background-color: #537e63;
    background-repeat: repeat-x;
    font: normal 90% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 20px;
}
	
h1 { font-size: 18pt; font-family: arial, times, verdana, tahoma, serif;}
h2 { font-size: 14pt; font-family: arial, times, verdana, tahoma, serif; margin-top:10px;}
h3 { font-size: 10pt; font-family: arial, times, verdana, tahoma, serif; margin-top:10px;}
h4 { font-size: 9pt; font-family: arial, times, verdana, tahoma, serif;}
sup { line-height: .6em; }


/* Images and misc. ----------------------------------------------------------------------------------------*/

img { border: none; padding: 6px; }
img a { border:none; }

img.left{ float: left; border: none; padding: 0 10px 10px 0; }
img.right{ float: right; border: none; padding: 0 0 10px 15px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}


/* Links ----------------------------------------------------------------------------------------*/

a {
	color:#0071bb;
	text-decoration: underline;
	border: none;
}

a:visited {
	/*color: #8e0f9d;*/
        color: #770011;
}

a:hover { text-decoration: none; border: none; }


/* Home Page ----------------------------------------------------------------------------------------*/

.home a {
    color: white;
    text-decoration: underline;
}

.home a:hover {
    color: white;
    text-decoration: none;
}

.home p {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.home table {
    /*margin-top: 77px;*/
    margin-left: auto;
    margin-right: auto;
}

/* Haut de la page ----------------------------------------------------------------------------------------*/

#haut {
    margin: 0 auto;
    padding: 0;
    width: 906px;
    height: 8px;
    background-image: url(images/haut_p.jpg);
}

/* Container of Shadow ----------------------------------------------------------------------------*/

#contShadow__ {
	width: 916px;
	margin: 0 auto;
	padding: 0;
	background: url(images/ombre.jpg);
        background-repeat: repeat-y;
}

/* Container ----------------------------------------------------------------------------------------*/

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/bg.jpg);
	color:#000;
	overflow: hidden;
        border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

	
/* Header ----------------------------------------------------------------------------------------*/

#header {
        background: #285363;
	width: 100%; 
	color: #fff; 
	height: 86px;
}
	
#header:hover {
	background:#316376;
}
	
#header h1 {
	font-family: palatino linotype,  arial, times, georgia;
	font-size: 22pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin:12px 15px 0 15px;
	padding:7px 15px 10px 0;
	border-right:1px solid #C1C4BC;
	float:left;
	}

#header p {
	font-family: georgia, verdana, palatino linotype, arial, times;
	font-size: 10pt;
	font-weight: 300;
	color: #aae0fa;
	padding:14px 0;
	margin:0;
}


/* Mid header ----------------------------------------------------------------------------------------*/
	
#midheader {
	width: 100%; 
	height: 197px; 
	/*background: #8dac99;*/
        background: #abcdb9;
	overflow: hidden;
	border-top: 3px solid #fff; 
	margin:0;
	padding:0;
}

.even {
    margin: 5px 0 0 15px;
    padding: 15px 0 5px 0;
    border-top: 1px dashed #353333;
}

.even p {
    font-family: arial, times, georgia;
    font-size: 125%;
    padding: 10px 0 0 0;
    color: #04274b;
}

.leftcontent { 
	width: 385px;
	height: 200px;
	float: left;
	font-size: 8pt;
}

.leftcontent h2 {
	font-family: palatino linotype, arial, times, georgia;
	font-size: 14pt;
	font-weight: 300;
	margin: 10px 0 0 15px;
 }

.leftcontent ul {
	margin: 10px 0 0 29px;
    color: #353333;
}
	
.leftcontent ul li { 
    padding: 4px 0 4px 0;
    font-size: 10pt;
}
	
.leftcontent ul li a {
    font-family: arial, times, georgia;
    font-size: 10pt;
    text-decoration: underline;
    color: #353333;
}

.leftcontent ul li a:hover {
/*      color: #f5f5f5;*/
    text-decoration: none;
}

.leftcontent p a {
       font-family: arial, times, georgia;
       font-size: 10pt;
       text-decoration: underline;
       color: #218bc7;
}

.leftcontent p a:hover {
/*      color: #f5f5f5;*/
        text-decoration: none;
}

/*.rightimg { 
	width: 500px;
	height: 194px;
	float: right;
	background: url(images/rightimg/random.php);
	border-left: 3px solid #fff; 
	border-bottom: 3px solid #fff; 
}*/

.rightslideshow { 
	width: 500px;
	height: 197px;
	float: right;
	border-left: 3px solid #fff; 
}

.rightslideshow ul {
        margin-top:-6px;
        margin-left:-6px;
}


/* Main menu ----------------------------------------------------------------------------------------*/

#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 28px;
	background: #0B1224;
	background-image: url("images/nav_bg.jpg");
	background-repeat: repeat-x;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	list-style: none;
	line-height: 1;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #nav li {
    border-right: 1px solid transparent; /* on met une bordure transparente à droite de chaque élément */
}

#nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 4px 9px;
	color:#fff;
	text-decoration: none;
    font-weight:bold;
    border-right: 1px solid #E7E8E1;
}

#nav a:hover {
	background-color:#E7E8E1;
	color: #0B1316;
    background-image: url("images/nav_bg_hover.jpg");
	background-repeat: repeat-x;
}

#nav li {
	float:left;
	position:relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #878A7E;
	width: 180px;
	left: -999em; /*using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul  { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a {
	background: #285363;
	list-style: none;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 4px 6px 4px 6px;
	width: 180px;
	letter-spacing: 1px;
    border-top: 1px solid #E7E8E1;
}

#nav li ul a:hover {
	background: #edf0f1;
	color: #353535;
}

#nav li ul ul { /* third-level lists */
        margin: -2.5em 0 0 18em;
	background: #878A7E;
	width: 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul, li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/*#nav li li:hover ul, #nav li li.sfhover ul {
	left: auto;
}*/

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul ul ul { /* fourth-level lists */
    margin: -4.0em 0 0 18em;
	background: #878A7E;
	width: 180px;
}

#nav li:hover ul ul ul, #nav li.sfhover ul ul ul, li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

/*#nav li li li:hover ul, #nav li li li.sfhover ul {
	left: auto;
}*/

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

/* Content ----------------------------------------------------------------------------------------*/

#content {
	float: left;
	width: 695px;
	overflow: hidden;
}

.alignleft { float:left; }

.alignright { float:right; }

.archivetitle {
	font-family: baskerville, georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #31342C;
	padding: 0 0 12px 15px;
}

.post {
	margin: 20px 10px 0 15px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	text-align: justify;
}
	
.post h2 {
	font-family: baskerville, georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #31342C;
	padding: 0 0 6px 0;
}
	
/*.post h2 a{
	color: #31342C;
	text-decoration: none;
	border: none;
}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
}*/
	
.post p {
    margin: -2px 0 -2px 0;
}

.post ul { padding: 12px; margin-left:15px; }

.post ol { margin-left:18px; }

.post ul li { list-style-type:disc; list-style-position: outside; /*color:#878A7E;*/ }

.post ul ul li { list-style-type:circle; list-style-position: outside; /*color:#878A7E;*/ }

.entry p { margin:12px 0; }

.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-top: 1px dotted #C2C1B9;
	border-bottom: 1px dotted #C2C1B9;
	text-align: center;
	line-height: 15pt;
	}
	
.postmetadata img { display: inline; margin: 0; padding: 4px 2px 0 2px; }
	
.navigation {
	margin: 10px;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
}

.slideshow_PA {
	border: 2px solid red;
}

.slideshow_PA ul {
        margin-top:-6px;
        margin-left:-6px;
}


/* Sidebar ----------------------------------------------------------------------------------------*/

#sidebar {
	font-family: arial, verdana, times, tahoma;
	font-size:8pt;
	width: 200px;
	float:right;
	margin: 0 0 1px 0;
	padding: 0;
	background: #E7E8E1;
}

#sidebar h2 {
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 12pt; 
	text-align: left;
	/*color: #08122E;*/	
	/*color: #E7E8E1;*/
	margin: 0 0 5px 0;
	padding: 0 0 0 1px;
}

#sidebar p { padding: 0 6px 0 0; }

#sidebar img { padding: 0; margin: 0; }

#sidebar ul {
	margin:12px 0 12px 0;
	padding:0;
	list-style-type: none;
        font-weight:bold;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 12px 0 12px 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 4px 0 4px 12px;
	border-top: 1px solid #CBCBC9;
}
	
#sidebar ul ul li:hover {
  background: #d0d0cc;
 }

#sidebar ul ul li a { color: #08122E; text-decoration: none; border: none; }
#sidebar ul ul li a:hover { color: #256629;/*285363*/ text-decoration: none; border: none; }

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li {
	padding: 3px 0 0 10px;
	list-style-type: square;
	color: #898989;
    border: none;
}

#sidebar ul ul ul ul li {
    margin: 0;
	list-style-type: circle;
}

.bl { background: url("images/bl.gif") 0 100% no-repeat #ffffff; width: 188px; margin: 20px 0 10px 6px; }
.bl h2 { color: black; }
.bl p { margin: 2px 0 6px 0; border-top: 1px dashed #353333; }
.bl a { font-size: 1.1em; }
.br { background: url("images/br.gif") 100% 100% no-repeat }
.tl { background: url("images/tl.gif") 0 0 no-repeat }
.tr { background: url("images/tr.gif") 100% 0 no-repeat; padding:10px }
.clear { font-size: 1px; height: 1px }


/* Comments ----------------------------------------------------------------------------------------*/

#commentssection {
	clear: both;
	padding: 2px 12px;
	margin: 0;
}
	
#commentssection h3 {
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
}

#commentform {
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
}
	
#commentform p {
	color: #000;
}
	
#commentform a { color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt; }
	
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
}
	
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}

#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
}
	
#submit { margin:5px 5px 0 0; }

	
ol.commentlist { list-style-type: none; }

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
}

ol.commentlist li.alt { background: #E5E5E5; }
ol.commentlist li p { margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt; }

ol.commentlist a { color:#000; }

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
	
cite a { color: #000; text-decoration: none; border-bottom: 1px dotted #465D71; }


/* Search ----------------------------------------------------------------------------------------*/

#searchform {
	padding: 6px 0 6px 10px;
	font-family: arial, verdana, times;
}

#searchform input#s {
	font-family: arial, verdana, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
}

#searchform input#searchsubmit {
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
}
	

/* Footer ----------------------------------------------------------------------------------------*/

#footer {
	background: #285363;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
}
	
#footer p { padding:6px;margin: 0; color: #eee; text-align: center;}
#footer a { color: white ;text-decoration: none; }
#footer a:hover { color: white;text-decoration: underline; }


/* Bas de la page ----------------------------------------------------------------------------------------*/

#bas {
    background: url('images/bas_p.jpg') no-repeat;
    margin: 0 auto;
    padding: 0;
    width: 906px;
    height: 8px;
}


/* Divers ----------------------------------------------------------------------------------------*/

.align_contact {
    text-align: right;
    vertical-align: top;
}

.arrondi {
    margin: 0 0 10px 0;
    padding: 5px 10px 5px 10px;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.mobilite img {
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
    text-align: center;
}

.partenaires img {
	margin: 5px 10px 7px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

.arrondi_mec {
    margin: 0 0 10px 0;
    padding: 5px;
    background: #f0e8e8;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.grid_ZS_Kab td {
    border-width: 1px;
    border-style: solid; 
    border-color: grey;
    text-align: left;
}

.grid_ZS_Kab tr {
    color: black;
}

.ngongang table
{
	border-collapse: collapse;
}
.ngongang td /* Mettre une bordure sur les td ET les th */
{
	border: 1px solid green;
}
.ngongang li
{
	list-style-type: disc;
}
.ngongangTitre  /* Les cellules d'en-tête */
{
	background-color: #006600;
	color: white;
	font-weight: bold;
	font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

.ngongangIN
{
	padding: 10px;
}

.ngongang td /* Les cellules normales */
{
	width: 300px;
	vertical-align: top;
	border: 2px solid green;
	font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

.tab_contact input {
    height: 25px;
}

.tab_contact td {
    padding-bottom: 5px;
}

.tab_inscr_forum td {
    padding-bottom: 5px;
}

.tab_kal_F td
{
	width: 120px;
}

.tab_kal_O td
{
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #d9d9d9;
	font-size: 0.9em;
}

.tab_kalenga img
{
	margin: 5px;
}

.tab_kalenga td
{
	border: 1px solid #d9d9d9;
	padding: 4px;
	width: 250px;
	
	font-size: 0.9em;
}
.tab_kalenga_in td
{
	border: none;
	width: 125px;
}

.tab_kalengatable
{
	border-collapse: collapse;
}

.tab_logos td {
    text-align: center;
    vertical-align: center;
}

.tab_PA2009_img
{
    margin-bottom: 10px;
    width: 635px;
}

td.txt_sous_img
{
    font: normal 72% Arial;
    vertical-align: top;
    text-align : center;
    padding: 0 3px 0 3px;
}


/* Forums ----------------------------------------------------------------------------------------*/

.diff_ora {
	margin: 30px 0 0 0;
	border: none;
	padding: 0;
}

.diff_ora a {
	font-style: normal;
}

.diff_ora ul {
	margin: 0;
}

.navigation_ora {
    list-style: none;
	text-align: justify;
}

.navigation_ora li {
	font-size: 0.9em;
	padding: 5px;
}

.navigation_ora p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.navigation_ora span {
    display: block;
    padding: 4px 10px;	
}

.navigation_ora .toggleSubMenu_ora a {
    font-size: 1.0em;
	text-decoration: none;
}

.navigation_ora .toggleSubMenu_ora a:hover {
	text-decoration: underline;
}

.navigation_ora .subMenu_ora ul {
	margin-left: 18px;
}


/* Toggle ----------------------------------------------------------------------------------------*/

h3.acc_trigger {
	padding: 0;	margin: 0 0 10px 8px;
	background: url('images/h3_trigger_a.jpg') no-repeat;
	height: 35px;	/*line-height: 25px;*/
	width: 650px;
	/*font-size: 1em;*/
	font-weight: normal;
	float: left;
}

h3.acc_trigger a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 5px 0 45px;
}

h3.acc_trigger a:hover {
	color: #666666;
}

h3.active { background-position: left bottom; }

.acc_container {
	margin: 0 0 10px 8px;
        padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 650px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
    behavior: url(htc/border-radius.htc);
}

.acc_container .block {
	padding: 0 8px 0 8px;
}

.acc_container .block p {
	font: normal 90% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

.acc_container .block li {
	font: normal 90% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

.acc_container img {
	padding: 5px;
        margin-bottom: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

