﻿/* CSS domimage.com - Feuille de styles CSS dédiée à la galerie bleue */
/* Elements communs */
html, body {
  margin:0;
  padding:0;
}

body {
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  letter-spacing:0.02em;
  font-size:1em;
  line-height:1.3em;
  text-align:center;
  background: #2f2f2f;
  color:#000000;
}

a, a:visited{color:#000000;text-decoration:none;}
a:hover{color:#000000;text-decoration:underline;}

#conteneur, #conteneur_galerie {
  width:964px;
  margin:auto;
}

#entete {
  width:100%;
  height:160px;
  padding:0;
/*	border : 0 0 0 0;*/
/*  background: url(../deco/header_escrime_complet.jpg) no-repeat 0 0; */
  text-align:left; 
}


#gauche{height:30px;}

#droite{background:#ffffff url(../deco/fond_escrime.png) repeat 0 0;}

#contenu{clear:both;text-align:left;padding:19px 15px;width:600px;margin:0;}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuppal {
width: 965px; /* precision for Opera */
height:0;
}
#menuppal dl#resultats {
width: 164px;
}
#menuppal dl {
float:left;
display:block;
/*width: 192px;*/
width: 159px;
margin:0 1px 0 0;
}
#menuppal dt#photos {
text-indent:8px;
}
#menuppal dt {
height:30px;
cursor: pointer;
text-align: center;
font-weight: bold;
background: url(../deco/bouton_escrime.gif) no-repeat 0 0;
text-indent:5px;
}
#menuppal dd {
width: 159px; /* Opéra */
background:red;
display:none;
 position: absolute;
 /*position:relative;*/
 z-index:100;
}
#menuppal ul{background: #ff7c0e;padding:2px;}
#menuppal li {
text-align: left;
padding: 5px 10px;
font-size:12px;

}
#menuppal li a, #menuppal dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menuppal li a:hover, #menuppal dt a:hover {color:#ffffff;}

#menu_pied{background:transparent url(../deco/footer.png) repeat-x 0 0;height:27px;text-align:center;}
	#menu_pied ul{width:400px;margin:auto;}
	#menu_pied ul li{float:left;display:inline;font-size:11px;margin:0 5px;}

.lien_archives {
text-decoration: none;
font-size:smaller;
font-weight: normal;
	}

.agenda_commentaire {
border-bottom: 1px dotted #0000ee;
margin:auto;
padding:10px;
width:160px;
}

.exergue {
font-weight: bold;
}
.chapo {
font-weight: bold;
}
.chapo b {
font-size: 110%;
}

/* Tableau des evenements*/
table.tabevens {
	margin: auto;
	margin-bottom: 1em;
	border-collapse: collapse; }
table.tabevens tr { background: #FFC; border: 1px solid; }
table.tabevens tr.tabevens_separateur { background: #fff; border: 0px solid;}
table.tabevens td { padding: 3px; text-align: left; vertical-align: middle; }
table.tabevens td.tabevens_datedebut {  }
table.tabevens td.tabevens_motscles {  }
table.tabevens td.tabevens_titre {  }
table.tabevens td.tabevens_renvoi {  }


/* issu de dist/spip_style.css */
/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
