@import url(reset.css);

body {
	background: #151514 url("img/fond.jpg") center top repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #525252;
}

a {
	color: #1a2782;
}
a:visited {
	color: #61227a;
}

/****************************
	Header
*/
div#header {
	width: 960px;
	margin: auto;
}
h1 img {
	float: left;
	margin: 20px;
}
ul#menu {
	float: right;
	margin: 50px 0 0 0;
}
ul#menu li {
	float: left;
	margin: 0 10px;
	height: 32px;
}
ul#menu li a {
	height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	line-height: 32px;
}
/* accueil */
li#accueil a {
	width: 91px;
}
li#accueil a:hover {
	background: url(img/menu.gif) 0 -32px;
}
li#accueil a.active {
	background: url(img/menu.gif) 0 0;
}



/* realisations */
li#realisations a {
	width: 137px;
}
li#realisations a:hover {
	background: url(img/menu.gif) -91px -32px;
}
li#realisations a.active {
	background: url(img/menu.gif) -91px 0;
}


/* tarifs */
li#tarifs a {
	width: 77px;
}
li#tarifs a:hover {
	background: url(img/menu.gif) -228px -32px;
}
li#tarifs a.active {
	background: url(img/menu.gif) -228px 0;
}


/* contact */
li#contact a {
	width: 97px;
}
li#contact a:hover {
	background: url(img/menu.gif) -305px -32px;
}
li#contact a.active {
	background: url(img/menu.gif) -305px 0;
}



/****************************
	Content
*/
div#content {
	background: #151514 url("img/fond_content.jpg") repeat-y;
	clear: both;
	margin: auto;	
	width: 968px;
}
div#inner {
	background: #FFFFFF url("img/top_content.jpg") top repeat-x;
	margin: auto;
	width: 960px;
}
/* intro */
div#intro {
	background: transparent url("img/intro.png") no-repeat;
	width:	880px;
	height: 248px;
	margin: 40px 40px 0 40px ;
	color: white;
	float:left;
}
div#intro h2 {
	font-size: 2em;
	width: 435px;
	padding: 0.5em 20px 0;
}
div#intro h2 span{
	display: block;
	float: right;
	
}
div#intro p {
	clear: right;
	width: 435px;
	padding: 1em 20px 0;
	line-height: 1.2em;
	padding-left: 2.5em;
}
div#intro p.top {
	padding: 0.5em 20px 0;
}
div#intro p.asterisque {
	font-size: 0.7em;
	margin-top: 1em;
}

/* diaporama */

ul#diaporama {
	background: url(img/diapo.png) no-repeat;
	width: 397px;
	height: 289px;
	position: relative;
	top: -240px;
	left: 470px;
	z-index: 100;
}

ul#diaporama img {
	margin-left: 19px;
	margin-top: 23px;
}
/* bouton realisations */
a#realisations {
	position:relative;
	top: -260px;
	left: 550px;
	z-index: 10;
}

/* colonne gauche */
div#left {
	float:left;
	width: 400px;
	margin: 0 0 40px 40px;
}


div#left h3 {
	background: url("img/label.gif") no-repeat;
	width: 313px;
	height: 46px;
	position: relative;
	left: -52px;
	line-height: 35px;
	padding-left: 52px;
	color: white;
	font-size: 1.2em;
	margin-top: 40px;
}
div#left p, div#right p {
	line-height: 1.3em;
	margin-top: 1.5em;
	text-align: justify;

}
p.photos {
	padding-left: 60px;
	background: url(img/apn.jpg) top left no-repeat;
}
p.temps {
	padding-left: 60px;
	background: url(img/temps.jpg) top left no-repeat;
}
p.argent {
	padding-left: 60px;
	background: url(img/argent.jpg) top left no-repeat;
}
p.vite {
	padding-left: 60px;
	background: url(img/vite.jpg) top left no-repeat;
}
div#left p.signature {
	text-align: right;
	margin-top: -5px;
	margin-bottom: -30px;
}


/* colonne droite */
div#right {
	float:left;
	width: 400px;
	margin: 0 0 40px 60px;
}

div#right h3 {
	background: url("img/labeld.gif") no-repeat;
	width: 313px;
	height: 46px;
	position: relative;
	right: -159px;
	line-height: 35px;
	padding-left: 22px;
	color: white;
	font-size: 1.2em;
	margin-top: 40px;
	text-align:left;
}
#right ol span {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(img/point.gif) no-repeat;
	line-height: 26px;
	color: white;
	text-align: center;
	font-size: 1.3em;
	margin-right: 10px;
	float: left;
}
#right ol {
	margin-top: 20px;
}
#right ol li {
	line-height: 1.6em;
	margin-top: 1em;
	padding-left: 40px;
}
#right div.contact {
	text-align:center;
	margin-top: 80px;
	
}
#right div.contact p {
	margin: 20px 0 0 70px;
	padding: 0 0 0 65px;
	background: url(img/tel.gif) top left no-repeat;
	height: 58px;
}
.contact p strong {
	font-size: 2.6em;
	line-height: 1em;
	color: #333333;
	font-weight: bold;
}

#partenaires strong {
	font-size: 1em;
}
a strong {
	color: #1a2782;
}
a:visited strong {
	color: #61227a;
}


/****************************
	Footer
*/
p#luxe {
	clear:both;
	background: url("img/luxe.gif") repeat-x;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 1.5em;
	color: white;
}
#footer {
	width: 880px;
	margin: 10px auto;
	color: white;
	clear: both;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer #credits a {
	text-decoration: underline;
}
#footer p {
	float:left;
	line-height: 36px;
}
#footer p#credits {
	float:right;
	line-height: 36px;
}
#volpeo {
	padding-bottom: 6px;
	vertical-align: middle;
}
#footer hr {
	border:0;
	clear:both;
}

/****************************
	Tarifs
*/
.tarifs h2, .realisations h2, .contact h2  {
	background: url("img/titre_page.gif") no-repeat;
	font-size: 1.6em;
	height: 55px;
	width: 350px;
	position: relative;
	left: -12px;
	top: 40px;
	padding-left: 52px;
	line-height: 44px;
	color: white;
	font-size: 1.6em;
	margin-top: 40px;
}
.tarifs h3 {
	width: 450px;
	clear: both;
	position: relative;
	border-bottom: dotted 2px #999;
	margin-bottom: 0.3em;
	color: #333;
}
.tarifs h3.options {
	border-color: white;
}
.tarifs h3 strong {
	background: #fff;
	padding: 0 10px 0 0;
	position: absolute;
	bottom: -0.2em;
	left: 0;
	font-size: 1.6em;
}
.tarifs h3 span {
	background: #fff;
	padding: 0 0 0 5px;
	position: absolute;
	bottom: -0.2em;
	right: 0;
	font-size: 1.3em;
}
.tarifs h4 {
	width: 410px;
	clear: both;
	position: relative;
	border-bottom: dotted 2px #999;
	margin-left: 40px;
	margin-top: 20px;
}
.tarifs h4 strong {
	background: #fff;
	padding: 0 10px 0 0;
	position: absolute;
	bottom: -0.2em;
	left: 0;
}
.tarifs h4 span {
	background: #fff;
	padding: 0 0 0 5px;
	position: absolute;
	bottom: -0.2em;
	right: 0;
}

.tarifs ul#tarifs {
	margin: 40px 40px;
	width: 550px;
}
.tarifs ul#tarifs>li {
	margin-top: 50px;
	padding-left: 120px;
}
.tarifs ul#tarifs p {
	margin-left: 40px;
	line-height: 1.2em;
	margin-top: 0.6em;
}
.tarifs ul ul li {
	margin-left: 50px;
	line-height: 1.2em;
	margin-top: 0.6em;
	list-style-type: disc;
}
.tarifs small {
	font-size: 0.8em;
}
.pointvue h3 strong, .pointvue h3 span {
	background: #E2E2E2;
} 



#tarifs li.pointvue {
	background: url(img/pointvue.gif) top left no-repeat;
}

#tarifs li.projecteur {
	background: url(img/projecteur.gif) top left no-repeat;
}
#tarifs li.court {
	background: url(img/clap.gif) top left no-repeat;
}
#tarifs li.long {
	background: url(img/long_metrage.gif) top left no-repeat;
}
#tarifs li.scene {
	background: url(img/scene.gif) top left no-repeat;
}
.tarifs .intro, .realisations .intro, .contact .intro {
	margin: 60px 0 0 40px;
}

div#pro {
	margin-left: 650px;
	width: 260px;
	top: 640px;
	position: absolute;
	border: 1px solid #5D5746;
}
div#location {
	margin-left: 650px;
	width: 260px;
	top: 250px;
	position: absolute;
	border: 1px solid #5D5746;	
}
div#inborder {
	padding: 10px;
	background: #DBD6C5;
	border: 1px solid #FFF;
}
#pro h5, #location h5 {
	font-size: 1.4em;
	margin-bottom: 0em;
}
#pro p, #location p {
	line-height: 1.2em;
	margin-top: 10px;
}
#pro ul {
	list-style-type: circle;
	margin-left: 15px;
}
a#contact_tarifs {
	position: absolute;	
	margin-left: 650px;
	top: 1240px;
}

/****************************
	Réalisations
*/
div.rea {
	margin: 10px 0 40px 40px;
	width: 266px;
	height: 200px;
	border: 0px solid;
	
	float:left;
	font-weight: bold;
}
.realisations h3 {
	clear:both;
	margin: 30px 0 0 40px;
	font-size: 1.3em;
	color: #333;
}

/****************************
	Contact
*/

div#partenaires {
	clear:both;
}
div#partenaires h3 {
	background: url("img/label.gif") no-repeat;
	width: 313px;
	height: 46px;
	position: relative;
	left: -12px;
	line-height: 35px;
	padding-left: 52px;
	color: white;
	font-size: 1.2em;
	margin-top: 40px;
}

.contact #left {
	padding-top: 10px;
}

.contact #left label {
	font-weight: bold;
}

.contact #left input[type="text"], .contact #left textarea {
	width: 100%;
	border: 2px solid #AAA;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin-top: 5px;
}
.contact #left textarea {
	height: 200px;
}

.contact #left input[type="submit"] {
	float: right;
	padding: 5px 15px;
}

.contact #right {
	padding-top: 30px;
}

.contact #outer {
	background: #534D3E url(img/fond_about.gif) repeat-x;
	border: 1px solid #34312B;
	color: white;
	font-size: 0.9em;
}
.contact #innerb {
	padding: 10px;
	border: 1px solid #A39A7B;
}
.contact #innerb img {
	float:left;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: white;
}
.contact #innerb p {
	margin: 10px;
}
.contact #innerb a {
	color: white;
}
.contact #innerb p.first {
	margin-top: 0;
}
.contact #innerb strong {
	color: white;
	font-size: 1em;
}
.contact .npr {
	display: none;
}

.contact .tel {
	padding-left: 70px;
	background: transparent url(img/tel.gif) no-repeat scroll left center;
}
.contact p.adress {
	font-weight: bold;
	font-size: 1.2em;
}
#partenaires p {
	padding: 20px 40px;
}
.contact p.consigne {
	margin-bottom: 10px;
	padding: 0;
	font-size: 0.8em;
}

.contact .erreur {
	background: #FDD;
	color: #CC0000;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 15px;
	border: 3px solid #CC0000;
}
.contact .valid {
	background: #DFD;
	color: #008000;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 15px;
	border: 3px solid #008000;
}

