#page
{
	width: 1000px ; /* initial 780px *//* ou 100% pour largeur fluide pleine largeur */
}



body {
	background-image: url(img/body_bg_adcv.png);
	background-repeat: repeat;
}
#entete
{
	/* background-image: url(img/globe.jpg);  */
	background-image: url(img/logo_ADCV_entete_site.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	/* background-image: url(img/autre-monde.jpg); */
	background-image: none; 
	background-repeat: no-repeat;
	background-position: right top;
}

#entete .nom-site span { right: 30px; left: 300px }

.formulaire_recherche input.forml {
	background-image: url(img/loupe_adcv.png);
	background-repeat: no-repeat;
	background-position: right center;
}


#encart
{
	width: 320px;
	top: 218px;  /* Orig : 190px; */
}

#encart .video_encart { margin-bottom:10px;
}

#encart p {
	margin-top: 0px;
	font-size: 12px;
}

#menu-rubriques {
	top: 218px;  /* Orig : 190px; */
}

.rubrique #bloc-contenu, .article #bloc-contenu {
	margin-top: 40px;
}
/* -------------------------------------------------------
 	1. LIENS base
 ------------------------------------------------------- */

a, a:link, a:visited
{
	text-decoration: none;
	color: #006633;
}

a:hover
{
	text-decoration: underline;
	color: #006633;
}

a.spip_out,
a.spip_in,
a.spip_url,
a.spip_glossaire { color: #006633; }






/* -------------------------------------------------------
 	3. BANDEAU - ENTETE (inc/inc-bandeau.html)
 ------------------------------------------------------- */

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	color: #507911;
}

#entete a.nom-site:hover
{
	color: #663300;
}


/* -------------------------------------------------------
 	4. ELEMENTS HTML DE BASE
 ------------------------------------------------------- */




/* ------------------------------------------------------------------
 	5. NAVIGATION et MENUS
 -------------------------------------------------------------------- */
/* COULEURS des menus */
/* text : color */


.menu ul li li a, 
.menu ul li li a:visited 			{ color: #006633;}



/* background */
.menu ul li a,
.menu ul li b 				{ background-color: #003300; }

.menu ul li a:hover,
.menu ul li li a:hover { background-color: #FFFF99; }

.menu ul li li a.article:hover { background-color: #FFFF99; }

/* TYPO et ESPACEMENT des menus */

.menu-titre { background-color: #003300; } 




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


.edito h3 {
	background-color: #003300;
}


.detail { margin-top: 3px; }
.surtitre { margin-bottom: 3px; }
.sous-titre { margin-top: 3px; }

#bloc-contenu
{
	 /* #bloc-contenu  initial 10px 155px 5px 155px ; 
		avec bandeau marquee 10px 325px 5px 155px ; 
		sans bandeau marquee 38px 325px 5px 155px ; */
	margin: 10px 325px 5px 155px ;

	padding: 0px 8px 10px 8px;
}





