/**
*	vlerick
*/
#bannerVlerick{
	width: 100%;
}
.vlerick h1{
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.vlerick h2{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.vlerick a.link{
	color: #009BB2;
}
.vlerick #interview h3{
	color: #009BB2;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.vlerick .imgEntretien{
	width: 400px;
}
.vlerick .imgMasters{
	width: 400px;
}

ul.education{
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
ul.education > li{
	background-color: #F0F0F0;
	display: inline-block;
	width: 620px;
	padding: 10px;
	vertical-align: top;
	margin-bottom: 10px;
}
ul.education > li > div.feature{
	padding: 10px;
	background-color: #3087C8;
	color: white;
	display: inline-block;
	width: 200px;
}
ul.education > li > div.feature span.label{
	font-size: 16px;
	font-weight: normal;
	margin-right: 5px;
}
ul.education > li > div.feature span.value{
	font-weight: bold;
}
ul.education h3{
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 395px;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
}
ul.education h3 a{
	color: #0d0d0d;
}

/**
*	AMS
*/
.ams h2{
	margin: 40px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}
.ams h3{
	margin: 30px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #01b0e7;
}
#amsHeader{
	display: block;
	width: 100%;
}

#movieAWordFromTheDean{
	margin-bottom: 10px;
}
#ulAWordFromTheDean{
	color: #01b0e7;
}
#continent3,
#ExecMasters{
	display: block;
	width: 100%;
}
#divImpactTheWorld{
	text-align: center;
}
/**
    PARTNERS
*/
ul.companiesSection_body_list{
	list-style-type: none;
	padding: 20px 0 0 15px;
	margin: 0
}
li.companiesSection_body_list_item{
	display: inline-block;
	padding: 0;
	margin: 0 15px 15px 0;
}

div.thumbnailCompany{
	border: solid 1px #dddddd;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding-top: 20px;
	width: 180px; max-width: 180px;
}
div.thumbnailCompany_nbre{
	position: absolute;
	display: none;
	right: -6px;
	top: -6px;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #0087be;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	text-overflow: hidden;
}
div.thumbnailCompany_nbre.sales{
	background-color: #4285f4;
	right: 81px;
}
div.thumbnailCompany_nbre.ict{
	background-color: #ea4335;
	right: 52px;
}
div.thumbnailCompany_nbre.retail{
	background-color: #fe9a2c;
	right: 23px;
}
div.thumbnailCompany_nbre.marcom{
	background-color: #34A853;
	right: -6px;
}

div.thumbnailCompany_logo{
	height: 140px;
	width: 178px;
	padding: 30px 29px;
}
div.thumbnailCompany_texte{
	text-align: center;
	padding: 40px 10px;
	font-size: 14px;
	height: 100px;
}
img.thumbnailCompany_logo_img{
	width: 120px;
	height: 80px;
}
div.thumbnailCompany_logo.partners{
	padding: 30px 25px;	
}
div.thumbnailCompany_logo.partners > img.thumbnailCompany_logo_img{
	width: 130px;
	height: 70px;
}
div.thumbnailCompany_logo.partners > img.thumbnailCompany_logo_img{
	width: 100%;
	height: auto;
}
div.thumbnailCompany_info{
	border-top: solid 1px #dddddd;
	background-color: #f6f6f6;
	padding: 5px 3px;
}

div.thumbnailCompany_name{
	color: #144260;
	font-weight: bold;
	text-align: center;
}
div.thumbnailCompany_description{
	text-align: center;
	overflow: hidden;
	text-overflow: hidden;
	height: 34px; max-height: 34px;
}
div.thumbnailCompany_action{
	padding-top: 3px;
}
a.thumbnailCompany_action_link{
	margin: 0 auto;
	display: block;
	background-color: #dddddd;
	color: #9b9b9b;
	padding: 3px 5px;
	width: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}