.main
{
	background-image: url('../../Sites/vSphere/Images/background.gif');
	background-repeat: repeat-x;
	padding: 20px 20px 0px 20px;
}

p 
{
	text-align: justify;
}

h1
{
	font-size:20px;	
}
h2
{
	background: none;
	color: #8cc63e;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align:justify;
}
.h2Link 
{
	color: #8cc63e;
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size:12px;
}
hr 
{
	border-left:0px;
	border-right:0px;
	height: 1px;
	width: 450px;
}
.accordionHeader h2,
.accordionHeaderSelected h2
{
	color: #FFFFFF;
}

.main-image
{
	float: left;
}
.right-image
{
	float: right;
}

.callback
{
	background-image: url('../../Sites/vSphere/Images/Callback.jpg');
	width: 223px;
	height: 107px;
	color: #1e5385;
	line-height: 26px;
}

.callback div.callbackContent
{
	padding: 16px 0px 0px 8px;
}

.callback strong
{
	font-size: 14px;
}

.callback input
{
	width: 123px;
	border: solid 1px #b8b8b8;
}

.callback a
{
	color: #1e5385;
	font-weight: bold;
}

.news
{
	margin-top: 20px;
	width: 225px;

	background-image:url('../../Images/Master/news-background.gif');
	background-repeat:repeat-y;
}

.news .new-header
{
	text-indent: 16px;
	line-height: 32px;
	background-image:url('../../Images/Master/news-top.gif');
	color: #919191;
	height: 32px;
	font-weight: bold;
	font-size: 14px;
}

.news .news-content
{
	margin: 4px 6px 4px 6px;
}

.news .news-content .date
{
	color:#bcbcbc;
}

.news .news-content .text
{
}

.news .news-content hr
{
	border: solid 1px #f1f1f1;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f9f9f9;
	border-bottom: none;
	height: 1px;
	width: 208px;
}

.news .news-footer
{
	background-image:url('../../Images/Master/news-bottom.gif');
	height: 13px;
}

.content ul
{	
	list-style-image: url('../../Sites/vSphere/Images/dot.gif');
	color: #676767;
	font-weight: normal;
	font-size: 12px;
}

.content ul li
{
	margin-bottom: 10px;
}

.ajax-content 
{
	margin: 6px;
}

.main-menu						{ background-image: url('../../Sites/vSphere/Images/menu-background.gif'); }
.main-menu li					{ background-image: url('../../Sites/vSphere/Images/menu-item-left.gif'); }
.main-menu li.selected a		{ background-image: url('../../Sites/vSphere/Images/menu-item-selected.gif'); }
.main-menu li span
{
	border-left: 1px solid #8690d6;
	border-right: 1px solid #aebcda;
}
.main-menu li span:hover		{ background-image: url('../../Sites/vSphere/Images/menu-background-hover.gif');	}
.main-menu-left					{ background-image: url('../../Sites/vSphere/Images/menu-left.gif'); }
.main-menu-right				{ background-image: url('../../Sites/vSphere/Images/menu-right.gif'); }

.title
{
	width: 450px;
	background-color: #eaeaea;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	padding-left: 10px;
}

.partner-logo 
{
	float:left;
	margin-right:30px;
	margin-top:30px;
	height:100px;
}
.logos
{
	margin: 10px 0 20px 40px;
}
.accordion-head 
{
	position:relative;
}
.accordion-bubble
{
	padding-top: 10px;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	float: left;
}
.accordion-arrow
{
	position:absolute;
	top:2px;
	right:0px;
	width: 20px;
	height: 20px;
}

#plan 
{
	width: 370px;
	height: 369px;
	border: 1px solid #000000;
	margin: auto;
}
.adress 
{
	width: 200px;
	padding: 30px;
	padding-left:60px;
	background: #F5F5F5;
	margin: auto;
}

#partners
{
	padding-top: 20px;
	width: 400px;
	height: 480px;
	margin-left: 20px;
	background: url('../../Sites/vSphere/Images/Partenaires/partnersBackground.jpg');
}
.partners-left 
{
	text-align: center;
	width: 200px;
	height: 80px;
	float: left;
}
.partners-right
{
	text-align: center;
	width: 200px;
	height: 80px;
	float: left;
}

#references
{
	padding-top: 20px;
	width: 400px;
	height: 650px;
	margin-left: 20px;
	background: url('../../Sites/vSphere/Images/References/referencesBackground.jpg');
}
.references-left 
{
	text-align: center;
	width: 200px;
	height: 100px;
	float: left;
}
.references-right
{
	text-align: center;
	width: 200px;
	height: 100px;
	float: left;
}
.beusher 
{
	margin-top: 20px;
}

.checkpointImg 
{
	margin-top: 20px;
}

.button 
{
	width:200px;
	height:32px;
	padding-top:4px;
	text-align:center;
	background:url('../../Sites/vSphere/Images/button-background.jpg');
	line-height:14px;
	cursor:pointer;
	margin:auto;
}
.button a
{
	color:#FFFFFF;
	text-decoration:none;	
}

.pricingTable
{
	width:100%;
	background:#9FC2E2;
}
.pricingTable td.head
{
	background:#4C96AF;
	color:#FFFFFF;
	font-weight:bold;
}
.pricingTable td.edition 
{
	background:#ECFBD4;
}
.pricingTable td
{
	padding:5px 3px;
	background:#FFFFFF;
}

/***************************
		Bloc de liens
***************************/
.linkBloc 
{
	width:450px;
	background-color:#c6dced;
}
.linkBlocTop 
{
	width:440px;
	height:25px;
	padding-top:15px;
	padding-left:10px;
	background:url('../../Sites/vSphere/Images/links-top.jpg') no-repeat;
	font-weight:bold;
}
.linkBlocContent 
{
	width:430px;
	margin:auto;
	padding-top:10px;
	border-top:1px solid #e1ebf3;
}
.linkBlocContent a 
{
	color:#676767;
	text-decoration:none;	
}
.linkBlocBottom 
{
	width:450px;
	height:19px;
	background:url('../../Sites/vSphere/Images/links-bottom.jpg');	
}

.Title-Bloc
{
	width:450px;
	height:85px;
	background:url('../../Sites/vSphere/Images/title-background.jpg') no-repeat;
	padding-top:45px;
}