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

#CadreProduit {
	width: 350px;
	/*height: 500px;*/
	float: right;
	margin: 0 -35px 20px 100px; 
	background-color:#CCC;
	color:#CCC;
	/*background-image:url(../images/img-produit.jpg)*/
}
#CadreProduit H1{
	margin:0;
	padding:0;
	font-size: 20px;
	color:#000;
	/*text-indent: -6000px;*/
}
#CadreInclude {
	width: 350px;
	/*height: 500px;*/
	float: right;
	margin: 0 -35px 20px 100px; 
	color:#CCC;
	/*background-image:url(../images/img-produit.jpg)*/
}
#CadreInclude H1{
	margin:0;
	padding:0;
	font-size: 20px;
	color:#000;
	/*text-indent: -6000px;*/
}
.CadreProduitTexte H2{
	margin:0 0 15px 0;
	padding:0;
	/*color:#FFF;*/
	/*text-indent: -6000px;*/
}
.CadreProduitTexte{
	margin:0px 30px 10px 30px;
	width: 290px;
	color:#333;
	text-align:justify;
}
.CadreReferenceSoluce {
	height:281px;
	background-color:#FFF;
	background-image:url(../images/visio/images/visio_solution.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#solution {
	width:180px;
	float:right;
	margin: 30px 20px 0 0;
}
#solution h1{
	font-size:19px;
	color: #900;
	margin: 0;
}
#solution p{
	margin:0 0 2px 0;
}
#solution a{
	color: #FFF;
	font-size:16px;
}
#solution a:hover{
	color: #900;
}
.lastRef{
	background-color:#FFF;
	padding: 0 40px 50px 40px;
	background-image:url(../images/visio/images/pied-lastconnect.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.lastRef p{
	margin:0 0 10px 0;
	font-size:11px;
}
.lastRef a{
	color:#006176;
}
.lastRef img{
	float:left;
	margin:5px 20px 0 0 !important;
}
#detailRef{
	padding:0 20px 0 40px
}
/*#pied .Cell{
	background-color:#000000;
	float:left;
	margin:20px 0 0 0;
	padding:0 0 0 80px;
	border-right: 1px dotted #333;
}*/
#pied{
	padding:0 0 40px 5px;
	color: #999;
	font-family:Verdana, Geneva, sans-serif;
}
#pied input{
	width:155px;
	height:20px;
}
#pied .Cell{
	width:20%;
	margin:5px 4px 0 4px;
	padding:0 10px;
	display:table-cell;
	font-size:0.7em;
}

#pied .Cell ul{
	color: #999;
	list-style-type: none;
	list-style-image: url(../images/puce/images/square3_3.gif);
	margin:0 0 0 0;
	padding:0 0 0 20px;
}
#pied .Cell a{
	color: #999;
}
#pied .Cell a:hover{
	color: #fff;
}
#pied .Cell + .Cell{
	border-left: 1px dotted #999;
}