/**
 * @author La Haute Société
 * @date 26/05/09
 * 
 * @projet NOESIS
 * 
 * @description
 * 		Feuille de style de la page Home
 * 
 * @infos
 * 		CSS Générale du site
 */

/*/// DEBUG ///*/
/*
#visilog {
	background-color:red;
	z-index:1;
}
#news {
	border: red solid 1px;
}
#encartProduit {
	border: red solid 1px;
}
#encartDescription {
	border: red solid 1px;
}
#encartApplications {
	border: red solid 1px;
}
.onglet{
	background-color: #AA00FF;
}
.encart{
	border: blue solid 1px;
}
#encartApplications .gallerie{
	border: blue solid 1px;
}
#encartApplications #menuApplication{
}
#encartApplications #menuApplication #left{
	background-color: black;
}
#encartApplications #menuApplication #right{
	background-color: black;
}*/
/*/////////////*/

/*** PARTIES ***/
/* Visilog */
#Content #visilog {
	height: 207px;
	margin-top: 1px;
	margin-bottom: 8px;
	width: 882px;
}

/* News */
#news {
	height:	29px;
	width: 882px;
}

/* barre news */
#news .gauche{
	float:left;
	width:5px;
}
#news .centre{
	background-image: url("../img/barreNews/centre.png");
	background-repeat: repeat-x;
	height: 100%;
	width: 872px;
	float: left;
}
#news .droite{
	float:left;
	width:5px;
}

#news h4{
	float: left;
	margin-top: 6px;
}
#news p{
	float: left;
	margin-left: 10px;
	margin-top: 7px;
	display: none;
}

/*** ENCARTS DU BAS ***/
#zoneBottom{
	margin-top:12px;
	height: 270px;
	margin-bottom: 10px;
}
#encartProduit{
	float:left;
	width: 239px;
	margin-right:14px;
}
#encartDescription{
	float:left;
	width: 381px;
	margin-right:14px;
	height: 260px;
}
#encartDescription .content #image{
	height: 157px;
	width: 379px;
	margin-left: -11px;
}
#encartDescription .content #image .diapo{
	display:none;
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 379px;
}
#encartDescription .content #image img#cornerTopLeft{
	left: 0;
	position: absolute;
	z-index: 2;
}
#encartDescription .content #image img#cornerTopRight{
	right: -2px;
	position: absolute;
	z-index: 2;
}
#encartDescription .content{
	height: 111px;
	width: 381px;
}
#encartDescription p{
	text-align: justify;
}
#encartApplications{
	float:left;
	width: 239px;
}
#encartApplications .gallerie{
	margin-top:35px;
	margin-left:37px;
	height: 212px;
	width: 175px;
}
#encartApplications .gallerie span{
	border: 1px solid green;
	float: left;
	height: 92px;
	margin-right: 8px;
	width: 77px;
	margin-bottom: 8px;
}
#encartApplications .gallerie img{
	border: 1px solid red;
	display: block;
	height: 66px;
	margin-left: 4px;
	margin-top: 6px;
	width: 66px;
}
#encartApplications .gallerie span p{
	margin-top: 1px;
	text-align: center;
}
#encartApplications #menuApplication{
	height: 20px;
	width: 239px;
}
#encartApplications #menuApplication #left{
	float:left;
	height: 20px;
	width: 20px;
}
#encartApplications #menuApplication #middle{
	float:left;
	height: 20px;
	width: 199px;
	overflow:hidden;
}
#encartApplications #menuApplication #middle ul{
	position: absolute;
}
#encartApplications #menuApplication #middle ul li{
	float: left;
	text-align: center;
	width: 66px;
	color:#FFFFFF;
	background-color:red;
	padding-top:2px;
}
#encartApplications #menuApplication #right{
	float:right;
	height: 20px;
	width: 20px;
}
/*************/