/* Une partie des credits revient a l equipe  */
/* du site www.alistapart.com dont je me suis */
/* fortement inspire, neanmoins pour me       */
/* l approprier je l ai traduit en francais   */
/* et complete pour SPIP                      */
/**********************************************/
/*                Pierre Basson  [maiis.net]  */
/**********************************************/
/*                  STRUCTURE                 */
/**********************************************/

body {
	background: #333333; /* couleur du fond */
	color: #000; /* couleur du texte dans toute la page */
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page {
	background: #fff url(../images/separateur.gif) repeat;
	text-align: left;
	margin: auto;
	padding: 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* width: 600px; */
	width: 1000px;
	height: 100%; 
	
/*border: 0px solid gray;*/
	
}

html>#page {
	/* width: 598px; */
	width: 1000px; /* pour IE contrecarrer les differences d'affichage */
}

#entete {
	background: #fff url(../images/fond-elra-purple-1000x65.jpg) bottom right no-repeat; /* le logo du site */
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	line-height: 65px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000; /* couleur du texte au-dessus du bandeau */
}

#menu
{
	margin: 0;
	padding: 0;
}

#top {
	width: 100%; 
	float: left;
}

#barre_laterale
{
	float: left;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;
}
/* Pour menu qui suit le texte en position fixe

html>body #barre_laterale
{
	position: fixed;
	margin: 0;
	padding-top: 95px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
}
*/

#contenu_principal
{
/*	padding: 0;
	margin: 0;  
	padding: 100px 10px 10px 0px;
	margin: 1px 1px 1px 190px;  */
	color: #222;
	background: transparent;
/*	border: 2px solid #5c70d4;  */
	width: 792px;
}

html>body #contenu_principal
{
	padding: 100px 10px 10px 0px;
	margin: 1px 1px 1px 190px;
	color: #222;
	background: transparent;
	width: 792px;
}

#pied_de_page {
	border: 0;
	border-top: 1px solid #ccc; /* bordure suprieure en trait plein */
	color: #fff;
	background: #880088; /* couleur du fond du pied de page */
	padding: 10px;
	text-align: center;
	vertical-align: bottom;
	clear: both; /* rien au-dessus ni en-dessous */
	font-size: 10px; /* taille du texte dans cette zone */
}
/**********************************************/
/*                  CLASSES                   */
/**********************************************/

table.custom {
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    border-collapse: separate;
}
table.custom th {
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: #E9E9E9;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.custom td {
    border-width: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: #E9E9E9;
    -moz-border-radius: 0px 0px 0px 0px;
}

.chapo {
	margin: 10px 0 10px 0;
	padding: 0;
	font-weight: bold;
}

.biographie {
	padding: 10px;
	margin-left: 0;
	text-align: left;
}

.ps {
	margin: 10px 0 10px 0;
	padding: 0;
	font-style: italic;
}

.rubrique {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.article {
	margin-bottom: 20px;
}

.documents_joints {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.texte { }

.lien {
	line-height: 30px;
}

.image {
	color: #333333; /* couleur du titre et de la legende d'une image */
	text-align: center;
	padding: 10px;
}

.video {
	background-color: #333333; /* contour d'une vido */
	text-align: center;
	padding: 10px;
}

.biographie .image {
	text-align: left;
	padding: 5px;
	margin: 0;
}

.biographie p {
	text-align: left;
}

.titre {
	line-height: 1.5em;
	font-weight: bold;
}

.legende {
	font-style: italic;
}

.reactions, .bouton {
	font-weight: bold;
	text-align: right;
	clear: both;
}

.forum {
	width: 100%;
	margin: 20px 0 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px dashed #ccc;
}

li {
	list-style: square;
	margin-top: 0.5em;
	margin: 0;
}

.element { /* seulement dans la barre latrale */
	margin-top: 10px;
	padding: 5px;
}

.element ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.element ul ul {
	margin-left: 10px;
	padding: 0;
	text-align: left;
	border: 0;
}

.element ul li {
	list-style: square inside;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 11px;
}

.element ul li a {
	font-weight: bold;
}
/**********************************************/
/*                TYPOGRAPHIE                 */
/**********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: 0;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

h1.titre {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
	color: #880088;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

h5 {
	font-size: 12px;
}

.forum h3 {
	font-weight: bold;
}

.element h1, .element h2, .element h3, .element h4, .element h5, .element h6 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0;
}

p {
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none; /* dcoration des liens */
	color: #880088; /* couleur des liens */
	background: transparent;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #880088; /* couleur des liens lorsque la souris passe ou clique dessus */
	background: transparent;
}

#pied_de_page a {
	letter-spacing: 1px;
	color: #fff;
}

.reactions a:link,
.reactions a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #444; /* couleur pour l'affichage du nombre de ractions */
}

.reactions a:hover,
.reactions a:active {
	font-weight: bold;
	text-decoration: underline; /* seule difference avec au-dessus : on souligne au passage du curseur */
	color: #444;
}

.bouton a:link,
.bouton a:visited,
.bouton a:hover,
.bouton a:active {
	padding: 2px;
	background: #880088;
	border: 1px solid #5c70d4;
	color: #fff;
	font-size: x-small;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
}

.bouton_off {
	padding: 2px;
	background: #fff;
	border: 1px solid #880088;
	color: #880088;
	font-size: x-small;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	text-align: right;
}


#entete a:link, #entete a:visited { /* couleur et taille des liens dans au-dessus du bandeau (sinon a serait bleu) */
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
	background: transparent;
}

#entete a:hover, #entete a:active {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #000;
	background: transparent;
}

#ariane {
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
	color: #000; /* couleur du texte au-dessus du bandeau */
}

#ariane a:link, #entete a:visited { /* couleur et taille des liens dans au-dessus du bandeau (sinon a serait bleu) */
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.5px;
	color: #000;
	background: transparent;
}

#ariane a:hover, #entete a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 0.5px;
	color: #000;
	background: transparent;
}

img {
	background: #333333;
	padding: 0px; /* cre une bordure en #333333 autour des images */
	display: inline;
	vertical-align: middle;
	border: 0;
}

#barre_laterale img, #pied_de_page img, .forum img, img.forum, img.spip_puce, img.document { /* on ne veut pas de bordure pour ces images */
	background: transparent;
	padding: 0;
	display: inline;
	vertical-align: middle;
	border: 0;
}

table {
	padding: 0;
	border-spacing: 0;
	border: 0;
	font-size: x-small;
}

form.invisible {
	margin: 0;
	padding: 0;
	display: inline;
}
/**********************************************/
/*              MENU HORIZONTAL               */
/**********************************************/

#menu {
	margin: 0;
	padding: 0;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	background: #fff; /* couleur du fond pour un lment du menu non slectionn */
	width: 118px; /* largeur d'un lment du menu */
	height: 2em;
	border-top: 1px solid #ccc; /* pas de bordure  droite */
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #880088; /* couleur du texte dans un lment du menu */
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: x-small;   
}

html>#menu ul li a {
	font-size: x-small;   
} 

#menu ul li#menu_espace_prive a {
	width: 120px;
}

#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active  {
	color: #fff;
	font-weight: bold;
	background: #880088; /* couleur du fond au survol */
	border-top: 1px solid #5c70d4; /* mme couleur que le fond */
	border-left: 1px solid #880088;
	border-bottom: 1px solid #5c70d4;
	border-right: none;
}

body#accueil #menu li#menu_accueil a, 
body#articles #menu li#menu_articles a,
body#rubriques #menu li#menu_rubriques a,
body#forum #menu li#menu_forum a, 
body#espace_prive #menu li#menu_espace_prive a { /* met en vidence l'lment du menu en cours */
	background: #880088;
	border: 1px solid #5c70d4;
	color: #fff;
	font-weight: bold;
}
/**********************************************/
/*                STYLES SPIP                 */
/**********************************************/

.spip {
	text-align: left;
}

a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }

span.spip_code {
	display: inline;
	font-family: monospace;
	font-size: 10px;
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: left;
}

div.spip_code {
	display: block;
	font-family: monospace;
	font-size: 10px;
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	text-align: left;
	padding-left: 5px;
	margin: 5px;
}

p.spip_note {
	font-size: 9px;
}

h3.spip {
	background: #880088;
	border: 1px solid #5c70d4;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}

.spip_puce {
	list-style: disc inside;
}

.spip_documents { }


table.spip, table.spip_forum {
	padding: 0;
	border-spacing: 0;
	border: 1px solid #ccc;
	font-size: x-small;
}

table.spip_forum {
	width: 100%;
}

table.spip tr.row_first, table.spip_forum tr.row_first{ /* premire ligne d'un tableau gnr par SPIP */
	background: #880088;
	color: #fff;
	font-weight: bold;
}

table.spip tr.row_odd, table.spip_forum tr.row_odd { /* pour l'alternance des couleurs des lignes d'un tableau SPIP */
	background: #eee;
}

table.spip tr.row_even, table.spip_forum tr.row_even {
	background: transparent;
}

table.spip tr.row_odd td, table.spip_forum tr.row_odd td {
	border-color: #eee;
}

table.spip td {
	padding: 7px;
	text-align: left;
	vertical-align: middle;
}

table.spip_forum td {
	padding: 7px;
	text-align: left;
	vertical-align: top;
}

hr.spip { 
	border: 1px dashed #333333;
}

b.spip { 
	font-weight: bold;
}

i.spip { 
	font-style: italic;
}

blockquote.spip {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left : 30px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 10px;
	font-style: italic;
	padding: 10px;
}

.forml {
	width: 100%;
	border: 1px solid #ccc;
	font-family: monospace;
	font-size: 12px;
}

.spip_encadrer {
	padding: 5px;
	border: 1px dashed #ccc;
}

.spip_cadre {
	padding: 5px;
}

div.spip_poesie { }

div.spip_poesie div { }


.spip_bouton { /* pour personnaliser les boutons de l'interface */
	background: #880088;
	border: 1px solid #5c70d4;
	color: #fff;
	font-weight: bold;
	font-size: x-small;   
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.formrecherche { 
	width: 100px;
	color: #880088;
	border: 1px solid #ccc;
	font-size: x-small;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

select { 
	border: 1px solid #ccc;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.spip_surligne {
	background-color: #EEE92E;
}
/**********************************************/
/*            BARRE RACCOURCIS SPIP           */
/**********************************************/

a.spip_barre img {
	border: 1px solid #ccc;
	padding: 1px;
}

a.spip_barre:hover img {
	border: 1px solid #ccc;
	color: #000;
	padding: 1px;
	background-color: #ccc;
}

hr.ligne {
	margin: 0;
	padding: 0;
	line-height: 1px;
	border-top: 1px solid #ccc;
}