/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* ------------------------ TABLEAU RESULTAT ------------------------*/

.tableau-resultat table /* Le tableau en lui-meme */
{
   width:540px;
   border-collapse: collapse; /* Colle les bordures entre elles */
   margin: 10px auto;
   border: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
}

.tableau-resultat thead /* 1ere ligne du tableau */
{
}

.tableau-resultat tfoot /* Derniere ligne du tableau */
{
}

.tableau-resultat tbody /* Corps du tableau */
{
}

.tableau-resultat tr
{
   padding-left: 10px;
   padding-right: 10px;
}

.tableau-resultat th /* Les cellules d'en-tete */
{
   border: 1px solid black;
   text-align: left;
   font-size: 16px;
   padding-left: 5px;
   padding-right: 5px;
}

.tableau-resultat td /* Les cellules normales */
{
   padding: 5px 20px;
   border: 1px solid black;
   text-align: left;
}

.tableau-resultat .titre_tot , .tableau-resultat .titre_detail
{
   border: 1px solid black;
   background-color: #4E9FC8;
   color: white;
}

.tableau-resultat .voiture , .tableau-resultat .avion
{
   border: 1px solid black;
   background-color: #6E6E6E;
   color: white;
}

.tableau-resultat .deuxroues , .tableau-resultat .transcom
{
   border: 1px solid black;
   background-color: white;
   color: #6E6E6E;
}

.tableau-resultat .total
{
   border: 1px solid black;
   background-color: #8D0000;
   color: white;
   font-weight: bold;
}

.tableau-resultat .none_detail
{
   border: none;
   background-color: white;
}

.tableau-resultat .categorie_detail, .tableau-resultat .none_detail
{
   width:234px;
}

.tableau-resultat .titre_detail
{
   width:150px;
}

.tableau-resultat .valeur_detail
{
   width:150px;
}

/* ------------------------ TABLEAU COMPARAISON ------------------------*/
.tableau-comparaison table /* Le tableau en lui-meme */
{
   border-collapse: collapse; /* Colle les bordures entre elles */
   width: 540px;
   border: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   margin: 10px;
}

.tableau-comparaison tr
{
}

.tableau-comparaison td /* Les cellules normales */
{
/*   border: 1px solid black;*/
}

.tableau-comparaison .comparaison_chiffre
{
   font-size: 54px;
   color: #8D0000;
   height: 100px;
   width: 270px;
   padding: 0px;
   margin: 0px;
   text-align: center;
   vertical-align: bottom;
}

.tableau-comparaison .comparaison_legende
{
   font-weight: normal;
   text-align: justify;
   height: 100px;
   width: 270px;
   padding: 0px 30px 0px 30px;
   margin: 0px;
}

/* --------------------- TABLEAU QUESTIONS --------------------*/
.tableau-question
{
   border-collapse: collapse; /* Colle les bordures entre elles */
   width: 540px;
   border: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   margin: 10px;
}

.tableau-question .conso_header
{
   background: #FFFFFF url(images/img12.jpg) no-repeat;
   height: 45px;
   text-align: center;
   vertical-align: middle;
   color: #8D0000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
}

.tableau-question .conso_footer
{
   background: #FFFFFF url(images/img13.jpg) no-repeat;
   text-align: center;
}

.tableau-question .conso_body
{
   background: #FFFFFF url(images/img14.jpg) repeat-y;
}

.tableau-question .conso_bien , .tableau-question .conso_quantite
{
   padding: 5px 20px;
   border: none;
}

.tableau-question .conso_bien 
{
   width: 380px;
}

.tableau-question .conso_quantite
{
   width: 160px;
}

/* --------------------- TABLEAU FORMULAIRE --------------------*/
.tableau-formulaire
{
   border-collapse: collapse; /* Colle les bordures entre elles */
   width: 540px;
   border: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   margin: 10px;
}

.tableau-formulaire td.antispam
{
   width: 290px;
   text-align: center;
}

.tableau-formulaire td.champ
{
   width: 290px;
}

.tableau-formulaire td.etoile
{
   width: 80px;
   text-align: center;
}

.tableau-formulaire td.info
{
   width: 170px;
   font-weight: bold;
}

.etoile
{
   color: #8D0000;
   font-weight: bold;
   font-size: 20px;
}
/* ----------------------- FIN TABLEAUX -----------------------*/

body
{
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3{
	font-family: Arial, Helvetica, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #125798;
}

h3, h3 a{
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 38px;
}

h2
{
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
}

h3
{
	font-size: 16px;
	color: #939292;
}

p, ul, ol 
{
	margin-top: 1.5em;
	line-height: 170%;
}

ul, ol 
{
	margin-left: 3em;
}

blockquote 
{
	margin-left: 3em;
	margin-right: 3em;
}

a 
{
	color: #125798;
}

a:hover 
{
	text-decoration: none;
	color: #8D0000;
}

a img 
{
	border: none;
}

img.left 
{
	float: left;
	margin-right: 20px;
}

img.right 
{
	float: right;
	margin-right: 20px;
}

hr 
{
	display: none;
}

.float_right
{
	float: right;
}

.clear
{
	clear: both;
}

/* Global */

#global 
{
	width: 960px;
	margin: 0 auto;
}


/* Module */

.module 
{
	text-align: justify;
	border-top: 1px solid silver;
	margin: 10px 20px 30px 20px;
}




/* Logo */

#logo 
{
	width: 920px;
	height: 100px;
	padding : 0px 20px;
}

#logo h1, #logo h2 
{
	margin: 0;
}

#logo h1 
{
	float: left;
	padding-top: 45px;
}

#logo h2 
{
	float: right;
	padding-top: 65px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a 
{
	color: #939292;
}

#logo a 
{
	text-decoration: none;
}

/* Menu */

#menu 
{
	width: 960px;
	height: 62px;
/*	margin: 0 auto;*/
	background: #4E9FC8 url(images/img02.jpg) no-repeat;
}

#menu ul 
{
	margin: 0;
	padding: 23px 0 0 28px;
	list-style: none;
	line-height: normal;
}

#menu li 
{
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first 
{
	background: none;
}

#menu a 
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover 
{
	color: #125798;
	text-decoration: underline;
}

/* Search */

#search 
{
	float: right;
	width: 200px;
}

#search form 
{
	margin: 0;
	padding: 0;
}

#search fieldset 
{
	margin: 0;
	padding: 0;
	border: none;
}

#search input 
{
}

#search #s 
{
	width: 150px;
}

#search #x 
{
	display: none;
}

/* Banner */

#banner 
{
	width: 960px;
/*	margin: 0 auto;*/
	padding: 8px 0;
}

/* Page */

#page 
{
	width: 910px;
/*	margin: 0 auto;*/
	padding: 45px 50px 0px 0px;
	background: url(images/img06.gif) no-repeat;
/*	border: 2px solid green ; */
}

/*     =============  Affichage des questions   ===============     */

.question 
{
/*	margin: 10px 0px; */
/*	border-top: 1px solid silver ; */
/*	padding: 5px 0px ; */
}

.question p.intitule 
{
	font-weight: bold ; 
/*	margin: 5px 0px; */
/*	padding: 0px ; */
}

.question p.intitule strong.facteur_temporel 
{
	/*color : #A3211E ; */
	color : #125798 ; 
}

.question .question_aide 
{
	/*color: #db5902;
	color: #8D579E ; 
	color: #336699 ; 
	color: #945A87 ; 
	color: #6C5375	 ; 
	color: #75245A	 ; 
	color: #9C6E9C	 ;  
>>>	color: #83487B ; */
	color : #125798 ; 
	font-size: 90%;
/*	margin: 2px 0px ; */
}

.question .warning 
{
	/*font-weight: bold;*/ 
	color : #9C2A2C ; 
}

.question p.reponse 
{
/*	margin: 0px; */
/*	padding: 0px ; */
	font-size: 95% ; 
	/*border : 1px solid green ; */
}

.question p.reponse input 
{
	margin-right : 7px ; 
}

p.bouton_valider input 
{
	margin : 30px 0px 0px 20px ; 
	font-size: 100% ;
	color : black;
}

/* Sidebar */

#sidebar 
{
	float: left;
	width: 250px;
/*	border: 2px solid black ; */
}

#sidebar ul 
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}


#sidebar ul li ul li .nom
{
	margin-bottom: 0px ;
	margin-left: 20px;
	padding: 0px;
/*	border:1px solid red;*/
}

#sidebar ul li ul li h3
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 5px 0px;
	padding: 0px;
/*	border:1px solid black;*/
}

.transport 
{
	color: #939292;
}

#sidebar li li 
{
	margin: 4px;
	padding: 0px 20px;
/*	border: 1px solid black;*/
}

#sidebar li h2 
{
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
	margin-left: 0px;
	margin-bottom: 0px;
/*	margin-bottom: 15px;*/
	padding: 8px 0px 0px 20px;
	background: #4E9FC8 url(images/img09.jpg) no-repeat;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar li .select
{
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 5px 0px 0px 35px;
	background: #4E9FC8 url(images/img10.jpg) no-repeat;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}

#sidebar li p 
{
	padding: 0px 20px;
}

.lien_changer
{
	border: 1px solid green;
	padding: 0px 5px;
	font-weight:bold;
	text-decoration:none;
	color:green;
	float:right;
}

.lien_changer:hover
{
	color: white ; 
	background-color: green;
	text-decoration:none;
}

.lien_changer_ex
{
	border: 1px solid green;
	padding: 0px 5px;
	font-weight:bold;
	text-decoration:none;
	color:green;
}

.lien_changer_ex:hover
{
	color: white ; 
	background-color: green;
	text-decoration:none;
}

.lien_supprimer
{
	border: 1px solid #8D0000;
	padding: 0px 5px;
	font-weight:bold;
	text-decoration:none;
	color:#8D0000;
	float:right;
}

.lien_supprimer:hover
{
	color: white ; 
	background-color: #8D0000;
	text-decoration:none;
}

.lien_supprimer_ex
{
	border: 1px solid #8D0000;
	padding: 0px 5px;
	font-weight:bold;
	text-decoration:none;
	color:#8D0000;
}

.lien_supprimer_ex:hover
{
	color: white ; 
	background-color: #8D0000;
	text-decoration:none;
}

.lien_ajouter
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #125798;
	padding: 0px 5px;
	font-weight:bold;
	text-decoration:none;
	color: #125798;
	float:right;
}

.lien_ajouter:hover
{
	color: white ; 
	background-color: #125798;
	text-decoration:none;
}

.lien_ajouter_ex
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #125798;
	padding: 0px 5px;
	font-weight:bold;
	text-decoration:none;
	color: #125798;
}

.lien_ajouter_ex:hover
{
	color: white ; 
	background-color: #125798;
	text-decoration:none;
}

/* Content */

#content 
{
	float: right;
	width: 600px;
/*	border: 2px solid gold; */
}

.text .citation
{
	height: 75px;
	line-height: 190%;
/*	border: 2px solid red;*/
}

.post .title 
{
	margin: 0;
	padding: 20px 20px 0 20px;
/*	border: 2px solid purple ; */
}

.post .text
{
	text-align:justify;
	padding: 0 20px;
/*	border: 2px solid purple ;*/
}

.post .meta 
{
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
/*	border: 2px solid red; */
}

/* Suppression */
ul.confirmation_annulation 
{
	/*text-align: center ; */
	margin-top: 25px ; 
}

ul.confirmation_annulation li 
{
	list-style : none ; 
	display: inline ; 
	margin: 10px 0px 0px 100px ; 
}

ul.confirmation_annulation li a 
{
	border: 2px solid silver; 
	color: black ; 
	text-decoration: none; 
	padding: 3px 10px ; 
	font-weight: bold; 
	background-color: #f5f5f5; 
}

ul.confirmation_annulation li a:hover 
{
	border: 2px solid #125798; 
}

/* Liste Premier pas */

.list_debut
{
   text-align: center;
   margin:0px 100px 0px 40px;
   padding:0px;
/*   border-left: silver solid 1px;
   border-right: silver solid 1px;*/
}

.list_debut_choix
{
   list-style: none;
   font-weight: bold;
   margin:0px 0px 0px 0px;
}

.list_debut_aide
{
   list-style: none;
   font-style: italic; 
   margin:0px 0px 20px 0px;
}

.list_debut_im
{
   list-style: none;
   margin:0px 0px 0px 0px;
}

/* Propositions */

.propositions
{
   margin: 0px 0px 20px 20px ;
}

.propositions p
{
   margin: 0px 10px 5px 0px ;
}
/* Emissions evitees */

.emissions_evitees
{
   font-size: 50px;
   line-height: normal;
}

#gagne_1, #gagne_2, #gagne_3, #gagne_4, #gagne_5, #gagne_6, #gagne_7, #gagne_8, #gagne_9, #gagne_10, #gagne_11, #gagne_12, #gagne_13, #gagne_14
{
   line-height: normal;
   color: #8D0000;
}

.reduire_tous
{
   font-size: 14px;
   color: #8D0000;
}

.reduire_preci
{
   font-size: 14px;
   padding: 20px;
   border: silver solid 2px;
   background-color: #f5f5f5;
   color: green;
}

/* Footer */

#footer 
{
	clear: both;
	width: 870px;
	height: 50px;
/*	margin: 0 auto;*/
	padding: 35px 45px 0px 45px;
	background: url(images/img06.gif) no-repeat;
/*	border: 2px solid blue ; */
}

#footer p 
{
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a 
{
	color: #B4B4B4;
}

#footer .legal 
{
	float: left;
}

#footer .credit 
{
	float: right;
}

/* Validation w3c */

#validation
{
	clear: both;
	width:88px;
	margin:auto;
}

/* phpmyvisites */

#stat
{
	clear: both;
	width:40px;
	margin:auto;
}
