/* Feuille de style : Saints-Pères Band - Auteur : Alan Jobert - modif : 14/09/2008 */
/* Principales sections */

body {
  background : #cc0033 url('/images/fond.gif');
  background-repeat : repeat;
  text-align: center;
  direction: ltr; 
  margin: auto; 
  padding: 0px;
  font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
  font-size  : 12px;
  color: #fff;
}


/* éléments identifiés */

#container {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	width: 900px;
}

#menu_haut {
  position: relative;
  text-align: left;
  padding: 0px;
  margin: 0px;
  width: 900px;
  height: 130px;
}

#menu_gauche {
  float : left;
  text-align: center;
  padding: 0px;
  margin: 0px;
  width: 100px;
  height: 100%;
}

#corps { 
  left : 100px;
	/* margin: 50px 0px auto; /* Right And Left Margin Widths To Auto */ */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

img {
	border-width : 0px;
}

img.calend {
	vertical-align : middle;
}

img.calend:hover {
	border-width : 1px;
}

.boite {
  background : #FFFFCC;
  text-decoration : none;
  border-style : solid;
  border-width : 1px;
  text-align : center;
}

.cadre {
  background : #FAFFB7;
  text-decoration : none;
  border-style : none;
  border-width : 0px;
  text-align : left;  
  margin : 30px;
}

.boite:hover {
  background : #FFCC66;
}

.tab {
  background : #FFCC66;
  text-decoration : none;
  border-style : solid;
  border-width : 1px;
  text-align : center;
}

.cell {
  background : #FFFFCC;
  text-decoration : none;
  border-style : none;
  border-width : 1px;
  text-align : left;
}

.cell:hover {
  background : #FFCC66;
}


/* principaux styles */

a {
	color : #00ff30;
  text-decoration: underline;
}

.petit {
	color : #fff;
	font-size : 10px;
  text-decoration: underline;
}

a.image {
	  text-decoration: none;
}

a:hover {
    font-weight: bold; 
}

.titre {
  font-size : 16px;
}

.retrait {
  padding : 5px 5px 5px 5px;
  text-align : left;
}

ul.jouages {
  font-size : 13px; 
  list-style-type : none;
}

ul.jouages li {
  margin-bottom : 10px;
}

.nomplan {
	color : yellow;
]