@charset "utf-8";

body {
	margin: 0 auto;
	background: #EAEAEA url(/sites/all/themes/enpc/images/header_bg.png)
		repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

img,ul,li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	font-size: 12px;
	color: #34a2e3;
	text-decoration: none;
}

a:hover {
	color: #34a2e3;
	text-decoration: underline;
}

tbody {
	border: 0;
}

/* forms */
form {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

submit {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#header {
	margin: 0 auto;
	width: 980px;
	height: 137px;
	float: left;
}

#container {
	width: 982px;
	margin: 0 auto;
}

#menuTop {
	padding-bottom: 0;
	width: 980px;
	margin: 0 auto;
	height: auto;
	clear: both;
}

/************************************************ Menu d?roulant header **************************************************/
#menu,#menu ul /* Liste */ {
	padding: 0; /* pas de marge int?rieure */
	margin: 0; /* ni ext?rieure */
	list-style: none; /* on supprime le style par d?faut de la liste */
	line-height: 21px; /* on d?finit une hauteur pour chaque ?l?ment */
	text-align: center;
	z-index: 1000;
}

#menu /* Ensemble du menu */ {
	font-family: Helvetica, arial;
	font-size: 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */ {
	margin: 0;
	display: block;
	/* on change le type d'?l?ment, les liens deviennent des balises de type block */
	padding: 0; /* aucune marge int?rieure */
	font-size: 12px;
	line-height: 18px;
	color: #fff; /* couleur du texte */
	text-decoration: none;
	/* on supprime le style par d?faut des liens (la plupart du temps = soulign?) */
}

#menu li /* boutons principaux */ {
	float: left;
	background: url(/sites/all/themes/enpc/images/menu_sep.png) no-repeat
		right;
	padding-right: 2px;
}

#menu li a span {
	display: none;
}  /* cache les intitul?s de menu */
#menu li a.onglet-223 {
	background: url(/sites/all/themes/enpc/images/menu_about_off.png)
		no-repeat;
	width: 165px;
	height: 34px;
}

#menu li a:hover.onglet-223 {
	background: url(/sites/all/themes/enpc/images/menu_about_on.png)
		no-repeat;
}

#menu  li.active a.onglet-223 {
	background: url(/sites/all/themes/enpc/images/menu_about_on.png)
		no-repeat;
}

#menu li a.onglet-225 {
	background: url(/sites/all/themes/enpc/images/menu_programs_off.png)
		no-repeat;
	width: 104px;
	height: 34px;
}

#menu li a:hover.onglet-225 {
	background: url(/sites/all/themes/enpc/images/menu_programs_on.png)
		no-repeat;
}

#menu li.active a.onglet-225 {
	background: url(/sites/all/themes/enpc/images/menu_programs_on.png)
		no-repeat;
}

#menu li a.onglet-547 {
	background: url(/sites/all/themes/enpc/images/menu_faculty_off.png)
		no-repeat;
	width: 173px;
	height: 34px;
}

#menu li a:hover.onglet-547 {
	background: url(/sites/all/themes/enpc/images/menu_faculty_on.png)
		no-repeat;
}

#menu li.active a.onglet-547 {
	background: url(/sites/all/themes/enpc/images/menu_faculty_on.png)
		no-repeat;
}

#menu li a.onglet-227 {
	background: url(/sites/all/themes/enpc/images/menu_alumni_off.png)
		no-repeat;
	width: 82px;
	height: 34px;
}

#menu li a:hover.onglet-227 {
	background: url(/sites/all/themes/enpc/images/menu_alumni_on.png)
		no-repeat;
}

#menu li.active a.onglet-227 {
	background: url(/sites/all/themes/enpc/images/menu_alumni_on.png)
		no-repeat;
}

#menu li a.onglet-548 {
	background: url(/sites/all/themes/enpc/images/menu_news_off.png)
		no-repeat;
	width: 135px;
	height: 34px;
}

#menu li a:hover.onglet-548 {
	background: url(/sites/all/themes/enpc/images/menu_news_on.png)
		no-repeat;
}

#menu li.active a.onglet-548 {
	background: url(/sites/all/themes/enpc/images/menu_news_on.png)
		no-repeat;
}

#menu li a.onglet-3576 {
	background: url(/sites/all/themes/enpc/images/menu_admission_off.png)
		no-repeat;
	width: 106px;
	height: 34px;
}

#menu li a:hover.onglet-3576 {
	background: url(/sites/all/themes/enpc/images/menu_admission_on.png)
		no-repeat;
}

#menu li.active a.onglet-3576 {
	background: url(/sites/all/themes/enpc/images/menu_admission_on.png)
		no-repeat;
}

/* listes d?roulantes  */
#menu li ul {
	margin: 0;
	position: absolute;
	width: 182px;
	left: -999em;
}

#menu li ul.onglet-223 {
	background: #67DAF5;
}

#menu li ul.onglet-225 {
	background: #34A2E3;
}

#menu li ul.onglet-547 {
	background: #3169DB;
}

#menu li ul.onglet-227 {
	background: #266AAF;
}

#menu li ul.onglet-548 {
	background: #003367;
}

#menu li ul.onglet-3576 {
	background: #3482E3;
}


#menu li ul li {
	text-align: left;
	background-image: none;
}

#menu li ul li a {
	padding: 5px 0 5px 15px;
	color: #fff;
}

#menu li ul.onglet-223 li {
	border-top: 1px solid #48C0DC;
	padding: 0;
}

#menu li ul.onglet-223 li a:hover {
	background: #56B7CE;
	color: #fff;
}

#menu li ul.onglet-225 li {
	border-top: 1px solid #2A8DC8;
	padding: 0;
}

#menu li ul.onglet-225 li a:hover {
	background: #2C88BF;
	color: #fff;
}

#menu li ul.onglet-547 li {
	border-top: 1px solid #255AC7;
	padding: 0;
}

#menu li ul.onglet-547 li a:hover {
	background: #2958B8;
	color: #fff;
}

#menu li ul.onglet-227 li {
	border-top: 1px solid #1C5894;
	padding: 0;
}

#menu li ul.onglet-227 li a:hover {
	background: #205993;
	color: #fff;
}

#menu li ul.onglet-548 li {
	border-top: 1px solid #05294D;
	padding: 0;
}

#menu li ul.onglet-548 li a:hover {
	background: #002B56;
	color: #fff;
}

#menu li ul.onglet-3576 li {
	border-top: 1px solid #2A6FC4;
	padding: 0;
}

#menu li ul.onglet-3576 li a:hover {
	background: #2C6DBF;
	color: #fff;
}

/* IE ne reconnaissant pas le s?lecteur ">" */
html body #menu li ul li {
	border-top: 1px solid #999;
	/* on met une bordure transparente en haut de chaque ?l?ment */
	width: 182px;
}

#menu li:hover ul,#menu li li:hover ul,#menu li.sfhover ul,#menu li li.sfhover ul
	/* Sous-listes lorsque la souris passe sur un ?l?ment de liste ET sous-sous-lites lorsque la souris passe sur un ?l?ment de sous-liste */
	{
	margin: 0;
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug sous IE */
}

/*** CONTENT ***/
.boxContainer {
	clear: both;
	margin: 0 auto;
	width: 980px;
	float: left;
	padding-top: 20px;
	background: url(/sites/all/themes/enpc/images/content_top_bg.png)
		no-repeat top;
}

.boxContainerPage {
	background-position: 0 -1em;
	padding-top: 0px;
}

#contenu {
	width: 980px;
	float: right;
	background: url(/sites/all/themes/enpc/images/content_bg.png) repeat-y
		top;
	padding-top: 0;
	margin-top: 0;
}

#header #login {
	float: right;
	background: url(/sites/all/themes/enpc/images/login.png) no-repeat;
	padding-left: 50px;
	width: 304px;
	height: 103px;
}

/****LOGIN BOX HEADER*****/
#language_select {
	float: right;
	margin: 0 4px 1px 0;
}

#language_select img {
	margin-left: 4px;
}

#LoginBox {
	width: 299px;
	float: right;
	margin: 6px 5px 0 0;
}

#LoginBox A {
	color: #FFFFFF;
}

#LoginBox form {
	margin-left: 0px;
}

#LoginBox .form-text {
	background: url(/sites/all/themes/enpc/images/login_field.png) no-repeat
		top;
	border: 0 none;
	color: #adb0b2;
	font-weight: bold;
	float: left;
	margin: 3px 7px 0 0;
	padding-top: 3px;
	width: 117px;
	height: 19px;
	font-size: 12px;
}

#LoginBox .form-submit {
	border: 0 none;
	margin: 3px 0px 0 0px;
}

#lostpass {
	background: url(/sites/all/themes/enpc/images/login_lostpass_bg.png)
		no-repeat top;
	padding: 2px 0 0 30px;
	margin-top: 7px;
	width: 266px;
	height: 20px;
}

#lostpass a {
	color: #91BCD5;
	font-size: 11px;
	text-decoration: none;
}

#lostpass a:hover {
	text-decoration: underline;
}

/****USER CONNECTED*****/
#UserBox {
	clear: right; /*POUR L'IMAGE BETA*/
	float: right;
	background: #1E76AA url(/sites/all/themes/enpc/images/beta.png)
		no-repeat scroll right 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 18px;
	padding: 5px 20px 5px 15px;
	/*margin:15px 20px 0 0; marge sans image BETA*/
	margin: 7px 20px 0 0;
}

#UserBox a {
	color: #91BCD5;
	font-size: 11px;
	text-decoration: none;
}

#UserBox a:hover {
	text-decoration: underline;
}

#UserBox .lastconnected {
	font-size: 10px;
}

#UserBoxPhoto {
	float: right;
	margin-right: 10px;
}

#UserBoxText {
	float: right;
}

/****search box in top bar*****/
.block-search {
	background: url(/sites/all/themes/enpc/images/searchbar.png) no-repeat
		top;
	width: 195px;
	height: 22px;
	float: left;
	margin: 6px 0 0 5px;
}

.block-search #inputText_search {
	background-color: transparent;
	border: 0 none;
	color: #adb0b2;
	font-weight: bold;
	float: left;
	margin: 3px 3px 0 40px;
	padding: 0;
	width: 105px;
}

.block-search #inputSubmit_search {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	height: 22px;
	width: 26px;
}

/*********************************************************************************************/
	/****HOMEPAGE CONTENT****/
.HomeContainerLeft {
	float: left;
	width: 610px;
	padding: 0 00px 0 30px;
}

.HomeContainerRight {
	float: left;
	width: 300px;
	padding: 0 20px 0 10px;
}

.white a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.white a:hover {
	color: #fff;
	text-decoration: underline;
}

/** PROGRAM SPOTLIGHT HOMEPAGE***/
#ProgramSpotlightTitle {
	width: 603px;
	background: url(/sites/all/themes/enpc/images/spotlight_title.png)
		no-repeat top;
	padding: 5px 0 0 0;
	height: 20px;
	text-align: right;
}

#ProgramSpotlightTitle A {
	padding-right: 10px;
}

#ProgramSpotlightBlock {
	
}

.spotlightList {
	width: 191px;
	float: left;
	margin: 15px 5px 0 4px;
}

.spotlightList p {
	padding: 0px 0 5px 5px;
}

.spotlightList img {
	padding-bottom: 15px;
}

/*** NEWS & EVENTS HOMEPAGE****/
#NewsBlock {
	width: 290px;
	float: left;
	margin: 20px 10px 0 0;
}

#NewsTitle {
	width: 290px;
	height: 20px;
	background: url(/sites/all/themes/enpc/images/news_title.png) no-repeat
		top;
	padding: 5px 0 0 0;
	text-align: right;
}

#NewsTitle A {
	padding-right: 10px;
}

.listenews  ul {
	margin: 5px 0 0 10px
}

.listenews li {
	padding: 7px 0 0px 26px;
	font-size: 11px;
	color: #999;
	list-style-type: none;
	margin-bottom: 5px;
}

.listenews  li a {
	font-weight: bold;
}

#EventsBlock {
	width: 290px;
	float: left;
	margin: 20px 0px 0 10px;
}

#EventsTitle {
	width: 290px;
	height: 20px;
	background: url(/sites/all/themes/enpc/images/events_title.png)
		no-repeat top;
	padding: 5px 0 0 0;
	text-align: right;
}

#EventsTitle A {
	padding-right: 10px;
}

/****RIGHT SIDEBAR HOMEPAGE****/
#QuickLinksHome {
	width: 300px;
	height: 100px;
	background: url(images/quicklinks_title.png) no-repeat top #EEE;
	/*border:solid 1px #ccc;*/
	padding-top: 25px;
	margin-bottom: 20px;
}

#QuickLinksHome ul {
	float: left;
	margin: 15px 0 0 10px;
	padding: 0;
	list-style: none;
}

#QuickLinksHome li {
	float: left;
	width: 120px;
	margin: 0 0 6px 10px;
	padding: 0;
}

#QuickLinksHome li a {
	font-weight: bold;
	line-height: 25px
}

#QuickLinksHome li a.highlight {
	background: #FFA508;
	color: #fff;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#banner_promo {
	width: 300px;
	height: 250px;
}

/* Breadcrumb */
#breadcrumb {
	float: right;
	margin: 10px 20px 0px 0;
	font-size: 10px;
}

#breadcrumb a {
	font-size: 10px;
}

/****BOTTOM ENTRANCE HOMEPAGE****/
hr {
	height: 1px;
	border: 0;
	color: #DFDFDF;
	background-color: #DFDFDF;
	margin-top: 20px;
}

#BottomNav {
	padding-top: 0px;
	margin: 0px 0 0 30px;
	height: 127px;
}

#BottomNav .welcome {
	padding: 10px 0px 10px 0px
}

#BottomNav ul {
	margin-left: 20px;
	margin-bottom: 0;
}

#BottomNav li {
	float: left;
	margin-right: 15px;
}

/*********************************************************************************************/
	/****Page CONTENT****/
.PageContainerLeft {
	float: left;
	width: 194px;
	margin: 0 0px 0 10px;
}

.PageContainerRight {
	float: left;
	width: 716px;
	padding: 0 20px 0 30px;
}

.PageContainerRight p {
	line-height: 18px;
	margin-bottom: 20px;
}

h1 {
	font-family: Myriad Pro, Calibri, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #444;
	font-weight: normal;
}

h2 {
	margin: 0px 0 15px 0;
	padding-top: 15px;
	color: #34A2E3;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	background: url(/sites/all/themes/enpc/images/dots.png) no-repeat left
		bottom;
	color: #003367;
	padding: 0px 0 23px 2px;
	margin-bottom: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
	padding-top: 15px;
}

.PageContainerRight ul {
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding-left: 20px;
}

.PageContainerRight ul li {
	padding: 0 0 5px 12px;
}

/****Testimony box****/
.testimony {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ebebeb;
	padding: 5px;
}

.testimony h2 {
	padding-top: 0;
	border-bottom: 1px solid #CCCCCC;
}

/****Quick links BOX****/
.field-field-quicklinks {
	float: right;
}

#PageQuicklinks {
	float: right;
	width: 179px;
	background: transparent url(images/page_quicklinks_degrad.png) repeat-x
		bottom;
	border: solid 1px #CCCCCC;
	margin: 0px 00px 0px 10px;
	height: 193px;
}

#PageQuicklinks ul {
	margin: 5px 0 0 10px;
	padding: 0;
	list-style: none;
}

#PageQuicklinks UL LI {
	width: 156px;
	margin-right: 10px;
	padding: 4px 0 7px 0;
	border-bottom: solid 1px #DFDFDF;
	background-image: none;
}

#PageQuicklinks li a {
	font-weight: normal;
	line-height: 18px;
	color: #444;
}

#PageQuicklinks li a.highlight {
	background: #FFA508;
	color: #fff;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#PageQuicklinks P {
	margin: 0;
}

/***** footer ****/
#footer {
	clear: both;
	height: 210px;
	background: #1E84C0 url(/sites/all/themes/enpc/images/footer.png)
		repeat-x top;
}

#footerContent {
	margin: 0 auto;
	color: #FFF;
	width: 920px;
	background: transparent
		url(/sites/all/themes/enpc/images/footer_body.png) no-repeat scroll
		-0.05em 0;
	padding: 50px 30px 0 30px;
	font-size: 11px;
}

#footerAdress {
	float: left;
	background: transparent
		url(/sites/all/themes/enpc/images/footer_sep.png) no-repeat scroll
		right;
	margin-right: 20px;
	padding-right: 20px;
}

#footerPartners {
	float: left;
	background: transparent
		url(/sites/all/themes/enpc/images/footer_sep.png) no-repeat scroll
		right;
	margin-right: 19px;
	padding-right: 20px;
	height: 149px;
}

#footerLinks {
	float: left;
}

#footerLinks ul {
	margin: 0;
}

#footerLinks li {
	margin-bottom: 5px;
}

#footer a {
	font-family: arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* Surcharges syst?me */
#messages {
	margin: 0 0 8px 0;
	background-color: #fff;
	padding: 4px;
	color: #000;
	width: 507px;
	border: 4px solid #35A2E3;
}

/* Vues sur la home */
#block-views-Program_spotlight_view-block_1 div.views-field-field-program-image-fid
	{
	padding-bottom: 15px;
}

#block-views-Program_spotlight_view-block_1 td {
	padding: 15px 4px 0 4px;
	width: 191px;
	vertical-align: top;
}

#block-views-Program_spotlight_view-block_1 td.col-3 {
	padding: 15px 0 0 4px;
}

#block-views-Program_spotlight_view-block_1 div.views-field-teaser {
	padding: 0 0 5px 5px;
}

#block-views-Program_spotlight_view-block_1 div.views-field-view-node {
	padding: 0 0 5px 5px;
}

#block-views-Program_spotlight_view-block_1 ul {
	margin: 10px 0 0 10px;
}

#block-views-Program_spotlight_view-block_1 li a {
	font-weight: bold;
}

.view-News-view div.view-content {
	margin: 5px 0 0 6px;
}

.view-News-view div.views-row {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/sites/all/themes/enpc/images/news_icon.png)
		no-repeat scroll 0 0.7em;
	color: #999999;
	font-size: 11px;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 7px 0 0 30px;
}

.view-News-view div.views-field-title {
	font-weight: bold;
}

.view-News-view div.views-field-created {
	font-weight: none;
}

.view-Events-view div.view-content {
	margin: 5px 0 0 6px;
}

.view-Events-view div.views-row {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent
		url(/sites/all/themes/enpc/images/events_icon.png) no-repeat scroll 0
		0.7em;
	color: #999999;
	font-size: 11px;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 7px 0 0 30px;
}

.view-Events-view div.views-field-title {
	font-weight: bold;
}

.view-Events-view div.views-field-created {
	font-weight: none;
}

/* menu de gauche */
.menu-name-primary-links ul {
	margin-left: 5px;
	padding: 0px;
}

.menu-name-primary-links ul li {
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.menu-name-primary-links ul li ul {
	margin-left: 5px;
	padding: 0px;
}

.menu-name-primary-links ul li ul li {
	font-weight: normal;
	padding: 0px;
	border-bottom: none;
}

.menu-name-primary-links ul li ul li ul {
	margin-left: 5px;
	padding: 0px;
}

.menu-name-primary-links ul li ul li ul li {
	font-weight: normal;
	padding: 0px;
}

.menu-name-primary-links ul li ul li ul li a {
	font-size: 10px;
}

.menu-name-primary-links a {
	color: #7F7F7F;
}

/* Choix de la langue */
#block-locale-0 li {
	display: inline;
}

#block-locale-0 li a {
	color: #606060;
}

#block-locale-0 li.active a {
	color: #000000;
}

#block-locale-0 li a:hover {
	text-decoration: none;
}

/* Admin */
.node-type-list DT {
	margin-top: 15px;
}

/*********************************************************************************************/
	/****Page MASHUP****/
#mashup_left {
	float: left;
	width: 598px;
	margin: 14px 11px 0 0px;
	padding-left: 30px;
}

#mashup_right {
	float: left;
	width: 300px;
	margin: 27px 0 0 11px;
}

#mashup_left p {
	line-height: 18px;
	margin-bottom: 20px;
}

#mashup_left ul p {
	line-height: auto;
	margin-bottom: 0px;
}

#mashup_left h1 {
	margin-bottom: 10px;
}

.img_dean {
	float: right;
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: 9px;
	color: #444;
	text-align: right;
	line-height: 13px;
}

.mashup_box_list {
	float: left;
	margin: 10px 9px 0 0;
	width: 290px;
}

.mashup_box_list  ul {
	margin: 5px 0 0 10px;
}

.mashup_box_list li {
	padding: 7px 0 4px 11px;
	font-size: 11px;
	color: #999;
	list-style-type: none;
	margin-bottom: 5px;
	background: url(images/li_programs.png) no-repeat scroll 0 1em;
	border-bottom: solid 1px #eee;
}

.mashup_box_list  li a {
	
}

.mashup_box_list li p a {
	color: #999;
	font-size: 11px;
}

.mashup_box_list div.view-content {
	padding-left: 16px;
	margin-top: -3px;
}

.mashup_box_list div.views-row {
	padding-left: 12px;
	font-weight: normal;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 4px;
}

.mashup_box_list div.views-row a {
	font-weight: normal;
}

#mashup_right .boxright {
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background: #EEEEEE;
	width: 278px;
	padding: 10px;
	margin: 0 0 20px 0;
}

#mashup_right .boxright img {
	padding: 0 10px 0 0;
}

#ontheweb {
	text-align: center;
}

#actionbuttons {
	padding-bottom: 20px;
}

#actionbuttons img {
	margin-bottom: 6px;
}

#ontheweb_table {
	margin-bottom: 20px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	background: url(images/ontheweb_bg.png) repeat-x center bottom;
}

/****sliding box******/
a:focus {
	outline: none;
}

#panel_texte {
	display: none;
}

.panel {
	background: #F3F3F3;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	display: none;
	padding: 10px;
}

.panel p {
	text-indent: -26px;
	padding-left: 25px;
}

.panel img {
	margin-right: 5px;
}

.slide_brochures_candidates {
	padding: 0;
	background: url(images/mashup_candidates_brochures.png) no-repeat center
		top;
	width: 300px;
	height: 48px;
}

.slide_brochures_participants {
	padding: 0;
	background: url(images/mashup_participants_brochures.png) no-repeat
		center top;
	width: 300px;
	height: 48px;
}

.slide_about {
	padding: 0;
	/* background: url(images/mashup_btn_moreabout.png) no-repeat center top; */
	width: 300px;
	height: 48px;
}

.slide_beforeyougo_participants {
	padding: 0;
	background: url(images/mashup_participants_beforeyougo.png) no-repeat
		center top;
	width: 300px;
	height: 48px;
}

.slide_beforeyougo_faculty {
	padding: 0;
	background: url(images/mashup_faculty_beforeyougo.png) no-repeat center
		top;
	width: 300px;
	height: 48px;
}

.slide_alumni_participants {
	padding: 0;
	background: url(images/mashup_participants_alumni.png) no-repeat center
		top;
	width: 300px;
	height: 48px;
}

.slide_discover_enpc_sim_companies {
	padding: 0;
	background: url(images/mashup_companies_btn_enpc_sim.png) no-repeat
		center top;
	width: 300px;
	height: 48px;
}

.slide_recruitment_companies {
	padding: 0;
	background: url(images/mashup_companies_btn_recruitment.png) no-repeat
		center top;
	width: 300px;
	height: 48px;
}

.slide_profiles_faculty {
	padding: 0;
	background: url(images/mashup_faculty_profiles.png) no-repeat center top
		;
	width: 300px;
	height: 48px;
}

#btn_read_more {
	display: block;
	padding: 0;
	width: 92px;
	height: 19px;
	margin-bottom: 10px;
}

.btn-slide-texte {
	width: 92px;
	height: 19px;
	display: block;
	background: url(images/btn_read_more.png) no-repeat center top;
}

.btn-slide {
	background: transparent url(images/mashup_btn_arrow.png) no-repeat
		scroll 279px 18px;
	text-align: center;
	width: 290px;
	height: 38px;
	padding: 10px 10px 0 0;
	display: block;
	font: bold 120%/ 100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.active_big_buttons {
	background-position: 279px -42px; /*margin-bottom:10px;*/
}

.active_readmore {
	background-position: 0px -19px;
}

/*** Page professor ***/
#ProfessorInformation div.field-field-professor-photo {
	float: left;
}

#ProfessorInformation div.field-field-professor-general-info {
	margin-left: 110px;
}

#ProfessorInformation div.field-field-professor-courses div.field-label
	{
	margin: 0px 0 15px 0;
	padding-top: 15px;
	color: #3169DB;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	clear: both;
}

#ProfessorInformation div.field-field-professor-cv  div.field-label {
	margin: 0px 0 15px 0;
	padding-top: 15px;
	color: #3169DB;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	clear: both;
}

#ProfessorInformation div.field-field-professor-publication div.field-label
	{
	margin: 0px 0 15px 0;
	padding-top: 15px;
	color: #3169DB;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#ProfessorInformation div.field-field-professor-publication-file div.field-label
	{
	margin: 0px 0 15px 0;
	padding-top: 15px;
	color: #3169DB;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div.view-Professor-view li {
	list-style-type: none;
}

#mashup_left img.imagecache-candidatesPhoto {
	margin-left: 10px;
}

p.right {
	text-align: right;
}

.view-Alumni-news-events-view div.views-field-title {
	font-weight: bold;
	padding-bottom: 10px;
	background: transparent
		url(/sites/all/themes/enpc/images/li_faculty.png) no-repeat scroll 0
		0.4em;
}

.view-Alumni-news-events-view div.views-field-title a {
	margin-left: 20px;
}

.view-Alumni-news-events-view div.views-row {
	padding-top: 10px;
	border-bottom: solid 1px #DFDFDF;
}

.view-Program-spotlight-view p {
	text-align: justify;
	line-height: 15px;
}

.field-field-events-date {
	margin-bottom: 20px;
	color: #999999;
	font-size: 11px;
}

.date-article {
	margin-bottom: 20px;
	color: #999999;
	font-size: 11px;
}

/******FORMS*******/
#contact-mail-page input,#contact-mail-page textarea,.webform-client-form input#edit-submitted-nom,#edit-submitted-name,#edit-submitted-e-mail,#edit-submitted-first-name,#edit-submitted-last-name,#user-pass  input
	{
	background: #34A2E3;
	padding: 4px;
	border: solid 1px #ccc;
	width: 507px;
	color: #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* behavior: url(border-radius.htc); */
	font-weight: bold;
	background: white;
}

#webform-client-form-132 .form-submit,#webform-client-form-125 .form-submit,#webform-client-form-134 .form-submit,#webform-client-form-130 .form-submit,#webform-client-form-128 .form-submit
	{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent
		url(/sites/all/themes/enpc/images/btn_confirm.png) no-repeat scroll 0
		0;
	border: medium none;
	cursor: pointer;
	height: 23px;
	padding: 0;
	width: 71px;
	color: transparent;
}

#webform-client-form-132 .form-submit:active,#webform-client-form-125 .form-submit:active,#webform-client-form-134 .form-submit:active,#webform-client-form-130 .form-submit:active,#webform-client-form-128 .form-submit:active
	{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent
		url(/sites/all/themes/enpc/images/btn_confirm.png) no-repeat scroll 0
		-24px;
	border: medium none;
	cursor: pointer;
	height: 23px;
	padding: 0;
	width: 71px;
}

#contact-mail-page .form-submit {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent
		url(/sites/all/themes/enpc/images/btn_send_email.png) no-repeat scroll
		0 0;
	border: medium none;
	cursor: pointer;
	height: 23px;
	padding: 0;
	width: 93px;
	color: transparent;
}

#contact-mail-page .form-submit:active {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent
		url(/sites/all/themes/enpc/images/btn_send_email.png) no-repeat scroll
		0 -24px;
	border: medium none;
	cursor: pointer;
	height: 23px;
	padding: 0;
	width: 93px;
}

.mashup_box_list  div.views-row {
	background: transparent url(images/li_programs.png) no-repeat scroll 0
		1em;
}

#user-pass .form-submit {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	cursor: pointer;
	height: 23px;
	padding: 0;
	width: 155px;
	/*color:transparent;*/
}

#contact-mail-page input#edit-copy {
	width: auto;
}

/*
* html #footerAdress{
	zoom:1;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/all/themes/enpc/images/footer_logo.png", sizingMethod="crop");
	margin-bottom:10px;
}*/ /* Menu intranet */
#menu li a.onglet-3568 {
	background: url(/sites/all/themes/enpc/images/btn_home.png) no-repeat
		scroll 0 0;
	width: 44px;
	height: 34px;
}

#menu li a:hover.onglet-3568 {
	background: url(/sites/all/themes/enpc/images/btn_home.png) no-repeat
		scroll 0 0;
}

#menu  li.active a.onglet-3568 {
	background: url(/sites/all/themes/enpc/images/btn_home.png) no-repeat
		scroll 0 0;
}

#menu li a.onglet-3569 {
	background: url(/sites/all/themes/enpc/images/btn_newsevent.png)
		no-repeat scroll -3em 0;
	width: 90px;
	height: 34px;
}

#menu li a:hover.onglet-3569 {
	background: url(/sites/all/themes/enpc/images/btn_newsevent.png)
		no-repeat scroll -3em 0;
}

#menu  li.active a.onglet-3569 {
	background: url(/sites/all/themes/enpc/images/btn_newsevent.png)
		no-repeat scroll -3em 0;
}

#menu li a.onglet-3591 {
	background: url(/sites/all/themes/enpc/images/menu_programs_off.png)
		no-repeat scroll 0 0;
	width: 110px;
	height: 34px;
}

#menu li a:hover.onglet-3591 {
	background: url(/sites/all/themes/enpc/images/menu_programs_on.png)
		no-repeat scroll -0 0;
}

#menu  li.active a.onglet-3591 {
	background: url(/sites/all/themes/enpc/images/menu_programs_on.png)
		no-repeat scroll 0 0;
}

#menu li a.onglet-3570 {
	background: url(/sites/all/themes/enpc/images/btn_mymodules.png)
		no-repeat scroll -3em 0;
	width: 90px;
	height: 34px;
}

#menu li a:hover.onglet-3570 {
	background: url(/sites/all/themes/enpc/images/btn_mymodules.png)
		no-repeat scroll -3em 0;
}

#menu  li.active a.onglet-3570 {
	background: url(/sites/all/themes/enpc/images/btn_mymodules.png)
		no-repeat scroll -3em 0;
}

#menu li a.onglet-3571 {
	background: url(/sites/all/themes/enpc/images/btn_mygrades.png)
		no-repeat scroll -3em 0;
	width: 90px;
	height: 34px;
}

#menu li a:hover.onglet-3571 {
	background: url(/sites/all/themes/enpc/images/btn_mygrades.png)
		no-repeat scroll -3em 0;
}

#menu  li.active a.onglet-3571 {
	background: url(/sites/all/themes/enpc/images/btn_mygrades.png)
		no-repeat scroll -3em 0;
}

#menu li a.onglet-3572 {
	background: url(/sites/all/themes/enpc/images/btn_assignment.png)
		no-repeat scroll 0 0;
	width: 170px;
	height: 34px;
}

#menu li a:hover.onglet-3572 {
	background: url(/sites/all/themes/enpc/images/btn_assignment.png)
		no-repeat scroll 0 0;
}

#menu  li.active a.onglet-3572 {
	background: url(/sites/all/themes/enpc/images/btn_assignment.png)
		no-repeat scroll 0 0;
}

#menu li a.onglet-3574 {
	background: url(/sites/all/themes/enpc/images/btn_myparticipants.png)
		no-repeat scroll -2em 0;
	width: 120px;
	height: 34px;
}

#menu li a:hover.onglet-3574 {
	background: url(/sites/all/themes/enpc/images/btn_myparticipants.png)
		no-repeat scroll -2em 0;
}

#menu  li.active a.onglet-3574 {
	background: url(/sites/all/themes/enpc/images/btn_myparticipants.png)
		no-repeat scroll -2em 0;
}

#menu li a.onglet-3592 {
	background: url(/sites/all/themes/enpc/images/menu_faculty_off.png)
		no-repeat scroll -0.5em 0;
	width: 160px;
	height: 34px;
}

#menu li a:hover.onglet-3592 {
	background: url(/sites/all/themes/enpc/images/menu_faculty_on.png)
		no-repeat scroll -0.5em 0;
}

#menu  li.active a.onglet-3592 {
	background: url(/sites/all/themes/enpc/images/menu_faculty_on.png)
		no-repeat scroll -0.5em 0;
}

#menu li a.onglet-3690 {
	background: url(/sites/all/themes/enpc/images/btn_tuition.png) no-repeat
		scroll -3em 0;
	width: 90px;
	height: 34px;
}

#menu li a:hover.onglet-3690 {
	background: url(/sites/all/themes/enpc/images/btn_tuition.png) no-repeat
		scroll -3em 0;
}

#menu  li.active a.onglet-3690 {
	background: url(/sites/all/themes/enpc/images/btn_tuition.png) no-repeat
		scroll -3em 0;
}

#menu li a.onglet-3573 {
	background: url(/sites/all/themes/enpc/images/btn_tuition.png) no-repeat
		scroll -3em 0;
	width: 90px;
	height: 34px;
}

#menu li a:hover.onglet-3573 {
	background: url(/sites/all/themes/enpc/images/btn_tuition.png) no-repeat
		scroll -3em 0;
}

#menu  li.active a.onglet-3573 {
	background: url(/sites/all/themes/enpc/images/btn_tuition.png) no-repeat
		scroll -3em 0;
}

#menu li a.onglet-3575 {
	background: url(/sites/all/themes/enpc/images/btn_myaccount.png)
		no-repeat scroll -3em 0;
	width: 90px;
	height: 34px;
}

#menu li a:hover.onglet-3575 {
	background: url(/sites/all/themes/enpc/images/btn_myaccount.png)
		no-repeat scroll -3em 0;
}

#menu  li.active a.onglet-3575 {
	background: url(/sites/all/themes/enpc/images/btn_myaccount.png)
		no-repeat scroll -3em 0;
}

#menu li ul.onglet-3591 li {
	background: #002B56;
	color: #fff;
	border-top: 1px solid #05294D;
	padding: 0;
}

#menu li ul.onglet-3591 li a:hover {
	background: #002B56;
	color: #fff;
}

#menu li ul.onglet-3570 li {
	background: #002B56;
	color: #fff;
	border-top: 1px solid #05294D;
	padding: 0;
}

#menu li ul.onglet-3570 li a:hover {
	background: #002B56;
	color: #fff;
}

#menu li ul.onglet-3571 li {
	background: #002B56;
	color: #fff;
	border-top: 1px solid #05294D;
	padding: 0;
}

#menu li ul.onglet-3571 li a:hover {
	background: #002B56;
	color: #fff;
}

#menu li ul.onglet-3574 li {
	background: #002B56;
	color: #fff;
	border-top: 1px solid #05294D;
	padding: 0;
}

#menu li ul.onglet-3574 li a:hover {
	background: #002B56;
	color: #fff;
}

#menu li ul.onglet-3592 li {
	background: #002B56;
	color: #fff;
	border-top: 1px solid #05294D;
	padding: 0;
}

#menu li ul.onglet-3592 li a:hover {
	background: #002B56;
	color: #fff;
}

#UserBox img.photo {
	width: 35px
}

div.PageContainerRight  input[type=text] {
	background: #34A2E3;
	padding: 4px;
	border: solid 1px #ccc;
	width: 507px;
	color: #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* behavior: url(border-radius.htc); */
	font-weight: bold;
	background: white;
}

div.PageContainerRight  select {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	background:none repeat scroll 0 0 white;
	border:1px solid #CCCCCC;
	color:#444444;
	font-weight:bold;
	padding:4px;
	margin-bottom:15px;
}

div#node-265 h1,div#node-265 h3 {display:none;}
div#node-291 h1,div#node-291 h3 {display:none;}
div#node-303 h1,div#node-303 h3 {display:none;}
div#node-304 h1,div#node-304 h3 {display:none;}
div#node-307 h1,div#node-307 h3 {display:none;}
div.views-row {clear:both;}
