@charset "utf-8";
/* CSS Document */

/************************************************/
/************* div de structuration *************/
/************************************************/

#contentAccueil{
	background: url(../images/accueil/fond-news.jpg) 475px 69px repeat-y;
	height: 1%;
	overflow: hidden;
}

#leftAccueil{
	width: 455px;
	float: left;
}

#rightAccueil{
	float: left;
	margin-left: 20px;
	width: 455px;
}

/*******************************************************/
/*************** div #leftAccueil **********************/
/*******************************************************/

#leftAccueil h2{
	background: url(../images/accueil/trait-titre.jpg) left bottom no-repeat;
	font-size: 20px;
	font-weight: normal;
	color: #65563d;
	height: 26px;
	/*line-height: 22px;*/
	padding-bottom: 4px;
	margin: 0px;
}

#leftAccueil h2 img{
	vertical-align: middle;
}

/*********************************************************/
/******************* div #surMesure **********************/
/*********************************************************/

#surMesure{
	background: url(../images/accueil/bg-texte.jpg) left bottom no-repeat;
	padding: 0px 0px 5px;
}

#surMesure p{
	text-indent: 30px;
	line-height: 18px;
	padding: 0px 6px;
	margin-top: 1em;
}

/*********************************************************************/
/******************* div #dernieresRealisations **********************/
/*********************************************************************/

#dernieresRealisations{
	margin-top: 25px;
}

#dernieresRealisations div{
	width: 455px;
	height: 330px;
	margin-top: 3px;
}

/***************************************************************/
/******************* div #solutionAdaptee **********************/
/***************************************************************/

#solutionAdaptee{
	padding: 0px 0px 5px;
	margin-top: 25px;
	margin-bottom: 8px;
}

#solutionAdaptee #mainP{
	text-indent: 30px;
	line-height: 18px;
	padding: 0px 6px;
	margin-top: 1em;
}

#solutionAdaptee #listeSolutions{
	margin: 4px 0px;
	background: url(../images/accueil/bg-texte.jpg) left bottom no-repeat;
	padding-bottom: 6px;
}

#solutionAdaptee #listeSolutions div{
	display: none;
	height: 150px;
}

#solutionAdaptee #listeSolutions div h3{
	margin: 0px 0px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	color: #764900;
} 

#solutionAdaptee #listeSolutions div h3 img{
	vertical-align: middle;
}

#solutionAdaptee #listeSolutions div p{
	font-size: 13px;
}

#solutionAdaptee #selectSolutions{
	list-style-type: none;
	padding: 0px;
	margin: 6px 0px 15px;
	float: right;
	height: 29px;
}

#solutionAdaptee #selectSolutions li{
	display: inline;
	float: left;
	margin-left: 2px;
	height: 29px;
}

#solutionAdaptee #selectSolutions li img{
	cursor: pointer;
}

/**********************************************/
/************** div #dernieresNews ************/
/**********************************************/

#dernieresNews{
	padding-bottom: 15px;
}

#dernieresNews h2{
	margin: 0px;
	padding: 0px;
	height: 69px;
}

#dernieresNews h2 img{
	display: block;
}

/**********************************************/
/**************** div .news *******************/
/**********************************************/

.news{
	margin: 4px 13px 0px 15px;
	background: url(../images/accueil/puce-titre-news.png) left top no-repeat;
}

.news div{
	padding-bottom: 10px;
	background: url(../images/accueil/separateur-news.png) center bottom no-repeat;
	height: 1%;
	overflow: hidden;
}

* html .news, * html .news div{
	background: none;
}

.news h3{
	font-weight: normal;
	margin: 1px 0px 4px 17px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.news h3 a, .news p.more a{
	color: #455033;
}

.news h3 a:hover, .news p.more a:hover{
	color: #901414;
}

.news img.mini{
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	border-right: 4px solid #efe7de;
	border-left: 2px solid #efe7de;
	border-top: 5px solid #efe7de;
	border-bottom: 2px solid #efe7de;
}

.news p.intro{
	text-indent: 20px;
	padding-bottom: 6px;
}

.news p.more{
	text-align: right;
}
