/* ***** 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
 *
 *

 
/* Les éléments HTML en général
-------------------------------------------------------- */
html, body, #page, #top, #wrapper,
#main, #content,
#sidebar, #blognav, #blogextra {
	margin : 0;
	padding : 0;
	}
	

body{
	background-color: #5d6166;
	color: #000;
	font-size: 76%;
	font-family: arial, verdana, helvetica, sans-serif;
	
}

h1, h2, h3, h4, h5, h6, p, li, address
{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	line-height: 1.5em;
}

h1
{
	font-size: 140%;
}

h2 
{ 
	font-size: 130%; 
}

h3
{ 
	font-weight: bold;
	font-size: 110%; 
}

h4
{
	font-size: 110%; 
	font-weight: bold;
}

h5, h6
{ 
	font-size: 100%; 
}

h5 
{ 
	margin: 0;
}

h3
{ 
	font-weight: bold;
}

h4, h5, h6
{ 
	font-weight: bold; /* cancel basic style */
	margin: 0;
	padding: 0;
}

#container
{
    margin: 0 auto; 
}

.box .close
{
    height: 1px;
}

.box
{
    clear: both;
    padding: 1px 0 0;
}

#wrapper {
	margin : 0 10px;
	}

/* La page
-------------------------------------------------------- */
#page{
	width: 980px;
	position: relative;
	background: transparent;
	color: inherit;
	margin : 0 auto;
	text-align : left;
	
	
}

#main{
 margin: 0 auto; 
}
 
/* L'entête
-------------------------------------------------------- */
#top
{
    height: 130px;
    overflow: hidden;
	margin-bottom:20px;
	width: 980px;
}
h1
{
    position: relative;
    top: 8px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(img/logo-inner.gif);
	overflow: hidden;
	width: 199px;
	height: 97px;
	text-transform: uppercase;
	margin : 0;
	padding : 0;
}

h1 a
{
	display: block;
	padding-top: 91px;
}



/* Le contenu
-------------------------------------------------------- */
#content
{ 
	width: 550px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -20px;
}


.post-content
{
	text-align: left;
	border-bottom: 1px dotted #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
	margin-top: -15px;
	
}
.post-content strong, #content h4
{
	color: #FFFFFF;
	font-size: .9em;
}



.post-content img
{
	
	margin-right: 10px;
	width:100px;
	height:100px;
	border: none;
}

.img
{ 
	float: left;
	margin-right: 10px;
	border: none;
}

#content p, 
#content li, 
#inner td, 
#content td, 
#selection li, 
#mailing p,
#content label,
#content legend
{ 
	line-height: 20px;
	color: #fff;
	margin-bottom: .5em;
	list-style-type: none;
	font-size: 1.2em;
	margin-top: 0;
	border: none;
}

#content label
{ 
	margin-bottom: 0;
}

#content select
{ 
	margin-bottom: .2em;
}

#content li
{ 
	padding: 0;
	margin: 0;
}

#content ul
{ 
	padding-left: 15px;
}

.post-title
{
	line-height: 24px;
	color: #c8de1d;
	list-style-type: none;
	text-transform: uppercase;	
	background: transparent;
	font-size: 130%; 
	font-weight: bold;
	margin-bottom: 1.2em;
}

.post-title a{
	line-height: 12px;
	color: #c8de1d;
	list-style-type: none;
	text-transform: uppercase;	
	background: transparent;
}



#content h5
{ 
	color: #fff;
	text-transform: uppercase;	
	margin-top: 12px;
}

#content h3, #contenth3
{
    color: #fff;
    line-height: 25px;
	font-weight: bold;
    border-top: 1px solid #c8de1d;
    border-bottom: 1px solid #c8de1d;
	text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 8px;
    margin-top: 13px;
}

#content a:link,
#content a:visited
{
    color: #C8DE1D;
    font-size: 1em;
    margin-bottom: 3px;
}

#content a:active,
#content a:hover,
#content a.active:link,
#content a.active:visited
{
    color: #fff;
    text-decoration: underline;
}

#content .post-content a
{
    color:#C8DE1D;
}

#sidebar {
	margin : 0;
	overflow: hidden;
	
	}

#blognav, #blogextra {
	margin : 0;
	padding : 0;
	display:inline;
	
	
}

#blognav {
	width : 200px;
	float: left;
	margin: 0;
	margin-left: -46px;
	margin-top: -8px;
	
  }
  
  
  
 /* La barre de navigation
-------------------------------------------------------- */
#blognav #menus
{
    font-size: 1.2em;
    line-height: 22px;
    float: left;
	margin: 0;
	margin-right: 0;
	overflow: hidden;
	  
	
	
}

#blognav #menus li
{
    text-align: center;
    border: 1px solid #c8de1d;
    width: 150px;
    margin-bottom: 20px;
	margin-right: 0;
	overflow: hidden;
	

}

#blognav #menus ul
{
    list-style-type: none;
	
	margin-top: 0;
}

#blognav #menus a:link,
#blognav #menus a:visited
{
    display: block;
    color: #c8de1d;
    text-transform: uppercase;
    font-weight: bold;
}

#blognav #menus a:active,
#blognav #menus a:hover,
#blognav #menus a.active:link,
#blognav #menus a.active:visited,
#blognav #menus .current a
{
    color: #000;
    background-color: #c8de1d;
}

 
#sidebar {
	width : 202px;
	float: right;
	margin: -15px 18px 0 0;
	overflow: hidden;
  }
  
  
#blogextra {
	width : 200px;
	
	margin: 0;
	
	overflow: hidden;
	
	}

#blogextra #calendar
{
	width: 200px;
    border: 1px solid #c8de1d;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 10px;
    margin-top: 5px;
}

#mailing
{
	float: right;
	width: 200px;
    border: 1px solid #c8de1d;
    color: #fff;
    padding-bottom: 5px;
}
#mailing p
{
	margin: 8px 8px 0 8px;
	font-size: 1em;
}
#mailing input
{
	margin-left: 5px;
	font-size: 1em;
}

#blogextra #calendar h3, #mailing h3
{
	margin-top:-2px;
	display: block;
    color: #000;
    line-height: 25px;
    text-indent: 10px;
    background-color: #c8de1d;
	text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 5px;
}

#blogextra #calendar table
{
	color: #c8de1d;
	font-size: 1em;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar #calendar table caption
{
	color: #c8de1d;
	text-align: center;
}

#sidebar #calendar table caption a
{
	color: #c8de1d;
}

#sidebar #calendar table caption a:hover
{
	color: #fff;
}

#sidebar #calendar table th
{
	color: #fff;
	text-decoration: none;
	list-style-type: none;
}

#sidebar #calendar table td
{
	width: 14%;
	line-height: 25px;
	text-align: center;
	border: 1px solid gray;
	text-indent: 0;
}

#blogextra #calendar table td a{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #c8de1d;
}

#blogextra #calendar table td a:hover{
	
	color: #000;
}

#selection a
{ 
	line-height: 16px;
	color: #c8de1d;
	margin-bottom: .3em;
	list-style-type: none;
	font-size: .9em;
}

#selection li
{ 
	border-bottom: 1px dashed #fff;
}

#selection
{
    width: 200px;
    border: 1px solid #c8de1d;
    margin-bottom: 20px;
    color: #fff;
	text-decoration : none;
    float: right;
    padding-bottom: 2px;
   
}

#selection img
{
    width: 50px;
    height: 50px;
    border: 1px solid #c8de1d;
    margin-bottom: 20px;
    
}

#selection h2{
	margin-top:-2px;
	font-weight: bold;
	display: block;
    color: #000;
    line-height: 25px;
    text-indent: 10px;
    background-color: #c8de1d;
	text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 5px;
	
}

#contact
{ 
	width: 350px;
	margin: 1em 0 2em 0;
}

h2
{
	color: #c8de1d;
	list-style-type: none;
	text-transform: uppercase;	
	background: transparent;
	font-size: 110%; 
	font-weight: bold;
	margin-top: 8px;
}

#contact h6
{
	color: red;
	font-size: 1.2em;
}
#contact .field 
{
	color: #c8de1d;
	padding-top: .6em;
}

.submit input, button
{
	background-color:transparent;
	border:0pt none;
	cursor:pointer;
	margin:5px 0  5px 0;
	overflow:visible;
	padding:0pt;
	text-transform:uppercase;
	color: #c8de1d;
	font-size: 1.1em;
}
.submit input:hover, button:hover
{
	color: #fff;
}
#content .post-content .icon
{
	width: 550px;
	height: 38px;
}

#content .post-content .icon img
{
	width: 40px;
	height: 38px;
	float: right;
	border: 0;
	margin-right: 10px;
}

label
{
    display: block;
    padding-top: .5em;
}

textarea
{
    width: 50%;
    height: 7em;
}

#content p.message
{
    color: red;
}
.close
{
    clear: both;
}

#selection ul
{
    margin: 3px 8px 0 8px;
    padding: 0;
}
#selection a:hover
{
	color: #fff;
}

fieldset
{
	margin: 20px 0 20px;
}

.spacer{
clear:both;
}