/* -------------------------------------------------------
 	1. LIENS base
 ------------------------------------------------------- */
a, a:link, a:visited
{
	text-decoration: none;
	color:#009900;
}

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


/* -------------------------------------------------------
 	2. MISE EN PAGE - BLOCS PRINCIPAUX
 ------------------------------------------------------- */
 
 #page
{
	position: relative;
	text-align: left; /* pour annuler l'heritage de text-align:center de BODY */
	margin: 1em auto; /* auto pour centrer horizontalement la boite dans BODY 
						 pour le navigateurs autres que IE/WIN */
	padding: 0;
	width: 898px;
	}

img {
	border:0px;
}


/* -------------------------------------------------------
 	3. BANDEAU - ENTETE (inc/inc-bandeau.html)
 ------------------------------------------------------- */
#bandeau-haut
{
	background-color:black;
	color:white;
	margin:0;
	padding:0;
	font-size:85%;
	padding:3px;

}

img {
display: block;
}

#entete			/* voir (../inc/inc-bandeau.html) */
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-width: 0;


	/* background-image - voir/see : 'alter.css' */
}

#bandeau-haut a 
{
	color:white;
	text-decoration:none;
	
}

#bandeau-haut a:hover 
{
	color:#009933;
	text-decoration:none;
	background-color:black;
	
}

 
#adresse
{
	background-color:black;
	color :white;
	text-align:center;
	font-size:85%;
	padding:3px;
}
 	
/* -------------------------------------------------------
 	4. CSS de inc-sommaire-articles
 ------------------------------------------------------- */



#art1, #art3, #art5 {
	float: left;
	width: 48%;
	margin-right:10px;
	padding-right:10px;
	overflow:hidden;
	clear:both;
	border-right: 1px solid #999999;
	border-right-style:double;
	
	}


#art4, #art2, #art6 {

	overflow:hidden;
	}
	
#pda {
	overflow:hidden;
	
	}

#art12{
	margin-bottom:1.5em;
	overflow:hidden;
	}

.suite {
	text-align: right;
	
}

/* ------------------------------------------------------------------
 	5. NAVIGATION et MENUS
 -------------------------------------------------------------------- */

/* Menu principal (gauche) */

ul#menulist li ul{ display:none; }

ul#menulist li:hover>ul{ display:block; }

ul#menulist {

	font-size:88%;
	color: #0F4D2A;
	position: static;
}

ul#menulist, ul#menulist ul {
	position: absolute; 
	top:165px; left:0px;
  	list-style:none;
	line-height: 1.2em;
  	margin:0;
  	padding:0;
  	border: 1px solid #eee;
  	background-color:#585858;
}

ul#menulist ul{
  position:absolute;
  top:-2px;
  left:148px;
}

ul#menulist li{
  position:relative;
  margin:0px;
  padding:0px;
  display:block;
}

ul#menulist a{
  	display:block;
	width:140px;
  	text-decoration: none;
	padding: 5px 4px 5px 4px;
  	border-top:1px solid #eee;
}



ul#menulist li:hover, ul#menulist li a:hover {
  color: black;
  background-color:#FFFF79 ;
  /* vert : #67B289 */
}

ul#menulist .smenu {
        background-image:url(../../../../IMG/gif/arrow.gif);
        background-position: 140px;
        background-repeat: no-repeat;
}


ul#menulist li:focus, ul#menulist li a:focus {
  color: white;
  background-color:#67B289 ;
}

ul#menulist a {
  color: white;
  text-decoration: none;
}



/*  ANNONCE dans #encart */
.annonce
{
	background-color: #DDD;
	/* overflow: hidden; */
	text-align: center;
}
.menu li.annonce a { padding: 0; }
.menu li.annonce .spip_logos,
.menu li.annonce a img { margin: 0; }




/*  Menu-droite */

#encart
{
	position: absolute;
	top: 165px;
	right: 0px;
	width: 150px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}

#mozilla
{
	text-align:center;
	font-size:11px;
	color:#006600;
	background-color:white;
	border: 1px solid;
	margin-bottom:1em;
	display:block;
	width:80%;
	margin-left:auto;
	margin-right:auto;

}

#mozilla2
{
	
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	
}

#liens
{
	text-align:center;
	border: 1px solid #FF9900;
	background-color:white;
	margin-bottom:1em;
	display:block;
	padding: 10px;
	color:#FF9900;
		
}

#ligne
{	height:5px;
		
}

#liens img
{
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	margin-bottom:2px;
}

.menu_droite {
	margin-bottom: 20px;
	font-size: 88%;
	line-height: 1.2em;
	display: block;
	
	}


.menu_droite b {
	background-color:#67B289;
	color: white;
	}
	
.menu_droite ul
{
	border: 1px solid #eee;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	margin: 0;	padding: 0;
	
}

.menu_droite ul li
.menu_droite ul li b { 
	margin: 0;
	background-color:#FFFF00;
	}

.menu_droite ul li a:hover,
.menu_droite ul li li a:hover { background-color:#FFFF99; }
.menu_droite ul li li a.lienon 	{ background-color: #ffd; }


.menu_droite ul li span {
	
	color:#009933;
	font-weight:bold;
	background-color:white;
	display: block;
	padding: 3px 4px 3px 4px;
	}


.menu_droite ul li a {
	border-bottom:1px solid #eee;
	color: black;
	background-color:white;
	text-decoration: none;
	text-align: left;
	padding: 3px 4px 3px 4px;
	display: block;
	}	

.menu_droite ul li li { 
	margin: 0;
	background-color:#FF0000;
	color:white;
	display: block;
	
	}

.menu_droite ul li li a { 
	background-color:black;
	color:white;
	display: block;
	
	}
.menu_droite b, .menu_droite ul li a
{	
	text-decoration: none;
	text-align: left;
	padding: 3px 4px 3px 4px;
	display: block;
	}
	
.menu_droite ul li li a { padding-left: 4px; font-weight: normal;}
.menu_droite ul li li li a { padding-left: 10px;}
.menu_droite ul li li li li a { padding-left: 16px;}
.menu_droite ul li li li li li a { padding-left: 22px;}
.menu_droite ul li li li li li li a { padding-left: 28px;}
	

/* -------------------------------------------------------
 	6. FORMATS DE TEXTE
 ------------------------------------------------------- */

#pda .extrait
{
	margin: 5px;
	padding: 8px;
	background-color:white;
	line-height: 1.2em;
	margin:0;

}


.extrait a.suite,
.extrait a.suite:link,
.extrait a.suite:visited
{
	text-decoration: none;
	color:#009933;
	font-variant: small-caps;
	display: inline;
	font-weight:bold;
}

.extrait a.suite:hover
{
	color:#FFFF00;
	text-decoration: none;
}

.petit-info
{
	font-size: smaller;
	font-weight: bold;
	color:#FFCC00;
}


/* -------------------------------------------------------
 	7. Formulaire de recherche
 ------------------------------------------------------- */

.formulaire_recherche { margin: 0; padding: 0; background: none; }
.formulaire_recherche * { display: inline; vertical-align: middle; }
.formulaire_recherche label {}
.formulaire_recherche input.text { width: 50%; padding-left: 25px; background: #FFF url(img/loupe.png) no-repeat left center; }
.formulaire_recherche input.submit {}


/* -------------------------------------------------------
 8. EDITO (sur page sommaire.html)
------------------------------------------------------- */

.edito .bandeau {
	overflow: hidden;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-color: #67B289;
	border-width: 0 0 2px 0;
	border-style: dotted;
	
}

.edito h3 {
	margin: 0;
	padding: 0;
	color: black;
	background-color: #67B289;
	text-transform: uppercase;
	text-indent: 4px;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.4;
	/* background-image - voir/see : 'alter.css' */
}
s
.edito h3 a, 
.edito h3 a:link, 
.edito h3 a:visited,
.edito h3 a:hover {
	color: white;
	font-size: 90%;
}

.edito .chapo { 
	margin-top: 0; 
	background-color: white;
	border-color: #67B289;
	border-width: 1px;
	border-style: solid;
	}

.edito .suite { text-align: right; }
