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

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	background: url(img/page.gif) repeat-y left top;
	width: 806px;
	margin: 0em auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
}

#prelude{
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
}

#main{
	 /*margin:0em 0em 5em 0em;*/
	float: right;
	width: 647px;
}
/* Jgi : Nous positionnons le block Cert-Lexsi.*/
#main2{ 
	padding-top: 9px;
	/* margin:0em 0em 5em 0em; */
	float: right;
	width: 658px;
}
/* Jgi : Nous alignons le texte du block Cert-Lexsi sur fond blanc. */
#CorpContenu{
	padding-left: 40px;
	padding-right: 12px;
}
/* Jgi : Nous dimensionnons l’entête du block Cert-Lexis.*/
#EnteteCertLexsi{
  
	background:  url(img/pictoactu.gif) no-repeat left top;
	height: 37px;
	width: 647px;
	}
/* Jgi : Nous dimensionnons le corps du block Cert-Lexis.*/	
#CorpCertLexsi{
	background:  url(img/corpcertlexsi.gif) left top;
	width: 647px;
	}
/*Jgi : Nous fermons graphiquement la zone blanche cert-lexsi.*/	
#MentionsLegales{
	color: #FFFFFF;
	background: #b8282f url(img/certfooter.gif) no-repeat left top;
	width: 647px;
	}



#content{
	margin: 0 0 0 0px;
	padding: 1em 0 0 0;
}

.post{
	margin-bottom: 4em;
}
/* Jgi : Nous positions les menus sur la gauche.*/
#sidebar{
	padding-top: 11px;
	padding-left: 4px;	
	float: left;
	width: 140px;
	padding-bottom: 6px;
}

#sidebar div{
	width: 124px;
	margin: 0 0px 0 0;
	padding: 0ex 5px;
}

#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
}
/* Jgi : Nous fermons graphiquement la zone rouge de la page.*/


#pied{
	color:#000;
	 height: 10px; 
	line-height: 10px;	
	background: #BFBFBF url(img/footer.gif) no-repeat left top;
	margin : 0;
	clear: both;
}
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
/* Modification FormatWeb.*/
	background: #FFFFFF;
/* Fin Modification FormatWeb.*/	
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/* Modification FormatWeb.*/
	border-top: 10px solid #FFFFFF;
/* Fin Modification FormatWeb.*/
}
:link { color: #000; }
/* Modification FormatWeb.*/
:visited { color: #666666; }
/* Fin Modification FormatWeb.*/
a:active { color: #636; }


:link ,:visited ,a:active{ background:#fff; }

:link ,:visited ,a:active{ background:#fff; }
#footer a ,#sidebar div#calendar table th{
	color: #000;
	
	background: #FFF;
	
	}
#GroupeSousMenu ul li a{
background: url(sous_lien_group.gif);
}

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

h1{font-size: 18px;}
h2{font-size: 16px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 10px;}
h6{font-size: 8px;}

pre, code{
	font-size: 10px;
}

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 #C0C0C0;
}

textarea{
	width: 100%;
	font-size: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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

/* L'entête
-------------------------------------------------------- */
#top{
	height: 59px;
	cursor: pointer;
	background: url(img/top.gif) no-repeat left top;
}

#top h1{

	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	
}

#top h1 a{
	text-decoration: none;
	
}
#MentionsLegales, #MentionsLegales a{
/* Modification FormatWeb.*/
	background: #F1F1F1;
	color: #000000; 
/* Fin Modification FormatWeb.*/
}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: #fff;
	color: #DFDFDF; 
	text-align: center;
}

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	
	font-style: italic;
}

.post-title{
	color: #666;
	background:#fff; 
	margin-bottom: 0;
}

.post-title a{
	text-decoration: none;
/* Modification FormatWeb.*/
	color:#B93236;
/* Fin Modification FormatWeb.*/
}

.post-info{
	margin-top: 0;
	color: #999;

	background: #fff;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #999;
	background: #fff;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

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

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

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */

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

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

#sidebar h3{
	font-size: 8px;
	margin: 0;
}



#search fieldset, #search p{
	margin: 0;
/* Modification FormatWeb.*/
	padding: 5px 0 0 0;
/* Fin Modification FormatWeb.*/
}

#q{
  padding-left: 18px;
	}
#sidebar div#calendar table{
	font-size: 8px;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
/*order: 1px solid #EEE;
*/
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;

}

/* Elements de la page
-----------------------------------------------*/


 #syndicate{
	margin: 1ex 1ex 1ex 1ex;
/*	margin-top: 120px;*/
	top: 7px;
		padding: 1ex 1em;
}
/* Jgi : Nous attribuons le fond, positionnon et les dimensions des entêtes de menu.*/
#SearchAnonce,#CategoriesAnonce,#ArchivesAnonce,#LinksAnonce,#SyndicateAnonce,#GroupeAnonce,#LanguagesAnonce{
	background:  url(img/anonce.gif);
	margin-left: 13px;
	height: 32px;	
	width: 108px;	
	vertical-align: bottom;
	
	
}
/* Jgi : Nous attribuons le fond, positionnon et les dimensions des entêtes de menu.*/
#GroupeSousMenu{
	background: url(img/sousmenugroup.gif) no-repeat left top;
	margin-left: 13px;
	height: 64px;	
	width: 108px;	
}



/* Jgi : Nous attribuons le fond, positionnon et les dimensions les menu.*/
#SearchSousMenu,#SyndicateSousMenu,#LinksSousMenu,#CategoriesSousMenu,#ArchivesSousMenu,#LanguagesSousMenu,.SousMenu{
	background: url(img/soush2.gif);
	margin-left: 10px;
	width: 108px;
	
}
/* Jgi : Nous fermons graphiquement le bas du menu.*/
#SearchSousMenuBas,#SyndicateSousMenuBas,#LinksSousMenuBas,#CategoriesSousMenuBas,#ArchivesSousMenuBas,#LanguagesSousMenuBas,.SousMenuBas{
	background:  url(img/soush2bas.gif) no-repeat left top;
	margin-left: 10px;
	height: 12px;
	width: 108px;	
}

/* Jgi : Nous redimensionnons les balises textarea pour qu’elles ne sortent pas du cadre.*/
textarea {
	height: 80px;
	width: 580px;
}
/* Jgi : Nous définissons la police et le positionnement de mentions légales. */

#MentionsLegales, #MentionsLegales a{		 
		text-align: center;
		text-decoration: none;
}

#LinksSousMenu a,#ArchivesSousMenu a,#CategoriesSousMenu a, #LanguagesSousMenu a{
	margin-left: 2px;
	text-decoration: none;
}
#GroupeSousMenu a{
	margin-left: 35px;
	text-decoration: none;

}
#SearchAnonce h2,#CategoriesAnonce h2,#ArchivesAnonce h2,#LinksAnonce h2,#SyndicateAnonce h2,#GroupeAnonce h2, #LanguagesAnonce h2{

		padding-top: 4px;
		padding-left: 8px;
/* Modification FormatWeb.*/
		color:#FFFFFF;
/* Fin Modification FormatWeb.*/
}
#SyndicateSousMenu li{
		padding-top: 4px;
	  padding-left: 5px;
		list-style-image: url(img/rss.gif);
		list-style-position: inside;
		
}
#SyndicateSousMenu a{
	margin-left: 4px;
	text-decoration: none;
}
#q{
	 /*margin-top: 4px;*/
	margin-left: 4px;
	padding-right: 10px;
	height: 22px;	
	width: 84px;
}
#qsubmit{
	margin-top : 4px;
	margin-left : 85px;
	padding-right : 10px;
	height : 22px;	
	width : 33px;
	border : 1px solid #C0C0C0;
}
