/* définition des styles */
body {
  font-size:13px;
  font-family:Tahoma,"Lucida Sans Unicode";
  background:#313131;
  color:#CCCCCC;
}

/* mise en forme des liens */
a {
	text-decoration:none;
    color: #9D9D9D;
}

img {
  border: none;
}

/* niveaux de titres */
h1
{
  font-size: 22px;
}

h2
{
  font-size: 16px;
}

h3
{
  font-size: 12px;
  font-style: bold;
}

/* format des paragraphes */
.paragraphe
{
  font-size:13px;
  font-family:"Trebuchet MS";
  text-align:justify;
}

p:first-letter
{
   font-weight: bold;
   font-size: 1.7em;
   color: red;
}

/*	disposition des différentes parties du corps de la page	*/

/* définition des blocs */
div#menu {
	float:right;
	width:220px;
	height:100%;
	}
div#menu2 {
	float:right;
	width:170px;
	height:100%;
	}
div#contenu {
	float:left;
	width:1000px;
	height:100%;
	}
.image{
padding-top:350px;
}
.posmenu{
padding-right:27px;
}
.poscoord{
padding-left:25px;
}
/* barre de menu */
.menu {
  padding-top: 40px;
  text-align: center;
}
/* élément en tête (titre rubrique ou citation acceuil) */
.tete {
  padding-top: 45px;
  padding-left: 10%;
  padding-right: 10%;
}
/* texte de présentation */
.intro {
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
}
/* tableau des spectacles en cours */
.acceuil_affiche {
  padding-top: 20px;
  text-align: center;
}
/* coordonnées */
.acceuil_pied {
  padding-top: 50px;
  padding-left: 10%;
}

.saison_actu {
  padding-top: 50px;
  padding-left: 10%;
}

.saison_prec {
  padding-top: 50px;
  padding-left: 70%;
}

.admin_menu {
  padding-top: 30px;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 120%;
}

.admin_contenu {
  line-height: 50%;
}