/* ***** 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
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
*{border:none; list-style-type:none; margin:0; padding:0;}
body{
	background: #000 url(img/motif.gif) repeat;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*border-top: 10px solid #DDD;*/
	}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.8em; margin-top:0; padding:5px;}
h3{font-size: 1.2em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}
h5 span{font-size: 0.9em; font-weight:normal;}
pre, code{
	font-size: 1.2em;
}

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 #999;
}

textarea{
	width: 90%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a , span.text_blanc{
	color: #FFFFFF;
	text-decoration:none;
}
span.text_message{
    display:block;
	color: #D12F2B;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
}
.left{
	float: left;
	margin-right: 1em;
}
.right{
	float: right;
	margin-left: 1em;
}
/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/stripes2.gif) repeat-y center top;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 148px;
	background: #000 url(img/header_01.gif) no-repeat center top;
}
#top a{
	display:block;
	height: 148px;
	width:800px;
}
#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}
#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
/**********************************MENU PRINCIPAL***********************************************************/
#menu_top{
width:800px;
background:#000000;
}
#menu_top td{
color:#ffffff;
}
#menu_top table{
padding-left:20px;
}
a.un , a.deux , a.trois , a.quatre , a.cinq{
display:block;
background-position:top left;
background-repeat:no-repeat;
height:28px;
font-size:1px;
color:#000000;
text-decoration:none;
margin-left:15px;
}
a.un:hover , a.deux:hover , a.trois:hover , a.quatre:hover , a.cinq:hover{
color:#F5E700;
}
a.un{
background:url(img/menu_accueil.gif);
width:82px;
}
a.deux{
background:url(img/menu_agence.gif);
width:83px;
}
a.trois{
background:url(img/menu_references.gif);
width:113px;
}
a.quatre{
background:url(img/menu_recrutement.gif);
width:133px;
}
a.cinq{
background:url(img/menu_contact.gif);
width:89px;
}
a.un:hover{
background:url(img/menu_accueil.gif);
background-position:0 -28px;
}
a.deux:hover{
background:url(img/menu_agence.gif);
background-position:0 -28px;
}
a.trois:hover{
background:url(img/menu_references.gif);
background-position:0 -28px;
}
a.quatre:hover{
background:url(img/menu_recrutement.gif);
background-position:0 -28px;
}
a.cinq:hover{
background:url(img/menu_contact.gif);
background-position:0 -28px;
}
a.un_selected , a.deux_selected, a.trois_selected, a.quatre_selected, a.cinq_selected{
display:block;
height:28px;
color:#F5E700;
text-decoration:none;
margin-left:15px;
font-size:1px;
}
a.un_selected{
background:url(img/menu_accueil.gif);
background-position:0 -28px;
background-repeat:no-repeat;
width:82px;
}
a.deux_selected{
background:url(img/menu_agence.gif);
background-position:0 -28px;
background-repeat:no-repeat;
width:83px;
}
a.trois_selected{
background:url(img/menu_references.gif);
background-position:0 -28px;
background-repeat:no-repeat;
width:113px;
}
a.quatre_selected{
background:url(img/menu_recrutement.gif);
background-position:0 -28px;
background-repeat:no-repeat;
width:133px;
}
a.cinq_selected{
background:url(img/menu_contact.gif);
background-position:0 -28px;
background-repeat:no-repeat;
width:89px;
}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	display: none;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}
/* Le contenu
-------------------------------------------------------- */
table.pagination{
width:599px !important;
width:590px;
border:none;
border-collapse:collapse;
margin-bottom:3px;
}
table.pagination tr td{
/*height:15px;*/
}
span.pagenav{
padding:3px;
text-align:right;
margin-right:20px;
background:#E7F419;
} 
.pagenav , .pagenav a{
color:#000000;
text-decoration:none;
font-size:11px;
}
.pagenav a:hover{
text-decoration:underline;
}
.day-date{
padding-left: 40px;
margin-left: -25px;
margin-bottom:0;
padding-bottom:0;
color: #888;
background: transparent url(img/day-date.png) no-repeat;
background-position: 20px 7px;
}
/**POST INFOS***************************************************************************************************/
div.infos_post{
width:580px !important;
width:571px;
background:#FFF;
}
div.post_title{
background:#000;
width:580px !important;
width:571px;
}
div.post_title a.lien_titre{
display:block;
font-size:1.7em;
padding:5px;
color:#FFFFFF;
text-decoration: none;
font-weight:bold;
line-height:25px;
}
div.containt_infos{
background:#B0DA11;
}
div.avatar{
float:left;
width:36px;
height:36px;
}
p.text_infos{
background:#E7F419;
float:left;
padding:0 5px 2px 5px !important;
padding:0 5px 0px 5px;
line-height:17px !important;
line-height:18px;
}
div.spacer_infos{
clear:both;
background:#FFFFFF;
height:1px;
font-size:1px;
}
span.post-info{
color: #000;
font-size:11px;
font-weight:bold;
}
span.post_cat{
font-size:11px;
color:#333F05;
}
a.lien_post_cat{
line-height:8px;
font-size:10px;
color:#333F05;
text-decoration:none;
}
a.lien_post_cat:hover{
text-decoration:underline;
}
span.upper{
text-transform:uppercase;
}
span.post-info-co{
margin-left:15px;
background:#E7F419;
padding:3px;
font-size:11px;
}
span.post-info-tags{
margin-left:15px;
background:#B0DA11;
padding:3px;
font-size:11px;
color:#595C1B;
}
span.envoi_friend{
margin-left:15px;
background:#F9BB00;
padding:3px;
font-size:11px;
color:#000000;
}
span.envoi_friend a{
color:#595C1B;
text-decoration:none;
}
span.post-info-tags a{
color:#595C1B;
text-decoration:none;
}
span.post-info-tags a:hover , span.envoi_friend a:hover{
color:#000000;
text-decoration:underline;
}
/*FIN POST INFOS********************************************************************************************/
/*POST CONTENT********************************************************************************************/

.post-content, .post-chapo , .post-content table div{
	text-align: justify;
	font-size:12px;
	padding-top:10px;
	padding-left:15px;
	padding:10px 0px 15px 15px;
	line-height:19px;
}
.post-content a , .post-chapo a{
	color:#FE2A0B;
	text-decoration:none;
	padding:2px 3px 2px 3px;
}
.post-content a:hover , .post-chapo a:hover{
	background:#FE2A0B;
	color:#000000;
}
.post-content a.img , .post-chapo a.img{
background:none;
}
.post-content a.img:hover , .post-chapo a.img:hover{
background:none;
}

.post-content blockquote{
font-family: Georgia, serif;
font-style: italic;
}
.td_infos_post{
background:#E7F419;
}

.post-info-co{
color: #666;
background: transparent;
font-size:10px;
text-align: left;
}
.post-info-co a{
text-decoration:none;
color: #000;
}
.post-info-co a:hover{
	text-decoration:underline;
}
/*COMMENTAIRE DE POST + FORMULAIRE*****************************************************************************/
div.error{
color:#D12F2B;
margin-left:15px;
font-size:13px;
font-weight:bold;
}
div.error ul li{
list-style-type:disc;
margin-left:20px;
color:#F70E09;
font-size:11px;
line-height:15px;
}
table.couleur_com{
width:580px;
background:#B0DA11;
margin-bottom:20px;
margin-top:30px;
}
td.fond_rouge_com{
background:#E9440F;
height:25px;
padding-left:15px;
padding-top:3px;
}
td.fond_rouge_com span{
padding:0px 5px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
}
table.commentaire{
background:#000000;
font-size:12px;
margin:0px 0 10px 15px;
}
table.commentaire td.auteur{
background:#000000;
color:#FFFFFF;
}
table.commentaire td.auteur span{
margin-right:10px;
}
table.commentaire td.date{
background:#E7F419;
color:#000000;
padding:0 15px 0 15px;
}
div#comments blockquote p , p.field{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
div#comments blockquote p{
margin:0 20px 20px 30px;
}
div#comments p{
margin:0 0px 0px 15px;
}
div#comments  a{
color:#FE2A0B;
text-decoration:none;
padding:2px 3px 2px 3px;
}
div#comments a:hover{
background:#FE2A0B;
color:#000000;
}
p.field{
background:url(img/puces_rouge_big.gif);
background-repeat:no-repeat;
background-position:0 6px;
margin:0 0px 0px 15px;
}
p.field label{
padding-left:13px;
}
input.preview{
background:url(img/btn_preview.gif);
background-repeat:no-repeat;
background-position:top left;
width:113px;
height:25px;
border:none;
margin:15px 0 15px 15px;
cursor: pointer;
cursor: hand;
}
input.submit{
background:url(img/btn_submit.gif);
background-repeat:no-repeat;
background-position:top left;
width:77px;
height:25px;
border:none;
margin:15px 0 15px 15px;
cursor: pointer;
cursor: hand;
}
span.back a{
color:#000000;
font-size:11px;
margin-left:20px;
text-decoration:none;
}
span.back a:hover{
text-decoration:underline;
}
ul.error{
color:#F91700;
margin:15px;
}
div.success{
margin:15px;
font-size:13px;
color:#000000;
}
span.question{
color:#D12F2B;
}
span.texte_question{
color:#000000;
font-style:italic;
font-size:11px;
}
/**PAGE TABLE DES MATIERES*************************************************************************************/
span.titre_menu{
background:#E9440F;
height:33px;
padding:5px 6px 3px 15px; 
font-size:13px;
font-weight:bolder;
text-transform:uppercase;
color:#FFFFFF;
}
span.titre_rubrique{
background:#F4E700;
height:33px;
padding:5px 6px 3px 15px; 
font-size:13px;
font-weight:bolder;
text-transform:uppercase;
}
span.titre_rubrique a{
color:#000000;
}
ul.toc_ul{
margin:10px 15px 10px 15px;
}
ul.toc_ul li a{
background:url(img/puces_rouge_big.gif);
background-repeat:no-repeat;
background-position:0 6px;
padding-left:12px;
font-weight:bold;
font-size:11px;
text-decoration:none;
}
ul.toc_ul li a:hover{
text-decoration:underline;
}
ul.toc_ul li a.menu{
background:url(img/puces_noir_03.gif);
background-repeat:no-repeat;
background-position:0 6px;
padding-left:12px;
font-weight:bold;
}
/****************************************** La colonne de navigation SIDEBAR *********************************/
#sidebar div{
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #E0EA1A;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}
#sidebar a:hover{
text-decoration:underline;
}
/*BLOC RECHERCHE--------------------------------------------------------------*/
#sidebar div#search{
	background: transparent;
	color: inherit;
}
#sidebar div#search h5.search{
color:#FFF;
font-weight:bold;
background:none;
}
/*#search fieldset, #search a{
text-decoration:none;
background:url(img/btn_ok1.gif) no-repeat;
background-position:top left;
width:22px;
height:20px;
display:block;
margin-left:3px;
float:left;
}*/
#search input.btn_search{
text-decoration:none;
background:url(img/btn_ok1.gif) no-repeat;
background-position:top left;
width:22px;
height:20px;
display:block;
float:left;
margin:0px 0 0 3px;
border:none;
cursor: pointer;
cursor: hand;
}
/*#search fieldset, #search a:hover{
text-decoration:none;
}*/

#q{
    float:left;
	height:20px;
	border:none;
	background:#FFF;
	padding:3px 5px 0 5px;
	margin:0;
	width:140px;
}

/*BLOC RUBRIQUES-----------------------------------------------------------*/
#sidebar div#rubrique{
	background: transparent;
	color: inherit;
}
#sidebar div#rubrique h5.rubrique{
margin-top:25px;
color:#000;
font-weight:bold;
background:#FFB613;
padding-left:5px;
}
#sidebar div#rubrique h5.rubrique{
color:#000;
font-weight:bold;
background:#FFB613;
padding-left:5px;
}
#sidebar div#rubrique ul{
margin-left:5px;
margin-top:5px;
line-height:18px;
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #FFFFFF;
}
#sidebar div#rubrique a.tri{
margin-left:5px;
}
#sidebar div#rubrique ul li a:hover{
text-decoration:underline;
}
/*CAMPAGNE-----------------------------------------------------------------------*/
#sidebar div#campagne{
margin-top:25px;
}#sidebar div#campagne h5{
margin-top:25px;
padding:0;
margin:0;
color:#000;
font-weight:bold;
background:#FE2A0B;
padding-left:5px;
}
/*NEWSLETTER------------------------------------------------------------------------*/
div#newsletter{
margin-top:25px;
}
div#newsletter h5{
padding:0;
margin:0 0 0 0 !important;
margin:0 0 10px 0;
color:#000;
font-weight:bold;
background:#B0DA11;
padding-left:5px;
}
input.invisible{
visibility:hidden;
border:none;
font-size:1px;
height:1px;
width:20px;
margin:0;
padding:0;
}
input.btn_new{
text-decoration:none;
background:url(img/btn_ok2.gif) no-repeat;
background-position:top left;
width:22px;
height:20px;
display:block;
float:left;
margin:10px 0 0 3px;
border:none;
cursor: pointer;
cursor: hand;
}
input.radio{
margin-left:5px;
border:none;
background:none;
}
input.text{
float:left;
border:none;
width:140px;
height:20px;
background:#FFF;
padding:3px 5px 0 5px;
margin-top:10px;
margin-bottom:0;
}
/* Table des matières----------------------------------------------------------------*/
div#toclink{
margin-top:25px;
}
div#toclink h5{
padding:0;
margin:0 0 10px 0;
color:#000;
font-weight:bold;
background:#C2248E;
padding-left:5px;
}
div#toclink a{
color:#FFF;
font-size:13px;
margin-left:5px;
}
/*LIENS---------------------------------------------------------------------------*/
div#links{
margin-top:30px !important;
margin-top:0px;
}
div#links h5{
padding:0;
margin:0 0 10px 0;
color:#000;
font-weight:bold;
background:#3F97B1;
padding-left:5px;
}
div#toclink a{
color:#FFF;
font-size:13px;
margin-left:5px;
}
/* Tags cloud------------------------------------------------------------------- */
#tagcloud ul {
margin:0;
padding:0 1em;
display:block;
width:175px;
}
#tagcloud  {
font-size: 1.3em;
}

#tagcloud li {
display:inline;
margin: 0 .1em;
padding: 0;
background-image: none;
/*line-height:13px !important;
line-height:19px;*/
}
#tagcloud li a{
text-decoration:none;
}
#tagcloud li a:hover{
text-decoration:underline;
}

#tagcloud li.level-1 { font-size: 0.6em; }
#tagcloud li.level-2 { font-size: 0.6em; font-weight:bold; }
#tagcloud li.level-3 { font-size: 0.7em; }
#tagcloud li.level-4 { font-size: 0.8m; }
#tagcloud li.level-5 { font-size: 0.9em; }
#tagcloud li.level-6 { font-size: 1.1em; }
#tagcloud li.level-7 { font-size:1.3em; }
#tagcloud li.level-8 { font-size: 1.4em; }
#tagcloud li.level-9 { font-size: 1.5em; }
#tagcloud li.level-10 { font-size: 1.6em; }
#tags {
text-align: right;
}
div#syndicate li a img{
border:none;
}
div#syndic{
}
div#syndic h5{
padding:0;
margin:25px 0 15px 0;
color:#000;
font-weight:bold;
background:#FE2A0B;
padding-left:5px;
}
/**SON****************************************************************************************/
a.popup{
display:block;
margin-left:10px;
margin-top:10px;
}



/**********LES PAGES CONNEXES********************************************************************/

/*PAGE AGENCE ET PAGE REFERENCE *****************************************************************/
div.agence_pit{
display:none;
}
tr.ref_pit{
display:none;
}
table.couleur{
width:580px;
background:#E7F419;
margin-bottom:20px;
margin-top:30px;
}
td.fond_rouge{
background:#E9440F;
height:25px;
padding-top:3px;
}
td.fond_rouge span{
padding:0px 5px 0px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
}
td.fond_noir{
padding:0 0 0 5px;
background:#000000;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
height:33px;
}
p.text_agence{
font-size:12px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
margin:0 13px 25px 15px;
text-align:justify;
font-weight:bold;
}
span.titre_problematique{
background:#E7F419;
height:33px;
padding:5px 6px 3px 15px; 
font-size:13px;
font-weight:bolder;
text-transform:uppercase;
color:#181818;
}
ul.big{
margin:15px 0 15px 20px;
}
ul.big li{
display:block;
background:url(img/puces_rouge_big.gif);
background-repeat:no-repeat;
background-position:0 7px;
padding:0 0 0 12px;
}
span.titre_ul_small{
font-size:13px;
color:#000000;
font-weight:bold;
margin-left:40px;
}
ul.small{
margin:3px 0 0 40px;
}
ul.small li{
display:block;
background:url(img/puces_rouge_small.gif);
background-repeat:no-repeat;
background-position:0 9px;
padding:0 0 0 10px;
}
table.equipe{
margin:5px;
width:560px;
line-height:14px;
}
table.equipe td{
vertical-align:middle;
height:45px;
}
span.nom_equipe{
font-size:13px;
font-weight:bold;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
margin-left:10px;
}
span.surnom_equipe{
font-size:12px;
color:#FE2A0B;
font-family:Arial, Helvetica, sans-serif;
margin-left:10px;
}
span.fonction_equipe{
font-size:12px;
color:#E7F419;
font-family:Arial, Helvetica, sans-serif;
margin-left:10px;
}
table.logo{
margin:0px 0 10px 15px;
border:1px solid black;
border-top:none;
}
table.logo tr.nom_part{
height:18px;
text-align:center;
background:#000000;
line-height:15px;
}
table.logo tr.nom_part td{
width:139px;
color:#FFFFFF;
}
table.logo tr.nom_part td a{
color:#FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}
table.logo tr.nom_part td a:hover{
text-decoration:underline;
}
td.nom_1 , td.nom_2, td.nom_3, td.nom_4{
border:1px solid #000000;
}
td.nom_1{
border-right:1px solid #FFFFFF;
}
td.nom_2, td.nom_3{
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}
td.nom_4{
border-left:1px solid #FFFFFFF;
}
tr.logo_part td{
border:1px solid #000000;
width:139px;
height:107px;
color:#FFFFFF;
}
tr.logo_part td img{
border:none;
}
/*PAGE CONTACT ******************************************************************************/
div.page_contact{
margin:0 0 30px 15px;
background-image:url(img/contact.jpg);
background-repeat:no-repeat;
background-position:bottom left;
padding-bottom:230px;
}
div.page_contact p{
background:url(img/puces_rouge_big.gif);
background-repeat:no-repeat;
background-position:0 6px;
padding-left:12px;
margin:0 0 10px 50px;
font-size:12px;
color:#000000;
text-align:left;
}
div.page_contact p a{
color:#E64520;
}
/*POPUP MIXETTE*******************************************************************************/
div.mixette{
position:relative;
top:400px;
left:200;
width:160px;
height:68px;
}
/* Le pied de page****************************************************************************/
div#toc li a{
text-decoration:none;
color:#000000;
}
div#toc li a:hover{
text-decoration:underline;
}
div.spacer{
clear:both;
font-size:1px;
height:1px;
background:#000000;
margin:0;
padding:0;
}
div.space{
height:35px;
background:none;
}
/*-------------------------------------------------------- */
#footer{
display:block;
background:#000;
text-align:center;
}
#footer a{
	font-size:11px;
	color: #999;
	text-decoration:none;
}
#footer a:hover{
	font-size:11px;
	color: #FFF;
	text-decoration:underline;
}
#pitflash{
	visibility:hidden;
}