#wrapper {
	
}

* {margin: 0; padding: 0;}

#container {
	background: url(../images/new/bordure.png) repeat-y 240px top #fff;
	width: 960px;
	position: relative;
	overflow: hidden;
}

#global {
	background: url(../images/new/left.jpg) no-repeat left top transparent;
	width: 960px;
}



/*******************
******  LEFT  ******
*******************/

#left {
	display: inline;
	width: 240px;
	padding: 0;
	float: left;
	overflow: hidden;
	}

/******  MOTEUR DE RECHERCHE  ******/
#moteurRecherche {
	width: 100%;
	margin: 145px 0 0 47px;

}

#moteurRecherche input#submit {
	background: url(../images/new/btn_ok-search.jpg) no-repeat;
    width: 20px;
    height: 18px;
    border: none;
    text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

*:first-child+html #moteurRecherche input#submit {
	width: 20px;
	text-align: left;
	font-size: 0px;
	color: #fff;
	overflow: hidden;
}

#moteurRecherche input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	height: 17px;
	width: 158px;
	border: 1px solid #c5c5c5;
	margin: 0 5px 0 0;
}

#moteurRecherche p,#moteurRecherche h3,#moteurRecherche ul {
	display: none;
}

/******* SOUS-MENU  ******/

#sousMenu {

	margin: 10px 0 0 10px;
	background: url(../images/new/fond_menu_left-haut.png) no-repeat left top;
	background-color: #003d6e;
}

#sousMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;

	/*
background-color: #003d6e;
*/
	
}

#sousMenu ul.level_1 {
	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 18px 0;
	background: url(../images/new/fond_menu_left-bas.png) no-repeat left bottom;
}

#sousMenu ul.level_1 li {
	width: 232px;
	padding: 5px 0 0 0;
	background: url(../images/new/fond_elmt.png) no-repeat left bottom;

}
#sousMenu ul.level_1 li.first {

	padding-top: 14px;
	
}

#sousMenu ul.level_1 li a,
#sousMenu ul.level_1 li p {
	
	min-height: 14px;
	_height: 14px;
	margin: 0;
	padding: 0 10px 0 10px;
	display: block;
	color: white;
	text-decoration: none;
	
}

#sousMenu ul.level_1 li a:hover,
#sousMenu ul.level_1 li a.trail,
#sousMenu ul.level_1 li p.active
	{
	background: url(../images/new/puce_menu_left.png) no-repeat 10px center;
	background-color: #005484;
	padding: 0px 5px 0px 23px;
	
}

/********/

#sousMenu ul.level_1 li ul.level_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
}

#sousMenu ul.level_1 li ul.level_2 li {
	background: url(../images/navgauche_puce1_off.gif) no-repeat 0 5px;
	border-bottom: 1px solid #95CE51;
}

#sousMenu ul.level_1 li ul.level_2 li a,
#sousMenu ul.level_1 li ul.level_2 li p
	{
	width: 135px;
	border-bottom: none;
	padding: 5px 0 5px 10px;
	background: url(../images/navgauche_puce1_off.gif) no-repeat 0 5px;
}

#sousMenu ul.level_1 li ul.level_2 li a:hover,
#sousMenu ul.level_1 li ul.level_2 li p.active,
#sousMenu ul.level_1 li ul.level_2 li a.trail
	{
	background-image: url(../images/navgauche_puce1_on.gif);
}

#sousMenu ul.level_1 li ul.level_2 li ul.level_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sousMenu ul.level_1 li ul.level_2 li ul.level_3 li {
	background: url(../images/navgauche_puce2_off.gif) no-repeat 10px 5px;
	border: none;
}

#sousMenu ul.level_1 li ul.level_2 li ul.level_3 li a,
#sousMenu ul.level_1 li ul.level_2 li ul.level_3 li p
	{
	width: 125px;
	border: none;
	padding: 5px 0 5px 20px;
	background: url(../images/navgauche_puce2_off.gif) no-repeat 10px 5px;
}

#sousMenu ul.level_1 li ul.level_2 li ul.level_3 li a:hover,
#sousMenu ul.level_1 li ul.level_2 li ul.level_3 li p.active
	{
	font-weight: normal;
	background-image: url(../images/navgauche_puce2_on.gif);
}

/******  MENU ANNEXE  ******/

#menuAnnexe {
	width: 165px;
	padding: 0 0 10px 0;
}

#menuAnnexe a,
#menuAnnexe span {
	width: 165px;
	height: 10px;
	display: block;
	margin: 0;
	padding: 7px 0 7px 30px;
	color: #979898;
	font-weight: normal;
	text-decoration: none;
	background: no-repeat 6px 6px;
	float: left;
}

#menuAnnexe a#btnContact {
	background-image: url(../images/picto_contacts.gif);
}

#menuAnnexe a#btnPlanDuSite {
	background-image: url(../images/picto_plan_site.gif);
}

#menuAnnexe a#btnLiensUtiles {
	background-image: url(../images/picto_lien_utiles.gif);
}

#menuAnnexe a#btnImprimer {
	background-image: url(../images/picto_imprimer.gif);
}

#menuAnnexe a:hover {
	text-decoration: underline;
}
#menuAnnexe span#inscriptionNewsletter {
	background-image: url(../images/picto_newsletter.gif);
	float: left;
	height: auto;
}
#menuAnnexe #formInscriptionNewsletter {
	width: 165px;
	padding-left: 30px;
	margin-top: -5px;
	float: left;
}
* html #menuAnnexe #formInscriptionNewsletter {
	padding-top: 0;
}
#menuAnnexe #formInscriptionNewsletter input.text{
	width: 108px;
	height: 12px;
	padding: 1px;
	margin-right: 4px;
	border: 1px solid #6fa9a0;
	color: #979898;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
}
#menuAnnexe #formInscriptionNewsletter input.submit{
	float: left;
}

/******  EXTRANET (D�connexion)  ******/
#left .mod_login p {
	display: none;
}

/*******************
******  MAIN  ******
*******************/

#main {
	background: url(../images/new/main_type.png) no-repeat right top #fff;
	overflow: hidden;
	width:699px;
	margin-left: 241px;
	padding: 25px 0 0 20px;
	position: relative;
	color: #333333;
}


/******  FIL D'ARIANE  ******/
#filAriane {
	color: #818181;
	padding: 0 0 24px 0;
}

#filAriane a {
	color: #818181;
}

#filAriane a:hover {
	text-decoration: none;
}

/******  TITRE PAGE  ******/
#titrePage h1 {
	color: #009cca;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;

}

/******  SOUS-MENU NIVEAU 3  ******/
#sousMenuNiveau3 {
	padding: 30px 0 16px 0;
}

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

#sousMenuNiveau3 ul li {
	width: 275px;
	padding: 1px 0;
	float: left;
}

#sousMenuNiveau3 ul li a,#sousMenuNiveau3 ul li p {
	color: #3A5091;
	padding: 0 0 0 12px;
	margin: 0;
	text-decoration: none;
	background: url(../images/new/puce_texte2.png) no-repeat left center;
}

#sousMenuNiveau3 ul li a:hover,#sousMenuNiveau3 ul li p.active {
	text-decoration: underline;
}




/******  ARTICLE  ******/
.mod_article {
	padding: 0 0 16px 0;
	color: #333333;
	width: 499px;
	
}

.mod_article .teaser {
	background: url(../images/new/fond_teaser_bas.png) no-repeat left bottom;
	width: 500px;
	color: #fff;
	padding: 0 0 0 0 ;
	margin: 10px 0 15px 0;
	text-align: justify;
	
}
.mod_article .teaser p {
	margin: 0;
}

.mod_article .teaser #text_teaser {
	background: url(../images/new/fond_teaser_haut.png) no-repeat left top;
	padding: 8px 10px 9px 10px;
}

.mod_article .block {
	
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.mod_article .block .block {
	background: none;
}

.mod_article h1,
.mod_article h2,
.mod_article h3,
.mod_article h4,
.mod_article h5,
.mod_article h6
	{
	margin: 0;
	padding: 6px 0 12px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #37b5a7;
	background: url(../images/new/picto_titre.png) no-repeat left top;
	
}



.mod_article ul {
	margin: 0;
	padding: 0 0 10px 60px;
	list-style: outside;
	list-style-image: url(../images/new/puce_texte2.png);
}

.mod_article .bleu {
	color: #3A5091;
}

.mod_article .vert {
	color: #B5BF0B;
}

.mod_article .rouge {
	color: #E62929;
}

.mod_article a {
	color: #37b5a7;
	text-decoration: underline;
	
}

.mod_article .ce_download img {
	display: none;
}

.mod_article .puceBleue,
.mod_article .ce_hyperlink a,
.mod_article .ce_download a {
	color: #62A3DF;
	background: url(../images/puce_bleu.gif) no-repeat 0 0;
	padding-left: 14px;
	font-weight: bold;
	text-decoration: none;
}
.mod_article .ce_hyperlink .image_container a {
	background: none;
	padding: 0;
}

.mod_article .puceGrise {
	color: #535A88;
	background: url(../images/puce_grise.gif) no-repeat 0 0;
	padding-left: 14px;
	font-weight: bold;
	text-decoration: none;
}

.mod_article a:hover {
	color: #333333;
}


.mod_article .ce_text {
	text-align: justify;
	padding-left: 0px;
}

.mod_article .ce_text div span {
	padding-left: 20px;
}

.mod_article .ce_text ul li a {
	background: url(../images/new/puce_texte.png) no-repeat left center;
	padding: 0 0 3px 8px;
}

.mod_article .ce_text p {
	padding: 0 0 5px 20px;
}


.mod_article .ce_toplink {
	background: none;
	text-align: right;
	font-weight: bold;
}

.mod_article .ce_toplink a {
	color: #62A3DF;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/puce_haut_page.gif) no-repeat 0 0;
}

.mod_article .ce_toplink a:hover {
	color: #62A3DF;
	text-decoration: underline;
}

.mod_article .ce_text .image_container {
	margin: 4px 10px;
	_margin: 4px 5px;
}

.mod_article .image_container {
	text-align: center;
}

.mod_article .ce_flv_jw {
	text-align: center;
}

/******  Formulaire  ******/
.mod_article .ce_form {
	color: #2E6FB7;
}

.mod_article .ce_form label {
	padding: 1px 4px 1px 0;
}

.mod_article .ce_form span.mandatory,.mod_article .ce_form .error {
	color: #E62929;
	padding-right: 4px;
}

.mod_article .ce_form input.text,
.mod_article .ce_form textarea.textarea,
.mod_article .ce_form select.select	{
	width: 227px;
	margin: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: static;
	z-index: 1;
}

.mod_article .ce_form select.select {
	width: 234px;
	_width: 236px;
}

.mod_article .ce_form input.radio {
	position: relative;
	top: 2px;
	margin: 1px 0;
	z-index: 1;
}

*+html .mod_article .ce_form select.select {
	width: 236px;
}

.mod_article .ce_form input.submit {
	margin: 5px 0;
}

*:first-child+html .mod_article .ce_form input.submit {
	font-size: 11px;
}

#main .mod_article .mod_subscribe input.submit {
	background: url(../images/new/btn_ok_fff.png) no-repeat;
    width: 20px;
    height: 16px;
	
}
	

/******  Plan du site  ******/
.mod_sitemap {
	padding: 0 0 0 50px;
}

.mod_sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mod_sitemap ul.level_1 li {
	padding-bottom: 8px;
}

.mod_sitemap ul.level_1 a {
	color: #003d6e;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.mod_sitemap ul.level_2 li {
	padding-bottom: 4px;
}

.mod_sitemap ul.level_2 a {
	color: #2E6FB7;
	font-size: 10px;
	text-transform: none;
	padding-left: 30px;
}

.mod_sitemap ul.level_3 li {
	padding: 0;
}

.mod_sitemap ul.level_3 a {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	padding-left: 60px;
}

.mod_sitemap ul a:hover {
	text-decoration: underline;
}

/******  Moteur de recherche  ******/
.mod_article .mod_search form {
	display: none;
}

.mod_article .mod_search h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 0;
	margin: 0 0 10px;
}

.mod_article .mod_search h3 a {
	color: #009cca;
}

.mod_article .mod_search h3 a:hover {
	text-decoration: none;
}

.mod_article .mod_search p {
	padding: 0;
	margin: 0 0 10px 0;
}

.mod_article .mod_search span.relevance,.mod_article .mod_search p.url {
	font-size: 10px;
	color: #999999;
}

.mod_article .mod_search .pagination {
	padding: 16px 0 0 0;
	font-size: 10px;
	font-weight: bold;
}

.mod_article .mod_search ul {
	margin: 0;
	padding: 0 0 0;
	list-style: none;
	color: #73BD25;
	font-size: 10px;
	font-weight: bold;
}

.mod_article .mod_search ul li {
	display: inline;
	padding-right: 4px;
}

.mod_article .mod_search ul li a {
	color: #37b5a7;
}

.mod_article .mod_search ul li a:hover {
	text-decoration: none;
}

/******  Extranet (Identification)  ******/
#main .mod_login {
	color: #2E6FB7;
}

#main .mod_login label {
	padding: 2px 6px 2px 0;
}

#main .mod_login input.text {
	width: 200px;
	margin: 1px 0;
}

#main .mod_login input.submit,#main .mod_login img {
	margin: 8px 0;
	
}

*:first-child+html #main .mod_login input.submit {
	font-size: 11px;
	text-align: center;
	margin-top: 8px;
	padding: 0;
}

/******  Calendrier des jours de collecte  ******/
/******  Locaux disponibles  ******/
#collecte h2,#locaux h2 {
	padding-bottom: 0;
}

#collecte h4,#locaux h4 {
	font-size: 11px;
	padding: 0;
	background: none;
}

#collecte label,#locaux label {
	float: right;
}

#locaux td {
	padding-bottom: 2px;
}

#collecte .ce_text {
	font-weight: bold;
}

#collecte .ce_text table {
	width: 100%;
	text-align: center;
	padding: 12px 0;
	font-weight: bold;
}

#collecte .ce_text table td {
	width: 50%;
}

#locaux img {
	margin: 0;
	padding: 0;
}

#locaux .image_container {
	float: right;
	margin: 0 0 3px 8px;
	padding: 0;
	font-size: 0;
}

#locaux #localPhotos {
	width: 210px;
	float: right;
}

#locaux #localVignettes {
	width: 204px;
	padding-left: 6px;
	float: right;
	text-align: center;
}

#locaux #localVignettes a {
	margin: 0 0 0 2px;
	_margin: 0 0 0 1px;
	padding: 0;
	float: left;
	cursor: pointer;
	border: 1px solid white;
	font-size: 0;
	overflow: hidden;
}

#locaux #localVignettes a:hover {
	border-color: #777777;
}

#locaux #localVignettes a img {
	float: left;
	margin: 0;
	padding: 0;
}

/******* Newsletter Page ********/

#main #inscription .mod_article div.mod_subscribe h6 {
	font-size: 11px;
	background: none;
}


/********************
******  INFOS  ******
********************/

#main #right {
	float: right;
	width: 163px;
	
	_height: 200px;
	overflow: hidden;
	margin: 31px 22px 0 15px;
	display: inline;
	background: url(../images/new/encart_info-haut.jpg) no-repeat left top;	
	background-color: #e6e6e6;
}

#main #right #right_end {
	background: url(../images/new/encart_info-bas.jpg) no-repeat left bottom;
	padding-bottom: 5px;
	height: 5px;
	}


*:first-child+html #main #right {

	

}	
	
*:first-child+html #main #right #right_end {
	padding-bottom: 5px;
	background: url(../images/new/encart_info-bas.jpg) no-repeat left bottom;
	background-color: none;
	height: 5px;
}

/****** PRINT *****/

#impression {
	width: 90px;
	margin: 0 0 12px 0;
	height: 16px;
	/*float: right;*/
	position: absolute;
	top: 20px;
	right: 24px;

}

#impression a {
	background: url(../images/new/btn_print.png) no-repeat 0 0;
	padding: 0 1px 5px 25px;
	width: 90px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	
}

#impression a:hover {
	text-decoration: underline;
	
}

*:first-child+html #impression {
	padding-bottom: 3px;
}

/*******************/


#main #right .mod_article {
	width: 166px;
	color: #666666;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	/*background: url(../images/new/encart_info-bas.jpg) no-repeat left bottom;*/
	
}


#main #right .mod_article .block {
	margin: 0;
}

#right .mod_article h1,
#right .mod_article h2,
#right .mod_article h3,
#right .mod_article h4,
#right .mod_article h5,
#right .mod_article h6 {
	width: 166px;
	margin: 0 0 16px 0;
	padding: 5px 0 6px 10px;
	font-size: 18px;
	font-weight: normal;
	color: #009cca;
	background: none;
}

#right .mod_article .teaser {
	display: none;
}

#right .mod_article .mod_article {
	color: #3A5091;
}

#right .mod_article a {
	color: #37b5a7;
	background: none;
}

#right .mod_article a:hover {
	text-decoration: none;
}

#main #right .mod_article .ce_text {
	text-align: left;
	padding: 10px;
	/*background: url(../images/new/encart_info-haut.jpg) no-repeat left top;	*/
	/*background-color: #e6e6e6;*/
}

#right .mod_article a {
	color: #3A5091;
	background: none;
	padding: 0;
}

#right .mod_article .block {
	background: none;
}

#right .mod_article .ce_text .image_container {
	margin: 10px 0 0 -3px;
	_margin: 0;
}

.ib_facebook_share {
	margin-left:45px;
}
