html, body, * {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body {
	background: #000 url(/images/bg_body.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	display: none;
}

h2 {
	color: #8ABD00;
	font-weight: bold;
	font-size: 16px;
}

p + h2,
ul + h2 {
	margin-top: 30px;
}

h3 {
	margin: 0 0 15px;
}

p {
	font-size: 12px;
	margin: 10px 0 7px;
	line-height: 1.25em;
}

label {
	cursor: pointer;	
}

.clear {
	clear: both;
	height: 1px;
	/*margin-bottom: -1px;*/
}

#container {
	width: 920px;
	margin: 0 auto;
}

/**********************************************************************
	Header
**********************************************************************/

#header {
	margin: 7px 0 0;
	height: 175px;
	overflow: hidden;
	position: relative;
}

#header #logo_go-evolutive {
	position: absolute;
	top: 14px;
	left: 18px;
	border: none;
}

#header #slogan {
	position: absolute;
	top: 96px;
	left: 70px;
	color: #3F3119;
	font-style: italic;
	font-weight: bold;
}

#header #slogan p {
	margin: 0;
	font-size: 13px;
}

#header #logo_vmware {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

#header #languages {
	position: absolute;
	top: 63px;
	right: 0;
	font-size: 12px;
}

#header #languages a {
	color: #000;
	text-decoration: none;
}

#header #languages span {
	margin: 0 5px;
}

#header #languages a strong {
	color: #3B606C;
	text-decoration: none;
}


/** Menu *****************************/

#header #menu {
	position: absolute;
	top: 136px;
	right: 0;
	font-size: 15px;
}

#header #menu li {
	float: left;
	list-style: none;
	margin-left: 1px;
}

#header #menu li a {
	display: block;
	background: #000 url(/images/bg_menu_black.gif) no-repeat right top;
	color: #FFF;
	text-decoration: none;
}

#header #menu li a span {
	background: transparent url(/images/bg_menu_black-span.gif) no-repeat left top;
	padding: 13px 19px 11px;
	display: block;
}

#header #menu li.selected a {
	display: block;
	background: #000 url(/images/bg_menu_blue.gif) no-repeat right top;
	color: #FFF;
	text-decoration: none;
}

#header #menu li.selected a span {
	background: transparent url(/images/bg_menu_blue-span.gif) no-repeat left top;
	padding: 13px 19px 11px;
	display: block;
}

#header #menu li.contact a {
	display: block;
	background: #000 url(/images/bg_menu_green.gif) no-repeat right top;
	color: #FFF;
	text-decoration: none;
}

#header #menu li.contact a span {
	background: transparent url(/images/bg_menu_green-span.gif) no-repeat left top;
	padding: 13px 19px 11px;
	display: block;
}


/**********************************************************************
	Main
**********************************************************************/

#main {
	margin-top: 22px;
}


/** Resume (homepage) ****************/

#main #resume {
	background: url(/images/bg_central-pic.jpg) no-repeat;
	position: relative;
	height: 311px;
	padding: 70px 225px 0 80px;
}

#main #resume #brochure {
	position: absolute;
	top: 62px;
	right: 220px;
	background: url('/images/icon_pdf.gif') no-repeat right top;
	font-size: 11px;
}

#main #resume #brochure a {
	color: #1E3037;
	padding: 7px 25px 7px 0;
	display: inline-block;
}

#main #resume .slogan {
	font-size: 16px;
	margin: 5px 0 0;
}

#main #resume .slogan span {
	color: #8CBD3E;
}

#main #resume h1 {
	top: 120px;
	left: 80px;
	margin: 18px 0 0;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: normal;
}

#main #resume .offre {
	position: absolute;
	top: 187px;
	width: 195px;
	height: 133px;
}

#main #resume .offre.nb1 {
	left: 80px;
}

#main #resume .offre.nb2 {
	left: 290px;
}

#main #resume .offre.nb3 {
	left: 510px;
}

#main #resume .offre h2 {
	color: #F9560D;
	margin: 2px 0 0;
	font-size: 22px;
}

#main #resume .offre .description {
	font-size: 12px;
	margin: 10px 0;
}

#main #resume .offre .price {
	font-size: 19px;
	margin: 10px 0;
	color: #8ABD00;
}

#main #resume .offre .price strong {
	font-size: 1.6em;
	font-weight: normal;
}

#main #resume .offre .readMore {
	font-size: 13px;
	margin: 10px 0 0;
}

#main #resume .offre .readMore a {
	background: #1E3841 url(/images/bg_offre-link.jpg) repeat-y left;
	color: #8EB7C4;
	padding: 5px 8px;
	float: left;
	text-decoration: none;
}


/** Illustration (internal) **********/

#main  #illustration {
	height: 34px;
	padding: 115px 20px 0;
	width: 880px;
}

#main  #illustration.nb1 {
	background: #FFF url(/images/bg_illustration_01.jpg) no-repeat 5px 5px;
}

#main  #illustration h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 25px;
	display: inline;
}

#main  #illustration span {
	font-size: 16px;
	margin-left: 15px;
	color: #FFF;
}

#main  #illustration span strong {
	color: #8CBD3E;
	font-weight: normal;
}


/** Content (internal) ***************/

#main .content {
	background: #FFF;
	padding: 15px 10px 5px;
}

#main .content ul {
	padding: 10px 5px;
	font-size: 12px;
	list-style: none;
}

#main .content ul li {
	line-height: 1.8em;
	background: url(/images/bullet-1.gif) no-repeat left 9px;
	padding-left: 10px;
}

#main .content a {
	color: #3B606C;
}


/** Avantages ***********************/

#main .content #avantages {}

#main .content #avantages .item:after {
	content: ".";
   	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}
#main .content #avantages .item {
	height: 1%;
	border-bottom: 1px solid #E4E4E4;
	padding: 10px 0;
	margin: 0 2px 10px;
}

#main .content #avantages .item.last {
	border: none;
}

#main .content #avantages .item .left {
	text-align: center;
	width: 135px;
	float: left;
}

#main .content #avantages .item .right {
	width: 760px;
	float: right;
}


/** Formules ***********************/

#main .content #formules {}

#main .content #formules #plans:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .content #formules #plans {
	height: 1%;
	background: url(/images/bg_formules-offres.gif) no-repeat left top;
	margin-top: 10px;
	padding: 40px 0 10px;
}

#main .content #formules #plans .item {
	float: left;
	width: 280px;
}

#main .content #formules #plans .item.nb2 {
	margin-left: 28px;
}

#main .content #formules #plans .item.nb3 {
	margin-left: 27px;
}

#main .content #formules #plans .item h2 {
	display: inline;
	padding-right: 20px;
	color: #F9560D;
	font-size: 22px;
	font-weight: normal;
	margin: 0 5px;
}

#main .content #formules #plans .item .description {
	padding: 0;
	list-style: none;
	font-size: 13px;
	margin: 10px 0 0;
}

#main .content #formules #plans .item .description li {
	background: url(/images/bg_formules-description-li.gif) no-repeat left bottom;
	padding: 9px 10px 9px 28px;
	line-height: 1em;
}

#main .content #formules #plans .item .orderBox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .content #formules #plans .item .orderBox {
	height: 1%;
	background: #F6F9F9 url(/images/bg_formules-orderBox.jpg) top;
	margin: 15px 0 0;
	padding: 0 0 10px;
}

#main .content #formules #plans .item .orderBox .price {
	float: left;
	width: 130px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	color: #8ABD00;
	font-size: 19px;
	line-height: 0.9em;
}

#main .content #formules #plans .item .orderBox .price strong {
	font-size: 1.6em;
	font-weight: normal;
}

#main .content #formules #plans .item .orderBox .price span {
	color: #000;
	font-size: 0.55em;
	
}

#main .content #formules #plans .item .orderBox .button {
	float: right;
	width: 122px;
	margin: 8px 0 0 0;
	font-size: 18px;
	padding-right: 10px;
	cursor: pointer;
}

#main .content #formules #plans .item .orderBox .button a {
	background: url(/images/bg_formules-button.jpg);
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 17px 0;
}

#main .content #formules #whyChoose:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .content #formules #whyChoose {
	height: 1%;
	background: url(/images/bg_line.gif) no-repeat center top;
	margin: 25px 0 0;
	padding: 20px 0 10px;
}

#main .content #formules #whyChoose h1 {
	font-size: 22px;
	font-weight: normal;
}

#main .content #formules #whyChoose .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .content #formules #whyChoose .item {
	height: 1%;
	width: 420px;
	float: left;
	margin: 20px 0 0;
}

#main .content #formules #whyChoose .item .left {
	text-align: left;
	width: 95px;
	float: left;
}

#main .content #formules #whyChoose .item .right {
	width: 320px;
	float: right;
}

#main .content #formules #whyChoose .item.nb1,
#main .content #formules #whyChoose .item.nb3 {
	margin: 20px 40px 0 0;
	clear: left;
}

#main .content #formules #whyChoose .item.nb2 .right {
	width: 290px;
	padding-right: 30px;
}

#main .content #formules #whyChoose .item.nb4 {
	background: url(/images/bg_formules-infoBox.gif) no-repeat left top;
	margin-left: 10px;
	color: #7E815A;
}

#main .content #formules #whyChoose .item.nb4 .inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .content #formules #whyChoose .item.nb4 .inner {
	height: 1%;
	background: transparent url(/images/bg_formules-infoBox-inner.gif) no-repeat left bottom;
	padding: 10px 40px 10px 10px;
}

#main .content #formules #whyChoose .item.nb4 .left {
	width: 60px;
	padding: 5px 0 0 5px;
}

#main .content #formules #whyChoose .item.nb4 .right {
	width: 290px;
}


/** Calculator ***********************
	Voir calculator.css */


/** Contact *************************/

#main .content #contact:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .content #contact {
	height: 1%;
	margin: 0 auto;
	padding: 50px 0 40px;
	width: 600px;
	font-size: 12px;
}

#main .content #contact .left {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	padding: 16px 5px 0;
}

#main .content #contact .right {
	float: left;
	width: 400px;
	padding: 10px 5px;
}

#main .content #contact .right input {
	padding: 2px;
	color: #8ABD00;
	float: left;
	width: 200px;
	font-size: 13px;
}

#main .content #contact .right textarea {
	padding: 2px;
	color: #8ABD00;
	float: left;
	width: 380px;
	height: 150px;
	font-size: 13px;
}

#main .content #contact .button {
	clear: both;
}

#main .content #contact .button a {
	background: url(/images/bg_button_contact.jpg) no-repeat center top;
	width: 92px;
	float: right;
	padding: 19px 30px 19px 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin-right: 47px;
	font-size: 16px;
}


/**********************************************************************
	Portlets
**********************************************************************/

#main #portlets:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main #portlets {
	height: 1%;
	margin: 20px 0 0;
}

#main #portlets .item {
	width: 204px;
	height: 113px;
	float: left;
	padding: 20px 72px 20px 22px;
}

#main #portlets .item h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 5px;
}

#main #portlets .item.nb1 {
	margin-right: 13px;
	background: url(/images/bg_portlet_nb1.jpg) no-repeat;
}

#main #portlets .item.nb1 h2 {
	color: #70713E;
}

#main #portlets .item.nb2 {
	margin-right: 13px;
	background: url(/images/bg_portlet_nb2.jpg) no-repeat;
}

#main #portlets .item.nb2 h2 {
	color: #155FA1;
}

#main #portlets .item.nb3 {
	background: url(/images/bg_portlet_nb3.jpg) no-repeat;
}

#main #portlets .item.nb3 h2 {
	color: #54AB00;
}



/**********************************************************************
	Footer
**********************************************************************/

#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer {
	height: 1%;
	margin: 10px 0 0;
	color: #FFF;
	font-size: 12px;
}

#footer a {
	color: #FFF;
}

#footer .legal {
	float: left;
	width: 450px;
}

#footer .legal span {
	margin: 0 5px;
}

#footer .navigation {
	float: right;
	width: 350px;
	text-align: right;
	margin-right: -5px;
}

#footer .navigation a {
	padding: 0 5px;
}