@charset "utf-8";
/* CSS Document */

/* ELEMENTS GENERIQUES *********************************************/

body {
	/* BARRE DE DEFILEMENT*/
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#83b933;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#c3d777;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#83b933;
	scrollbar-darkshadow-Color:#c3d777;
}



.body_accueil {
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../environnement/images/fond_body_accueil.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

.body_espaces {
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../environnement/images/fond_espaces_naturels_accueil.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.body_eau {
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../environnement/images/fond_eau_dechets_accueil.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.body_air {
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../environnement/images/fond_air_mer_accueil.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.body_energies {
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(../environnement/images/fond_energies_accueil.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


HR {
	visibility:hidden;
	clear:both;
	height: 5px;
	padding: 0px;
}

.gauche { 
	border: 0px;
	float: left;
	position: relative;
}

.droite { 
	border: 0px;
	float: right;
	position: relative;
}

.centre {
	border: 0px;
	text-align: center;	
	position: relative;
}

#gauche {
	position: relative;
	padding:0px;
	float:left;
	width: 350px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
	
#droite {
	position: relative;
	float: left;
	width: 580px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

/* MENU GAUCHE ****************************************/

#menu {
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu img {
	border: 0px;
	text-decoration: none;
	vertical-align: middle;
}

.menu_accueil {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	height: 30px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_retour_accueil.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.menu_accueil:hover {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	height: 30px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_retour_accueil.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #666666;
}



.menu_1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	height: 75px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.menu_1:hover {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	height: 75px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #666666;
}

.menu_2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	height: 75px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.menu_2:hover {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	height: 75px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #666666;
}

.menu_3 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	height: 75px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.menu_3:hover {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	height: 75px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #666666;
}

.menu_4 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	height: 75px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.menu_4:hover {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	height: 75px;
	width: 349px;
	background-image: url(../environnement/images/fond_menu_principal_4.jpg);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #666666;
}



/* CELLULE EDITO */


#container_edito {
	margin: 0px;
	padding: 5px;
	float: left;
	border: solid 1px #54ab26;
	background-image: url(../images/site/actualites_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#container_edito H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #83b933;
	display: block;
	padding: 2px;
	margin: 0px;
}

#container_edito p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
}

#container_edito li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


/* SOUS RUBRIQUE ESPACE NATUREL */

#SSR ul {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#SSR li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edd400;
	height: 20px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#SSR a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a68d29;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EDD400;
	padding: 3px;
	font-weight: bold;
}

#SSR a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #a68d29;
	text-decoration: none;
	background-color: #EDD400;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #a68d29;
	font-weight: bold;
	padding: 3px;
}


#SSR img {
	border: 0px;
	vertical-align: text-bottom;
}

/* SOUS RUBRIQUE AIR MER  */

#SSR_air ul {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#SSR_air li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edd400;
	height: 20px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#SSR_air a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8aa1c0;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EDD400;
	padding: 3px;
	font-weight: bold;
}

#SSR_air a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #8aa1c0;
	text-decoration: none;
	background-color: #EDD400;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #a68d29;
	font-weight: bold;
	padding: 3px;
}


#SSR_air img {
	border: 0px;
	vertical-align: text-bottom;
}

/* SOUS RUBRIQUE EAU  */

#SSR_eau ul {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#SSR_eau li {
	padding: 0px;
	list-style-type: none;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edd400;
	height: 20px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#SSR_eau a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #568edd;
	text-decoration: none;
	background-color: #a4cff7;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EDD400;
	padding: 3px;
	font-weight: bold;
}

#SSR_eau a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #568edd;
	text-decoration: none;
	background-color: #EDD400;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #a68d29;
	font-weight: bold;
	padding: 3px;
}


#SSR_eau img {
	border: 0px;
	vertical-align: text-bottom;
}

/* SOUS RUBRIQUE ENERGIES  */

#SSR_energies ul {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#SSR_energies li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edd400;
	height: 20px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#SSR_energies a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7bbd3b;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EDD400;
	padding: 3px;
	font-weight: bold;
}

#SSR_energies a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7bbd3b;
	text-decoration: none;
	background-color: #EDD400;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #a68d29;
	font-weight: bold;
	padding: 3px;
}

#SSR_energies img {
	border: 0px;
	vertical-align: text-bottom;
}


/* CELLULE ACTUALITES */

#actualites {
	position: relative;
	margin: 0px;
	padding: 5px;
}

#actualites h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #83b933;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #a9922b;
}

#actualites h3{
	color: #83b933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#actualites h2{
	color: #b72e51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.info {
	position: relative;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../environnement/images/fond_info.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #54ab26;
	border-bottom-color: #54ab26;
	border-left-color: #54ab26;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	width: auto;
}

.info hr {
	visibility:hidden;
	clear:both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}


.info h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #83b933;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #a9922b;
}

.info h3{
	color: #83b933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.info h2{
	color: #b72e51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


.info p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.info ul{
	list-style-position: inside;
}

.info li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


#dossier_focus {
	position: relative;
	margin: 0px;
	padding: 2px;
	float: left;
	height: auto;
	width: 710px;
	border: 1px solid #83b933;
	font-size: 0.8em;
	background-color: #FFFFFF;
}


#dossier_focus  h1 {
	margin: 0px;
	padding: 0px;
	height: 25px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #08569e;
}


#dossier_focus  p{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

#dossier_focus  img{
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#dossier_focus a{
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #83b933;
}


#dossier_focus a:hover{
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #0f6427;
	text-decoration: none;
}

table {
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #83b933;

}
