@charset "UTF-8";
/* CSS Document */

body {
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  background-color:#000000;
	font-size:12px;
}
#global {
  position: relative; /* on positionne le conteneur */
  margin-left: auto;
  margin-right: auto;
  margin-top:30px;
  width: 1000px;
  text-align: left;
  background:url(../images/logo_preau.gif) top left no-repeat #FFFFFF;
}
/* div centre pour empecher depassement de flottants*/
#centre {
	width: 100%;
	overflow: hidden;
}
/* menu principal */
#menu1 {
	width:215px;
	height:650px;
	float:left;
	margin-top:220px;
	}
/* menu secondaire */
#menu2 {
	width:130px;
	float:left;
	margin-top:220px;
	}	
/* contenu du site */
#contenu {
	width:625px;
	margin-left:360px;
	padding:0;
	font-size:12px;
	}	
#fond_cal {
  padding-left:60px;
  padding-top:15px;
	height:170px;
}
#menu_annexe {
  font-size:10px;
  padding-left:40px;
}
.actus {
background:url(../images/crochet-actu.jpg) no-repeat left;
padding-left:40px;
font-size:12px;
}
.parentheses {
background:url(../images/parenthese-d.jpg) no-repeat right;
padding-right:35px;
font-size:12px;
height:140px;
}
.parentheses-g {
background:url(../images/parenthese-g.jpg) no-repeat left;
height:140px;
}
/* page spectacle et creation */
#gauche {
	width:350px;
	float:left;
	margin-top:0px;
	}
/* page spectacle et creation */
#droite {
	width:265px;
	float:left;
	margin-top:0px;
	padding-left:10px;
	}
#titre_spectacle{
	font-size:24px;
	font-weight:bold;
	color:#ff02f6;
	}	
#titre_creation{
	font-size:24px;
	font-weight:bold;
	color:#06FFF4;
	}	
#distribution1 {
	background:url(../images/crochet-actu.jpg) no-repeat top left;
	padding-left:40px;
	font-size:13px;
	height:140px;
	vertical-align:middle;
}
#texte{
	font-size:12px;
	text-align:justify;
	margin-top:20px;
	}
#distribution2{
	font-size:10px;
	text-align:left;
	padding-top:10px;
	}
#photo{
	font-size:14px;
	text-align:left;
	color:#000000;
	}
#telechargement	{
	font-size:10px;
	text-align:left;
	padding-top:10px;
	}

#spectacles	{
	font-size:10px;
	text-align:left;
	padding-top:20px;
	}	
	
.spectacles{
	font-size:9px;
	}
		
a.spectacle, a.spectacle:hover, a.spectacle:visited, a.spectacle:visited:hover {
	color:#000000;
	text-decoration:underline;
	font-size:14px;
	}	

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

.fondactus{
	background: url(../images/point-exclamation.jpg) left top no-repeat;
	}