/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier d?finit le style visuel pour les diff?rents ?l?ments du blog.
 * Dans l'ordre, vous trouverez les r?gles qui d?finissent l'apparence pour:
 * - les ?l?ments HTML en g?n?ral
 * - la page
 * - l'ent?te
 * - le pr?lude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est d?fini dans le fichier layout.css
 * Pour mettre la barre de navigation ? gauche, d?commentez l'appel ? 
 * layout-gauche.css
 */

 @import "layout.css";
/*@import "layout-gauche.css"; */
 
/* Les ?l?ments HTML en g?n?ral
-------------------------------------------------------- */
body{
	/*background:#8b8b8b;*/
	color:#303030;
	font:100% Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
	background:#f0f0f0 url(img/bg-body.gif) repeat-x 0 0;
	background:#f0f0f0 url(img/bodybg-red.jpg) repeat-x 0 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.1em;}
h2{font-size: 1.1em;}
h3{font-size: 1.1em;}
h4{font-size: 1.1em;}
h5{font-size: 1.1em;}
h6{font-size: 2em;}

pre,
code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Trebuchet,Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #6C6C6C;
}

a:visited{
	color: #6C6C6C;
}

a:hover{
	color: #6C6C6C;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page {
	color:#303030;
	width: 996px;
	margin: 0 auto;
	text-align:left;
	position: relative;
}

/* L'ent?te
-------------------------------------------------------- */

#top {
	color:#ffffff;
	height:162px;
	margin: 0 20px 10px 0;
}
	
#top h1,#top h2 {
	font-weight:400;
	letter-spacing:-2px;
	margin:0;
	padding:0;
}
     
#top h1{
	font-size:2.4em;
	padding-top:20px;
	text-align:left;
}

#top h2 {
	font-size:1.6em;
	text-align:right;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}


/* Le pr?lude
-------------------------------------------------------- */ 
#prelude{
	background: #FFF url(img/top.png) no-repeat left top;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post{
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border:1px dotted #909090;
	padding: 0 10px 10px 10px;
	margin-bottom: 5px;
}

.post-title{
	font-size: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
	color: #6C6C6C;
	background: transparent;
	margin-bottom: 1em;
}

.post-title a{
	margin-top: 0.1em;
    margin-bottom: 0.1em;
	color: #6C6C6C;
	background: transparent;
	text-decoration: none;
}

.post-info{
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    color: #6C6C6C;
    font-style: italic; background: transparent;
    padding-bottom: 0.2em;
    /*border-bottom: 0px solid #FC0;*/
}

.post-info a{
	color: #6C6C6C;
	margin-bottom :0.1em;	
	background: transparent;
	text-decoration: none;
}

.post-chapo,
.post-content{
	text-align: justify; 
	margin : 0 0 0em 0;
	font-size:small;
}

.post-content-list{
	text-align: justify; 
	margin : 0 0 0em 0;
	font-size:small;
	overflow: hidden;
}

.post-content blockquote{
	font-family: Trebuchet, Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#main {
	clear: both;
	width: 100%;
}

#content {
	float: left;
	width: 470px;
	background-color:#fafcff;
	border:1px solid #909090;
	color:#2a2a2a;
	padding: 15px 15px 5px 14px;
	margin: 0 0 15px 15px;
}

* html #content {
	margin: 0 0 15px 10px;
}

#content table{
	width: inherit;
}

#content table td{
	text-align:justify;
}

div #navigation p{
	font-size: small;
}
/* La barre de navigation gauche
-------------------------------------------------------- */

#menugauche{
	clear: both;
	float: left;
	width: 210px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-left: 2px;
	text-align: left;
}

#menugauche ul li{
	display: block;
	list-style-type:none;
	margin: 0 0 5px 5px;
	font-size: 12px;
}

.ul_niveau1{
	 display: block;
	 padding: 0 0 5px 0;
}
#menugauche  .ul_niveau1 li {
	margin: 0;
}

#lien_catParent_actif{
	color:#990000;
	border: 1px solid #999999;
	padding: 2px 2px 2px 2px;
	background-color:#FFFFFF;
	text-decoration: none;
}

#lien_catParent{
	border: 1px solid #999999;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	background-color:#FFFFFF;
}

#menugauche  .ul_niveau1 li a {
	color:#990000;
	display: block;
	margin: 5px 0 0 5px;
}
#menugauche  .ul_niveau1 li h3 a {
	display: inline;
	margin: 0;
	color:#333;
}

#video{
	border-top: 1px solid #CCCCCC;
	text-align:center;
}

#lesvideos {
	/*display: none;*/
}
#lesvideos ul li object {
	zoom:1;
}

#lien_deplier{
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
/* La barre de navigation droite
-------------------------------------------------------- */
#sidebar {
	float: right;
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#sidebar div {
	color: inherit;
	font-size:small;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2,
#sidebar h3{
	margin: 0 0 1px 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#search{
	margin: 0 0 5px 5px;
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#links {
	width: 214px;
}
#links a {
	border: none;
	text-decoration: none; /*on enl?ve le surlignage*/
}

#links img{
	background-color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	margin-left: 10%;
	border: none;
}

#links p{
	margin-left: 10%;
}

#actualite input{
	display:block;
	margin-top: 5px;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

td {
	empty-cells: show;
}
#calendar{
	/*border: 1px solid #6C6C6C;*/
}

#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar table th{
	color: #6C6C6C;
	background: transparent;
}

#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#calendar table td a{
	display: block;
	/*background: #6C6C6C;
	color: #493;*/
	background-color: #CCCCCC;
	
	font-weight: bold;
	text-decoration: none;
}

#calendar table td a:hover{
	background-color: #99CC00;
	/*color: #636;*/
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	background:#8b8b8b url(img/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#d0d0d0;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}

#footer a{
	color:#d0d0d0;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	padding-left: 20px;
}

/* ================================================================ */
#menuhaut {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 996px;
}
#menuhaut ul {
	display: block;
	width: 996px;
}
#menuhaut ul li {
	display: block;
	position:relative;
	height: 37px;
	float: left;
	background: #DBD5D5 url(img/sousmenu-grey.jpg) repeat-x 0 0;
	border-right: 1px solid #b0b0b0;
}
* hml #menuhaut ul li {
	width: 20px;
}

#menuhaut ul li a {
	display: block;
	text-decoration: none;
	color: #606060;
	display: block;
	font-size: 10px;
	padding: 11px 10px 14px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
* html #menuhaut ul li a {
}
#menuhaut ul li#menuhaut_1 a {
	background-image: url(img/cale.gif);
}
#menuhaut ul li#menuhaut_1 a:hover,
#menuhaut ul li a:hover {
	color:#505050;
	text-decoration: none;
	background-color: transparent;
	background-image: url(img/menuhover-red.jpg);
}
#menuhaut ul li a.on {}
#menuhaut ul li ul li a.on {}
/* ================================================================ */
#menuhaut ul li ul li {
	margin: 0;
	padding: 0;
}
#menuhaut ul li ul li,
#menuhaut ul li ul li a {
	clear: both;
	text-align: left;
	height: auto;
}
/* ================================================================ */
/* style the second level background */
#menuhaut ul ul a.drop, #menuhaut ul ul a.drop:visited {}
/* style the second level hover */
#menuhaut ul ul a.drop:hover {background-image: url(img/menuhover-red.jpg);}
#menuhaut ul ul :hover > a.drop {}
/* style the third level background */
#menuhaut ul ul ul a, #menuhaut ul ul ul a:visited {background-image: url(img/menuhover-red.jpg);}
/* style the third level hover */
#menuhaut ul ul ul a:hover {background-image: url(img/menuhover-red.jpg);}
/* ================================================================ */
#menuhaut ul ul {width:200px;}
#menuhaut ul li {}
#menuhaut ul ul a,
#menuhaut ul ul a:visited {
	display:block;
	text-decoration:none;
	display: block;
	margin: 0 0 0 0;
	height: auto;
	width: 200px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuhaut ul ul {visibility:hidden; position:absolute; z-index: 920; top:37px; left:0;display: block; width: 200px; height: auto;}
#menuhaut ul ul ul {visibility: hidden;position:absolute; z-index: 930;left:200px; top:0px;width: 200px; }
/* style the table so that it takes no ppart in the layout - required for IE to work */
/* position the third level flyout menu */
#menuhaut table {position:absolute; top:0; left:0; border-collapse:collapse;}
/* style the top level hover */
#menuhaut a:hover {}
#menuhaut ul ul a:hover {}
#menuhaut :hover > a {}
#menuhaut ul ul :hover > a {}
/* make the second level visible when hover on first level list OR link */
#menuhaut ul li:hover ul,
#menuhaut ul a:hover ul { visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
#menuhaut ul :hover ul ul {visibility:hidden;}
#menuhaut ul :hover ul :hover ul{ visibility:visible;}
/* ================================================================ */

