@charset "iso-8859-15";
/* 
2010-02-23	PhD	Refonte générale de la mise en page 
2010-05-09	PhD	Adaptation nouvelle charte graphique
2010-06-02	PhD	Amélioration des fonds, repris le placement de #page
*/


/********************************************************/
/*    Feuille de style site web ACONIT 					*/
/* Cette feuille est complétée par certaines feuilles 	*/
/* de style spécifiques SPIP  							*/
/********************************************************/	 

/***************************************************** Couleurs de base

Logo 
Orange		#FF6600	Pantone Orange 021
Rouge		#CC0066	Pantone Rhodamine Red
Vert clair	#CCCC33	Pantone 390
Vert sombre	#666633	Pantone 385				???

#606130		Vert-brun : Fond titres sommaire	(Vedelago fond titres abandonné)
#A4BF37		Vert clair : Fond lettrines 		(Vedelago carac titres abandonné)

#62632E		Barre sombre autour du menu et sous têtes Web
#606030		Brun foncé PhD : caractères des titres, déco sous titre en transparence 30%
*/

/***************************************************** Définitions génériques */

* {
margin: 0em;
padding: 0em;
color: #101000 ;		/* noir coloré brun */
font-size: 12px;
font-family: Verdana, Arial, sans-serif;	
}

html{
text-align: center; 	/* centrer pour IE */
}

body {
margin: 0 auto;
padding: 0;
text-align: left;		/* remettre a gauche, a cause de IE */
}

h1 {
font-weight: bold;
margin: 0.5em 8em 0.5em 0em;
font-size: 2em;
}

h2, caption {
font-weight: bold;
margin: 1.5em 11.5em 0.5em 0em;
padding-left: 0.5em;
font-size: 1.5em;
}

h3 {
font-style: italic;
font-weight: bold;
font-size: 1.2em;
margin: 0.2em 0em 0.2em 1em;
}

h4  { 
font-weight: bold; 
font-size: 1em; 
}

h5 {
font-style: italic; 
font-weight: bold; 
font-size: 1em;
}

h6 { 
font-weight: bold; 
font-size: 0.3em;
}

p {
 margin: 0.6em 0 0.4em 0;
}

ul, ol {
padding: 1em 2em;
}

ul li {
list-style-type: disc;
list-style-position: inside;
}

ol li {
list-style-type: circle;
}

a { 
color: green;  			/* == #20971F */
text-decoration: none 
}
a:visited {
color: #004D00;			/* vert plus sombre */
}
a:hover	{ 
text-decoration: underline; 
}
		
b {						/* Limiter l'effet de l'ancienne balise <b> */
font: inherit;
font-weight: bold;
}

form {
display: inline;
}

img {
border: 0; 
}

/************************************************************ Classes générales */
.spacer {	 
clear: both;
visibility: hidden;
line-height: 0;
}

.centrer {
text-align: center;
}

.cadre {
border: 0.05em solid #aaaaaa;
margin-bottom: 0.4em;
min-height: 10em;
}

.aconitgras  { 
font-weight: bold; 
}

.aconititalique  { 
font-style: italic; 
}

.fondformulaire {
background-color: #9caed0;
}

.grasrouge { 
color: #cc0000; 
font-weight: bold;
}

.strong2 {
color: #006633;
font-weight: bold;
}

.verdanaconit { 
color: #302000;
font-size: 12px; 
}

/************************************************************************* En-tête */

#entete {
width: 100%;
height: 50px;
background: url(../commun/deco/s_03.jpg) top center;
}

#soustete {
background-color: #62632E;
}

#lignenavig {
width: 100%;
height: 26px;
background: url(../commun/deco/s_05.gif);
}

/************************************************************************* Corps de page */

#corps {
}

/************************************************************************* Menu */

#gauche {
float: left;
width: 129px;
background-color: A4BF37;
}

#menugauche {
background-color: 62632E;
}

.menu {
font-weight: bold;
font-size: 10px;
vertical-align: inherit;
}

a.menu { 
color: white; 
text-decoration: none;
font-size: 10px;
}
a.menu:visited  { 
color: white; 
}
a.menu:hover {
text-decoration: underline;
color: silver;
}

#infos {
background-color: inherit;
text-align: center;
}

/******************************************************************* Page */

#page {
background-color: white;
position: absolute; 
top: 75px;
left: 129px;
padding: 5px;
}

#maj, #logo {
float:left;
margin: 0;
font-size: 0.2em; 
}

#bottom {
text-align: right; 
margin-right: 40px;
}