/* Eléments HTML en général
-------------------------------------------------------- */

BODY {
	margin: 0px;
	padding: 0px;
	background: #e7f6fc;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
h2 a {
	text-decoration : none;
}
h2 a:hover {
	text-decoration : underline;
}	


h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:900;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	text-decoration:none;
}
h6 a {
	text-decoration : none;
}
h6 a:hover {
	text-decoration : underline;
}	

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 2px 0px 5px 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* TOP
-------------------------------------------------------- */

.Top {
	background-color:#7AADDA;
}

.Bandeau {
	background: url(/img/template/spirit/bandeau.jpg) top right;
	width:688px;
	height:139px;
}

.picto-id {
	background: url(/img/template/spirit/picto-id.gif) center no-repeat;
	width:17px;
	height:17px;
}

.picto-id-ko {
	background: url(/img/template/spirit/ko.gif) center no-repeat;
	width:25px;
	height:17px;
}

.picto-mdp {
	background: url(/img/template/spirit/picto-mdp.gif) center no-repeat;
	width:17px;
	height:17px;
}

.picto-recherche {
	background: url(/img/template/spirit/picto-recherche.gif) center no-repeat;
}

.bg-acces-membre {
	background: url(/img/template/spirit/titre-acces-membre.gif) top left no-repeat;
	padding:30px 0px 0px 0px
}

.bg-top {
	background: url(/img/template/spirit/bg-top.gif) #e7f6fc top no-repeat;
}

.TextAccesMembre {
	background: url(/img/template/spirit/fleche-droite.gif) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #7AADDA;
	padding: 0px 0px 0px 10px;
}
.TextAccesMembre a {
	color: #7AADDA;
	text-decoration : underline;
}
.TextAccesMembre a:hover {
	color: #7AADDA;
	text-decoration : none;
}

.TextSelect01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #7AADDA;
}
.TextSelect01 a {
	color: #7AADDA;
	text-decoration : underline;
}
.TextSelect01 a:hover {
	color: #7AADDA;
	text-decoration : none;
}

.Textselect02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #0c5eb4;
}
.Textselect02 a {
	color: #0c5eb4;
	text-decoration : underline;
}
.Textselect02 a:hover {
	color: #0c5eb4;
	text-decoration : none;
}

.Deconnexion{
	background: url(/img/template/spirit/close16.png) right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #0c5eb4;
	padding: 0px 20px 0px 0px
}
.Deconxexion a {
	color: #0c5eb4;
	text-decoration : underline;
}
.Deconxexion a:hover {
	color: #0c5eb4;
	text-decoration : none;
}


#div-user {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
	text-align: center;
}

#div-user fieldset {
	width: 200px;
	margin: 0px;
	margin-left: 17px;
	margin-top: 17px;
	text-align: left;
	text-indent: 7px;
}

#div-user fieldset legend {
	text-indent: 0px;
}

#div-user fieldset span {
	text-indent: 12px;
}


/* Menu
-------------------------------------------------------- */

.bg-menu {
	background: #0c5eb4;
}

.menu a {
  text-align:center;
  background-color: #0c5eb4;
  border:0px;
  color:#FFFFFF;
  display:block;
  text-decoration:none;
  padding:0px;
  margin:0px;
}

.menu a:hover {
  background-color: #073B6F;
  border:0px;
  text-decoration:none;
}

/* for a mozilla better display with key nav */
.menu a:focus {
  background-color: #073B6F;
}

a.linkOver {
  background-color: #0c5eb4;
}


/* Footer
-------------------------------------------------------- */

#Footer {
	background:#FFFFFF;
	padding:10px;
}

#Footer .bg {
	background:#7AADDA;
	padding:10px;
}

.MenuBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
.MenuBottom a {
	color : #FFFFFF;
	text-decoration : none;
}
.MenuBottom a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

.TextCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.TextCopyright a {
	color : #FFFFFF;
	text-decoration : none;
}
.TextCopyright a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}


/* Contenu
-------------------------------------------------------- */
#contenu {
	padding:10px;
}

#contenu h1{
	color: #525252;
}

#contenu h2{
	background: url(/img/template/spirit/fleche-h2.png) left no-repeat;
	font-weight: 400;
	color: #0c5eb4;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#contenu h2 a {
	color: #0c5eb4;
	text-decoration : none;
}
#contenu h2 a:hover {
	color: #0c5eb4;
	text-decoration : underline;
}

#contenu h3{
	color: #7AADDA;
}

#contenu h4{
	color: #594529;
}

#contenu h6{
	color: #b7a88c;
}
#contenu h6 a {
	color: #b7a88c;
}
#contenu h6 a:hover {
	color: #b7a88c;
}

#contenu p {
	color: #525252;
}
#contenu p a {
	color: #0C5EB4;
	text-decoration : underline;
}
#contenu p a:hover {
	color: #0C5EB4;
	text-decoration : none;
}

#contenu ul {
	color: #525252;
}
#contenu ul a {
	color: #0C5EB4;
	text-decoration : uderline;
}
#contenu ul a:hover {
	color: #525252;
	text-decoration : none;
}
#contenu li {
	color: #525252;
}
#contenu li a:hover {
	color: #525252;
	text-decoration : none;
}

#contenu .precedent{
	background: url(/img/template/spirit/precedent.png) left no-repeat;
	font-weight: 900;
	color: #0C5EB4;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#contenu .precedent a {
	color: #0C5EB4;
	text-decoration : underline;
}
#contenu .precedent a:hover {
	color: #0C5EB4;
	text-decoration : none;
}

.Text01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #525252;
}
.Text01 a {
	color: #525252;
	text-decoration : none;
}
.Text01 a:hover {
	color: #525252;
	text-decoration : underline;
}



.map {
	border: 3px solid #0C5EB4;
}


/* Fiche
-------------------------------------------------------- */

#fiche .atlas thead td, table.tableau td.TitreTableau {
  background-color:#0C5EB4;
  color:#FFFFFF;
  font-weight:bold;
  text-align:center;
  width:auto;
}

#fiche .atlas td, table.tableau td {
  border:1px solid #0C5EB4;
  font-size:10px;
  padding:4px;
  text-align:left;
}

#fiche .atlas table, table.tableau {
  border:1px solid #0C5EB4;
  border-collapse:collapse;
  margin:0 0 10px;
/*   width:100%; */
  page-break-before:auto;
}

#fiche .tableau-placement-encart td.td-colore	{
	background-color:#0C5EB4; 
	color:#ffffff; 
	font-size:10px; 
	font-weight:bold; 
	padding-left:2px;
}
#fiche .tableau-placement-encart td.spacer, .tableau-placement-encart td.spacer img
	{
	background-color:#A34000; 
	width:1px;
	height:1px;
}

#fiche h1#rubrique {
	background:url(/img/template/spirit/fleche-h2.png) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #0C5EB4;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	text-indent:10px;
}

#fiche .atlas h2, .section_tam h2 {
  background:url(/img/template/spirit/fleche-h2-fiche.png) left no-repeat;
  clear:both;
  color:#7ABCED;
  font-size:14px;
  font-weight:bold;
  height:24px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 10px 0px;
  text-indent:8px;
}


/* Tendances
-------------------------------------------------------- */

#tabs .ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

#tabs .ui-widget-header {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#0C5EB4 url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) repeat-x scroll 50% 50%;
  border:1px solid #2f7af6;
  color:#FFFFFF;
  font-weight:bold;
}

#tabs .tendance thead td, table.tableau td.TitreTableau {
  background-color:#7AADDA;
  font-size:11px;
  color:#FFFFFF;
  font-weight:bold;
  text-align:center;
  width:auto;
}

#tabs .tendance td, table.tableau td {
  border:1px solid #538FBF;
  font-size:10px;
  padding:4px;
//  text-align:left;
}



/* Page Actualité
-------------------------------------------------------- */

#Actu01 .dateActu01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	font-style:italic;
	color: #0C5EB4;
}

#Actu01 .savoirPlus {
	background: url(/img/template/spirit/fleche-savoir-plus.png) left no-repeat;
	font-style: italic;
	font-weight: 900;
	margin: 0px 0px 0px 555px;
}

#Actu01 .bg01 {
	background-color:#FFFFFF;
}

#Actu01 .bg02 {
	background-color:#EFF7FF;
}


/* Page Recherche
-------------------------------------------------------- */

#recherche .voirArticle {
	background: url(/img/template/spirit/fleche-savoir-plus.png) left no-repeat;
	font-style: italic;
	font-weight: 900;
	margin: 0px 0px 0px 555px;
}


#recherche .bg01 {
	background-color:#FFFFFF;
}

#recherche .bg02 {
	background-color:#EFF7FF;
}

#recherche h2{
	background: url(/img/template/spirit/fleche-h2.png) left no-repeat;
	font-weight: 400;
	color: #0c5eb4;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#recherche h2 a {
	color: #0c5eb4;
	text-decoration : none;
}
#recherche h2 a:hover {
	color: #0c5eb4;
	text-decoration : underline;
}


/* Page Importateurs
-------------------------------------------------------- */

#importateurs .dateActu01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	font-style:italic;
	color: #0C5EB4;
}

#importateurs .localiser {
	font-style: italic;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
}

#importateurs h3{
	color: #67A0CF;
}
#importateurs h3 a {
	color: #67A0CF;
	text-decoration : underline;
}
#importateurs h3 a:hover {
	color: #67A0CF;
	text-decoration : none;
}

#importateurs h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #594529;
	margin: 0px;
	padding: 0px;
}
#importateurs h4 a {
	color: #594529;
	text-decoration : underline;
}
#importateurs h4 a:hover {
	color: #594529;
	text-decoration : none;
}

#importateurs .bg01 {
	background-color:#CFE7FF;
}

#importateurs .bg02 {
	background-color:#EFF7FF;
}

ul#importateurs {
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	list-style-type: disc; 
	margin: 0px;
	padding: 2px 0px 5px 10px;
}
ul#importateurs a {
	color: #0C5EB4;
	text-decoration : underline;
}
ul#importateurs a:hover {
	color: #0C5EB4;
	text-decoration : none;
}


/* Bloc FlashActu
-------------------------------------------------------- */

#blocFlashActu {
	background: url(/img/template/bg-flashactu.gif) #f3ebde bottom right no-repeat;
}

#blocFlashActu h2 {
	color: #5e5444;
	margin: 0px;
	padding: 0px;
}
#blocFlashActu h2 a {
	color: #5e5444;
	text-decoration : none;
}
#blocFlashActu h2 a:hover {
	color: #5e5444;
	text-decoration : underline;
}	


#blocFlashActu .contenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #655a49;
}
#blocFlashActu .contenu a {
	color: #655a49;
	text-decoration : none;
}
#blocFlashActu .contenu a:hover {
	color: #655a49;
	text-decoration : underline;
}

#slider ul, #slider li {
  margin:0;
  padding:0;
  list-style:none;
}


/* Bloc Tendances
-------------------------------------------------------- */

#blocTendances {
	background: url(/img/template/bg-tendances.gif) #f3ebde bottom right no-repeat;
}

#blocTendances h2 {
	background: url(/img/template/fleche-tendances.gif) left no-repeat;
	color: #93480e;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#blocTendances h2 a {
	color: #93480e;
	text-decoration : none;
}
#blocTendances h2 a:hover {
	color: #93480e;
	text-decoration : underline;
}	

#blocTendances p {
	color: #5F310C;
	margin: 0px;
	padding: 2px 0px 5px 0px;
}
#blocTendances p a {
	color: #5F310C;
	text-decoration : none;
}
#blocTendances p a:hover {
	color: #5F310C;
	text-decoration : underline;
}

#blocTendances .illustration {
	background: url(/img/template/img-tendances.jpg) no-repeat;
	width:235px; 
	height:70px;
}

#blocTendances ul {
	color: #5F310C;
}

#blocTendances lo, a {
	color: #5F310C;
}


/* Bloc Accompagnement
-------------------------------------------------------- */

#blocAccompagnement {
	background: url(/img/template/bg-accompagnement.gif) #E5DF99 bottom right no-repeat;
}

#blocAccompagnement h2 {
	background: url(/img/template/fleche-accompagnement.gif) left no-repeat;
	color: #635d17;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#blocAccompagnement h2 a {
	color: #635d17;
	text-decoration : none;
}
#blocAccompagnement h2 a:hover {
	color: #635d17;
	text-decoration : underline;
}

#blocAccompagnement h3 {
	color: #635d17;
}

#blocAccompagnement h3 a {
	color: #635d17;
	text-decoration : none;
}
#blocAccompagnement h3 a:hover {
	color: #635d17;
	text-decoration : underline;
}	

#blocAccompagnement p {
	color: #3F3B0C;
	margin: 0px;
	padding: 2px 0px 5px 0px;
}
#blocAccompagnement p a {
	color: #3F3B0C;
	text-decoration : none;
}
#blocAccompagnement p a:hover {
	color: #3F3B0C;
	text-decoration : underline;
}

#blocAccompagnement .illustration {
	background: url(/img/template/img-accompagnement.jpg) no-repeat;
	width:235px; 
	height:70px;
}


/* Bloc Actu
-------------------------------------------------------- */

#blocActu {
	background: url(/img/template/bg-actualite.gif) #f7e79e bottom right no-repeat;
}

#blocActu h2 {
	background: url(/img/template/fleche-actualite.gif) left no-repeat;
	color: #7F5607;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#blocActu h2 a {
	color: #7F5607;
	text-decoration : none;
}
#blocActu h2 a:hover {
	color: #7F5607;
	text-decoration : underline;
}

#blocActu h3 {
	color: #7F5607;
}
#blocActu h3 a {
	color: #7F5607;
	text-decoration : none;
}
#blocActu h3 a:hover {
	color: #7F5607;
	text-decoration : underline;
}	

#blocActu p {
	color: #4F3505;
	margin: 0px;
	padding: 2px 0px 5px 0px;
}
#blocActu p a {
	color: #4F3505;
	text-decoration : none;
}
#blocActu p a:hover {
	color: #4F3505;
	text-decoration : underline;
}

#blocActu .illustration {
	background: url(/img/template/img-actualite.jpg) no-repeat;
	width:235px; 
	height:70px;
}


/* blocAtlas
-------------------------------------------------------- */

#blocAtlas {
	background: url(/img/template/bg-atlas.gif) #FFE0CF bottom right no-repeat;
}

#blocAtlas h2 {
	background: url(/img/template/fleche-atlas.gif) left no-repeat;
	color: #9F3E09;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#blocAtlas h2 a {
	color: #9F3E09;
	text-decoration : none;
}
#blocAtlas h2 a:hover {
	color: #9F3E09;
	text-decoration : underline;
}

#blocAtlas h3 {
	color: #7F5607;
}
#blocAtlas h3 a {
	color: #7F5607;
	text-decoration : none;
}
#blocAtlas h3 a:hover {
	color: #7F5607;
	text-decoration : underline;
}	

#blocAtlas p {
	color: #4F3505;
	margin: 0px;
	padding: 2px 0px 5px 0px;
}
#blocAtlas p a {
	color: #4F3505;
	text-decoration : none;
}
#blocAtlas p a:hover {
	color: #4F3505;
	text-decoration : underline;
}

#blocAtlas .illustration {
	background: url(/img/template/img-atlas.jpg) center #FFFFFF no-repeat;
	width:235px; 
	height:70px;
}


/* Bloc Partenaires
-------------------------------------------------------- */

#blocPartenaires {
	background: url(/img/template/bg-partenaires.gif) #E3DFD8 bottom right no-repeat;
}

#blocPartenaires h2 {
	background: url(/img/template/fleche-partenaires.gif) left no-repeat;
	color: #5E5444;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#blocPartenaires h2 a {
	color: #5E5444;
	text-decoration : none;
}
#blocPartenaires h2 a:hover {
	color: #5E5444;
	text-decoration : underline;
}	

#blocPartenaires p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F310C;
	margin: 0px;
	padding: 2px 0px 5px 0px;
}
#blocPartenaires p a {
	color: #5F310C;
	text-decoration : none;
}
#blocPartenaires p a:hover {
	color: #5F310C;
	text-decoration : underline;
}

#blocPartenaires .illustration {
	background: #FFFFFF;
}


/* Pagination
-------------------------------------------------------- */

#pagination .TextPages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#pagination .TextPages a {
	color : #000000;
	text-decoration : underline;
}
#pagination .TextPages a:hover {
	color : #000000;
	text-decoration : none;
}

#pagination .Selec {
	font-size: 12px;
	font-weight:900;
	color: #000000;
}
#pagination .Selec a {
	color : #000000;
	text-decoration : underline;
}
#pagination .Selec a:hover {
	color : #000000;
	text-decoration : none;
}


/* Formulaire
-------------------------------------------------------- */

.formulaire01 {
	border: 2px solid #DFDFDF;
	background-color: #F4F4F4;
}

.BouttonAdherent {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #5c5b5c;
  background-color: #EFEFEF;
  font-weight: bold;
  font-size: 10px;
  border-top: 1px solid #D8DDE4;
  border-right: 2px solid #9EABBC;
  border-bottom: 2px solid #9EABBC;
  border-left: 1px solid #C5CDD7;
  margin-left: 6px;
  margin-right: 1px;
}

.Recherche {
	border: 3px solid #7AADDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #525252;
}

.Boutton01 {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #41434F;
  font-weight: 400;
  font-size: 11px;
  border-top: 1px solid #D8DDE4;
  border-right: 2px solid #9EABBC;
  border-bottom: 2px solid #9EABBC;
  border-left: 1px solid #C5CDD7;
  margin-left: 6px;
  margin-right: 1px;
}

.Boutton02 {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #0c5eb4;
  font-weight: bold;
  font-size: 11px;
  border-top: 1px solid #D8DDE4;
  border-right: 2px solid #9EABBC;
  border-bottom: 2px solid #9EABBC;
  border-left: 1px solid #C5CDD7;
  margin-left: 6px;
  margin-right: 1px;
  padding: 2px
}


/* Border
-------------------------------------------------------- */

.border01 {
	border-bottom: 1px solid #4088CF;
	margin-top:5px;
}


.border-photo-right {
	border: #e28103 solid 0px;
	margin: 0px 0px 5px 15px;
}

.border-photo-left {
	border: #e28103 solid 0px;
	margin: 0px 10px 0px 0px;
}


/* loader
-------------------------------------------------------- */

.loader {
  margin: 4px;
  border: 0px;
  cursor: default;
}

.loaderSave {
  margin: 4px;
  border: 0px;
  cursor: pointer;
}
