/* CSS Document */

/* Aspects g�n�raux */
*{
	margin:0;
	padding:0;
	outline:none;
}

img{
	border:none;
}

body{
	background:url(../img/fd_body.jpg) repeat-x 0 0;
	text-align:center;
	font: 70%  arial, Verdana, helvetica, sans-serf;
}


/**************************/
/*** Layout             ***/
/**************************/
#bdxhaut{
	width:100%;
	height:42px;
	background:url(../img/fd_menu.gif) repeat-x 0 0;
}

#global{
	/*position:relative;*/
	width:820px;
	margin: 4px auto 0;
	padding:0 10px;
	background:url(../img/fd_global.gif) no-repeat center 10px;
	height:590px;
	text-align:left;


}

	#topsection{
		width:780px;
		height:202px;
		margin:8px 20px 0;
		background:url(../img/fd_logo_isae.gif) no-repeat 0 0;

	}

	#contentsection{
		width:780px;
		height:auto;
		margin:0 20px;
		background:url(../img/fd_content.gif) no-repeat 485px 0;
		overflow:hidden;
	}

	#footer{
		width:780px;
		height:50px;
		margin:10px 20px 0;
		background:url(../img/pointilles.gif) repeat-x 0 0;
	}


/**************************/
/*** Contenu            ***/
/**************************/

#contentsection div.contenu
{
	min-height: 500px; /** Modif ANYWARE focus quand pas assez de texte */
} 
/*** navigation  ***/
#navigation {
	top:0;
	margin:0 auto;
	width: 790px;
	overflow:visible;
}

#navigation li {
	list-style: none;
	display: inline;

	}

	#navigation a {
		display: block;
		height: 31px;
		padding: 11px 10px 0 12px;
		text-decoration: none;
		float: left;
		border-bottom: 4px solid transparent;
		font-size: 84%;
		/*letter-spacing: 1px;*/
		text-transform: uppercase;
	}

	#navigation a {
		color: #fff;
	}

	#navigation a:focus, #navigation a:hover {
		color: #7A8692;
		background-color: #fff;
		}

	#navigation .accueil a:focus, #navigation .accueil a:hover, .accueil #navigation .accueil a { border-color: #5A6774; }
	#navigation .institut a:focus, #navigation .institut a:hover, .institut	#navigation	.institut a { border-color: #271B71; }
	#navigation .formations a:focus, #navigation .formations a:hover, .formations #navigation .formations a, .form_supaero #navigation .formations a, .form_ensica #navigation .formations a { border-color: #0075BD; }
	#navigation	.recherche	a:focus, #navigation .recherche a:hover, .recherche #navigation .recherche a { border-color: #EE7820; }
	#navigation	.relationinter a:focus, #navigation	.relationinter a:hover, .relationinter	#navigation	.relationinter a { border-color: #D83234; }
	#navigation	.relationentrep a:focus, #navigation .relationentrep a:hover, .relationentrep #navigation .relationentrep a { border-color: #5F3B75; }
	#navigation	.etudiant a:focus, #navigation .etudiant	a:hover, .etudiant #navigation .etudiant a { border-color: #90B631; }
	/*#navigation	.bibliotheque a:focus, #navigation .bibliotheque a:hover, .bibliotheque	#navigation	.bibliotheque 	a { border-color: #9F7F3A; }*/
	#navigation	.bibliotheque a:focus, #navigation .bibliotheque a:hover, .bibliotheque	#navigation	.bibliotheque 	a { border-color: #374634; }
	#navigation	.dmia	a:focus, #navigation .dmia a:hover, .dmia #navigation .dmia a { border-color: #EE7820; }
	#navigation  .newsletter a:focus, #navigation .newsletter a:hover, .newsletter	#navigation	.newsletter a { border-color: #271B71; }			

	.accueil		#navigation .accueil			a { background-color:#fff; color:#5A6774; font-weight: bold;}
	.institut		#navigation	.institut		a { background-color:#fff; color:#271B71; font-weight: bold;}
	.formations 		#navigation	.formations 		a { background-color:#fff; color:#0075BD; font-weight: bold;}
	.form_ensica #navigation .formations a, .form_supaero #navigation .formations a { background-color:#fff; color:#0075BD; font-weight: bold;}
	.recherche		#navigation	.recherche 		a { background-color:#fff; color:#EE7820; font-weight: bold;}
	.relationinter	#navigation	.relationinter 	a { background-color:#fff; color:#D83234; font-weight: bold;}
	.relationentrep	#navigation	.relationentrep	a { background-color:#fff; color:#5F3B75; font-weight: bold;}
	.etudiant		#navigation	.etudiant 		a { background-color:#fff; color:#90B631; font-weight: bold; /*background:url(../img/fd_blanc.gif);*/}
	/*.bibliotheque	#navigation	.bibliotheque 	a { background-color:#fff; color:#9F7F3A; font-weight: bold;}*/
	.bibliotheque	#navigation	.bibliotheque 	a { background-color:#fff; color:#374634; font-weight: bold;}
	.dmia			#navigation	.dmia 			a { background-color:#fff; color:#EE7820; font-weight: bold;}
	.newsletter		#navigation	.newsletter		a { background-color:#fff; color:#271B71; font-weight: bold;}

	#navigation a:hover { background-color:#E8EAEB; }

/*** topsection ***/

.form_supaero #topsection {
    background:transparent url(../img/fd_logo_supaero.png) no-repeat scroll 0 0;
}
.form_ensica #topsection {
    background:transparent url(../img/fd_logo_ensica.png) no-repeat scroll 0 0;
}


/* outils */
#topsection .outils{
	margin-left:550px;
	text-align:right;
}
	div.outils a{
		color:#68676C;
		text-decoration:none;
	}
		div.outils a:hover{
			text-decoration:underline;
		}

	div.outils form{
		margin-bottom:50px;

	}
	div.outils img{
		margin-left:5px;
	}
/* drapeaux */
a.en, a.fr, a.esp{
	display:block;
	width:22px;
	height:16px;
	float:left;
	line-height:0;
	margin:1px 8px 0 0;
}
	a.en{ background:url(../img/en.gif) no-repeat 0 0;}
	a.esp{ background:url(../img/esp.gif) no-repeat 0 0;}
	a.fr{ background:url(../img/fr.gif) no-repeat 0 0;}
		a.en:hover, a.esp:hover, a.fr:hover{ background-position: 0 -16px;}

/* Recherche */
#topsection .recherche{
	width:132px;
	height:18px;
	border:1px solid #96969A;
	color:#68676C;
	font-size:100%;
	margin:0 4px;

}

/* Acces direct */
#topsection .accesdirect{
	position:absolute;
	width:196px;
	background-color:#fff;
	margin-left:560px;
	border:1px solid #96969A;
}
#topsection .accesdirect a{
	text-decoration:none;
	color:#5A6774;
}
#topsection .accesdirect a:hover{
	text-decoration:underline;
}
#topsection .accesdirect .titrebloc{
	background:url(../img/picto_avion.gif) no-repeat 10px 5px;
	padding:11px 10px;
	display:block;
	color:#7A8692;
	font:bold 140% arial;
	text-indent:22px;
	line-height:15px;
}

#topsection .accesdirect ul{
	margin:15px 10px 15px 11px;
	list-style-type:none;
}
	#topsection .accesdirect li{
		background:url(../img/btn_fleche2.gif) no-repeat 0 0;
		padding:0 0 4px 20px;
		overflow:visible;
	}
		#topsection .accesdirect li:hover{ /* Modifs 0410_2007 */
			background:url(../img/btn_fleche3.gif) no-repeat 0 0;
		}
	#topsection .accesdirect li.separateurs {
		background:url(../img/pointilles.gif) repeat-x 0 0;
		margin:0 0 0 20px;
		height:1px;
		line-height:0px;
		font-size:0%;
	}

/* Bandeaux images rubriques */
#topsection .bdx_rubrique_fr, #topsection .bdx_rubrique_en, #topsection .bdx_rubrique_es{
	width:780px;
	height:110px;
	text-indent:-2000px;
}
	/* /!\ Bandeaux image suivant rubrique consult�e */
	/* francais */
	.institut 		.bdx_rubrique_fr{ background:url(../img/fr/bdx_institut.jpg) no-repeat 0 0;}
	.formations 		.bdx_rubrique_fr{ background:url(../img/fr/bdx_formation.jpg) no-repeat 0 0;}
	.recherche 		.bdx_rubrique_fr{ background:url(../img/fr/bdx_recherche.jpg) no-repeat 0 0;}
	.relationinter 	.bdx_rubrique_fr{ background:url(../img/fr/bdx_relationinter.jpg) no-repeat 0 0;}
	.relationentrep 	.bdx_rubrique_fr{ background:url(../img/fr/bdx_relationentrep.jpg) no-repeat 0 0;}
	.etudiant 		.bdx_rubrique_fr{ background:url(../img/fr/bdx_etudiant.jpg) no-repeat 0 0;}
	.bibliotheque 	.bdx_rubrique_fr{ background:url(../img/fr/bdx_bibliotheque.jpg) no-repeat 0 0;}
	.general		.bdx_rubrique_fr{ background:url(../img/fr/bdx_general.jpg) no-repeat 0 0;}
	.default		.bdx_rubrique_fr{ background:url(../img/fr/bdx_general.jpg) no-repeat 0 0;}
	.form_ensica	.bdx_rubrique_fr{ background:url(../img/fr/bdx_form_ensica.jpg) no-repeat 0 0;}
	.form_masters	.bdx_rubrique_fr{ background:url(../img/fr/bdx_form_masters.jpg) no-repeat 0 0;}
	.form_supaero	.bdx_rubrique_fr{ background:url(../img/fr/bdx_form_supaero.jpg) no-repeat 0 0;}
	.dmia 			.bdx_rubrique_fr{ background:url(../img/fr/bdx_dmia.jpg) no-repeat 0 0;}
	.newsletter 		.bdx_rubrique_fr{ background:url(../img/fr/bdx_newsletter.jpg) no-repeat 0 0;}	

	/* anglais */
	.institut 		.bdx_rubrique_en{ background:url(../img/en/bdx_institut.jpg) no-repeat 0 0;}
	.formations 		.bdx_rubrique_en{ background:url(../img/en/bdx_formation.jpg) no-repeat 0 0;}
	.recherche 		.bdx_rubrique_en{ background:url(../img/en/bdx_recherche.jpg) no-repeat 0 0;}
	.relationinter 	.bdx_rubrique_en{ background:url(../img/en/bdx_relationinter.jpg) no-repeat 0 0;}
	.relationentrep 	.bdx_rubrique_en{ background:url(../img/en/bdx_relationentrep.jpg) no-repeat 0 0;}
	.etudiant 		.bdx_rubrique_en{ background:url(../img/en/bdx_etudiant.jpg) no-repeat 0 0;}
	.bibliotheque 	.bdx_rubrique_en{ background:url(../img/en/bdx_bibliotheque.jpg) no-repeat 0 0;}
	.general		.bdx_rubrique_en{ background:url(../img/en/bdx_general.jpg) no-repeat 0 0;}
	.default		.bdx_rubrique_en{ background:url(../img/en/bdx_general.jpg) no-repeat 0 0;}
	.form_ensica	.bdx_rubrique_en{ background:url(../img/en/bdx_form_ensica.jpg) no-repeat 0 0;}
	.form_masters	.bdx_rubrique_en{ background:url(../img/en/bdx_form_masters.jpg) no-repeat 0 0;}
	.form_supaero	.bdx_rubrique_en{ background:url(../img/en/bdx_form_supaero.jpg) no-repeat 0 0;}
	/* espagnol */
	.institut 		.bdx_rubrique_es{ background:url(../img/es/bdx_institut.jpg) no-repeat 0 0;}
	.formations 	.bdx_rubrique_es{ background:url(../img/es/bdx_formation.jpg) no-repeat 0 0;}
	.recherche 		.bdx_rubrique_es{ background:url(../img/es/bdx_recherche.jpg) no-repeat 0 0;}
	.relationinter 	.bdx_rubrique_es{ background:url(../img/es/bdx_relationinter.jpg) no-repeat 0 0;}
	.relationentrep 	.bdx_rubrique_es{ background:url(../img/es/bdx_relationentrep.jpg) no-repeat 0 0;}
	.etudiant 		.bdx_rubrique_es{ background:url(../img/es/bdx_etudiant.jpg) no-repeat 0 0;}
	.bibliotheque 	.bdx_rubrique_es{ background:url(../img/es/bdx_bibliotheque.jpg) no-repeat 0 0;}
	.general		.bdx_rubrique_es{ background:url(../img/es/bdx_general.jpg) no-repeat 0 0;}
	.default		.bdx_rubrique_es{ background:url(../img/es/bdx_general.jpg) no-repeat 0 0;}
	.form_ensica		.bdx_rubrique_es{ background:url(../img/es/bdx_form_ensica.jpg) no-repeat 0 0;}
	.form_masters		.bdx_rubrique_es{ background:url(../img/es/bdx_form_masters.jpg) no-repeat 0 0;}
	.form_supaero		.bdx_rubrique_es{ background:url(../img/es/bdx_form_supaero.jpg) no-repeat 0 0;}

/*** contentsection ***/
#contentsection{
	background:url(../img/picto_fusee.gif) no-repeat 40px 316px;
}

#contentsection .filariane{
	background:url(../img/pointilles.gif) repeat-x bottom left;
	/*height:20px;*/
	line-height:18px;
	margin:0 0 8px 212px;
}
	#contentsection .filariane a:hover{
		text-decoration:underline;
	}
	/* /!\ Couleurs liens suivant rubrique consult�e */
	.formations .filariane a{ color:#0075BD; text-decoration:none;}
	.form_ensica .filariane a{ color:#0075BD; text-decoration:none;}
	.form_masters .filariane a{ color:#0075BD; text-decoration:none;}
	.form_supaero .filariane a{ color:#0075BD; text-decoration:none;}
	.institut .filariane a, .general .filariane a, .default .filariane a{ color:#271B71; text-decoration:none;}
	.recherche .filariane a{ color:#EE7820; text-decoration:none;}
	.relationinter .filariane a{ color:#D83234; text-decoration:none;}
	.relationentrep .filariane a{ color:#5F3B75; text-decoration:none;}
	.etudiant .filariane a{ color:#90B631; text-decoration:none;}
	/*.bibliotheque .filariane a{ color:#9E7F3A; text-decoration:none;}*/
	.bibliotheque .filariane a{ color:#374634; text-decoration:none;}
	.dmia .filariane a{ color:#EE7820; text-decoration:none;}
	.newsletter .filariane a { color:#271B71; text-decoration:none;}	

/* Sous Menu */
#contentsection .colgauche{
	width:194px;
	float:left;
}

	#contentsection .colgauche h2{
		font-size:105%;
		margin-bottom:6px;
	}
	/* /!\ Couleurs liens suivant rubrique consult�e */
	.formations .colgauche h2{ color:#0075BD;}
	.form_ensica .colgauche h2{ color:#0075BD;}
	.form_masters .colgauche h2{ color:#0075BD;}
	.form_supaero .colgauche h2{ color:#0075BD;}
	.institut .colgauche h2, .general .colgauche h2, .default .colgauche h2{ color:#271B71;}
	.recherche .colgauche h2{ color:#EE7820;}
	.relationinter .colgauche h2{ color:#D83234;}
	.relationentrep .colgauche h2{ color:#5F3B75;}
	.etudiant .colgauche h2{ color:#90B631;}
	/*.bibliotheque .colgauche h2{ color:#9E7F3A;}*/
	.bibliotheque .colgauche h2{ color:#374634;}
	.dmia .colgauche h2{ color:#EE7820;}
	.newsletter .colgauche h2 { color:#271B71;}	

	#contentsection .colgauche a{
		padding:4px 4px 4px 10px;
		display:block;
	}
	#contentsection .colgauche li{
		display:inline;
	}


	.colgauche a{ border-left:4px solid #DEE4E8; }
	/* /!\ Couleurs liens suivant rubrique consult�es */
	.formations .colgauche li a{ color:#0075BD; text-decoration:none;}
	.form_ensica .colgauche li a{ color:#0075BD; text-decoration:none;}
	.form_supaero .colgauche li a{ color:#0075BD; text-decoration:none;}
	.form_masters .colgauche li a{ color:#0075BD; text-decoration:none;}
	.institut .colgauche li a, .general .colgauche li a, .default .colgauche li a{ color:#271B71; text-decoration:none;}
	.recherche .colgauche li a{ color:#EE7820; text-decoration:none;}
	.relationinter .colgauche li a{ color:#D83234; text-decoration:none;}
	.relationentrep .colgauche li a{ color:#5F3B75; text-decoration:none;}
	.etudiant .colgauche li a{ color:#90B631; text-decoration:none;}
	/*.bibliotheque .colgauche li a{ color:#9E7F3A; text-decoration:none;}*/
	.bibliotheque .colgauche li a{ color:#374634; text-decoration:none;}
	.dmia .colgauche li a{ color:#EE7820; text-decoration:none;}
	.newsletter .colgauche li a { color:#271B71; text-decoration:none;}	

	/* /!\ Couleurs fond + border  suivant rubrique consult�e */
	.formations .colgauche a:hover{ border-left:4px solid #0075BD; background-color: #ECF0F9;}
	.form_ensica .colgauche a:hover{ border-left:4px solid #0075BD; background-color: #ECF0F9;}
	.form_supaero .colgauche a:hover{ border-left:4px solid #0075BD; background-color: #ECF0F9;}
	.form_masters .colgauche a:hover{ border-left:4px solid #0075BD; background-color: #ECF0F9;}
	.institut .colgauche a:hover, .general .colgauche a:hover, .default .colgauche a:hover{ border-left:4px solid #271B71; background-color: #E5E3EF;}
	.recherche .colgauche a:hover{ border-left:4px solid #EE7820; background-color: #FAF2EA;}
	.relationinter .colgauche a:hover{ border-left:4px solid #D83234; background-color: #F7EDE8;}
	.relationentrep .colgauche a:hover{ border-left:4px solid #5F3B75; background-color: #ECE9F0;}
	.etudiant .colgauche a:hover{ border-left:4px solid #90B631; background-color: #F0F5E3;}
	/*.bibliotheque .colgauche a:hover{ border-left:4px solid #9E7F3A; background-color: #F5F2EA;}*/
	.bibliotheque .colgauche a:hover{ border-left:4px solid #374634; background-color: #F5F2EA;}
	.dmia .colgauche a:hover{ border-left:4px solid #EE7820; background-color: #FAF2EA;}	
	.newsletter .colgauche a:hover { border-left:4px solid #271B71; background-color: #E5E3EF;}	
	
	/* /!\ Couleurs fond + border  suivant page actuelle */
	.formations .colgauche a.current{ border-left:4px solid #0075BD; background-color: #ECF0F9;}
	.form_ensica .colgauche a.current{ border-left:4px solid #0075BD; background-color: #ECF0F9;}
	.form_supaero .colgauche a.current{ border-left:4px solid #0075BD; background-color: #ECF0F9;}
	.form_masters .colgauche a.current{ border-left:4px solid #0075BD; background-color: #ECF0F9;}
	.institut .colgauche a.current, .general .colgauche a.current, .default .colgauche a.current{ border-left:4px solid #271B71; background-color: #E5E3EF;}
	.recherche .colgauche a.current{ border-left:4px solid #EE7820; background-color: #FAF2EA;}
	.relationinter .colgauche a.current{ border-left:4px solid #D83234; background-color: #F7EDE8;}
	.relationentrep .colgauche a.current{ border-left:4px solid #5F3B75; background-color: #ECE9F0;}
	.etudiant .colgauche a.current{ border-left:4px solid #90B631; background-color: #F0F5E3;}
	/*.bibliotheque .colgauche a.current{ border-left:4px solid #9E7F3A; background-color: #F5F2EA;}*/
	.bibliotheque .colgauche a.current{ border-left:4px solid #374634; background-color: #F5F2EA;}
	.dmia .colgauche a.current{ border-left:4px solid #EE7820; background-color: #FAF2EA;}
	.newsletter .colgauche a.current { border-left:4px solid #271B71; background-color: #E5E3EF;}	

#contentsection .coldroite h2{
		font-size:180%;
		margin-bottom:12px;
	}

.formations .coldroite a, .form_ensica .coldroite a, .form_supaero .coldroite a, .form_masters .coldroite a{color:#0075BD;}
.formations  .coldroite ul li, .form_ensica  .coldroite ul li, .form_supaero  .coldroite ul li, .form_masters  .coldroite ul li{background:url(../img/puce_fl_bleu.gif) no-repeat left 5px;}
.institut .coldroite a, .general .coldroite a {color:#271B71;}
.institut .coldroite ul li, .general  .coldroite ul li,.default  .coldroite ul li{background:url(../img/puce_fl_violet.gif) no-repeat left 5px;}
.recherche .coldroite a{color:#EE7820;}
.recherche .coldroite ul li{background:url(../img/puce_fl_orange.gif) no-repeat left 5px;}
.relationinter .coldroite a{color:#D83234;}
.relationinter  .coldroite ul li{background:url(../img/puce_fl_rouge.gif) no-repeat left 5px;}
.relationentrep .coldroite a{color:#5F3B75;}
.relationentrep  .coldroite ul li{background:url(../img/puce_fl_violet.gif) no-repeat left 5px;}
.etudiant .coldroite a{color:#90B631;}
.etudiant  .coldroite ul li{background:url(../img/puce_fl_vert.gif) no-repeat left 5px;}
/*.bibliotheque .coldroite a{color:#9E7F3A;}*/
.bibliotheque .coldroite a{color:#374634;}
/*.bibliotheque  .coldroite ul li{background:url(../img/puce_fl_marron.gif) no-repeat left 5px;}*/
.bibliotheque  .coldroite ul li{background:url(../img/puce_fl_gris.gif) no-repeat left 5px;}
.dmia .coldroite a{color:#EE7820;}
.dmia .coldroite ul li{background:url(../img/puce_fl_orange.gif) no-repeat left 5px;}
.newsletter .coldroite a {color:#271B71;}
.newsletter .coldroite ul li{background:url(../img/puce_fl_violet.gif) no-repeat left 5px;}
	
/* /!\ Couleurs & backgrounds titres + liens  + border image... suivant rubrique consult�es */
	/* RUB Formations */
	.formations .coldroite h2, .form_ensica .coldroite h2, .form_supaero .coldroite h2, .form_masters .coldroite h2{ color:#0075BD;}
	.formations .coldroite h5, .form_ensica .coldroite h5, .form_supaero .coldroite h5, .form_masters .coldroite h5{ color:#0075BD;}
	.formations .coldroite h3, .form_ensica .coldroite h3, .form_supaero .coldroite h3, .form_masters .coldroite h3{ color:#0075BD; background:url(../img/fd_h3_bleu.gif) no-repeat 0 -1px;}
	.formations  .coldroite ul li, .form_ensica .coldroite ul li, .form_supaero .coldroite ul li, form_masters .coldroite ul li{background:url(../img/puce_fl_bleu.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes � puces num�rot�es */
	/* Plan du site */
	.coldroite span.formations h3{ color:#0075BD !important;background:url(../img/fd_h3_bleu.gif) no-repeat 0 0 !important;margin-bottom:3px!important;}
	.coldroite span.formations li{background:url(../img/puce_fl_bleu.gif) no-repeat left 5px !important;margin-left:20px !important;margin-bottom:4px !important;}
	.coldroite span.formations a{color:#0075BD !important; text-decoration:none !important;}
	
	
	/* RUB General & institut */
	.institut .coldroite h2, .general .coldroite h2, .default .coldroite h2{ color:#271B71;}
	.institut .coldroite h5, .general .coldroite h5, .default .coldroite h5{ color:#271B71;}
	.institut .coldroite h3, .general .coldroite h3{ color:#271B71;background:url(../img/fd_h3_violet.gif) no-repeat 0 0;}
	.institut  .coldroite ul li, .general  .coldroite ul li{background:url(../img/puce_fl_violet.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes � puces num�rot�es */
	/* Plan du site */
	.coldroite span.institut h3, .coldroite span.general h3{ color:#271B71 !important;;background:url(../img/fd_h3_mauve.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.institut li, .coldroite span.general li{background:url(../img/puce_fl_mauve.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.institut a, .coldroite span.general a{color:#271B71 !important; text-decoration:none !important;}
	
	/* RUB Recherche */
	.recherche .coldroite h2, .recherche .coldroite h5{ color:#EE7820;}
	.recherche .coldroite h3{ color:#EE7820;background:url(../img/fd_h3_orange.gif) no-repeat 0 0;}
	.recherche  .coldroite ul li{background:url(../img/puce_fl_orange.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes � puces num�rot�es */
	/* Plan du site */
	.coldroite span.recherche h3{ color:#EE7820 !important;;background:url(../img/fd_h3_orange.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.recherche li{background:url(../img/puce_fl_orange.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.recherche a{color:#EE7820 !important; text-decoration:none !important;}
	
	/* RUB Relations Internationales */
	.relationinter .coldroite h2, .relationinter .coldroite h5{ color:#D83234;}
	.relationinter .coldroite h3{ color:#D83234;background:url(../img/fd_h3_rouge.gif) no-repeat 0 0;}
	.relationinter  .coldroite ul li{background:url(../img/puce_fl_rouge.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes � puces num�rot�es */
	/* Plan du site */
	.coldroite span.relationinter h3{ color:#D83234 !important;;background:url(../img/fd_h3_rouge.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.relationinter li{background:url(../img/puce_fl_rouge.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.relationinter a{color:#D83234 !important; text-decoration:none !important;}
	
	/* RUB Relations Entreprises */
	.relationentrep .coldroite h2,.relationentrep .coldroite h5{ color:#5F3B75;}
	.relationentrep .coldroite h3{ color:#5F3B75;background:url(../img/fd_h3_violet.gif) no-repeat 0 0;}
	.relationentrep  .coldroite ul li{background:url(../img/puce_fl_violet.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes � puces num�rot�es */
	/* Plan du site */
	.coldroite span.relationentrep h3{ color:#5F3B75 !important;;background:url(../img/fd_h3_violet.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.relationentrep li{background:url(../img/puce_fl_violet.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.relationentrep a{color:#5F3B75 !important; text-decoration:none !important;}
	
	/* RUB Etudiants */
	.etudiant .coldroite h2, .etudiant .coldroite h5{ color:#90B631;}
	.etudiant .coldroite h3{ color:#90B631;background:url(../img/fd_h3_vert.gif) no-repeat 0 0;}
	.etudiant  .coldroite ul li{background:url(../img/puce_fl_vert.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes � puces num�rot�es */
	/* Plan du site */
	.coldroite span.etudiant h3{ color:#90B631 !important;;background:url(../img/fd_h3_vert.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.etudiant li{background:url(../img/puce_fl_vert.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.etudiant a{color:#90B631 !important; text-decoration:none !important;}
	
	/* RUB Bibliotheque */
	/*.bibliotheque .coldroite h2, .bibliotheque .coldroite h5{ color:#9E7F3A;}
	.bibliotheque .coldroite h3{ color:#9E7F3A;background:url(../img/fd_h3_marron.gif) no-repeat 0 0;}*/
	.bibliotheque .coldroite h2, .bibliotheque .coldroite h5{ color:#374634;}
	/* bibliotheque .coldroite h3{ color:#374634;background:url(../img/fd_h3_marron.gif) no-repeat 0 0;}*/
	.bibliotheque .coldroite h3{ color:#374634;background:url(../img/fd_h3_gris.gif) no-repeat 0 0;}
	/*.bibliotheque  .coldroite ul li{background:url(../img/puce_fl_marron.gif) no-repeat left 5px;}*/ /* /!\ 2911 > Modification pour listes ï¿½ puces numï¿½rotï¿½es */
	.bibliotheque  .coldroite ul li{background:url(../img/puce_fl_gris.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes ï¿½ puces numï¿½rotï¿½es */	
	/* Plan du site */
/*	.coldroite span.bibliotheque h3{ color:#9E7F3A !important;;background:url(../img/fd_h3_marron.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.bibliotheque li{background:url(../img/puce_fl_marron.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.bibliotheque a{color:#9E7F3A !important; text-decoration:none !important;}*/
	.coldroite span.bibliotheque h3{ color:#374634 !important;;background:url(../img/fd_h3_gris.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.bibliotheque li{background:url(../img/puce_fl_gris.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.bibliotheque a{color:#374634 !important; text-decoration:none !important;}	

	/* RUB DMIA */
	.dmia .coldroite h2, .dmia .coldroite h5{ color:#EE7820;}
	.dmia .coldroite h3{ color:#EE7820;background:url(../img/fd_h3_orange.gif) no-repeat 0 0;}
	.dmia  .coldroite ul li{background:url(../img/puce_fl_orange.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes ï¿½ puces numï¿½rotï¿½es */
	/* Plan du site */
	.coldroite span.dmia h3{ color:#EE7820 !important;;background:url(../img/fd_h3_orange.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.dmia li{background:url(../img/puce_fl_orange.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.dmia a{color:#EE7820 !important; text-decoration:none !important;}

	/* RUB Newsletter */
	.newsletter .coldroite h2, .newsletter .coldroite h5{ color:#271B71;}
	.newsletter .coldroite h3{ color:#271B71;background:url(../img/fd_h3_violet.gif) no-repeat 0 0;}
	.newsletter  .coldroite ul li{background:url(../img/puce_fl_violet.gif) no-repeat left 5px;} /* /!\ 2911 > Modification pour listes ï¿½ puces numï¿½rotï¿½es */
	/* Plan du site */
	.coldroite span.newsletter h3{ color:#271B71 !important;;background:url(../img/fd_h3_mauve.gif) no-repeat 0 0 !important;;margin-bottom:3px;}
	.coldroite span.newsletter li{background:url(../img/puce_fl_mauve.gif) no-repeat left 5px !important;;margin-left:20px;margin-bottom:4px;}
	.coldroite span.newsletter a{color:#271B71 !important; text-decoration:none !important;}
	
/* focus */
#contentsection .focus{
	padding:0;
	margin:0 0 15px 0;
	float:right;
	width:160px;
	background: url(../img/fd_hachures.gif) repeat-x 0 -2px;
}

	/* /!\ Couleurs & backgrounds titres + puce + liens  + border ... suivant rubrique consult�es */
	/* RUB Formations */
	.formations #contentsection .focus{color:#0075BD;border-top:4px solid #0075BD; background-color:#ECF0F9;}
	.formations #contentsection .focus .titrebloc {background:url(../img/picto_avion_bleu.gif) no-repeat 10px 11px; color:#0075BD}
	
	.form_ensica #contentsection .focus{color:#0075BD;border-top:4px solid #0075BD; background-color:#ECF0F9;}
	.form_ensica #contentsection .focus .titrebloc {background:url(../img/picto_avion_bleu.gif) no-repeat 10px 11px; color:#0075BD}
	
	.form_supaero #contentsection .focus{color:#0075BD;border-top:4px solid #0075BD; background-color:#ECF0F9;}
	.form_supaero #contentsection .focus .titrebloc {background:url(../img/picto_avion_bleu.gif) no-repeat 10px 11px; color:#0075BD}
	
	.form_masters #contentsection .focus{color:#0075BD;border-top:4px solid #0075BD; background-color:#ECF0F9;}
	.form_masters #contentsection .focus .titrebloc {background:url(../img/picto_avion_bleu.gif) no-repeat 10px 11px; color:#0075BD}

	/* RUB General & Institut */
	.institut #contentsection .focus, .general #contentsection .focus, .default #contentsection .focus{color:#271B71;border-top:4px solid #5C4D8F; background-color:#EDEBF4;}
	.institut #contentsection .focus .titrebloc, .general #contentsection .focus .titrebloc, .default #contentsection .focus .titrebloc {background:url(../img/picto_avion_violet.gif) no-repeat 10px 11px; color:#271B71}

	/* RUB Recherche */
	.recherche #contentsection .focus{color:#EE7820;border-top:4px solid #EE7820; background-color:#FAF2EA;}
	.recherche #contentsection .focus .titrebloc {background:url(../img/picto_avion_orange.gif) no-repeat 10px 11px; color:#EE7820;}

	/* RUB Relations Internationales */
	.relationinter #contentsection .focus{color:#D83234;border-top:4px solid #D83234; background-color:#F7EDE8;}
	.relationinter #contentsection .focus .titrebloc {background:url(../img/picto_avion_rouge.gif) no-repeat 10px 11px; color:#D83234;}

	/* RUB Relations Entreprises */
	.relationentrep #contentsection .focus{color:#5F3B75;border-top:4px solid #5F3B75; background-color:#ECE9F0;}
	.relationentrep #contentsection .focus .titrebloc {background:url(../img/picto_avion_violet.gif) no-repeat 10px 11px; color:#5F3B75;}

	/* RUB Relations Entreprises */
	.etudiant  #contentsection .focus{color:#90B631;border-top:4px solid #90B631; background-color:#F0F5E3;}
	.etudiant  #contentsection .focus .titrebloc {background:url(../img/picto_avion_vert.gif) no-repeat 10px 11px; color:#90B631;}

	/* RUB Relations Entreprises */
	/*.bibliotheque  #contentsection .focus{color:#9E7F3A;border-top:4px solid #9E7F3A; background-color:#F5F2EA;}
	.bibliotheque  #contentsection .focus .titrebloc {background:url(../img/picto_avion_marron.gif) no-repeat 10px 11px; color:#9E7F3A;}*/
	.bibliotheque  #contentsection .focus{color:#374634;border-top:4px solid #374634; background-color:#F5F2EA;}
	.bibliotheque  #contentsection .focus .titrebloc {background:url(../img/picto_avion.gif) no-repeat 10px 11px; color:#374634;}	
	
	/* RUB DMIA */
	.dmia #contentsection .focus{color:#EE7820;border-top:4px solid #EE7820; background-color:#FAF2EA;}
	.dmia #contentsection .focus .titrebloc {background:url(../img/picto_avion_orange.gif) no-repeat 10px 11px; color:#EE7820;}
	
	/* RUB Newsletter */
	.newsletter #contentsection .focus {color:#271B71;border-top:4px solid #5C4D8F; background-color:#EDEBF4;}
	.newsletter #contentsection .focus .titrebloc {background:url(../img/picto_avion_violet.gif) no-repeat 10px 11px; color:#271B71}	

	#contentsection .focus .titrebloc{
		padding:11px 10px;
		display:block;
		color:#7A8692;
		font:bold 140% arial;
		/*text-indent:22px;*/
		padding-left:30px;
		line-height:15px;
	}

	#contentsection .focus .contenu{
		margin:10px;
		width:140px;
	}
		#contentsection .focus  ul{
			list-style: disc inside;
			width:140px;
			margin:10px 0 10px 0;  /* /!\ 2911 > Modification suite � ajout style pour liste � puce num�rot�es */
		}
		
		#contentsection  .coldroite ul li {
			padding:0 0 4px 14px;
		}
			#contentsection .focus  li{
				padding:0;
				background-image:none;
				margin-bottom:6px;
			}
		#contentsection .focus  p{
			width:140px;
			margin:10px 0 10px 14px;
		}

	#contentsection .focus .arrondi{
		height:20px;
		background: url(../img/coin_arrondi.gif) no-repeat  bottom right;
		clear:both;
	}


/* Vierge sans d�co sous focues */
#contentsection .focusvierge{
	padding:0;
	margin:0 5px 15px 5px;
	float:right;
	width:150px;
}
	#contentsection .focusvierge img{
		border:none;
		padding:0;
		margin-right:4px;
	}
	#contentsection .focusvierge p, #contentsection .focusvierge  li{
		padding:0 0 4px 18px;
		margin-bottom:4px; /* /!\ 2911 > Ajout suite changement interlignage */
		line-height:normal;
	}
	
	#contentsection .focusvierge  ul{
			list-style: none;
		}

	/* /!\ couleur background fleche... suivant rubrique consult�es */
	.formations #contentsection .focusvierge p, .formations #contentsection .focusvierge li{ background: url(../img/btn_fleche2_bleu.gif) no-repeat  top left; }
	.form_ensica #contentsection .focusvierge p, form_ensica #contentsection .focusvierge li{ background: url(../img/btn_fleche2_bleu.gif) no-repeat  top left; }
	.form_masters #contentsection .focusvierge p, .form_masters #contentsection .focusvierge li{ background: url(../img/btn_fleche2_bleu.gif) no-repeat  top left; }
	.form_superao #contentsection .focusvierge p, form_superao #contentsection .focusvierge li{ background: url(../img/btn_fleche2_bleu.gif) no-repeat  top left; }
	.institut #contentsection .focusvierge p, .general #contentsection .focusvierge p, .default #contentsection .focusvierge p{ background: url(../img/btn_fleche2_mauve.gif) no-repeat  top left; }
	.institut #contentsection .focusvierge li, .general #contentsection .focusvierge li, .default #contentsection .focusvierge li{ background: url(../img/btn_fleche2_mauve.gif) no-repeat  top left; }
	.recherche #contentsection .focusvierge p, .recherche #contentsection .focusvierge li{ background: url(../img/btn_fleche2_orange.gif) no-repeat  top left; }
	.relationinter #contentsection .focusvierge p, .relationinter #contentsection .focusvierge li{ background: url(../img/btn_fleche2_rouge.gif) no-repeat  top left; }
	.relationentrep #contentsection .focusvierge p, .relationentrep #contentsection .focusvierge li{ background: url(../img/btn_fleche2_violet.gif) no-repeat  top left; }
	.etudiant  #contentsection .focusvierge p, .etudiant  #contentsection .focusvierge li{ background: url(../img/btn_fleche2_vert.gif) no-repeat  top left; }
	/*.bibliotheque  #contentsection .focusvierge p, .bibliotheque  #contentsection .focusvierge li{ background: url(../img/btn_fleche2_marron.gif) no-repeat  top left; }*/
	.bibliotheque  #contentsection .focusvierge p, .bibliotheque  #contentsection .focusvierge li{ background: url(../img/btn_fleche2.gif) no-repeat  top left; }
	.dmia #contentsection .focusvierge p, .dmia #contentsection .focusvierge li{ background: url(../img/btn_fleche2_orange.gif) no-repeat  top left; }	
	.newsletter #contentsection .focusvierge p, .newsletter #contentsection .focusvierge li { background: url(../img/btn_fleche2_mauve.gif) no-repeat  top left; }
/**************************/
/*** Footer             ***/
/**************************/
#footer a{
	text-decoration:none;
}
	#footer a:hover{
		text-decoration:underline;
	}

#footer .menu{
	color:#BCC5CD;
	padding:5px 0 3px;
	letter-spacing:0.5px;
}
	#footer .menu a{
		color:#BCC5CD;
	}

#footer .outils{
	color:#8A96A1;
	margin:0;
	font-size:110%;
	text-align:left;
}
	#footer .outils a{
		color:#8A96A1;
	}

/***********************************/
/*** Page Recherche (r�sultats) ***/
/**********************************/
#resultats{
	width:500px;
}

	#resultats a, #catalog a{
		text-decoration: none;
		color:#000;
	}

	.pagination{
		width:100%;
		text-align:right;
		font-size: 90%;
		margin:4px 0;
		color:#748692;
	}
		.pagination a{
			text-decoration: underline;
			color:#271B71;
		}
			.pagination a:hover{
				color:#2A1973;
			}


	#resultats p, #catalog p{
		width:100%;
		margin:0 0;
	}

	#resultats .item {
		width:500px;
		height:auto;
		background-color:#F7F7F7;
		padding:4px 4px ;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	
	#catalog .item{
		height:auto;
		background-color:#F7F7F7;
		padding:4px 4px ;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	}
			
		#resultats  .item:hover a, #catalog .item:hover a{
			/*color:#748692;*/
			text-decoration:none;
			/*color:#5A6774;*/
		}
			#resultats  .item:hover, #catalog  .item:hover{
				background-color:#E5E3EF !important;
				cursor:pointer !important;
			}
		#resultats  .pair, #catalog  .pair{
			background-color:#fff;
		}

	
		#resultats .item h3 a, #catalog .item h3 a {
			color:#271B71/*#5A6774*/;
			text-decoration:none !important;
			padding-left: 20px;
		}

		#resultats .item p, #catalog .item p{
			margin:4px 20px !important;
			line-height:normal !important;
			width:80% !important;;
		}
			#resultats .item p a, #catalog .item p a{
				color:#5A6774 !important;
			}
			#resultats .item p a:hover, #catalog .item p a:hover{
				text-decoration:none !important;
			}

		#resultats  a .item, #catalog  a .item  {
			cursor:pointer;
		}
			#resultats  a:hover .item, #catalog  a:hover .item {
				border-top: 1px solid #f00;
				border-bottom:1px solid #f00;
			}

	#resultats .lien, #catalog .lien{
		color:#2A1973;
		text-decoration:underline;
	}
	#resultats .pertinence, #catalog .pertinence{
		color:#D50324;
	}


/**********************************/
/*** Pages Actus (A l'affiche)   ***/
/**********************************/
#contentsection .contenu .article{
	border-bottom:1px solid #f0f0f0;
	margin:0 0 10px 0;
	padding:4px 0 2px 4px;
	height:130px;
}
	#contentsection .contenu .article.important{
		background-color:#f4f3f8;
		background:#f4f3f8 url(../img/arrondiactu.gif) no-repeat  top left;
		/*border:1px solid #CDCCE2;*/
		border:none;
	}
	#contentsection .contenu .article img{
		margin-left:22px;
		float : left;
	}
	
	#contentsection .contenu .article a{color:#271B71;}
	
	#contentsection .contenu .article .date{
		font-size:90%;
		text-indent:20px;
		display:block;
	}
	#contentsection .contenu .article h3{
		margin:4px 0 6px 0 !important;
	}
	#contentsection .contenu .article p{
		line-height:normal;
	}

#contentsection .coldroite{
	width:565px;
	min-height:280px;
	margin:0 0 24px 17px;
	float:left;
	color:#5A6774;
	background:url(../img/picto_satellite.gif) no-repeat 97% 85%;
}

/**********************************/
/*** PLAN DU SITE               ***/
/**********************************/
#contentsection .plandusite span{
	background:#fff url(../img/pointilles.gif) repeat-x left bottom;
	width:100%;
	display:block;
	padding-bottom:8px;
}
#contentsection .plandusite a:hover{
	font-weight:bold;
}
	
/* inbenta */
div.outilsisae{width:345px;margin-top:5px;margin-left:435px;height:93px;}

div.outilsisae div.langs{width:55px;height:25px;float:left;}
div.outilsisae div.langs a.eng{background-attachment:scroll;background-color:transparent;background-image:url(http://search.isae.fr/inbenta/img/en.gif);
background-position:0 0;background-repeat:no-repeat;margin-right:4px !important;}
div.outilsisae div.langs a.esp{background-attachment:scroll;background-color:transparent;background-image:url(http://search.isae.fr/inbenta/img/esp.gif);
background-position:0 0;background-repeat:no-repeat;}
div.outilsisae div.langs a.fr{background-attachment:scroll;background-color:transparent;background-image:url(http://search.isae.fr/inbenta/img/fr.gif);
background-position:0 0;background-repeat:no-repeat;}
div.outilsisae div.langs a.eng, div.outilsisae div.langs a.esp, div.outilsisae div.langs a.fr{display:block;float:left;height:16px; line-height:0;margin:0px;width:22px;border:none;margin-top:3px;}
div.outilsisae div.langs a.eng:hover, div.outilsisae div.langs a.esp:hover, div.outilsisae div.langs a.fr:hover{ background-position: 0 -16px;}
div.outilsisae div.search{width:290px;height:25px;float:left;}
div.outilsisae div.search form input{border:none !important;  vertical-align: middle;}
div.outilsisae div.search form input.search{background:url(http://search.isae.fr/inbenta/img/searchinput.png);
background-repeat:no-repeat;no-repeat;float:left;width:208px;height:23px;font-size:12px;color:#576a77;font-style:italic;padding-left:30px; padding-top: 3px;}
div.outilsisae div.search form input.button{background:url(http://search.isae.fr/inbenta/img/btn.png);
background-repeat:no-repeat;no-repeat;float:left;width:20px;height:23px;cursor:pointer;}

div.outilsisae div.more{float:right;margin-top:47px;width:240px;}
div.outilsisae div.more a{font-size:11px;color:#68676C;text-decoration:none;line-height:18px;}
div.outilsisae div.more a:hover{text-decoration:underline;}

