body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background: url(app/resources/images/fond-gris.jpg);
	color: #fff;
}
div.main {
	background-color: #000;
	width: 920px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}
a {
	color: #DA7FB4;
	text-decoration: none;
}
img.logo {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 100px;
}
header {
	position: absolute;
	top: 83px;
	left: 495px;
	font-size: 14px;
}
nav {
	padding: 35px 0 0 95px;
	text-transform: uppercase;
	font-size: 14px;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline-block;
	margin-left: 14px;
}
.ie7 nav li {
	zoom:1;
	display: inline;
}
nav li a {
	color: #fff;
}
nav li a:hover {
	color: #EA0EA4;
}
#diaporama {
	margin: 10px 85px;
	overflow: hidden;
	width: 750px;
	height: 500px;
}
div.pane {
	width: 100%;
	text-align: center;
}
.diapoController {
	float: right;
	margin: 0 85px 35px;
}
#rotatorController {
	display: inline-block;
}
.ie7 #rotatorController {
	zoom:1;
	display: inline;
}
#rotatorController ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dojoxRotatorNumber {
	display: inline-block;
	background-color: #99026A;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	cursor: pointer;
}
.ie7 .dojoxRotatorNumber {
	zoom:1;
	display: inline;
}
.dojoxRotatorSelected {
	background-color: #DD93BE;
}
#imageName {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.ie7 #imageName {
	zoom:1;
	display: inline;
}
h1 {
	clear: both;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	padding: 0 85px;
	color: #99026A;
}
div.content {
	margin: 0 85px;
}
footer {
	margin: 100px 85px 0 85px;
	text-align: center;
	position: relative;
}
p.tel {
	font-size: 12px;
	color: #DD93BE;
}
p.partners {
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
}
p.partners a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
}
.ie7 p.partners a {
	zoom:1;
	display: inline;
}
p.partners a:hover {
	color: #EA0EA4;
}
p.partners a:first-child {
	margin-right: 15px;
}
p.copyright {
	color: #E9D1E1;
	font-size: 10px;
	margin-top: 30px;
}
p.copyrightCelineDesign {
	text-align: center;
}
p.copyrightCelineDesign, p.copyrightCelineDesign a {
	color: #777;
}
#contact {
	cursor: pointer;
}
img.facebook {
	width: 26px;
	height: 26px;
}
div.separateur {
	text-align: center;
	margin-top: 20px;
}
a img {
	border: none;
}
a.vignette {
	position: relative;
	display: block;
	width: 70px;
	margin: auto;
}
img.zoom {
	left: 0;
	bottom: 0;
	position: absolute;
    transform: translateX(-50%);
	width: 0;
	height: 0;
	z-index: 5;
}
div.survolez {
	text-align: center;
	font-size: 10px;
}

/* nav highlight */
body.home nav li:first-child a,
body.mariage nav li:nth-child(2) a,
body.futuremaman li:nth-child(3) a,
body.nouveaune li:nth-child(4) a,
body.portrait li:nth-child(5) a,
body.divers li:nth-child(6) a,
body.tarifs li:nth-child(7) a {
	color: #BA0983;
}

/* page tarif */
body.tarifs .main .content h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #F8B3E2;
	margin-top: 40px;
}
body.tarifs table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 20px;
}
body.tarifs table td, body.tarifs table th {
	padding: 10px 7px;
}
body.tarifs th {
	font-size: 14px;
	color: #BA0983;
	font-weight: normal;
}
body.tarifs td {
	text-align: center;
}
body.tarifs tr.entete th {
	font-size: 13px;
	color: #F58CA7;
	text-align: center;
}
body.tarifs tr.entete th:first-child {
	text-align: left;
	color: #fff;
}
body.tarifs th:first-child {
	text-align: left;
	color: #F8B3E2;
	font-size: 13px;
}
body.tarifs .borderLeft {
	padding-left: 30px;
}
body.tarifs span.classique {
	font-size: 13px;
	color: #F8B3E2;
}
body.tarifs table.parent {
	width: 30%;
	margin-top: 30px;
}
body.tarifs table.naissance {
	width: 70%;
}
body.tarifs p {
	margin: 20px 0;
}

/* contact form */
.celinedesignContact {
	background-color: #99026A;
	border-radius: 0;
	font-size: 14px;
	left: inherit;
	right: 10px;
	top: 30px;
}
.ie8 .celinedesignContact, .ie7 .celinedesignContact {
	display: none;
}
.ie8 .celinedesignContactOpen, .ie7 .celinedesignContactOpen {
	display: block;
}
.celinedesignContactfooterText {
	margin-top: 40px;
}

/* partners */
body.partenaires div.content {
	padding-top: 40px;
	text-align: center;
}
body.partenaires div.separateur {
	margin: 10px 0;
}