div#frameLeft {
	/*position:relative;*/
	float: left;
	width: 17%;
	/*overflow:hidden;*/
	/*background-color:#0C0;*/
	margin-left: 15px;
	margin-right: 20px;
}

div#frameRight {
	float:right;
	/*margin-left:950px;*/
	overflow:hidden;
	/*position:relative;*/
	/*background-color:#0FF;*/
	width: 15%;
	text-align:center;
	margin-right:10px;
/*	margin-left:85%;*/
	/*margin-top:20px;*/
}

#frameRight .imagecenter{
	width:130px;
}

#frameRight img{
padding-top:5px;
								
}

div#frameContent {
	/*float:left;*/
	/*position:relative;*/
	/*background-color:#0F3;*/
	margin-left:220px;
	/*width:40%;*/
	/**/
	width:63%;
	/*margin-right:20px;
	margin-top:0px;*/
	margin-bottom:0px;
	
}

/* ------ liens et mot clefs------- */
#frameContent a{
/*	font-weight:bold;*/
/*	font-size: 12px;*/
/*	color:#09F; /*#833;*/
	text-align:center;
	font-stretch:bold;
	/*Text-decoration:none;
	border-bottom-style:dashed;*/
	border-width:1px;
	
}

#frameContent .synthese .image a {
	text-align:center;
	text-decoration:none;
	border:none;
}

#frameContent a img {
	text-align:center;
	text-decoration:none;
	border:none;
}


#frameContent strong{
	font-weight:bold;
	
/*	font-size: 12px;*/
/*	color:#09F;*/
	text-align:center;
	Text-decoration:none;
}

	

/* ------ raccourci fin de page ------- */

ul#endpage_shortcuts {
    list-style-type: none;
}
ul#endpage_shortcuts li {
    display: inline;
    font-size: smaller;
    margin-left: 10px;
    margin-right: 10px;
}
ul#endpage_shortcuts li a {
    color: #F3664A; /* orange */
}




/*----------- Tableau comparaison --------------------*/


table.compare_versions {
    font-size: smaller;
}
table.compare_versions tr th {
    text-align: center;
	padding-top:30px;
	font-size:large;
}
table.compare_versions tr th.pro_edition {
    color: #104984; /* blue */
}
table.compare_versions tr th.labs_edition {
    color:#090; /* green */
}
table.compare_versions tr td {
    text-align: left;
    vertical-align:middle;
	border:1px solid #FC6; /* orange */
	text-align:center;
}

td.criteria {
    font-weight: bold;
	background-color:#F3664A; /*orange */
	color:#FFF;
}
table.compare_versions tr td.pro_edition {
    color: #104984; /* blue */
}

table.compare_versions tr td.labs_edition {
    color: #090; /* green */
}

tr.criteria_service {
    font-weight: bold;
    font-size:larger;
	background-color:#FC6;

}

