/* /////////////////////////////////////////////////////////////// */
/* ---                     RESET DEFAULTS                      --- */
/* /////////////////////////////////////////////////////////////// */
* {margin:0; padding:0;}
html {margin:0; padding:0;}
body {margin:0; padding:0;}
div {margin:0; padding:0;}
table {margin:0; padding:0;}
tr {margin:0; padding:0;}
td {margin:0; padding:0;}
ul {margin:0; padding:0;}
li {margin:0; padding:0;}
h1 {margin:0; padding:0;}
h2 {margin:0; padding:0;}
h3 {margin:0; padding:0;}
h4 {margin:0; padding:0;}
input {margin:0; padding:0;}
textarea {margin:0; padding:0;}
a img {border:0;}

/* /////////////////////////////////////////////////////////////// */
/* ---                     GENERAL SETTINGS                    --- */
/* /////////////////////////////////////////////////////////////// */

body /* On travaille sur la balise body, donc sur TOUTE la page */
{
	background-color: #ACD24C; /* Le fond de la page sera vert eco */
	color: black; /* Le texte de la page sera noir */
	line-height: 1.12em;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Verdana", "Arial", serif;
	background-image:url(../images/bg_body.png);
	background-repeat:repeat-x;
}
.clear 
{
	clear:both;
}
t1
{
   /* L'ordre ci-dessous veut dire par ordre décroissant s'il ne trouve pas la police */
   font-family: "Verdana", "Arial", Serif;
   color: #888888; /* Les paragraphes seront gris clair */
   font-size: 1em; /* La taille de 1em correspond à "normal" , c'est mieux que les pixels "px" qui sont moins bien gérés par certains navigateurs*/
   text-indent: 5em; /* Les paragraphes commenceront 5em sur la droite */
   text-align: justify; /* Ils seront justifiés */
}
t1:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   color: #999999; /* En gris encore plus clair */
}
td
{
   /* La police Comic Sans MS est agréable à lire pour les paragraphes je trouve, l'ordre ci-dessous veut dire par ordre décroissant s'il ne trouve pas la police */
   font-family: "Verdana", "Arial", Serif;
   color: #888888; /* Les paragraphes seront gris clair */
   font-size: 11px; /* La taille de 1em correspond à "normal" , c'est mieux que les pixels "px" qui sont moins bien gérés par certains navigateurs*/
   text-indent: 0em; /* Les paragraphes commenceront 0em sur la droite */
   text-align: center; 
   font-weight: normal; /*normal, pas gras */
   vertical-align: top; /*alignement vertical*/
   padding:5px;
}
h1
{
   font-family: "Verdana", "Arial", serif;
   color: #555555; /* Les titres 1 seront gris foncé */
   font-size: 14px; 
   text-align: center; /* Pour centrer le titre */
   font-weight: bold;
   padding-top: 10px;
}
h2
{
   font-family: "Verdana", "Arial", serif;
   color: #8FBE47; /* Les titres 1 seront verts clairs */
   font-size: 11px; /* réglage de la taille des caractères - mieux que px */
   text-align: center; /* Pour centrer le titre */
   font-weight: normal;
}
h3
{
   font-family: "Verdana", "Arial", serif;
   color: #8FBE47; /* Les titres 1 seront verts clairs */
   font-size: 14px; 
   font-weight: bold;
}
h4
{
   font-family: "Verdana", "Arial", serif;
   color: #252525;
   font-size: 14px; 
   font-weight: bold;
   text-align: left; 
   padding-top: 10px;
}
h5
{
   font-family: "Verdana", "Arial", serif;
   color: #252525;
   font-weight: bold;
   font-size: 12px; 
   text-align: left; 
}
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #555588; /* Les liens seront en "bleu xxx" au lieu de bleu */
   font-style: normal; /* Les liens seront en italique (pourquoi pas ?) */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: #555588; /* Le lien sera écrit en vert bilanCO2 quand on pointera dessus */
}

a:active, a:focus  /* Quand le visiteur clique sur le lien */
{
   background-color:transparent;
}

#contenu ul
{
margin-top: 5pt;
margin-right: 10pt;
margin-bottom: 5pt;
margin-left: 20pt;
}

#contenu ul li
{
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 10pt;
}
/* -------------------------- CLASS ------------------------------------------------ */
.encadre 
{
   border: 1px solid ;
}
.centree 
{
   vertical-align: middle; /*alignement vertical*/
   text-align: center;
   margin-left: 150px;
   margin-right: 150px;
   width: 1800px; /* largeur obligatoire pour être centré */

}
.agauche
{
   text-align: left;
}
.cadre
{
   width: 350px;
   border: 1px solid #ee22ee;
   text-align: justify;
   padding: 12px;
   margin-bottom: 50px;
}
.important   /* Les classes commencent par un . */
{
   color: red;
}
.textverysmall  
{
   font-size: 5px; 
}
.textsmall  
{
   font-size: 9px; /* réglage de la taille des caractères - 0,7 est normal et défni plus haut dans td - mieux que px */
}
.textmedium  
{
   font-size: 10px; /* réglage de la taille des caractères - mieux que px */
}
.textlarge  
{
   font-size: 11px; /* réglage de la taille des caractères - mieux que px */
}
.texttreslarge  
{
   font-size: 14px; /* réglage de la taille des caractères - mieux que px */
}
.textentete  
{
   font-size: 11px; /* réglage de la taille des caractères - mieux que px */
   font-weight: bold; /*gras */
   vertical-align: middle; /*alignement vertical*/
   line-height: 14px;
}
.textnewsletter  
{
   font-size: 14px; 
   color: #333333;
}
.listenewsletter  
{
   font-size: 10px; 
   color: #333333;
   text-align:left;
}
.souligne
{
   text-decoration: underline;
}
.barre
{
   text-decoration: line-through;
}
.ligne_dessus
{
   text-decoration: overline;
}
.ligne_grise
{
	background-color:#999999;
	height:2px;
    padding:0px;
}
.surligne /* Un style qui permet par exemple de surligner certains mots d'un texte */
{
   background-color: yellow;
   color: black; /* Le texte surligné sera écrit en noir, parce que le blanc sur fond jaune on voit rien ;o) */
}
.text_recherche
{
   font-size: 13px; 
   color: #444444;
   font-style: italic;
   vertical-align: middle; /*alignement vertical*/
}
.bouton_recherche  
{
   vertical-align: middle; /*alignement vertical*/
}
.nom     /* A utiliser avec balise span dans le xhtml */
{
   color: #004499;
   text-transform: uppercase; /* En majuscules */
}
.navigation  
{
   font-size: 11px; /* réglage de la taille des caractères - mieux que px */
   font-weight: bold; /*gras */
   vertical-align: middle; /*alignement vertical*/
   line-height: 28px;
   padding-left:25px;
   background-color:#eeeeee;
}
.listeagauche
{
   text-align: left;
   padding-left:25px;
}
.hauteur-fixe
{
   height: 655px;
}
.hauteur-fixe-550
{
   height: 550px;
}
.hauteur-fixe-medium
{
   height: 200px;
}
.noel
{
	background-image:url(../images/noel-couronne-decoration.png);
	background-repeat:repeat;
}
/* ------------------------------ ID ----------------------------------------- */
#logo   /* Les id commencent par un # */
{
   color: red;
   font-size: 12px;
}
#haut {
	float:right;
	position:relative;
	display:block;
	top:5px;
	vertical-align:middle;
}
#addthis {
	float:left;
	position:relative;
	display:block;
	top:7px;
	left:2px;
	font-size:11px;
}
#facebook-like {
	float:left;
	position:relative;
	display:block;
	top:7px;
	left:150px;
	font-size:11px;
}
#header {
	float:left;
	position:relative;
	display:block;
	background-color: #FFFFFF;
	/*background-image:url(../images/haut-page-ecoco2.png);
	background-repeat:no-repeat;*/
	top:15px;
	width:1000px;
	-moz-border-radius: 10px 10px 0 0 ;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#contenu {
	float:left;
	position:relative;
	display:block;
	background-color: #FFFFFF;
	top: 10px;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
	width:960px;
}
#bas-de-page {
	float:left;
	position:relative;
	display:block;
	background: #FFFFFF url(../images/bas-page-ecoco2.png) no-repeat bottom left;
	width:1000px;
	/*-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;*/
}
#pied-de-page {
	float:left;
	position:relative;
	height:1px;
	display:block;
	background: #ACD24C;
	width:1000px;
}
#contenu-2colonnes {
	float:left;
	position:relative;
	display:block;
	background-color: #FFFFFF;
	top: 10px;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
	width:960px;
}
#grand-cadre {
	float:left;
	position:relative;
	display:block;
	top: 10px;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
	width:960px;
	height:800px;
}
#left_column {
	float:left;
	display:block;
	width:710px;
	height:550px;
	background-color: #FFFFFF;
}
#right_column {
	float:none;
	display:block;
	width:225px;
	height:550px;
	padding-left:15px;
	background-color: #FFFFFF;
}
#left_column_boutique {
	float:left;
	display:block;
	width:790px;
	height:1000px;
	padding-left:0px;
	background-color: #FFFFFF;
}
#right_column_boutique {
	float:left;
	display:block;
	width:120px;
	height:1000px;
	padding-left:10px;
	padding-top:22px;
	background-color: #FFFFFF;
}
/* /////////////////////////////////////////////////////////////// */
/* ---                    CADRES HOME-PAGE                     --- */
/* /////////////////////////////////////////////////////////////// */
#HOME-centre-2colonnes {
	position: relative;
	float:left;
	left: 5px;
	top: 10px;
	width: 930px;
	background-color:#FFFFFF;
}

#HOME-centre-1sur2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 710px;
	height: 460px;
/*	background: url("../images/texte-cadre-home-mveac.png") no-repeat;
	background: url("../images/texte-cadre-home.png") no-repeat;*/
	background: url("../images/texte-cadre-home-vierge.png") no-repeat;
/*	background: url("../images/bonne-annee-2010-home.png") no-repeat;*/
}

#HOME-centre-1sur2-texte {
	position: relative;
	left: 20px;
	top: 15px;
	width: 670px;
	text-align:center;
}

#HOME-centre-1sur2-texte p {
	color:#444444;
    font-size: 12px; 
    padding-top: 11px;
}

#HOME-centre-2sur2 {
	position: absolute;
	left: 720px;
	top: 0;
	width: 230px;
	background-color:#FFFFFF;
}

#HOME-centre-4colonnes {
	position: relative;
	float:left;
	left: 5px;
	top: 480px;
	width: 930px;
	background-color:#FFFFFF;
}

#HOME-centre-1sur4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	background-color:#FFFFFF;
}

#HOME-centre-2sur4 {
	position: absolute;
	left: 240px;
	top: 0;
	width: 230px;
	background-color:#FFFFFF;
}

#HOME-centre-3sur4 {
	position: absolute;
	left: 480px;
	top: 0;
	width: 230px;
	background-color:#FFFFFF;
}

#HOME-centre-4sur4 {
	position: absolute;
	left: 720px;
	top: 0;
	width: 230px;
	background-color:#FFFFFF;
}
/* /////////////////////////////////////////////////////////////// */
/* ---                    CADRES OUTILS                        --- */
/* /////////////////////////////////////////////////////////////// */
#OUTILS-2col-2lig {
	position: relative;
	float:left;
	left: 20px;
	top: 10px;
	width: 930px;
	background-color:#FFFFFF;
}

#OUTILS-2col-2lig-texte {
	position: relative;
	left: 65px;
	top: 0px;
	width: 800px;
	text-align:center;
}

#OUTILS-2col-2lig p {
	color:#444444;
	padding: 25px;
    font-size: 14px; 
    padding-top: 40px;
   	text-align:center;
}

#OUTILS-2col-2lig-1sur4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	background: url("../images/outils-comprendre.png") no-repeat;
}

#OUTILS-2col-2lig-2sur4 {
	position: absolute;
	left: 475px;
	top: 0;
	width: 450px;
	background: url("../images/outils-evaluer.png") no-repeat;
}

#OUTILS-2col-2lig-3sur4 {
	position: absolute;
	left: 0;
	top: 220px;
	width: 450px;
	background: url("../images/outils-mesurer.png") no-repeat;
}

#OUTILS-2col-2lig-4sur4 {
	position: absolute;
	left: 475px;
	top: 220px;
	width: 450px;
	background: url("../images/outils-agir.png") no-repeat;
}

#moteur-recherche {
	position: relative;
	left: 25px;
	top: 10px;
	width: 450px;
	height: 200px;
	background: url("../images/cadre-recherche.png") no-repeat;
}
/* /////////////////////////////////////////////////////////////// */
/* ---                    MENUS                                --- */
/* /////////////////////////////////////////////////////////////// */
#menu {
	float:left;
	position: relative;
	bottom: -12px;
	display:block;
	width: 992px;
	background-color: #FFFFFF;
	padding-left:8px;
}

#menu ul {
	color:#000000;
	font-size:11px;
	text-align:center;
	list-style-image: none;
	list-style-type: none;
/*	text-transform:uppercase; */
	font-weight: bold;
	padding-left:8px;
	height:30px;
}

#menu ul li{
	float:left;
	display:block;
	margin-right:2px;
	margin-left:2px;
	width:117px;
	height:22px;
	padding-top:3px;
	padding-left:0px;
	cursor:pointer;
	background-color: #ACD24C;
	border-color: #ffffff;
}

#menu ul .selected { 
	background-color: #BBDCE3;
	color:#000000;
}

#menu ul:hover { 
	background-color: #ffffff;
}

#menu a {
	color:#444444;
	text-decoration:none;
}

#menu a .selected {
	color:#ffffff;
	text-decoration:none;
}

#menu a:hover {
	color:#ffffff;
	text-decoration:none;
}

/*	sous-menu notamment pour rubrique outils */
#sous-menu {
	float:left;
	position: relative;
	top: 8px;
	display:block;
	width: 600px;
	background-color: #FFFFFF;
	padding-left:0px;
}

#sous-menu ul {
	color:#000000;
	font-size:10px;
	text-align:center;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	padding-left:8px;
	height:20px;
}

#sous-menu ul li{
	float:left;
	display:block;
	margin-right:2px;
	margin-left:2px;
	width:100px;
	height:18px;
	padding-top:0px;
	padding-left:0px;
	cursor:pointer;
	background-color: #dddddd;
	border-color: #ffffff;
}

#sous-menu ul .selected { 
	background-color: #BBDCE3;
	color:#000000;
}

#sous-menu ul:hover { 
	background-color: #ffffff;
}

#sous-menu a {
	color:#444444;
	text-decoration:none;
}

#sous-menu a .selected {
	color:#ffffff;
	text-decoration:none;
}

#sous-menu a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* /////////////////////////////////////////////////////////////// */
/* ---                    FORMULAIRE                           --- */
/* /////////////////////////////////////////////////////////////// */

#contenu_formulaire {
	float:left;
	display:block;
	width:950px;
	height:650px;
	background-color: #FFFFFF;
}

#formulaire {
	display:block;
	float:none;
	color:black;
	margin:10px;
}
#formulaire .marge {
	float:left;
	display:block;
	width:190px;
	text-align:right;
	margin-top:5px;
	padding-right:10px;
	font-size: 11px; 
    font-weight: bold; 
}
#formulaire .description {
	float:left;
	display:block;
	width:350px;
	margin-top:5px;
	padding-right:50px;
	font-size: 11px; 
}
#formulaire .marge_large {
	float:left;
	display:block;
	width:190px;
	text-align:right;
	margin-top:5px;
	padding-right:10px;
	font-size: 11px; 
    font-weight: bold; 
	margin-left:100px;
}#formulaire .description_large {
	float:left;
	display:block;
	width:450px;
	margin-top:5px;
	padding-right:50px;
	font-size: 11px; 
	margin-right:100px;
}
#formulaire textarea, input, select {
	background-color:#efefef;
}
#formulaire .envoyer {
	float:right;
	display:block;
	width:175px;
	height:54px;
	background-image:url(../images/bulle-bleu.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-top:10px;
	margin-right:15px;
	padding-top:18px;
}

#formulaire .envoyer input {
	font-size:15px;
	background-color:transparent;
	cursor:pointer;
}

#formulaire .envoyer input:hover {
	background-color:white;
}
/* /////////////////////////////////////////////////////////////// */
/* ---                    ACTIVITES                            --- */
/* /////////////////////////////////////////////////////////////// */
#description-site {
	float:left;
	position:relative;
	display:block;
	background-color: #FFFFFF;
	top: 10px;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
	font-size:12px;
	text-align:left;
	line-height: 1em;
	width:960px;
}
#description-site td{
	text-align:left;
}
#description-site .titre{
	float:none;
	line-height: 15px;
	font-size:11px;
	text-decoration: none; 
	color: #000099; 
	font-style: normal; 
	font-weight: bold;
	text-align:left;
	margin-top: 4px;
}
#description-site .titre a{
	text-decoration: none; /* Les liens ne seront plus soulignés */
	color: #2222ff; 
	font-weight: bold; 
	margin-top: 4px;
}
#description-site .titre a:hover /* Quand le visiteur pointe sur le lien */
{
	text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
	color: #2222ff;
}

#description-site .description{
	font-size:11px;
	text-decoration: none; 
	color: black; 
	font-style: normal; 
	text-align:left;
}
#description-site .url{
	font-size:9px;
	text-decoration: none; 
	color: green; 
	font-style: normal; 
	text-align:left;
}
