﻿/* Affichage spécifique à la page d'accueil*/

.mHomePage 
{
}
.Breadcrumb { display:none}
.mHtmlContent
{
	color:#666666;
}
/*
#Body  {
    background-color:#D2E5ED;
    background-image:url(../../image/backImage01.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    float:left;
    margin-left:246px;
    min-height:440px;
}
*/

#Body  {
    background-color:#fff;
	background:url(../../image/bg-pageContent.jpg) #fff top repeat-x;
	float:left;
    margin-left:246px;
    _margin-left:123px;
    min-height:437px;
    width:728px;
    padding:0;
}

#Header  {
	height: 175px;
	background: url('../../image/banner.jpg') top no-repeat;
	width: 995px;
	position:relative;
}


.mModuleHtmlPublic .mArticle h1{
	margin: 1em 0;
	font-size: 1.5em;
	color: #1e7fa8;
	/*background:url('../../image/homeTitle.png') no-repeat left top;*/
	line-height:60px;
	text-indent:-5000px;
	display:block;
	height:60px;
	width:450px;
}
.mArticle ul.Tools
{ 
	display:none;
 }
ol.Breadcrumb {
    background:none
}

/******* concerne : menu left bg image : *******/
.backImage {
   /* background:url(../../image/backImage01.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    float:left;*/
    background-color:#fff;
}

/****** masquer "Home" (h1) en page d'accueil ******/
/*#Content .Column .mModuleHtmlPublicIndex .mSection h1 span {display:none;}*/
#Content .mModuleHtmlPublicIndex .mSection h1 span {display:none;}

.Column 
{

width:100%;
/*min-height:437px;*/
min-height:650px;
margin:0;
padding:0;
overflow:hidden;
position:relative;
}

.Column .mHtmlContent p,.Column .mHtmlContent ul { font-size : 12px;}


/************** page d'accueil : illustrations *****************/
.Column .illustrationHome1
{
	position:absolute;
	top:15px;
	left:120px;
	display:block;
}

.Column	.illustrationHome2
{
	position:absolute;
	right:0;
	bottom:0;
	z-index:10;	
	display:block;
}

.mModuleHtmlPublic .mArticle h1
{
	display:none;
}

.mModuleHtmlPublicIndex .mModuleHtmlPublic .mArticle .mHtmlContent
{
	padding:360px 0 85px 0;
}


