@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
/*html {
	width: 100%;
}*/
body {
	color: #FFF;
	background-color: #000;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 100%;/*	width: 980px;
*/
}
a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}

/* ~~ La définition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sélecteurs qui créent l'effet de survol. ~~ */
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* ce groupe de sélecteurs offrira à un navigateur au clavier la même expérience de survol que celle d'une personne employant la souris. */
	text-decoration: none;
	color: #FFF;
}
.header {
	background-image: url(../images/index/bando_photo_haut.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 112px;
	width: 100%;
}

#container {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#colonne_gauche {
	width: 240px;
	float: left;
}
#colonne_gauche h2 {
	background-image: url(../images/communs/logo_panta_theatre.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 240px;
	text-indent: -9000px;
	margin-bottom: 30px;
}
#colonne_gauche p {
	height: 89px;
	width: 240px;
}

#menu_gauche {
	width: 240px;
}
#menu_gauche ul li {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu_gauche ul li a {
	text-decoration: none;
	color: #FFF;
}
#menu_gauche ul li a:hover, a:active, a:focus {
	text-decoration: none;
	color: #C00;
}


.menu_haut {
	width: 740px;
	float: left;
	background-image: url(../images/index/pointille_09.png);
	background-repeat: no-repeat;
	background-position: 0px 62px;
	height: 70px;
	margin-bottom: 14px;
}
.menu_haut ul li {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #000;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.menu_haut ul li a {
	color: #000;
	text-decoration: none;
}
.menu_haut ul li a:hover, a:active, a:focus{
	color: #C00;
	text-decoration: none;
}
#contenu {
	float: right;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: auto;
	padding: 0px;
}
.titre_equipe {
	margin-bottom: 4px;
}
.container #contenu .alaffiche h2 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	font-size: 24px;
	color: #FFF;
	background-color: #C00;
	padding-left: 10px;
	margin-bottom: 15px;
}

.alaffiche {
	width: 510px;
	float: left;
}
.alaffiche h2 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	font-size: 25px;
	color: #FFF;
	background-color: #C00;
	padding-left: 10px;
	margin-bottom: 15px;
}
.titre_affiche {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 4px;
}
.sous-titre_affiche {
	font-size: 16px;
	text-align: justify;
	line-height: 20px;
}
.container #contenu .alaffiche .sous-titre_affiche p {
	margin-top: 4px;
}

.sous-titre_affiche_italique {
	font-size: 16px;
	font-style: italic;
}
.date_affiche {
	font-size: 20px;
	color: #C00;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.photo {
	float: right;
	text-align: right;
	width: 200px;
}
.texte_resa {
	color: #FFF;
	margin-top: 12px;
	font-weight: normal;
	font-size: 18px;
}
.pointille_bas {
	background-image: url(../images/index/pointille_09.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 980px;
	float: left;
	margin-top: 20px;
}

.adresse {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 980px;
	margin-bottom: 20px;
	margin-top: 10px;
}


.footer {
	background-image: url(../images/index/bando_photo_bas.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 112px;
	clear: both;
}

