/* ***** 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
-------------------------------------------------------- */
#stage {
	background:#000;
	color:#fff;
	padding:20px;
}
#stage img {
	margin:2px;
	display:inline;
	float:right;
}

#top-head
{
	background-color:#E6E2EB;
	width: 1024px;
	background-color:#CCCCCC;
	height: 50px; 
	margin: 0 auto;
	text-align: left;
	padding:0px;

}



.top-box
{
width:161px;
height:50px;
float:left;
padding:0px 0px -5px 0px;
margin:0px 0px -5px 0px;
text-align:center;
}
.top-box form,.top-box img{
	margin-top:23px;
	margin-bottom:0px;
	border-width:0px;
	padding:0px;
}


body{
	background: #FC7905;
	color: #333333;
	font-size: 79%;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

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

h1{font-size: 1.3em; color:#ffffff;}
h2{font-size: 1.4em; color:#ffffff;}
h3{font-size: 1.1em;}
h4{font-size: 0.9em;}
h5{font-size: 0.8em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	/* coucou juan la valeur hand n'existe pas cursor: hand; */
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

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

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #FFFFFF;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	width: 1024px;
	height: 142px;
	/*padding-top: 20px;*/

}
.logo
{
	width: 247px ; 
	height: 128px;
    float:left;
}

.ads
{	margin-left:20px;
	margin-top:3px;
	width: 472px ; 
	height: 64px;
    float:right;
}
.menucat
{
	/* Coucou Juan j'ai enlevé ça servai a rien aussi ...
	width: 400px ; 
	height: 64px;
    float:left;
	border:1px solid red;*/
}
.clients
{	margin-left:20px;
	width: 245px ; 
	height: 64px;
    float:right;
}
.login
{	margin-left:4px;
	width: 245px ; 
	height: 64px;    float:left;

}


#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 23px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	font-size:9px;
	background: transparent;
	color: orange;
	text-align: center;
}

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

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

/* Le contenu
-------------------------------------------------------- */
/* Tags cloud
------------------------------------------ */
#tagcloud ul {
margin:0;
padding:0 1em;
display:block;
}

#tagcloud li {
display:inline;
margin: 0 .1em;
padding: 0;
background-image: none;
}

#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }
 
#tags {
text-align: center;
}
#Nuages {
color:orange;
font-family:arial;
text-decoration:none;
background-color:#F4EAFF;
line-height: 105% ;
}
#Nuages li{
color:orange;
font-family:arial;
text-decoration:none;
}
#Nuages a{
color:#78B700;
font-family:arial;
text-decoration:none;
}
#Nuages a:hover{
color:white;
font-family:arial;
text-decoration:none;
background-color:#78B700;
}
#Nuages li.a{
color:orange;
font-family:arial;
text-decoration:none;
}
#Nuages li.a:hover{
color:white;
font-family:arial;
text-decoration:none;
background-color:orange;
}
#Nuages ul{
color:orange;
font-family:arial;
text-decoration:none;
}

#contact-lien {
color: orange; 
font-family: "arial";
font-style: normal; 
background-image: url(img/back-bleu.jpg);
text-decoration:underline;
font-size: 12px;
font-weight:bold;
}
#contact-lien a{
color: orange; 
font-family: "Trebuchet MS";
background-image: url(img/back-bleu.jpg);
text-decoration:underline;
font-size: 12px;
font-weight:bold;
}

#head-content
{
	
	
	/* Coucou Juan j'ai enlevé ça servai a rien ...
	width:760px;
	padding:0px 0px 0px px;
	margin-left:17px;*/
}

/*gestion du menu*/
ul#categories {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:750px;
	float:right;
	
	}
#categories li{
	display:block;
	float:left;
	width: 240px;
	height: 31px;
	margin-right: 3px;
	margin-bottom: 4px;
	font-family: arial, "Trebuchet MS";
	font-size: 15px;
	color:#484E40;
	text-align: center;
	list-style-type: none;

}

ul#categories li.actif a {
	font-weight : bold;
	color:#ffffff;
	width: 240px;
	height: 31px;
	background:#9BBA09;
	text-decoration:none;
	font-size: 20px;
	display:block;
	background-repeat:no-repeat;
}

ul#categories li a {	
	color:#ffffff;
	width: 240px;
	height: 31px;
	text-decoration:none;	
	font-weight: bold;
	
}

#categories li#Audits{
background:#F27E24;
background-repeat:no-repeat;

}

#categories li#Referencement{
background:#F16C04;
background-repeat:no-repeat;
}
#categories li#Achat-d-espaces{
background:#F27E24;
background-repeat:no-repeat;
}
#categories li#Statistiques{
background:#F48E3E;
background-repeat:no-repeat;
}
#categories li#Coaching-web{
background:#F48E3E;
background-repeat:no-repeat;}

#categories li#Buzz-marketing{
background:#F16C04;
background-repeat:no-repeat;}

#categories li#Actualite-dynamizz{
color: orange; 
font-style: italic; 
background-image: url(img/back-bleu.jpg);
text-decoration:underline
}
#categories li#Actualite-dynamizz a{
color: orange; 
background:#ffffff;
text-decoration:underline;
}
#categories li#Culture-web-20{
color: orange; 
font-style: italic; 
background-image: url(img/back-bleu.jpg);
text-decoration:underline;
}
#categories li#Culture-web-20 a{
color: orange; 
background:#ffffff;
text-decoration:underline;
}

#categories li#Astuces{
color: orange; 
font-style: italic; 
background-image: url(img/back-bleu.jpg);
text-decoration:underline
}
#categories li#Astuces a{
color: orange; 
background:#ffffff;
text-decoration:underline
}



.day-date{
		font-style: italic;
		margin-top: 0;
	margin-left:250px;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	font-size:10px;
	font-family:arial;
}

.post-title{
	color: #ffffff;
	text-align:left;
	background: transparent;
	margin-bottom: 0;
	line-height: 110% ;
	
}

.post-title a{
	font-size:18px;
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	text-align:center;
	color: #ffffff;
	background: transparent;
	padding-bottom: 1ex;
	font-size:9px;
	font-family:arial;
	
	/*border-bottom: 1px solid #FC0;*/
}
.post-info2{
	margin-top: 0;
	margin-left:250px;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	font-size:10px;
	font-family:arial;
	
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post h1{
	color: #000000;
}

.post img{
	text-align:center;
}

.post-content{
	padding-top:18px;
	text-align: left;
}

.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{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

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

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

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	margin:0px; 
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	margin:0px; 
}


#sidebar div#viadeoBlog{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	margin:0px; 
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

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

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

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 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;
}
/* La barre de navigation du milieu
-------------------------------------------------------- */
#middlebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

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

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

#middlebar h3{
	font-size: 1em;
	margin: 0;
}

#middlebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	margin:0px; 
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#middlebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	margin:0px; 
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#middlebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#middlebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

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

#middlebar div#calendar table th{
	color: #493;
	background: transparent;
}

#middlebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

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

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



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

#footer a{
	color: #999;
}
/* ROI Simulator
-------------------------------------------------------- */
#simulator {
	width: 461px ; 
	height: 358px ; 
	background:url(http://www.juanitos.net/dynamizz/simulator.png); 
}

#formulaire {
	width: 401px ; 
	height: 288px ; 
	margin-left:10px;
}

.box{
	color:#CE501C;
	background-color:#F4EEFB;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding-right:4px;
	margin-top:12px;
		}
.ligne {
	width: 435px; 
	height: 51px;
	background:#645E49;
	font-size:16px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #ffffff;
	margin-bottom:6px;
}

.texteligne {
	background-image:url(http://www.juanitos.net/dynamizz/fleche.gif);
	background-repeat:no-repeat;
	background-position: 10% 35%;
	width:200px;
	padding-left:70px;
	padding-top:14px; 
	height:31px;
	float:left;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#FFFFFF;
}
case{
	width:60px;
	height:20px;
	float:right;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#FFFFFF;
	}

