/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
font-family: sans-serif;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------- */
/*------------------------------------- PAGES--------------------------------------------------- */

#page_accueil {
	background: url('img/bg_accueil.jpg') no-repeat;
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#page_actu {
	background: url('img/bg_actu.jpg') no-repeat;
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#page_spectacle {
	background: url('img/bg_spectacle.jpg') no-repeat;
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#page_bio {
	background: url('img/bg_bio.jpg') no-repeat;
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#page_galerie {
	background: url('img/bg_galerie.jpg') no-repeat;
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#page_remerciements {
	background: url('img/bg_remerciements.jpg') no-repeat;
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#page_video {
	background: url('img/bg_video.jpg') no-repeat;
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#page_contact {
	background: url('img/bg_contact.jpg') no-repeat;
	width: 955px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}


/*-------------------------------------------------------------------------------------------------- */
/*------------------------------------- FIN DE PAGES--------------------------------------------------- */

#header {

}


/*-------------------------------------------------------------------------------------------------- */
/*------------------------------------- MENUS--------------------------------------------------- */

#menu {
	position: relative;
	top: 0px;
}

#menu a{
	color: #000099;
	text-decoration: none;
}

#menu a:hover{
	color: #000033;
}

#menu2 {
	position: relative;
	top: 20px;
}

#menu2 a{
	color: #000099;
	text-decoration: none;
}

#menu_actu {
	position: relative;
	top: 70px;
	left: 620px;
	width: 335px;
}

#menu_galerie {
	position: relative;
	top: 100px;
	left: 300px;
	width: 500px;
}

#menu_remerciements {
	position: relative;
	top: 40px;
	left: 762px;
	width: 100px;
}


/*-------------------------------------------------------------------------------------------------- */
/*------------------------------------- FIN DE MENUS--------------------------------------------------- */

#contenu_accueil{
	position: absolute;
	margin-top: 100px;
}


#contenu_actu {
	color: #b8318c;
	position: absolute;
	top: 240px;
	margin-left: 50px;
	width: 330px;
	height: 300px;
	overflow: auto;
}

#contenu_projet {
	color: #b8318c;
	position: relative;
	top: 100px;
	left: 500px;
	width: 400px;
	height: 280px;
	overflow: auto;
}


#imggrande {
	position: relative;
	top: 40px;
	left: 285px;
	width: 500px;
}

#imgmin {
	position: relative;
	top: 86px;
	left: 171px;
	width: 750px;
	color: black;
}

#min {
	border: 2px solid #39d2f6;
}

#prec{
	position: absolute;
	right: 775px;
	top: 52px;
	color: black;
	font-weight: bold;
}

#suiv{
	color: black;
	font-weight: bold;
}

#contenu_spectacle {
	color: #3a8ac7;
	position: relative;
	top: 110px;
	left: 140px;
	width: 300px;
	height: 350px;
	overflow: auto;
}

#contenu_spectacle a{
	color: black;
}

#contenu_bio {
	color: #eb6b28;
	position: relative;
	top: 150px;
	left: 94px;
	width: 500px;
	height: 280px;
	overflow: auto;
}

#texte_spectacle {
	color: #3a8ac7;
	position: absolute;
	bottom: 90px;
	margin-left: 500px;
	width: 280px;
	height: 340px;
	overflow: auto;
	
}

#contenu_remerciements {
	color: #ff0000;
	position: relative;
	bottom: 214px;
	left: 190px;
	width: 250px;
	height: 280px;
	overflow: auto;
}

#contenu_lien {
	color: #ff0000;
	position: absolute;
	top: 220px;
	margin-left: 520px;
	width: 230px;
	height: 280px;
	overflow: auto;
}

#contenu_remerciements2 {
	color: black;
	position: absolute;
	top: 200px;
	margin-left: 520px;
	width: 240px;
	height: 362px;
	overflow: auto;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.3em;
}

#contenu_video {
	position: relative;
	top: 40px;
	left: 254px;
	width: 600px;
	height: 400px;
}

#form {
	font-size: 0.9em;
	position: relative;
	left: 500px;
	bottom: 150px;
	width: 200px;
	text-align: center;
}

#nom {
	border: 1px solid black;
}

#mail {
	border: 1px solid black;
}

#ami1 {
	border: 1px solid black;
}

#ami2{
	border: 1px solid black;
}

#error {
	color: #ff0000;
	font-size: 0.8em;
}

#dl {
	color: #0000ff;
	font-size: 0.8em;
}

#footer {
	color: #646464;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	text-align: center;
}

#footer a{
	color: #eb6b28;
}