/* TAGS */
body {
	text-align: center;
	color: #bbb;
	background:#000; /* url(../img/body.png) repeat center 30px;*/
}
h1,h2,h3 {
	font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:0 0 30px #fff; -moz-text-shadow:0 0 30px #fff;
	letter-spacing:1px;
}
h1 {
	font-size:3em;
	background:url('../img/banniere site2.jpg') no-repeat top left;
	/*padding:200px 0 10px 273px;*/
	padding:185px 0 0px 0px;
	margin-bottom:50px;
	text-align:center;
}
h2 {
	font-size:1.5em;
	margin:50px 0 15px;;
}
h3 {
	font-size:1.2em;
	margin:15px 0;
}
code {
	color:#f00;
}
p { margin:15px 0; }
input, select, textarea { padding:0 5px; }
ul, ol { margin:15px 15px; }
li { margin:5px 30px; text-align:left; }
a, a:link, a:visited {
	color: #fff;
	line-height:1.2em;
	padding:1px 6px;
	border-radius: 0.6em; -moz-border-radius: 0.6em; -webkit-border-radius: 0.6em;
	background-color:transparent;
}
a:hover {
	text-decoration: none;
	background-color:#fff;
	color:#000;
}
input[type=text], input[type=password], textarea {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-color:#ccc;
}
input:focus, textarea:focus {
	background-color:#fff;
	box-shadow:0 0 30px #ddd; -moz-box-shadow:0 0 30px #ddd; -webkit-box-shadow:0 0 30px #ddd;
}


/* TEMPLATE */
#site {
	margin:10px auto;
	width:950px;
	text-align:left;
	position:relative;
}
#footer {
	font-size:0.8em;
	margin-top:50px;
	color:#666;
	text-align:center;
}
#footer a { color:#666; }

	
/* CLASSES */
a.normal { color: white; }
a.normal:hover { background-color:transparent; }
.panel {
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	box-shadow:0 0 50px #444; -moz-box-shadow:inset 0 0 50px #444; -webkit-box-shadow:inset 0 0 50px #444;
	background-color:#222;
	border:1px solid #333;
	padding:0 30px 30px 30px;
	margin:40px auto;
	width:750px;
}
.panel p {
	margin:20px 30px 5px 30px;
}
span.name { font-size:1.2em; font-weight:bold; }
input#envoi {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	color:#eee;
	background-color:#333;
	border:1px solid #444;
	padding:10px 20px;
}
input#envoi:hover {
	box-shadow:0 0 20px #555; -moz-box-shadow:inset 0 0 20px #555; -webkit-box-shadow:inset 0 0 20px #555;
	border:1px solid #555;
}
table {
	border-collapse:collapse;
	margin:0 30px;
}
tr { background:none; }
tr:hover { background:#333; }
td {
	text-align:center;
	border:1px solid #444;
	background-color:#333;
	color:#eee;
}
th {
	text-align:left;
	font-weight:normal;
	padding:5px;
}
label { vertical-align:top; }



/* accueil */
#accueil {
	width:950px;
	height:560px;
	/*background-color:#ccc;*/
}
#menu_accueil {
	position:absolute;
	right:30px;
	top:50px;
}
#menu_accueil a {
	display:block;
	margin-bottom:10px;
	opacity:0.6;
}
#menu_accueil a:hover { opacity:1; }
#menu_festivals { margin-left:40px; }
#menu_evenements { margin-left:80px; }
#menu_accueil2 {
	position:absolute;
	left:760px;
	top:270px;
	opacity:0.6;
}
#menu_accueil2:hover { opacity:1; }
#menu_accueil2 a {
	display:block;
	margin:5px 0;
	font-weight:bold;
}
#menu_accueil2 a:hover { zoom:1; } /* bug IE7 */
/* devis */
.devis span { display:inline-block; width:400px; text-align:right; margin:0 10px 5px 0; }
.devis input, .devis textarea, .devis-detail textarea { width:300px; vertical-align:top; }
.devis-detail span { display:inline-block; width:160px; text-align:right; margin:0 10px 5px 0; }
.devis-detail input { width:50px; vertical-align:top; }
.devis-detail textarea { width:550px; vertical-align:top; }
.devis-col { display:inline-block; width:246px; }

/* enquete */
textarea {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	/*margin:0 30px;*/
	width:680px;
	height:80px;
	background-color:#ccc;
}
textarea:focus {
	background-color:#fff;
	box-shadow:0 0 30px #ddd; -moz-box-shadow:0 0 30px #ddd; -webkit-box-shadow:0 0 30px #ddd;
}
#formulaire-enquete td label { display:block; }
#formulaire-enquete textarea { margin:0 30px; }

/* recrutement */
#formulaire-recrutement label {
	display:inline-block;
	width:250px;
}
#formulaire-recrutement div.champs { margin:8px 30px; }

