@import url("barre.css");

html { font-size: 100%; }
body { 
	font-size: 0.8125em; 
	font-family: Tahoma, sans-serif;
	word-spacing: 0.005em;
	color: #333;
}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Tahoma, sans-serif; }
h1 { font-size: 1.90em; color: #000; font-weight: bold; display: block; width: 100%; margin: 0 auto; vertical-align: bottom; font-size: 2.2em; font-weight: normal; }





h2 { font-size: 1.30em; font-weight: normal; color: #000; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #000; }
h3 { font-size: 1.20em; font-weight: bold; color: #000; }

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: silver; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote {}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}



/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;

}

#page { 
	position: relative; 
	width: 95em; 
	margin: 0 auto; 
	text-align: left;
}

#entete { 
	width: 93em;
	margin: 0 auto 2.5em auto; 
	padding-top: 3.60em; 
	padding-bottom: 1.5em;
	text-align: center;
	border-bottom: 1px solid #E0E0E0;
}


#entete a.accueil { display: block; width: 100%; margin: 0 auto; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 1em; }
#entete a.accueil #nom_site_spip { vertical-align: bottom; font-size: 2.2em; font-weight: normal; }
#entete .formulaire_menu_lang { position: absolute; right: 0; top: 0.90em; display: block; width: 100%; } /*Cf.: spip_formulaires.css*/

#conteneur { 
	clear: both; 
	float: left; 
	width: 95em; 
	overflow: hidden; 
	margin: 0 0 2em 0;
	padding: 0;


}

#contenu { 
	float: right; 
	width: 68em;



}

#navigation { float: left; width: 13em; margin-top: 0; overflow: hidden;  }

#pied { 
	clear: both; 
	width: 93em;
	height: 2em;
	margin: 0 auto 2.5em auto; 
	padding: 1.60em 0 0 0; 
	border-top: 1px solid #E0E0E0; 
	text-align: center;
	font-size: 0.90em;

}


#pied img { vertical-align: middle; }



#plugins {
	margin: 0 0 0 3.2em;
	text-align: left;





}

#plugins p { font-weight: bold; }
#plugins li { margin-left: 4em; list-style-type:none; }


#whois {
	width: 65em;

	text-align: left;
}

#whois p { font-weight: bold; margin-left: 3.2em; }


.content { 
	margin-left: 7.2em;
	font-family: Courier, "Courier New", monospace;

}










/* Couleurs des liens
---------------------------------------------- */
a { color: #293237; text-decoration: none; }
a:focus,a:hover,a:active { color: #000; text-decoration: none; background: #E0E0E0; }

a.site_title { float: right; margin-right: 1em; color: #293237; } /* liens sortants */
a.spip_out { color: #000; } /* liens sortants */


/* Pub
---------------------------------------------- */

#adsense_right {
	margin: 0 0 0 1em;
	width: 165px;
	height: 605px;
	float: right;


}

#adsense_left {
	width: 165px;
	height: 605px;
	float: left;



}


/*  Validate
 ------------------------------------------ */
#validate { 
	width: 15em;
	height: 20px;
	margin: auto;
	text-decoration: none;






}

#validate_xhtml {
	width: 80px; 
	height: 20px;
	margin: 0 auto;
	float: left;



}



#validate_css {
	width: 80px; 
	height: 20px;
	margin: 0 auto;

	float: right;


}

#validate_xhtml a, #validate_xhtml a:hover, #validate_xhtml a:visited {
	background: transparent url(../img/valid_xhtml10_80x15.png) center no-repeat;
	position: absolute;
	width: 80px;
	height: 15px;
	margin: 0 auto;
	border: 0; 
}

#validate_css a, #validate_css a:hover, #validate_css a:visited {
	background: transparent url(../img/valid_css_80x15_1.png) center no-repeat;
	position: absolute;
	width: 80px;
	height: 15px;
	margin: 0 auto;
	border: 0; 
}



/* Tableaux */
table { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 0; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table tr.row_first { background: #F5F5F5; }
table tr.row_odd { background: #F2F2F2; }
table tr.row_even { background: transparent;  }
table th, table td { padding: 0.40em 0.80em; text-align: left; }
table th { vertical-align: bottom; font-weight: bold; }
table td { vertical-align: top; }





