/*-----------------------------------------------------
	eric.sibert.fr css commun
	éléments de style communs au différents supports (écran, imprimante pour commencer)
	
	version: 1.1
	date:    2007 03
	author:  eric sibert
------------------------------------------------------*/


/* Main structure ------------------------------------*/
html, body {
  margin:0;
  padding:0;
  background: #fff; /*#eee;*/
  font-family :Verdana, Arial, sans-serif;
}

/* pour centrer les éléments un peu spéciaux comme les images statiques externes avec lien */

.spip_figure {
	text-align: center;
}

.encart {
	text-align: left;
}

table.spip {
	margin: auto;
}

.texte table {
	margin: auto;
}

/* Entete -------------------------------------- */
#banniere {
	margin:  0;
	padding: 20px;
	background: transparent url(../icones/bandeau.jpg) repeat-x  top center;
	text-align: center;

   	color : #000080;
   	font-size : 400% ;
   	font-family : Geneva, Arial, Helvetica, sans-serif;
   	font-style : italic ;
   	font-weight : lighter;
}


#menuheader {
	margin: 5px 0 15px 0;
	font-size: small;
	color:  #91a899; 
	text-align: center;
	clear: both;
}

#menuheader a, #menuheader a:active, #menuheader a:link { 
	color: #a06305; 
	text-decoration: none; 
}

#menuheader a:hover {
	color: red; /*#573502; */
	text-decoration: none;
	/*background: #eee;*/
}


/* Pied de page -------------------------------------- */
#pied {
    margin: 20px 10% 0 10%;
	padding: 0 0 10px 0;
	font-size: x-small;
	color:  black;
	border-top: 1px solid #ddd;
	text-align: center;	
	clear: both;
}

#pied a, #pied a:active, #pied a:link { 
	color: black; 
	text-decoration: none; 
}

#pied a:hover {
	color: black;
	text-decoration: underline;
}

#menu_pied {
 	font-size: small;
	color:  black;
	text-align: center;	
}

#menu_pied a, #menu_pied a:active, #menu_pied a:link { 
	color: #5c5c5c; 
	text-decoration: none; 
}

#menu_pied a:hover {
	color: black;
	text-decoration: underline;
}

/* Div corps structure -------------------------------------*/

#corpsmiddle {
    margin-left: 10px;
    text-align: justify;
}

/* position dans la hiérarchie-------------------------------------- */
#pos {
	display: block;
	margin: 10px;
	padding: 20px 0px 0px 45px;
	
	background: transparent;	
	font-weight: bold;
	color:  black;
	text-decoration: none; 	
}

#pos a, #pos a:active, #pos a:link { 
	color: #666; 
	text-decoration: none; 
}

#pos a:hover {
	color: black;
	text-decoration: none;
}


/* main: before and after article: sub sub----------------------------- */
#prearticle {
	padding:   8px 30px 8px 10px;

	display: block;
	margin-left: 10%;
	
	color:  black;
	text-decoration: none; 	

}

#postarticle  {
	padding:   8px 30px 8px 70px;
	font-size: 110%;
	line-height: 100%;
}

#prearticle a, #prearticle a:active, #prearticle a:link, 
#postarticle a, #postarticle a:active, #postarticle a:link{ 

	padding-left: 10px;
	line-height: 17px;
	color: #a06305; 
	text-decoration: none; 
}

#prearticle a:hover , #postarticle a:hover{
	color: #573502; 
	text-decoration: none;
}



/* main: article -------------------------------------- */
.article {
	padding: 7px 38px 20px 38px;
	text-align: left;
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:  black;
	background: transparent url(../icones/article_end.png) no-repeat bottom center;
}

.article h1, .article h1 a {
	color:  #624234;
	margin:  15px 0 4px 0;
	padding: 0;
	text-decoration: none;	
}

.article h1 {
	font-size: 150%;
}

.article h1 a:hover {
	text-decoration: none;
} 

.article a {
	color: black;
	text-decoration: underline;
}

.article a:hover {
	color: #f30;
	text-decoration: underline;
}

.auteur {
	color: #5d5d5d;	
}

a.brown, a.brown:active, a.brown:link { 
	color: #f60;
	text-decoration: none; 	
}

a.brown:hover {
	color: red;
	text-decoration: none;
}

/* main: article formating -------------------------------------- */
.surtitre  {
	font-weight: bold;
}

.soustitre { 
	margin-top: 10px;
	font-style: italic;
}

.chapo     {
	padding:   8px 30px 8px 60px;
	font-size: 100%;
	line-height: 100%; 
}

.texte {
	text-align:justify;
}

.ps {
	border-top: 1px dashed #ccc;
	margin-top: 5px;
	font-size: 100%;
}


/* main: menu right -------------------------------------- */
.menurightborder{
    border-left: 1px solid #ccc;
}

#menuright {
    margin: 30px 0 0 0;
    padding: 2px 2px;
    float: right;
    width: 25%;
        border-left: 1px solid #ccc;

    text-align: left;
    line-height: 130%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color:  black;   
}

#menuright img{
     margin-top: 10px;       
}

h3.actu, h3.agenda, h3.web, h3.breve, h3.email,
h3.lien, h3.rubrique, h3.recherche {
    margin: 15px 0 0 0;
    min-width: 150px;
/*    height: 36px; */
/*    padding-bottom : 3 px; */
    border-bottom:1px solid #ddd;           
    font-family: Time , serif;
    font-size: medium;
    color:  maroon;   
}

#menuright a {
    color: black;
    text-decoration: none;
}

#menuright h3 a {
    color: maroon;
    text-decoration: none;
}

#menuright a:hover {
    color: #f30;
    text-decoration: none;
}

#menuright a.brown, #menuright a.brown:hover{
    color: #f60;
    display:block;
    padding: 5px 0;
}


.gray { color: #777; }



/* plan site -------------------------------------------- */
h1 a.plan { color:  #624234;}
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(../icones/puce_min.png) no-repeat 0px 7px; /* IE5 BUGGY*/
	/*list-style-image: url(../squelettes/images/puce_min.png); /* alternate ? */	
}

ul li a.planrubrique{ 
	display: block;
	margin: 0;	
	padding: 5px 0 0 20px;	
	background: transparent url(../icones/puce_arrow.png) no-repeat left center;
	
	color: #a06305; 
	text-decoration: none; 
}

ul li a.planrubrique:hover{
	color: #573502; 
	text-decoration: none;
}

