/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Olivier Meunier 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 ***** */

body {
	margin : 0;
	padding : 0;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.8em;
        background-color : #eeeeee;
        text-align:center;
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 1.5em; margin : 0.67em 0; }
h2 { font-size : 1.3em; margin : 0.83em 0; }
h3 { font-size : 1.1em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #036;
}

a:hover {
	text-decoration : none;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2, h3 {
	font-family : Georgia,"Times New Roman",serif;
}

/* Prelude
-------------------------------------------------------- */
#prelude {
	position : absolute;
	top : 0;
	margin : 0;
	padding : 0;
	font-size : 0.6em;
        visibility:hidden;
}

/* Titre
-------------------------------------------------------- */
#top {
	background : #eee;
        background-image: url('./img/corpsrepeat.png');
        background-repeat:y-repeat;
	border-bottom : 1px solid #999;
	font-family : Georgia,"Times New Roman",serif;
	text-align : center;
}
#top h1 {
	margin : 0;
	padding : 1em 0 0.6em 0;
}
#top a {
	color : #000;
	background : transparent;
	text-decoration : none;
}

/* Page
-------------------------------------------------------- */
#page {
  background-image: url('./img/corpsrepeat.png');
  position: absolute;
  left: 50%;
  width: 780px;
  padding: 0px;
  margin-left: -390px;
  text-align:left;
}

/* Main
-------------------------------------------------------- */
#main {
	width : 76%;
	float : right;
	/*border-left : 1px solid #999;*/
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	text-align : right;
	border-bottom : 1px solid #ccc;
	color : #666;
	background : transparent;
}

#main p {
	line-height : 1.6em;
}

.post-title {
	margin : 1.5em 0 0 0;
	color : #036;
}
.post-title a {
	text-decoration : none;
}

.chapo {
	margin-bottom : 2em;
}
.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
}

.post-info, .post-info-co {
	font-size : 0.85em;
	/*text-align : right;*/
}
.post-info {
	margin : 0;
}
.post-info-co {
	clear : both;
	margin-top : 0;
}


/* Content
-------------------------------------------------------- */
#content {
	margin : 0 1em 0 0;
	padding : 1em;
	text-align:left;
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments, #trackbacks {
	margin : 0 2em;
	text-align:left;
}

#comments blockquote, #trackbacks blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	text-align:left;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
	text-align:left;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
	text-align:left;
}

/* Menu
-------------------------------------------------------- */
#sidebar {
	margin : 0 76% 0 0;
	padding : 2em 0;
	padding-left:10px;
	border-right : 1px solid #999;
}

#sidebar h2 {
	font-weight : normal;
	color : #a55bb7;
	text-align:left;
}

#sidebar ul {
	padding-left : 1.5em;
	margin-left : 0;
}

#sidebar li {
	text-align:left;
	list-style : square;
	margin-top : 0.15em;
	color : #dec6e1;

}

#sidebar li:hover {
	color : #d670e7;
}

#sidebar div {
	padding : 0 1em 0 1em;
	text-align:left;
}

#sidebar #syndicate {
 visibility: hidden;
}

#sidebar #links {
 visibility: hidden;
}

/* Footer
-------------------------------------------------------- */
#footer {
	clear : right;
	border-top : 1px solid #999;
	margin : 0 0 2em 0;
        background-repeat:no-repeat;
        text-align:center;
        padding-top:2px;
        margin-bottom:2px;
        visibility:hidden;
        height:0px;
}


/* Calendrier
-------------------------------------------------------- */
#calendar {
}

#calendar table {
	border-collapse : collapse;
	font-size : 0.7em;
	margin : 0 auto;
}

#calendar caption {
	margin : 0 auto;
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

#calendar abbr {
	border : none;
}

#calendar th, .cal td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}

#calendar td.active a {
	font-weight : bold;
}

#calendar a {
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background : #eee;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #036;
	color : #fff;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

/*CSS ARCHER CONSULTING
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------*/

#entete {
 background: url('./img/barremenu.png') no-repeat;
 height:208;
}

#corps {
}

#bas {
  padding-top:4px;
  background-image: url('./img/bas.png');
  background-repeat:no-repeat;
  font-family:verdana;
  font-size:7pt;
  color:white;
  width:780px;
  height:17px;
  text-align:center;
}

#menu{
 font-size:10pt;
 font-weight:bold;
 font-family:verdana;
 text-align:center;
}

a.lienmenu{
  color:white;
  text-decoration: none;
}

a.lienselected{
  color:gold;
  text-decoration: none;
}

a.liencorps{
  color:#c54fb1;
  text-decoration: none;
}

.error {
  font-weight: bold;
}

td {
 font-family:verdana;
 font-size:9pt;
}

.retour{
 font-family:verdana;
 font-size:9pt;
}

ul#menu
{
	margin: 0;
	padding-top: 171px;
	padding-left: 15px;
	list-style-type: none ;
}


ul#menu li
{
	margin: 0 ;
	padding: 0 ;
}

* html ul#menu li {margin:0;padding:0;display:inline;}



ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
        float:left;
	width: 126px; ;
	line-height: 23px ;
	text-decoration: none ;
	background: url('./img/liennotselected.png') no-repeat 0 0 ;
}

ul#menu li a:hover
{
	background: url('./img/liennotselected.png') no-repeat 0 -23px ;
}


