/* ***** BEGIN LICENSE BLOCK *****

 * This file is part of DotClear.

 * Copyright (c) 2004 Samuel Latchman 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):

 *  Olivier Meunier

 *  Maurice Svay

 */
body {
	margin : 0;
	padding : 0;
	font-family: Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
	font-size: 0.7em;
	color : #46473A;
	background-color: #FFF;
}

p {
	margin : 1em 0;
	line-height: 1.5em;
}

code,pre { font-family : "Courier New",monospace; font-size : 1em; width: 100%; overflow: auto;}
q { font-style : italic; }
a { 
	color : #246;
	background-color: inherit;
}
a:visited{
	color: #666;
	background-color: inherit;
}

a:hover, a:focus, a:active { 
	color: #333;
	background-color: inherit;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #666;
	background-color: inherit;
}

a.external {
  background-image: url(images/external.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}

a.pdf {
  background-image: url(images/pdf.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
  padding-top: 3px;
}

img, a img{
	border : none; 
	max-width: 100%; 
	text-decoration: none;
}

ul{
	/*list-style: square;*/
	list-style-image: url(images/flechenoir.gif);
}

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

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

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	background-color: #FFF;
	color: #000;
}

h2{
	font-size: 1.3em;
	color: #444;
	background-color: #FFF;
}

h3{font-size: 1.2em;}

h4{font-size: 1.1em;}

p.retour {
	text-align:right;
}

/* Page
************************************************************/
#page{
	/*position: relative;*/
	margin: 0 auto;
	padding : 0;
	background: #FFF;
	color: inherit;
	background-image: url(images/menubg.png);
	background-repeat: repeat-y;
	background-position: 19% 0;	
	text-align: left;
}

/* Header
************************************************************/
#top {
	margin-top : 0;
	margin-left: 0;
	margin-right: 0;
	height: 50px;
	background: #BFD4E8 url(images/header.jpg) repeat-x;
	margin-bottom: 1em;
	text-align: right;
	color: #FFF;
	padding-right: 5px;
}

#top a {
	margin-right: 2em;
	color: #FFF;
	background-color: inherit;
}

#top p{
	margin: 0;
}

#logo{
	margin: 0% 0% 0% 1%;
}

#logo img{
	border: 0;
}

#logo a{
	color:#000;
	background-color: inherit;
}

#logo h1{
	display:inline;
}

#logo h2{
	padding: 0 0 0 1em;
	font-size: 1.3em;
	font-weight:bold;
	color:#006EA6;
	display:inline;
	background-color: inherit;
}

/* contenu
************************************************************/
#main {
	margin: 1em 19%;
	padding: 1em;
}

#content {
	margin: 0;
	width: 93%;
}

/* Catégorie
************************************************************/
.post-cat{
	color: #F27900;
	width:90%;
	font-size:1.2em;
	font-weight:bold;
	background-color: inherit;
}

.ligneorange{
	background-color: #F27900;
	width:100%;
	height:1px;
	color: inherit;
	font-size: 1px;
	margin-bottom: 10px;
}

/* Billet
************************************************************/
#post {
	margin: 0;
}

.post ul li, .post ol li {
	margin-top: 2px;
}

.post-title{
	margin-bottom: 0;
	font-weight:bold;
	font-size:1em;
}

.post h2{
	margin: 0;
	color:#006EA6;
	display: list-item;
	background-color: inherit;
      list-style-type: none;
      background-image: url(images/flechegris.gif);
      background-repeat: no-repeat;
      background-position: 0% 65%;
      padding-left: 15px;
}

.post h2.souligne{
	padding-bottom: 2px;
	border-bottom: #F27900 solid 1px;
}

.post-info {
	font-size : 0.85em;
	color : #666;
	margin: 0 0 0 1em;
	background-color: inherit;
}

.post-chapo {
	margin-bottom : 2em;
}

.post-content {
	text-align: justify;
	margin-bottom: 3em;
}

/* Présentation
*****************************************************************/
#presentation{
	width: 19%;
	position:absolute;
	top:10em;
	right: 1%;
}

#presentation div {
	color: #000;
	background-color: #CADCEE;
	border: 1px solid #A3A3A3;
	text-align:justify;
	margin: 0;
	padding: 5px;
}

#presentation h2{
	color: #404040;
	margin: 0;
	text-align:left;
	background-color: #CADCEE;
}

#presentation p{
	margin: 0.5em 0;
	font-size: 0.9em;
}

#presentation img {
	float: right;
}

/* Sidebar
************************************************************/
#sidebar {
	width:17%;
	padding: 0;
	/*position:absolute;
	top: 12em;
	left: 1%;*/
	margin-left: 5px;
	margin-top: 22px;
	float: left;
}

#sidebar h2{
	font-size: 1.1em;
	font-weight:bold;
	background-image: url(images/menu.png);
	color: #F27900;
	padding: 3px;
	margin: 0;
	width:100%;
	background-color: inherit;
}

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

#sidebar ul li{
	margin: 1ex 0;
}

#sidebar ul li a{
	text-decoration: none;
	background-color: inherit;
	color : #006EA6;
}

#sidebar li a:visited{
	color: #064E73;
	background-color: inherit;
}

#sidebar li a:hover, a:focus, a:active { 
	color: #6699cc;
	background-color: inherit;
}

#sidebar li a{
	display: block;
	color : #006EA6;
	background-color: inherit;
}

#sidebar li a:hover{
	color: #6699cc;
	/*background: transparent url(images/curseur.gif) repeat-y right; *//* Bling Bling No Flash */
	background-color: inherit;
}

/* Recherche */
#sidebar search p{
	text-align: center;
	margin: 0;
}

#sidebar search input{
	width: 15%;
}

#sidebar search input#q{
	width: 65%;
}

#q{
	background-image: url(images/search.png);
	background-position: 3px;
	padding-left: 16px;
	width: 50%;
	background-color: inherit;
	color: inherit;
	background-repeat:no-repeat;
}

/* surlignage des mots recherchés */
span.highlight0 {
	color: inherit;
	background-color: #FFFF99;
}

span.highlight1 {
	color: inherit;
	background-color: #FF99FF;
}

span.highlight2 {
	color: inherit;
	background-color: #99FFFF;
}

span.highlight3 {
	color: inherit;
	background-color: #FF9999;
}

span.highlight4 {
	color: inherit;
	background-color: #9999FF;
}

/* A retenir */
#selection{
	margin-bottom: 3em;
}

#selection h2{
	font-weight: bold;
	color: #F90;
	background-color: inherit;
}
/* Footer
************************************************************/
#footer {
	height: 20px;
	text-align: right;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
}

#footer a{
	margin: 0;
	color: #A0A0A0;
	font-size:0.8em;
	text-decoration: none;
	padding:0 1em;
	background-color: inherit;
}

/* error
************************************************************/
.error {
	border : 1px solid #c00;
	background-color : #fee;
	padding : 0.5em;
	color: inherit;
}

.error ul {
	padding-left : 20px;
}

.error li {
	list-style : square;
}