/*
Feuille de style principale du site evenementiel lagarce.net
Copyright 2005 - Association C.R.I.S. - Yves Tannier
*/

/* element de configuration generale
-------------------------------------------------------- */
* { margin: 0; padding: 0; border: 0; }

body {
    background: #000;
    font: 0.7em "Trebuchet MS",Trebuchet,sans-serif;
    color: #000;
}
img {
    border: 0;
}   
a {
    color: #ff0000;
}
a:hover {
    text-decoration: none;
}
ul, li {
    list-style-type: square;
}
.barre {
    border: 0;
    height: 1px;
    background-color: #ccc;
}   
.spacer {
  clear: both;
  font-size: 2px;
}
abbr, acronym, .help {
    border-bottom: 1px dotted black;
    cursor: help;
}
.hide {
display: none;
}

h1 a, h2 a, h3 a {
    font-family: Georgia, sans-serif;
    font-weight: normal;
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: none;
    color: #000;
}
.copy {
    font-weight: normal;
}
.caractencadre-spip {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.texte li {
	list-style-type: circle;
	margin-left: 15px;
}
h3.spip {
	margin-top: 20px;
	margin-bottom: 4px;
	color: #CC0000;
}
.texteencadre-spip {
	background: #E2E2E2;
	text-align: justify;
	border: 1px solid #000;
	padding: .25em;
	margin-bottom: 15px;
}


/* contenu de la page
-------------------------------------------------------- */
#global {
    background: #fff;
}
#contenu {
    background: #fff;
    width: 1000px;
}
#recherche {
    background: center left #fff url(/images/lagarce/interface/loupe.gif) no-repeat;
    padding: 2px;
    padding-left: 18px;
    border: 1px solid #abbdcd;
    width: 120px;
    color: #000;
}
#recherche_resultat {
   padding: 20px;
}
#recherche_resultat h1 {
    margin-top: 10px;
    color: #ff0000;
}
#recherche_resultat ul, li {
    list-style-type: none;
}
#recherche_resultat ul {
    margin-top: 15px;
}
#recherche_resultat li {
    padding-bottom: 15px;
}
#recherche_resultat .lien a {
    color: #333;
}

/* bas de page
-------------------------------------------------------- */
#menu_bas {
    background: #000;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    float: left;
}
#menu_bas a {
    color: #fff;
    text-decoration: none;
    padding-right: 15px;
}
#menu_bas a:hover {
    color: #ff0000;
}
#menu_bas li {
    display: inline;
}
.formulaire_recherche {
    float: left;
    padding: 10px;
}
.radio {
border: 0;
}
.formulaire_recherche label {
    display: none;
}
.copy {
    color: #fff;
    float: right;
    padding: 10px;
}
.copy a {
    color: #fff;
}

