@charset "UTF-8";

/* CSS Document */
body {
	height:100%;
	font-size : 0.74em;
	line-height : 1.4em;
	background-image: url(../img/ligneFond.jpg);
	background-repeat:repeat-x;
	background-color:#005b6c;
	font-family:"Trebuchet MS",'Helvetica', sans-serif;
}
#main ul:not(.accordeon) {padding-left: 20px;}

.invest_avenir
{
	float:left;
}
.intranet_logo
{
	margin:0 0 20px 20px;
	float:left;
	vertical-align:absmiddle;
}

h1,h2,h3
{
	font-weight:bold;
}
a:hover
{
	font-weight:bold;
}
h2, h2 a
{
	color:#555;
	padding-top:5px;
	padding-bottom:5px;
	line-height:1.1em;
	font-size:1.35em;
}
h3, h3 a
{
	color:#555;
	font-size:1.2em;
}
strong
{
	font-weight:bold;
}
em
{
	font-style:italic;
}
.center
{
	text-align:center;
}
.program, .program a,.program2, .program2 a
{
	color:#9b1619;
}
.technologie,.technologie a,.technologie2, .technologie2 a
{
	color:#b0dc1a;
}
.igbmc, .igbmc a
{
	color:#44a12b;
}
.igbmc_content
{
	min-height:200px;
}
.formation, .formation a
{
	color:#009EE0;
}

.events, .events a
{
	color:#c01088;
}
.society, .society a
{
	color:#d7b300;
}

.technologie2, .technologie2 a
{
	font-weight:normal;
	padding-bottom:0px;
	margin-bottom:0px;
}
.grandes_structures, .grandes_structures a
{
	color:#e86900;
}
.grandes_structures_txt
{
	text-align:justify;
	margin-bottom:7px;
}

.technologie2 a:hover
{
	font-weight:bold;
}
.program_techno, .program_techno a
{
	color:#b0dc1a;
	margin-bottom:5px;
}
.technotitle
{
	font-weight:bold;
}
.program a
{
	margin-bottom:0;
}
.image
{
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
}

#imagesinfra a img {
    opacity: 1;/* l'opacite que vous voulez au depart */
    border: none;/* enlever les border d'une image en lien */
    -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* Hack IE8 */
    filter: alpha(opacity = 25); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.5s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.5s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.5s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.5s ease-in-out; /* on écrit cette ligne à la fin de façon à ce que ce soit elle qui soit prise en compte lorsque l'attribut transition sera pris en compte par tous les navigateurs */
 }
 
#imagesinfra a:hover img, #images a:focus img {
    opacity: 0.4; /* opacite au survol */
    -ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* Hack IE 8 */
    filter: alpha(opacity = 90); /* Hack IE 5-7 */
}

.image_infra
{
	margin:10px 40px;
}
h3
{
	color:#888;
	padding-top:5px;
	margin-bottom:5px;
}
h4 {
	color:white;
	padding:10px;
}
#column_main h4
{
	color:#888;
	padding:0px;
	padding-top:3px;
}
.clear
{
	clear:both;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0;
}
.clearl
{
	clear:left;
}

.nodisplay
{
	display:none;
}
.nospace
{
	line-height:0px;
}
.italic
{
	font-style:italic;
}

.readmore
{
	margin-top:10px;
}
.pagination
{
	text-align:center;
}
.pagination_event
{
	text-align:right;
	color:#444;
}
.pagination_event a
{
	color:#444;
}

.pagination_bis
{
	text-align:center;
	font-size:1.4em;
	margin-left:75px;
	margin-right:75px;
	vertical-align:bottom;
}
.pagination_bis span
{
	color:#888;
	cursor:pointer;
	font-weight:bold;
}
.pagination_bis .this
{
	color:white;
}
.igbmc_contact
{
	margin-top:20px;
	color:#44a12b;
}
.igbmclist
{
	list-style-type:none;
	padding-top:20px;
}
.igbmclist li a
{
	color:#555;
}
.igbmclist li a:hover, .igbmclist li a:active
{
	color:#44a12b;
	font-style:italic;
}
.recrutementlist
{
	list-style-type:disc;
	padding-left:20px;
}
.recrutementlist li a
{
	color:#000;
}
.recrutementlist li a:hover, .recrutementlist li a:active
{
	color:#44a12b;
	font-style:italic;
}
.signature
{
	text-align:right;
	font-weight:bold;
	margin-right:10px;
}
.tinylist
{
	list-style-type:none;
	font-size:0.85em;
	padding-left: 20px;
}
#langbar
{
	float:right;
}
#searchbar
{
	background-image:url(../img/bandeauRecherche.png);
	background-color:transparent;
	height:14px;
	width:100px;
	padding:0;
	text-align:center;
	margin-right:10px;
}
#headerlinks , #headerlinks a
{
	color:white;
}

#actu_slides .pagination_bis span
{
	color:#555;
	cursor:pointer;
}
#actu_slides .pagination_bis .this
{
	color:#9b1619;
}
#actu_slides
{
	background-color:white;
	padding:10px;
	padding-top:5px;
}
#actu_slides .slide_actu
{
	display:none;
}
#actu_slides .slide_actu:first-child
{
	display:block;
}

.actu_utils
{
	text-align:right;
	width:210px;
	float:right;
	position:relative;
}
fb
{
	float:left;
}
.main_utils
{
	text-align:right;
	padding-right:5px;
}
#column_right_evenement .pagination_bis .this
{
	color:#9fc226;
}

#column_right_seminar .pagination_bis .this
{
	color:#e96a0d;
}

#over_container {
	width : 1080px;
	height:100%;
	background-image: url(../img/Masque.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:transparent;
	/* 	background-position : 50% 50%; */
	margin-left : auto;
	margin-right : auto;
	border : none;
}
.titre_bandeau{
	color: #FFF;
	margin:0;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 5px;
	border:0;
	font-family:helvetica,sans-serif;
	font-weight:bold;
	font-size: 15px;
}
.titre_bandeau a {
	color: #FFF;
	font-size: 15px;
}
#titre_breves {
	font-size: 1.35em;
	color: #FFF;
	text-align:center;
	padding-top: 7px;
	margin-bottom: 3px;
}
#titre_breves a {
	color: #FFF;
}
#ss_titre_breves {
	font-size: 1.1em;
	color: #FFF;
	text-align:center;
	padding-top: 5px;
	margin-bottom: 3px;
}
.date_evenement {
	font-size: 14px;
	color: #555;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom:4px;
}
.txt_evenement {
	font-size: 12px;
	color: #555;
	padding-left: 15px;
	padding-top: 2px;
}

#container {
	width : 1050px;
	background: transparent;
	margin : 0 auto;
	border-top : none;
}

#container a {
	text-decoration : none;
}


#header {
	padding-top:10px;
	padding-bottom:30px;
	width:1020px;
	margin:auto;

}
#header_logo {
	float:left;
	width:25%;
	text-align: left;
}
#header_middle {
	margin-top: 0px;
	padding-top:30px;
	text-align: center;
}
#header_right {
	float:right;
	width:30%;
	text-align: right;
}
#header_menu {
	margin:auto;
	width:990px;
	max-width:990px;
	margin-left:15px;
}
#page_content {
	margin-left : auto;
	margin-right : auto;
	padding:15px;
	width:990px;
	max-width:990px;
	background-image: url(../img/encadre_fond.png);
	background-repeat: repeat;
}

#column_left {
	float:left;
	width:240px;
 }
#column_left_anim
{
	text-align:center;
}
#column_right{
	float:right;
	width:240px;
}
#column_main {
	background-color:white;
	margin-left:255px;
	margin-right:255px;
}

#column_main_extra {
	background-color:white;
	min-height:520px;
}
#main {
	background-color:white;
	padding:10px;
	min-height:520px;
}

.programlist, .accordeon,.eventlist,.societylist,.programlist_bottom
{
	list-style-type:none;
	padding-left:0px;
	padding-bottom:20px;
}
.accordeon
{
	padding-top:10px;
}
#tabs li
{
}
#tabs li:first-child
{
	display:block;
}
#tabs li
{
	display:none;
}
#tablinks
{
	text-align:center;
}
#tablinks a
{
	cursor:pointer;
}
.accordeon li h3
{
	margin-top:0px;
	font-weight:normal;
	color:#444;
	line-height:1em;
}
.accordeon li
{
	margin:0;
}
.programlist li, .technolist li, .valorisationlist li, .formationlist li, .accordeon li, .grandesstructureslist li
{
	margin-top:10px;
}
.programlist li a, .littleblock li a, .technolist li a,.littleblock,.valorisationlist a, .formationlist a,.accordeon h3,.eventlist a,.societylist a, .grandesstructureslist a, .littleblock p a
{
	color:#555;
	font-size:1em;
}
.littleblock a:hover,.accordeon h3:hover
{
	font-weight:bold;
}
.accordeon li h3:hover,.accordeon h2:hover
{
	cursor:pointer;
}
.valorisationlist,.formationlist,.grandesstructureslist
{
	list-style-type:none;
	padding-left:0px;
	padding-bottom:20px;
}
.technolist2
{
	margin-top:10px;
}
.technolist2 li a
{
	color:#555;
}
.programlist li a:hover,.programlist li a:active
{
	color:#9b1619;
	font-style:italic;
	font-weight:bold;
}
.programlist_bottom a
{
	font-weight:bold;
	color:#333;
}
.programlist_bottom
{
	margin-top:60px;
}
.technolist li a:hover,.technolist li a:active, .technolist2 li a:hover,.technolist2 li a:active,.valorisationlist a:hover,.valorisationlist a:active,.technolist h3:hover
{
	color:#b0dc1a;
	font-style:italic;
	font-weight:bold;
}
.formationlist a:hover,.formationlist a:active
{
	color:#009EE0;
	font-style:italic;
	font-weight:bold;
}
.grandesstructureslist a:hover,.grandesstructureslist a:active
{
	color:#e86900;
	font-style:italic;
	font-weight:bold;
}
.technolist,.technolist2,.grandesstructureslist
{
	list-style-type:none;
}
.grandesstructureslist
{
	list-style-type:none;
	background-image:url(../img/InvestissementsAvenirFILIGRANE.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:50%;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url(../img/InvestissementsAvenirFILIGRANE.jpg)',sizingMethod='scale');*/
	min-height:200px
}
.technolist li ul,.technolist2,.grandesstructureslist li ul
{
	padding-left:20px;
	list-style-type:disc;
	color:#555;
}
.technolist li li
{
	margin-top:5px;
}
.technolist li li a
{
	font-weight:normal;
}
.societylist
{
	padding-top:20px;
	padding-bottom:20px;
}
.eventlist{
	padding-top:40px;
	padding-bottom:20px;
}
.eventlist li,.societylist li
{
	margin-top:5px;
}
.eventlist li a:hover
{
	font-style:italic;
	color:#c01088;
	font-weight:bold;
}
.societylist li a:hover
{
	font-style:italic;
	color:#d7b300;
	font-weight:bold;
}

#column_left_gifanim {
	margin-top: 10px;
	width:240px;
}

#column_left_video {
	background-color:white;
	margin-bottom:20px;
	padding-bottom:10px;
}
#column_left_plaquette {
	margin-bottom:10px;
}
.photo
{
	text-align:center;
}
#column_left_calendrier
{
	background-color:white;
	margin-bottom:20px;

}
#idev
{
	position:absolute;
	width:200px;
	background-color:white;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
.ev_type
{
	font-weight:bold;
	font-size:0.9em;
	padding-left:5px;
}
.cal_ev
{
	padding:5px;
	background-color:#EEE;
	font-size:0.9em;
}
.ev_titre
{
	font-weight:bold;

}
#search
{
	padding:15px;
}

#search a
{
	color: black;
}

.column_main_image_block {
	width:200px;
	float:left;
	min-height:350px;
	overflow:hidden;
	margin-top:5px;
	margin-left:5px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.column_main_image {
	text-align:center;
}
.column_main_titre {
	color:gray;
	font-size:1.6em;
	line-height:1.1em;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
}
.date
{
	font-size:0.9em;
	padding-left:5px;
}
.column_main_image_text {
	font-size:0.9em;
	line-height:1.2em;
	font-style:italic;
	padding:10px;
}

.column_main_text {
	padding-top:0px;
	margin:0px;
	padding-left:5px;
	font-family:'Trebuchet MS',sans-serif;
}
.titre_header{
	font-size: 18pt;
	color: #6a9aa8;
	line-height: 22px;
	text-align: center;
	font-style:italic;
	font-weight:bold;
}
#column_right_evenement {
	margin-bottom: 20px;
	width:240px;
	background-color:white;
}

.column_right_evenement_date{
	background-color: #FFF;
	height: 13px;
	font-size:0.95em;
	font-family:helvetica,sans-serif;
	}
.column_right_evenement_image{
	height: 65px;
	z-index:-1;
	}
.column_right_evenement_ev {
	background-repeat: no-repeat;
	margin-top:-10px;
	z-index:5;
	height:30px
	}
.column_right_evenement_txt {
	padding:5px;
	font-size:1.1em;
	font-weight:bold;
	background-color: #FFF;
	min-height:70px;
	color:#777;
}
#column_right_seminar {
	width:240px;
	margin-bottom: 20px;
	background-color:white;
}
.column_right_seminar_date{
	background-color: #FFF;
	height: 13px;
	font-size:0.95em;
	font-family:helvetica,sans-serif;
	}
.column_right_seminar_image{
	height: 20px;
	background-repeat: no-repeat;
	padding-top:45px;
	padding-left:10px;
	font-size:1.3em;
	color:white;
	font-weight:bold;
	text-shadow:2px 2px 2px #333333;
	}
.bandeau_image_event{
	width: 460px;
	height: 150px;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
}

.column_right_seminar_ev {
	margin-top:-10px;
	background-repeat: no-repeat;
	height: 30px;
	}
.column_right_seminar_txt {
	background-color: #FFF;
	padding:5px;
	min-height:70px;
	font-size:1.1em;
	font-weight:bold;
	color:#777;
}
.column_right_seminar_txt a {
	color:#777;
}

#column_left_breve {
	padding:0px;
	margin-bottom:5px;
	width:240px;
	max-width:240px;
	height:25px;
	line-height:0.9em;
	background:#ff3700;
}
#column_right_breve {
	padding:0px;
	width:240px;
	max-width:240px;
	height:43px;
	line-height:0.9em;
	background:#009EE0;
/*	background-image: url(../img/LastMinuteLine.png);
	background-repeat: repeat-y;
*/	
}
#column_right_breve_container
{
    padding-top:10px;
	margin-left:10px;
	position:relative;
	overflow:hidden;
	width:230px;
	max-width:230px;
}
#column_right_breve_txt {
	color: #FFF;
	position:relative;
	width:1700px;
	font-size: 16px;
	height:30px;
	max-height:30px;
	line-height:20px;
	list-style-type:none;
}

.menu_footer{ /* bandeau liens bas 1ere page */
	width:1020px;
	padding-bottom:20px;
	margin:auto;
	font-family:Helvetica,sans-serif;

}
.menu_footer ul li
{
	list-style-type:none;
}
.menu_footer ul li a
{
	color:white;
}
.menu_footer ul li a:hover
{
	font-weight:normal;
}
.igbmc_link,.igbmc_link a:hover,.igbmc_link .footer_title
{
	color:#50a129;
}
.recherche_link,.recherche_link a:hover,.recherche_link .footer_title
{
	color:#9b1619;
}
.technologies_link, .technologies_link a:hover,.technologies_link .footer_title
{
	color:#9dc81b;
}
.formation_link, .formation_link a:hover,.formation_link .footer_title
{
	color:#078eca;
}
.evenements_link, .evenements_link a:hover,.evenements_link .footer_title
{
	color:#c01088;
}
.grandes_structures_link, .grandes_structures_link a:hover,.grandes_structures_link .footer_title
{
	color:#e86900;
}
.science_societe_link,.science_societe_link a:hover,.science_societe_link .footer_title
{
	color:#d7b300;
}
.footer_title
{
	font-size:0.9em;
}
#last_footer
{
	width:120px;
	text-align:left;
	padding:0px;
	float:right;
}
ul .submenu
{
	padding-top:5px;
	color:white;
	padding-left:10px;
	margin-left:5px;
	display:none;
}
ul .submenu li
{
	list-style-type:disc;
}

.menu_footer a {
	text-decoration:none;
}

.Menu_bas{
	font-size: 1.1em;
	font-weight:bold;
}


.menu_footer div {
	float:left;
	margin-right:5px;
	width:140px;
}
.menu_footer div ul li {
	padding-left : 0px;
	padding-bottom:5px;
	font-size : 8pt;
	line-height : 0.9em;
}


#column_right_seminar {
	width:240px;
}

.slide{
	display:none;
}
#evenements_slide,#seminar_slide
{
	min-height:186px;
}
.slide:first-child
{
	display:block;
}
.actu_container
{
	min-height:560px;
}
.cornerRed
{
	background-image:url(../img/CornerRed.gif);
	height:34px;
	background-repeat:no-repeat;
}
.littleblock
{
	background-color:white;
	padding:5px;
	width:230px;
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:1.1em;
	font-family:"Helvetica",sans-serif;
}
.colRed
{
	background-image:url(../img/ColRed.gif);
	background-repeat:repeat-x;
	height:39px;
	padding-right:10px;
}
.cornerBlue
{
	background-image:url(../img/CornerBlue.gif);
	height:34px;
	background-repeat:no-repeat;
}
.colBlue
{
	background-image:url(../img/ColBlue.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:39px;
}
.cornerBlue2
{
	background-image:url(../img/CornerBlue2.gif);
	height:34px;
	background-repeat:no-repeat;
}
.colBlue2
{
	background-image:url(../img/ColBlue2.gif);
	background-repeat:repeat-x;
	height:39px;
	margin-top:-4px;
}
.cornerOrange
{
	background-image:url(../img/CornerOrange.gif);
	background-repeat:no-repeat;
	height:34px;
}
.colOrange
{
	background-image:url(../img/ColOrange.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	height:39px;
}
.cornerVert
{
	background-image:url(../img/CornerVert.gif);
	background-repeat:no-repeat;
	height:34px;
}
.colVert
{
	background-image:url(../img/ColVert.gif);
	background-repeat:repeat-x;
	height:39px;
}
.cornerBlack
{
	background-image:url(../img/CornerBlack.gif);
	background-repeat:no-repeat;
	height:34px;
}
.cornerBlack h4
{
	margin-left:10px;
	margin-top:7px;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	color:white;
}
.colBlack
{
	background-image:url(../img/ColBlack.gif);
	background-repeat:repeat-x;
	height:39px;

}
.cornerIGBMC
{
	background-image:url(../img/CornerIGBMC.gif);
	background-repeat:no-repeat;
	height:43px;
}
.colIGBMC
{
	background-image:url(../img/ColIGBMC.gif);
	background-repeat:repeat-x;
	height:43px;
}
.cornerTechnologies
{
	background-image:url(../img/CornerTechnologies.gif);
	background-repeat:no-repeat;
	height:39px;
}
.colTechnologies
{
	background-image:url(../img/ColTechnologies.gif);
	background-repeat:repeat-x;
	height:39px;
}
.cornerFormation
{
	background-image:url(../img/CornerFormation.gif);
	background-repeat:no-repeat;
	height:39px;
}
.colSociety
{
	background-image:url(../img/ColSociety.gif);
	background-repeat:repeat-x;
	height:39px;
}
.cornerSociety
{
	background-image:url(../img/CornerSociety.gif);
	background-repeat:no-repeat;
	height:39px;
}
.colGrandesStructures
{
	background-image:url(../img/ColOrange.gif);
	background-repeat:repeat-x;
	height:39px;
}
.cornerGrandesStructures
{
	background-image:url(../img/CornerOrange.gif);
	background-repeat:no-repeat;
	height:39px;
}

.colFormation
{
	background-image:url(../img/ColFormation.gif);
	background-repeat:repeat-x;
	height:39px;
}
.cornerEvents
{
	background-image:url(../img/CornerEvents.gif);
	background-repeat:no-repeat;
	height:39px;
}
.colEvents
{
	background-image:url(../img/ColEvents.gif);
	background-repeat:repeat-x;
	height:39px;
}
.cornerSearch
{
	background-image:url(../img/CornerSearch.gif);
	background-repeat:no-repeat;
	height:39px;
}
.colSearch
{
	background-image:url(../img/ColSearch.gif);
	background-repeat:repeat-x;
	height:39px;
}
#teamlist, #joiningteamlist
{
	/*background-color:#004658;*/
	background-color:white;
	padding-bottom:20px;
	margin-bottom:20px;
	font-family:"Helvetica",sans-serif;
}
#teamlist ul, #joiningteamlist ul
{
	list-style-type:none;
	margin:0px;
	padding:5px;
	padding-left:15px;
	color:black;
}
#teamlist ul li, #joiningteamlist ul li
{
	margin-bottom:2px;
	padding:0;
	margin-left:0;
	font-size:0.95em;
}
#teamlist ul li p, #joiningteamlist ul li p
{
	padding-bottom:0px;
	margin:0;
}
#teamlist a, #joiningteamlist a
{
	color:black;
	text-decoration:none;
}
#teamlist h2
{
	color:#CCC;
	height:1.3em;
	line-height:1.3em;
	padding-left:10px;
	padding-bottom:5px;
}
#teamlist2 li
{
	font-size:0.9em;
	line-height:1.1em;
	padding-left:5px;
}
.teamicon
{
	float:left;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	padding:5px;
	margin:5px;
	margin-right:10px;
	margin-left:0px;
}
.job
{
	font-style:italic;
	height:7px;
	padding-top:5px;
	padding-left:0;
	color:#004658;
}
.job_text
{
    text-align:justify;
}
.person
{
	padding-left:0px;
}
#teamlist a:hover
{
	font-weight:bold;
}
.manager
{
	background-color:white;
	padding:5px;
}
/* Menu du haut */
#chiffres, #quicklinks, #quicklinks a
{
	line-height:20px;
	color:#555;
}
.chiffre_research #chiffres strong
{
	color:#9b1619;
}
.chiffre_technologie #chiffres strong
{
	color:#b0dc1a;
}
.chiffre_formation #chiffres strong
{
	color:#009EE0;
}
.chiffre_igbmc #chiffres strong
{
	color:#44a12b;
}
.chiffre_events #chiffres strong
{
	color:#c01088;
}
.chiffre_grandesstructures #chiffres strong
{
	color:#e86900;
}
.chiffre_society #chiffres strong
{
	color:#D7B300;
}
.tohide
{
	display:none;
	color:black;
	padding-left:10px;
	font-family:"Helvetica",sans-serif;
}
.tohide a
{
	color:#000;
}
.tohide a:hover
{
	color:#555;
}
.visible_default{
	display:block;
}

ul.sdt_menu{
	margin:0;
	padding:0;
	height:30px;
	list-style: none;
	font-weight:bold;
	font-size:13px;
	width:1050px;
	margin-top:50px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	display:inline;
	width:146px;
	height:30px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:145px;
	height:30px;
	z-index:12;
	/*-moz-box-shadow:0px 0px 1px #000 inset;
	-webkit-box-shadow:0px 0px 1px #000 inset;
	box-shadow:0px 0px 1px #000 inset;*/
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:86px;
	z-index:100;
/*	-moz-box-shadow:0px 0px 1px #000;
	-webkit-box-shadow:0px 0px 1px #000;
	box-shadow:0px 0px 1px #000;
*/}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:10px;
	left:0px;
	width:145px;
	height:15px;
	z-index:15;
	font-family:helvetica,sans-serif;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:0px;
	width:145px;
	height:0px;
	left:0px;
	z-index:14;
/*	-moz-box-shadow:0px 0px 1px #000 inset;
	-webkit-box-shadow:0px 0px 1px #000 inset;
	box-shadow:0px 0px 1px #000 inset;*/
}
.sdt_last
{
	text-align:right;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:5px;
/*	text-transform:uppercase; */
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span.sdt_link{
	font-size:11pt;
	float:left;
	clear:both;
	font-family:helvetica,sans-serif;
}

ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:130px;
	overflow:hidden;
	height:35px;
	top:85px;
	left:0px;
	display:none;
	/*background:#000;*/
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}
.cal_specialseminar,.cal_seminaire-special
{
	background-color: rgb(21,194,255);
}
.cal_Semin_int
{
	background-color: rgb(217,217,217);
}
.cal_congres,.cal_congress
{
	background-color: rgb(255,0,102);
}
.cal_workshop
{
	background-color: rgb(129,164,120);
}
.cal_meeting
{
	background-color: rgb(70,21,200);
}
.cal_publicevent,.cal_evenement-grand-public
{
	background-color: rgb(215,179,0);
}
.cal_Hdr
{
	background-color: rgb(149,179,215);
}
.cal_Semin_chef
{
	background-color: rgb(177,206,86);
}
.cal_Divers
{
	background-color: rgb(149,179,215);
}
.cal_Demonstration
{
	background-color: rgb(133,202,58);
}
.cal_Reunion
{
	background-color: rgb(231,183,232);
}
.cal_seminaire,.cal_seminar
{
	background-color: rgb(255,134,13);
}
.cal_Semin_etud
{
	background-color: rgb(169,179,172);
}
.cal_These
{
	background-color: rgb(225,71,126);
}
.col_specialseminar,.col_seminaire-special
{
	color: rgb(21,194,255);
}
.col_Semin_int
{
	color: rgb(217,217,217);
}
.col_congres,.col_congress
{
	color: rgb(255,0,102);
}
.col_publicevent,.col_evenement-grand-public
{
	color: rgb(215,179,0);
}
.col_workshop
{
	color: rgb(129,164,120);
}
.col_Hdr
{
	color: rgb(149,179,215);
}
.col_Semin_chef
{
	color: rgb(177,206,86);
}
.col_Divers
{
	color: rgb(149,179,215);
}
.col_Demonstration
{
	color: rgb(133,202,58);
}
.col_Reunion
{
	color: rgb(231,183,232);
}
.col_seminaire,.col_seminar
{
	color: rgb(255,134,13);
}
.col_meeting
{
	color: rgb(70,21,200);
}
.col_Semin_etud
{
	color: rgb(169,179,172)
}
.col_These
{
	color: rgb(225,71,126);
}
.event
{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px solid #999;
}
.ev_type
{
	color:white;
}
.evtype
{
	text-transform:uppercase;
}
.evtype a:hover
{
	font-weight:bold;
}
.evtitre,.evtitre a
{
	color:#555;
	margin-left:20px;
}
.evtitre a:hover
{
	font-weight:bold;
}
.evauteur,.evauteur a
{
	color:#333;
	font-weight:bold;
}
.evauteur a:hover
{
	font-weight:bold;
}
.evinviteur
{
	font-size:0.8em;
	text-align:right;
	color:#555;
}

.evprov_auteur
{
	color:#333;
}

.evtitre_it,.evtitre_it a
{
	color:#555;
	font-style:italic;
}
.evtitre_it a:hover
{
	font-weight:bold;
	font-style:italic;
}
.evdate
{
	font-family:Helvetica,sans-serif;
	font-size: 0.9em;
	color: #555;
}
.evresume
{
	padding-top:10px;
	font-family:Helvetica,sans-serif;
	font-size: 1em;
	color: #555;
	text-align:justify;
}
.evresume a
{
	color: #777;
}

.actu
{
	border-bottom:1px solid #d7b300;
}
.colevent
{
	width:10px;
	height:55px;
	float:left;
	margin-right:10px;
}
.logos
{
	text-align:right;
	height:47px;
	width:1020px;
	margin:auto;
}
.logos a
{
	height:55px;
	line-height:55px;
}
.logos div
{
	float:right;
	height:55px;
	margin-left:10px;
}
.copyright
{
	float:right;
}
.legalmentions
{
	color:white;
	padding-top:0px;
	font-size:0.9em;
	width:1020px;
	margin-left:20px;
	float:left;
	text-decoration: none;
}
.legalmentions a, .legalmentions a:hover
{
	color:white;
	text-decoration: none;
}
#pressreviews a
{
	color:black;
}
#pressreviews .presstitle
{
	margin-bottom:10px;
	font-style:italic;
}
#pressreviews .pressmore
{
	font-size:0.85em;
}
.abstract
{
	font-style:italic;
}

.legendblock
{
	width:150px;
	padding:5px;
	float:left;
}
.legendtext
{
	font-style:italic;
}
.offset
{
	margin-left:160px;
}
.publilist li
{
	list-style: none;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:solid 1px #9b1619;
}
.publi_nav {
  vertical-align:-3px;
}
.publilist_techno li
{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:solid 1px #b0dc1a;
}
.result_search_list
{
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:solid 1px #555;
}
.result_search_publi
{
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
}
.publititle, .publititle a
{
	font-weight:bold;
	color:#333;
	font-family:"Helvetica", sans-serif;
}
.publiauthors
{
	color:#666;
}
.publidate
{
	font-weight:bold;
	color:#333;
}
.actuimage
{
	margin-bottom:20px;
}
.prix
{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1.5px #d7b300;
	height:70px;
}
.prix_titre
{
	color:#666;
}
.prix_image
{
	float:left;
	margin-right:10px;
	width:70px;
	text-align:center;
}
.video
{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1.5px #d7b300;
	height:80px;
}
.video_titre
{
	color:#666;
}
.video_credits
{
	color::#aaa;
}
.video_image
{
	float:left;
	margin-right:10px;
	width:130px;
	text-align:center;
}
.publi_inst
{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1.5px #44a12b;
	height:70px;
}
.publi_inst_titre
{
	color:#666;
}
.publi_inst_image
{
	float:right;
	margin-right:10px;
	width:40px;
}
.publi_puce
{
	list-style-type:disc;
	margin-left:15px;
	color:#666;
}


#map
{
	width:100%;
	height:400px;
}

.orga_assist
{
	font-family:"Helvetica", sans-serif;
	font-size:0.8em;
	color:#555;
}
.orga_team
{
	min-height:80px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #44a12b;
}
.orga_team p
{
	padding:5px;
	margin-left:80px;
}
.orga_team a
{
	color:black;
}
.orga_team_icons
{
	float:right;
	text-align:right;
}
.toggle-cv{
	cursor:pointer;
}
.orga_tel{
	display:none;
	position:absolute;
	text-align:right;
	background-color: #f9f9f9;
	border: 1px solid green;
	padding: 5px;
	margin:15px 0px 0px 200px;
}
.orga_tel p{
	padding: 5px;
	margin-left:0px;
}
#tel-bertrand-seraphin{
	margin: -15px 0px 0px 200px;
}
div.orga_team:hover div.orga_tel {
	display: block;
}
.orga_team_photo
{
	float:left;
	height: 70px;
	width:70px;
	padding:5px;
}
.orga_team_cv
{
	padding:5px;
	font-family:"Helvetica", sans-serif;
	font-size:0.9em;
	line-height : 1.2em;
	text-align:justify;
	font-style:italic;
}
#codir .orga_team_cv
{
	margin-top:8px;
	display:none;
}
.orga_team_photo img
{
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	width:70px;
	height:70px;
}
.orga_techno_photo
{
	float:left;
}
.orga_techno_photo img
{
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	width:70px;
}
.orga_nav
{
	padding:5px;
}
.orga_nav a
{
	color:black;
}
.orga_nav a:hover,.orga_nav strong
{
	color:#44a12b;
}
#navcontainer
{
margin: 10px 0 0 5px;
padding: 0;
height: 20px;
font: 9px Verdana, sans-serif
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 2px;
}

#navcontainer ul li a
{
background: #fff;
width: 78px;
height: 15px;
border-top: 1px solid #666;
border-left: none;
border-bottom: none;
border-right: 1px solid #666;
padding: 2px;
margin: 0 0 5px 0;
color: #555;
text-decoration: none;
display: block;
text-align: center;
}

#navcontainer ul li a:hover
{
color: 1px solid;
background: #fff;
font-weight:bold;
color:#44a12b;
border-top: 2px solid #44a12b;
border-left: none;
border-bottom: none;
border-right: 2px solid #44a12b;
}

#navcontainer a:active
{
background: #fff;
color: #fff;
}

#navcontainer li#active a
{
background: #fff;
color: ##44a12b;
}

#navcontainer li a#current
{
background: white;
font-weight:bold;
color:#44a12b;
border-top: 2px solid #44a12b;
border-right: 2px solid #44a12b;
}
.onglets
{
    font : bold 11px arial, serif;
    list-style-type : none;
    padding-bottom : 24px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid #9EA0A1;
    margin-left : 0;
}
.onglets li
{
  display: inline;
  list-style: none; /* pour enlever les puces sur IE7 */
  margin: 10px;
  border:1px 1px 0px 0px solid #44a12b;
}
.onglets li a {
	display: inline-block;
	width: 100px;
	padding: 5px 10px;
	text-decoration: none;
	text-color:#44a12b;
	color: #fff;
	font-weight: bold;
	background: #999;
} 

#gallery
{
	width:240px;
	height:213px;
	margin-bottom:20px;
}
.hidden
{
	display:none;
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
.prize td
{
	padding:5px;
}
.twitter_button
{
	float:left;
	padding-top:3px;
}
.facebook_button
{
	float:left;
	padding:3px;
	padding-top:4px;
}
.seemore
{
	text-align:right;
}
.pagination
{
	padding-top:10px;
	line-height:10px;
	font-size:10px;
	vertical-align:top;
}
.step-links
{
	vertical-align:top;
	line-height:10px;
	font-size:10px;
}
.itsme
{
	color:black;
	font-weight:bold;
}
#job_offer
{
	font-family:helvetica,sans-serif;
}
#job_offer ul
{
	list-style-type:disc;
	padding-left:10px;
}
#job_offer h3
{
	padding-top:10px;
	padding-bottom:0px;
	color:#44a12b;
}
#job_candidature h3
{
	padding-top:30px;
	padding-bottom:0px;
	color:#44a12b;
}
#job_offer div
{
	padding-left:5px;
}
.job_reference
{
	text-transform:uppercase;
	padding-top:-20px;
}
.job_publication
{
	text-align:right;
	padding-bottom:20px;
}
.publifilter
{
	text-align:right;
}
.chiffres{
	display:inline-block;
	width:22px;
	text-align:right;
}
.all_publis{
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}
h3.legal_mentions{
	margin-top:10px;
}
.accordionButton{
	cursor:pointer;	
}
.accordionContent{
	list-style-type:none;
	padding-left:20px;	
}
img.ad-picture{
	max-width:100%;
}

img.ad-picture2{
	margin-left:40px;
}

img.ad-picture:hover{
	-moz-box-shadow: 0 0 10px 5px #eee;
	-webkit-box-shadow: 0 0 10px 5px #eee;
	box-shadow: 0 0 10px 5px #eee;
	-moz-transition-property: box-shadow;
	-moz-transition-duration: 0.2s;
	-webkit-transition-property: box-shadow;
	-webkit-transition-duration: 0.2s;
	-o-transition-property: box-shadow;
	-o-transition-duration: 0.2s;
	transition-property: box-shadow;
	transition-duration: 0.2s;
}

img.ad-picture2:hover{
	-moz-box-shadow: 0 0 10px 5px #eee;
	-webkit-box-shadow: 0 0 10px 5px #eee;
	box-shadow: 0 0 10px 5px #eee;
	-moz-transition-property: box-shadow;
	-moz-transition-duration: 0.2s;
	-webkit-transition-property: box-shadow;
	-webkit-transition-duration: 0.2s;
	-o-transition-property: box-shadow;
	-o-transition-duration: 0.2s;
	transition-property: box-shadow;
	transition-duration: 0.2s;
}

.ics-download{
	padding:5px 0;
	display:inline-block;
	float:right;
	margin-bottom:20px;
	width: 100%;
	text-align: right;
}
.ics-download img{
	vertical-align:middle;
}
#projects {
	padding:10px;
	width: 220px;
	color: black;
	font-size:0.9em;
}
#projects ul li{
	margin-left:15px;
}
.description li{
	margin-left:15px;
}



/* Styles Organigramme */


.dirsci {
	display:inline-block;
	width:23.3%;
	word-wrap:break-word;
	margin:0 1px;
}


.codir{
	padding:10px;
	margin:10px 5px;
	text-align:center;
	border-radius:8px;
}

.codir > h4{
	color:#000;
	font-weight:bold;
}

.codir a{
	color:#000;
}

.codir.infrastructures{
	display:inline-block;
}

#comite-direction{
	border-radius:8px;
	background-color: #8EC270;
	padding:5px 0;
}

#comite-direction h4{
	color:#000;
}

#comite-direction > h4{
	margin:5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000;
}

#direction.codir{
	background-color: #E1E4D4;
	margin:10px 5px;
	height:60px;
}

#direction.codir p{
	font-size:14px;
}

#directeur{
	width:170px;
	display:inline-block;
	float:left;
	margin:10px 2px;
	font-weight:bold;
}

#directeur h4{
	font-size:14px;
}

#directeur-adjoint {
	width:170px;
	display:inline-block;
	float:right;
	margin:10px 2px;
}

#directeur-adjoint h4{
	font-size:13px;
}

#direction-scientifique.codir{
	background-color: #E1E4D4;
	margin-bottom:0px;
}

#affaires.codir{
	background-color: #B6D590;
	width:70px;
	display:inline-block;
	float:left;
	margin:10px 2px;
}

.dirsci p:first-child{
	font-size:10px;
	display:inline-block;
	height:60px;
}

#affaires.codir p:last-child, .dirsci p:last-child{
	background-color: #fff;
	display:inline-block;
	border-radius:8px;
	padding:5px;
}

#services.codir p:first-child, #finance.codir p:first-child, #logistique.codir p:first-child, #frisbi.codir p:first-child, #ics.codir p:first-child{
	font-weight:bold;
}

#finance.codir p:last-child, #logistique.codir p:last-child, #frisbi.codir p:last-child, #ics.codir p:last-child{
	background-color: #fff;
	display:inline-block;
	border-radius:8px;
	padding:10px;
}

#services.codir p{
	background-color: #fff;
	display:inline-block;
	border-radius:8px;
	padding:10px;
}

#finance.codir p+p, #logistique.codir p+p, .dirsci p+p{
	margin-top:5px;
}

#affaires.codir p+p{
	margin-top:56px;
}

#departements.codir{
	background-color: #B6D590;
	width:306px;
	display:inline-block;
}

#ics.codir, #frisbi.codir{
	background-color:#B6D590;
	display:inline-block;
	width:34%;
}

#plateformes.codir{
	background-color:#E1E4D4;
	width:200px;
	float:left;
	height:185px;
}

#services.codir{
	background-color:#B6D590;
}

#infrastructures.codir{
	background-color:#E1E4D4;
	width:200px;
	float:right;
	height:185px;
}

#support.codir{
	background-color:#E1E4D4;
	height:130px;
	clear:both;
}

#finance.codir{
	background-color:#B6D590;
	width:160px;
	float:left;
}

#logistique.codir{
	background-color:#B6D590;
	width:160px;
	float:right;
}


.distinct-team{
	margin:15px 0;
}

.distinct-team h3{
	font-size:1em;
}

.distinct-team p{
	margin-left:10px;
	font-size:1em;
	color:#999;
}

.cycle-stats {
	color: #efefef;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 16px;
	line-height: 30px;
	height: 120px;
	width: 208px;
	font-size: 30px;
}

.cycle-stats span{
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	display: block;
	text-shadow: 4px 4px 0px #000;
}