/* ***** 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):
 *  Pixials
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	background: #A19593 url(img/html-bg.gif) repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: Maroon;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}

fieldset{
	border: 0px;
}

#gen {
}

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 50px;
	margin-top: 0px;
}

#top h2{
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}

#top h2 a,#top  h2 a:visited {
	text-decoration: none;
	color: #FFA500;
}
#top h2 a:hover {
	text-decoration: none;
}

#desc{
	position: absolute;
	color: #000000;
	margin-top: 35px;
	margin-left: 15px;
	padding: 0px;
}

#nav {
	background: url(img/content-top-bg.png) no-repeat left top;
	height: 26px;
}

#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover{
	text-decoration: none;
	background: #2e91c6 url(img/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}

/* Le contenu
-------------------------------------------------------- */
#content{
	background: #D9FFE0;
}

.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-date {
	height: 50px;
	width: 45px;
	background: url(img/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post-date span {
	height: 16px;
	display: block;
	font: normal 8px Arial, Helvetica, sans-serif;
	color: Maroon;
	text-align: center;
	padding-top: 5px;
}

.post-title{
	font-size: 2em;
	color: #E88000;
	background: transparent;
	margin-top: 0px;
	padding-bottom: 4px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	border-bottom: dotted 1px Green;
}

.post-title a, .post-title a:visited {
	color: #333333;
	text-decoration: none;
}
.post-title a:hover {
	color: Green;
	text-decoration: none;
}
h3 {
	color: #666666;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

.post-info{
	font-size: 0.8em;
	margin-top: 4px;
	background: transparent url(img/mini-category.gif) no-repeat left top;
	padding-bottom: 1ex;
	margin-left: 50px;
	padding-left: 18px;
}

.post-info a{
	color: #aaaaaa;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover{
	color: #44a1d0;
	background: transparent;
	text-decoration: none;
}

.post-info-comment{
	text-align: right;
	float: right;
	font-size: 0.8em;
	margin-top: 4px;
	color: #aaaaaa;
	background: transparent url(img/mini-comment.gif) no-repeat left top;
	padding-bottom: 1ex;
	padding-left: 18px;
}

.post-info-comment a{
	color: #aaaaaa;
	background: transparent;
	text-decoration: none;
}

.post-info-comment a:hover{
	color: #44a1d0;
	background: transparent;
	text-decoration: none;
}

.post-info-addcomment{
	text-align: right;
	float: right;
	font-size: 0.8em;
	margin-top: 4px;
	color: #aaaaaa;
	background: transparent url(img/mini-down-arrow.gif) no-repeat left top;
	padding-bottom: 1ex;
	padding-left: 18px;
}

.post-info-addcomment a{
	color: #aaaaaa;
	background: transparent;
	text-decoration: none;
}

.post-info-addcomment a:hover{
	color: #44a1d0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

#co, #tb{
	background: url(img/comments.gif) no-repeat;
	padding-left: 22px;
	margin-top: 32px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}

#add-co{
	background: url(img/respond.gif) no-repeat;
	padding-left: 22px;
	margin-top: 32px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}

#trackbacks blockquote, #comments blockquote{
	background: #efefef;
	margin: 1em 0;
	padding: 1ex 1em;
}

.field input{
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(img/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}

.field textarea{
	font: 110% Arial, Helvetica, sans-serif;
	width: 460px;
	height: 140px;
	background:url(img/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

.field-preview, .field-submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(img/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
	margin-bottom: 4px;
}
.field-preview:hover, .field-submit:hover {
	background: url(img/submit-btn.gif) no-repeat bottom left;
}
.field textarea:focus, .field input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

.Start_NC_BlocH_M {
	vertical-align: top;
	width : 329px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background: #FF6600 url('img/BlocH_Haut_350.gif') no-repeat top left ;
}

.Start_NC_BlocH_B {
	height : 30px;
	background: #FF6600 url('img/BlocH_Bas_350.gif') no-repeat bottom left ;
	color: black;
}

.Start_NC_BlocH_M h1 {
	font: 1.8em Tahoma, Verdana, 'Trebuchet MS';
	color: white;
}

.Start_NC_BlocH_M p {
	font: 1.2em Tahoma, Verdana, 'Trebuchet MS';
	color: white;
}

.Start_NC_BlocH_M a {
	color: white;
}

.Start_NC_BlocB_M {
   vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFC663 url('img/BlocB_Haut_350.gif') no-repeat top left ;
}

.Start_NC_BlocB_B {
	color: white;
	background: #FFC663 url('img/BlocB_Bas_350.gif') no-repeat bottom left ;
}

#CadreArrondi
{
	position: relative;
	margin: 10px 0px 10px 0px;
	text-align: left;
	width: 100%;
	background-color: #FFF0CB;
}
		
#CadreContenu
{
	padding: 5px 10px 10px 15px;
	font-family: tahoma; font-size: 11pt; color: #000000;
}

#CHG, #CHD, #CBG, #CBD
	{
		background-repeat: no-repeat;
	}

#CHG
	{
	background-image:url('img/CHG.gif');
	background-position: 0% 0%;
	}

#CHD
	{
	background-image:url('img/CHD.gif');
	background-position: 100% 0%;
	}
	
#CBG
	{
	background-image:url('img/CBG.gif');
	background-position: 0% 100%;
	}

#CBD
	{
	background-image:url('img/CBD.gif');
	background-position: 100% 100%;
	}

#BH
	{
	background-image: url('img/BH.gif');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

#BB
	{
	background-image:url('img/BB.gif');
	background-position: 50% 100%;
	background-repeat: repeat-x;
	}
	
#BD
	{
	background-image: url('img/BD.gif');
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#BG
	{
	background-image: url('img/BG.gif');
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

.BAvancement {
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 150px;
	height: 120px;
	padding-left : 10px;
	padding-right : 10px;
	text-align: center;
	background-image: url('img/BAvancement.jpg');
	background-repeat: no-repeat;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar h3 {
	position:relative;
	margin:0;
	padding: 16px 24px 7px 10px;
	background:url(img/sidep-handle.png) no-repeat 0 0; 
}

.sidebar-content {
	margin: 0;
	padding: 5px 10px 9px 10px;
	background: url(img/sidep-bottom.png) no-repeat 0 100%;
	overflow: hidden;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}

#sidebar h3 a, #sidebar h3 a:visited {
	color: Maroon;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: Maroon;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}

#sidebar ul li {
	background: url(img/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}

#selection ul li {
	background: url(img/mini-page.gif) no-repeat;
}

#Syndicate ul li {
	background: url(img/mini-rss.gif) no-repeat;
}

#sidebar ul li ul li {
	background: url(img/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}


/* Les tableaux des fonctions dans les posts
-------------------------------------------------------- */
#Accueil-Blocs-Verts h2
{
  height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font: bold 20px Arial, Helvetica, sans-serif;
  color: White;
}

#Accueil-Blocs-Verts img
{
  width: 140px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#Accueil-Blocs-Verts table
{
}

#Accueil-Blocs-Verts tr
{
}

#Accueil-Blocs-Verts td
{
	background: url("img/Bloc-Vert.gif") no-repeat 20px 10px;
	color: White;
	text-align: center;
	width: 230px;
	height: 280px;
	padding-left: 7px;
	font: bold 16px/115% Arial, Helvetica, sans-serif;
	color: white;
}

#Accueil-Blocs-Verts a
{
	color: White;
}

#Table-Fonctions table
{
	border: 2px solid Green;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

#Table-Fonctions th
{
	background-image: url("img/Degrade-Vert.jpg");
	padding: 5px 5px 4px 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
   font: bold 12px Arial, Helvetica, sans-serif;
	color: Black;
}

#Table-Fonctions td
{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}
		
.Menu-Fonctions
{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Menu-Fonctions a
{
	color: #C84040;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
   width: 732px;
	height: 17px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 1px;
	background: #D9FFE0;
	font-size: 0.8em;
}
