/*-----------------------------------------------------
	Archipel Du Libre css screen
	
	version: 1.7
	date:    2004.05.01
	author:  erational.org
------------------------------------------------------*/

/* banner color */

.palegreen {color: #d4e3d4;}
.darkgreen {color: #91a899;}
.bleuADL {color: #142551;}
.JauneADL {color: #e9c435;}
.JaunePaleADL {color: #fffaa9;}
.OrangeLien {color: #f2962f;}

/* Main structure ------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	font: x-small Verdana, Arial, sans-serif;
	background: White;
} 

td {
	margin-bottom: 15px
}

/* position -------------------------------------- */
#pos {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #142551;
	text-decoration: none;
}

#pos a, #pos a:active, #pos a:link {
	color: #142551;
	text-decoration: none;
}

#pos a:hover {
	color: #e9c435;
	background: #142551;
	text-decoration: none;
}

/* header -------------------------------------- */
#banner {
	margin:  0;
	padding: 0;
}

#bannerprint { 
	text-align: center;
}

/* Menu entête, Menu pied de page */
#menuheader, #menuheader a, #menuheader a:active, #menuheader a:link {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin: 0px 0 0px 0;
}

#menufooter, #menufooter a, #menufooter a:active , #menufooter a:link{
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 2px 0 2px 0;	
}

#menuheader a:hover, #menufooter a:hover {
	color: #f2962f;
}

/* main: before and after article: sub sub----------------------------- */
#prearticle {
	padding:   8px 30px 8px 10px;
	font-size: 13px;
	line-height: 100%;
}

#postarticle  {
	padding:   8px 30px 8px 70px;
	font-size: 13px;
	line-height: 100%;
}

#prearticle a, #prearticle a:active, #prearticle a:link, 
#postarticle a, #postarticle a:active, #postarticle a:link{ 
	display: block;	
	padding-left: 20px;
	line-height: 17px;
	background: transparent url(../interface/puce_min.png) no-repeat left center;	
	color: #142551; 
	text-decoration: none; 
}

#prearticle a:hover , #postarticle a:hover{
	color: #142551;
	text-decoration: none;
}


/* Partie droite */
#PlanRubrique1 {
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#PlanRubrique2 {
	font-size: 10px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
}

#PlanArticle1 {
	font-size: 10px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
}

#PlanArticle2 {
	font-size: 10px;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 10px;
}

#PlanBreve {
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #444444;
}

#PlanBreveTexte {
	font-size: 10px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	color: #808080;
}

#PlanLien {
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#PlanLienTexte {
	font-size: 10px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	color: Gray;
}

/* Couleur de surlignage des liens */
#PlanRubrique1 a, #PlanRubrique1 a:active, #PlanRubrique1 a:link,
#PlanRubrique2 a, #PlanRubrique2 a:active, #PlanRubrique2 a:link,
#PlanArticle1 a, #PlanArticle1 a:active, #PlanArticle1 a:link, 
#PlanArticle2 a, #PlanArticle2 a:active, #PlanArticle2 a:link,
#PlanBreve a, #PlanBreve a:active, #PlanBreve a:link, 
#PlanBreveTexte a, #PlanBreveTexte a:active, #PlanBreveTexte a:link, 
#PlanLien a, #PlanLien a:active, #PlanLien a:link,
#PlanLienTexte a, #PlanLienTexte a:active, #PlanLienTexte a:link
{
	color: #142551;
}

/* main: article -------------------------------------- */
.article {
	padding: 7px 20px 0 20px;
	text-align: justify;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: transparent;
	margin: 0px 0px 25px 0px;
}

.article h1, .article h1 a {
	color: #142551;
	font-size: 14px;
	margin: 15px 0 15px 0;
	padding: 0;
	text-decoration: none;
}

.article p {
	margin: 5px 0 5px 0;
}

.article h1 a:hover {
	color: #f2962f;
} 

.article a {
	color: #142551;
	text-decoration: none;
}

.article a:hover {
	color: #f2962f;
	text-decoration: none;
}

.auteur {
	color: Gray;
	text-decoration: none;
	text-align: right;
}

.RetourRubrique {
	color: Gray;
	text-decoration: none;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.brown, a.brown:active, a.brown:link { 
	color: black;
	text-decoration: none; 	
}

a.brown:hover {
	color: #f2962f;
	text-decoration: underline;
}

a.result, a.result:active, a.result:link {
	display: block;
	padding-left: 20px;
	line-height: 17px;
	background: transparent url(../interface/puce_min.png) no-repeat left center;
	color: #142551;
	text-decoration: none;
}

a.result:hover{
	color: #f2962f;
	text-decoration: underline;
}

/* main: article formating -------------------------------------- */
.surtitre  {
	font-weight: bold;
}

.soustitre { 
	margin-top: 10px;
	font-style: italic;
}
.chapo     {
	padding:   8px 30px 8px 60px;
	font-size: 12px;
	line-height: 100%; 
}

.texte {
	text-align: justify;
}

.ps {
	border-top: 1px dashed #ccc;
	margin-top: 5px;
	font-size: 12px;
}

/* main: menu right -------------------------------------- */
.menurightborder{
	border-left: 1px solid #142551;
}

#menuright {
	margin: 0 0 25px 0;
	padding: 2px 2px;
	text-align: left;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #142551;
}


h3.actu, h3.agenda, h3.web, h3.breve, 
h3.lien, h3.rubrique, h3.recherche, H3.participer, h3.contenu {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #142551;
	color: #142551;
	padding: 0 0 0 10px;
	font: bold larger;
}

#menuright a {
	color: #142551;
	text-decoration: none;
}

#menuright a:hover {
	color: #f2962f;
	text-decoration: none;
}

#menuright a.brown, #menuright a.brown:hover{
	color: #f2962f;
	display:block;
	padding: 5px 0;
}

.gray { color: #777; }

/* footer -------------------------------------- */
#footer {
	display: block;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #142551; /*background: #e9c435;*/
	text-decoration: none;
}


#footer a, #pos a:active, #pos a:link {
	color: #142551;
	text-decoration: none;
}

#footer a:hover {
	color: #e9c435;
	background: #142551;
	text-decoration: none;
}

#footerprint {
	display: none;	
}


/* form elements -------------------------------------- */
form {
	margin: 0;
	padding: 2px 0;
}

input, textarea, select {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 0;
	font-size: 11px;	
}

input.buttonwhite {
	border: 1px solid #FFF;
}

.radiobut {
	border: 0px solid white;
}

/* forum elements -------------------------------------- */
#forumreply{
	margin: 20px 10px 10px 20px;
	padding: 1px;
	text-align: center;
}

.forum {
	margin: 20px 10px 10px 20px;
	border: 1px solid #ccc;
	font-size: 12px;
}

.forumtitle {
	display: block;	
	background: #eee;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.forummeta { 
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
}

.forumbody { 
	color: black;
	padding: 4px;
}
.forumps  {
	border-top: 1px solid #ccc;
	padding: 4px;	
}


/* plan site -------------------------------------------- */
h1 a.plan {
	color: Navy;
}
h1 a.plan, h1 a.plan:hover {
	font-size: 14px;	
	text-decoration: none; 	
}

.plan ul {
	margin: 2px 0 0 20px;
	padding: 2px;	
}

.plan li {
	line-height: 110%; 
	list-style-type: none;
	padding: 2px; 	
	margin: 0;		
}


ul li a.plan,  ul li a.plan:hover{
	text-decoration: none; 
	padding-left: 10px;
	background: transparent url(../interface/puce_min.png) no-repeat 0px 7px; /* IE5 BUGGY*/
	/*list-style-image: url(../interface/puce_min.png); /* alternate ? */	
}

ul li a.planrubrique{ 
	display: block;
	margin: 0;	
	padding: 5px 0 0 20px;	
	background: transparent url(../interface/puce_min.png) no-repeat left center;
	
	color: #142551; 
	text-decoration: none; 
}

ul li a.planrubrique:hover{
	color: Red;
	text-decoration: none;
}
/* agenda extra  -------------------------------------- */
td.agenda {	
	border: 1px solid #ccc;
	padding: 0;	
}

/* logo extra  -------------------------------------- */
logo {
	margin-left: 30px;
	border: 0;
}

a.logo {
	border: 0;
}

/* lettre extra  -------------------------------------- */
.green {
	color: #009900;
}
.red {
	color: #FF0000;
}	

/* spip main class -------------------------------------- */
b.spip  {font-weight: bold;}
p.spip  {padding-left: 3px;}
hr, hr.spip {
	display:block;
	height: 0;	
	color: white;
	border-style:solid;
	border-color: #ccc;
	border-width:0px 0px 1px 0px; 
}

.spip_encadrer {	
	/* margin: 10px 30px 0 30px; */
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 0;
	border-top: 1px solid white;		
}

.spip_encadrer b{	
	display: block;	
	background: #eee;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;		
}

/* table *************************************/
table.fun {
	border: 1px dotted #777;
}

table.result,  table.resultgray {
	border-collapse: collapse;
	border: 0;
	font-size: 11px;	
}

table.resultgray  {
	border: 1px solid #aaa;
}

table.result td, table.resultgray  td{
	border: 0;
	color: #333;
	padding: 2px 6px;
}

table.resultgray td{
    border: 1px solid #ccc;
}

/* liens déjà visités
a:visited{
	color: #f2962f;
	text-decoration: none;
}
*/