#scenariBox{
	background: #A6A5C1 url(../../img/trefleDiamant.jpg) no-repeat 220px center;
	height: 450px;
	top:0px;
	left:0px;
	position: relative;
}

#demoPart{
	background: transparent url(../../img/demo.png) no-repeat scroll 0%;
	position: absolute;
	height: 172px;
	width: 338px;
}
#demoInner{
	position: relative;
	top: 31px;
	left: 43px;
	width: 186px;
	padding: 0px 3px 3px;
	text-align: right;
}

#understandPart{
	background: url(../../img/understand.png) no-repeat;
	width: 457px;
	height: 145px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#understandInner{
	position: relative;
	width: 290px;
	top: 38px;
	left: 110px;
	padding: 0px 3px 3px 3px;
}


#newsPart{
	background: url(../../img/info.png) no-repeat;
	position: absolute;
	width: 434px;
	height: 188px;
	bottom: 15px;
	left: 0px;
}
#newsInner{
	position: relative;
	width: 278px;
	top: 38px;
	left: 40px;
	padding: 0px 3px 3px 3px;
	text-align: right;
}

#contactPart{
	background: url(../../img/contact.png) no-repeat;
	position: absolute;
	width: 361px;
	height: 195px;
	bottom: 40px;
	right: 0px;
}
#contactInner{
	position: relative;
	width: 274px;
	top: 95px;
	left: 43px;
	padding: 0px 3px 3px 3px;
}

#email{
	display: block;
	position: absolute;
	width: 361px;
	height: 25px;
	bottom: 76px;
	right: 0px;
	padding: 2px 12px 2pw 5px;
	text-align: center;
}


#imgmap{
	position: absolute;
	top: 0px;
	border: none;
}



.demoPartText {
	padding: 6px 0px 0px 33px;
	font-size: 12px;
}
.understandPartText {
	padding: 0px 2px;
	font-size: 12px;
}

.evtTitleLine {
	text-align: right;
	border-bottom: 1px solid #777777;
	padding-top: 8px;
	padding-bottom: 5px;
	margin: 3px 3px 3px 25px;
}
.newsPartText .msl_sTxt_p {
	text-align: right;
}

.demoPartText .msl_sTxt_p,
.contactPartText .msl_sTxt_p {
	text-align: right;
	margin: 0px;
}

.contactPartFooter{
	padding-top: 33px;
}

.demoPartTi,
.understandPartTi,
.newsPartTi,
.contactPartTi {
	border-bottom: 2px dotted #744A7D;
	color: #744A7D;
	font-size: 24px;
	font-weight: bold;
}

/* Hack pour Livre stéphane sur page de garde */
#bookPart {
	position:relative;
	left:650px;
	top:175px;
	width:292px;
	height:130px;
}
#bookImg {
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	height:108px;
}
#bookInner {
	position:absolute;
	margin-left:72px;
	left:3px;
	top:10px;
}
.bookPartTi,
.bookPartTi:hover,
.bookPartTi:active,
.bookPartTi:link,
.bookPartTi:visited
{
	color:#6d3778;
	font-size:1.2em;
	font-weight:bold;
	border-bottom: 2px dotted #6d3778;
}
.bookPartText {
	font-size:0.9em;
}

/*** subscribeNews ***/
#subscrNews {
	padding: 0px 10px;
	/*text-align: right;*/
}
#subscrNews span {
	font-weight: bold;
}
#subscrNewsForm {
	display:inline;
}
#subscrNewsInput {
	background-color: #E4E4E4;
	border: 1px solid white;
	color: grey;
	width: 160px;
}

