/*####################
####Elements de base
*/
body {
	margin: 0;
	font-size: 1em;
}

.bullet {
	padding-top: -10px;
}

/*####################
####Elements de contenu
*/
#container {
	width: 765px;
	margin: 0 auto;
}

/*####################
####Elements d'en-tete
*/

#header {
	font-family: verdana, sans-serif;
	font-size: .65em;
}

#header ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
}

#header li {
	margin: 0;
	padding: 2px 0;
	text-align: right;
	text-transform: uppercase;
	color: #336699;
	display: block;
}


#header img {
	border: none;
}

#header a, #searchbar a {
	text-decoration: none;
	color: #336699;
}

#header a:hover, #searchbar a:hover {
	text-decoration: underline;
	color: #003366;
}

#header table {
	border-collapse: collapse;
	margin-top: -2px;
}

#searchbar {
	font-family: verdana, sans-serif;
	font-size: .65em;
	text-transform: uppercase;
	color: #336699;
	letter-spacing: .1em;
}

#searchbar input {
	width: 120px;
}

#searchbar table {
	width: 100%;
	border-collapse: collapse;
}

table, td {
	padding: 0;
	margin: 0;
}

.search {
	width: 80px;
}

/*####################
####Main nav
*/

#main_nav {
	margin-bottom: 6px;
	border: 0px blue solid;
}

#main_nav a {
	display: block;	
	text-decoration: none;
	color: #ffffff;
	border: 0px blue solid;
	height: 28px;
	
}

#main_nav a:hover {
	text-decoration: none;
	color: #ffffff;
}


#nav {
	z-index: 10;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 15px 0;
	list-style-type: none;
}

#nav a {
	width: 98px;
}

#nav a {
	/*display: block;*/
	/*width: 98px;*/
	background: #6699CC;
	padding: 5px;
	border-bottom: 1px solid #ABD0EB;
}

#nav a:hover {
	/*display: block;*/
	/*width: 98px;*/
	background: #ABD0EB;
	color: #3F6499;
}

#nav a:active {
	/*display: block;*/
	/*width: 98px;*/
	background: #ABD0EB;
	color: #fff;
}

#nav li { /* all list items */
	float: left;
	font-size: 8pt;
	font-family: arial, sans-serif;
	list-style-type: none;
	margin-right: 1px;
	text-align: center;
}

.capitalize {
	text-transform: uppercase;
	font-weight: 600;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	padding: 0px;
	margin: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a { /* second-level list elements */
	display: block !important;
	height: 100% !important;
	border-bottom: 1px solid #ABD0EB;
}

/*#nav li:hover ul ul, #nav li.showMenu ul ul {
	left: -999em;
	color: #3F6499;
}*/

#nav li:hover ul, #nav li li:hover ul, #nav li.showMenu ul, #nav li li.showMenu ul {
	left: auto;
	background-color: #fff;
}


#content {
	clear: left;
	font-family: verdana, sans serif;
/*	color: #ccc;*/
}

/*MEHDI
Ajouts de novembre 2006*/

/*  LES LIGNES SUIVANTES
ONT ETE TRANFEREES 
DE LA FEUILLE DE STYLE
STYLE.CSS*/

#content h2 {
	font-family: verdana, sans-serif;
	font-size: .9em;
	color: #372201;
	background: #D3C6AF;
	padding: 5px 8px;
	clear: both;
	margin-bottom: 0px;
}

#content h3 {
	font-family: verdana, sans-serif;
	font-size: .75em;
	color: #6B4F2C;
	margin: 0 0 0 0;
}

#content h4 {
	font-family: arial, sans-serif;
	font-size: 1.15em;
	color: #336699;
	margin: 15px 0 6px 0;
}

#content p {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #4A4238;
	margin: 15px 0 6px 0;
}

#content a {
	text-decoration: none;
	color: #336699;
}

#content a:hover {
	text-decoration: underline;
	color: #003366;
}

#content ul {
	margin: 10px 0 15px 30px;
	padding: 0;
	list-style-image: url(../img/fr/bullet_blue_small.gif);
}

.brownbulletlist li {
	list-style-image: url(../img/fr/bullet_brun_contentli.gif) !important;
}

#content li {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #4a4238;
	margin: 0 0 5px 0;
	padding: 0;
}

#title {
	font-size: 1.5em;
	color: #6b4f2c;
	margin-bottom: 0px;
}

.date {
	font-style: italic;
	font-size: 7pt !important;
	color: #958160;
	margin-top: 0px !important;
}


/*These are the styles for the voir/masquer projet de recherche info blue boxes*/

.ch_projets{
    margin: 0 0 15px 16px;
	padding: 0 0 0 10px;
    border-left:2px solid #AEC8DB;
	clear: both;
	display: block;
}


.ch_showhidebox {
	margin: 5px 0 0 0;
	padding: 5px 8px 5px 0px;
}



.ch_showhidebox p {
	margin: 0 !important;
	padding: 4px 4px 7px 4px !important;
	font-size: 10pt !important;
}

.ch_showhidebox fieldset {

	border: 1px solid #AEC8DB; 
	background-color: #E9F1F8;
}

/*Check the site to see where these styles are and see if can make uniform using ch_showhidebox instead*/
.voirmasque {
	padding: 0;
	margin: 5px 0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

.voirmasquecontent {
	background: #E9F1F8;
	border: 1px solid #AEC8DB;
	margin-top: 5px;
	padding: 15px 18px;
	line-height: 15px;
}

.voirmasquecontent p {
	margin: 0 !important;
	padding: 0 0 7px 0 !important;
	font-size: 9pt !important;
}

.voirmasque a {
	color: #336699;
	
}

.prog_3818 fieldset {
	border: 1px solid #AEC8DB; 
	background-color: #E9F1F8;
}

/*  LES LIGNES PRECEDENTES
ONT ETE TRANFEREES 
DE LA FEUILLE DE STYLE
STYLE.CSS*/

/*MEHDI
Ajouts de novembre 2006*/

.one_line {
	line-height: 28px;
}


/*Style for «haut de page» link added by javascript after h2 elements*/

.hautpage_h2 {
	width: 100%; 
	height: 13px;
	padding: 0px !important;
	margin: 0px 0px 8px 0px !important;
	float: right;
	display: block;
	border: 0px yellow solid;
}
	
.hautpage_h2_chercheur {
	width: 535px; 
	height: 13px;
	padding: 0px !important;
	margin: 0px !important;
	text-align: right !important;
}
	
.hautpage_h2, .hautpage_h2_chercheur a:link {
	font-family: tahoma, sans-serif;
	color: #988052 !important;
	font-size: 8pt;
	text-align: right;
}

.hautpage_h2 a:hover, .hautdepage_h2_chercheur {
	text-decoration: underline;
}


/*launch button for BDD*/

.launch_db {
	background: url(../../../assets/images/clr_bouton_bdd.jpg) no-repeat left top;
	width: 243px;
	height: 80px;
	display: block;
}

.launch_db:hover {
	background: url(../../../assets/images/clr_bouton_bdd.jpg) no-repeat left top;
	background-position:100% -80px; 
	width: 243px;
	height: 80px;
	display: block;
}

/*launch button end*/

/*launcher for Calendrier popup*/

.launch_cal {
	background: url(../../../assets/images/clr_bouton_cal.jpg) no-repeat left top;
	width: 337px;
	height: 80px;
	display: block;
}

.launch_cal:hover {
	background: url(../../../assets/images/clr_bouton_cal.jpg) no-repeat left top;
	background-position:100% -80px; 
	width: 337px;
	height: 80px;
	display: block;
}

/*launchers end*/

/*le bottin*/
.mb_bottin h3 {
	font-family: verdana, sans-serif !important;
	font-size: .9em !important;
	color: #372201 !important;
	background: #D3C6AF !important;
	padding: 5px 8px !important;
	clear: both!important;
}

.mb_bottinperso {
	background: #E9F1F8;
	border: 1px solid #AEC8DB;
	margin-top: 20px;
	margin-bottom: 35px;
}

.mb_bottinperso p {
	padding: 2px 4px;
	margin: 5px 0 !important;
}
/*le bottin end*/


/*####################
####Twocolortable
*/

#twocolortable {
	width: 600px;

}

.twocolorbiege {
	padding: 1px 20px 5px 15px;
	background-color: #ECE7DD;
	border: 1px #fff solid;
	width: 563px;
}

.twocolorblue {
	padding: 1px 20px 5px 15px;
	background-color: #D7E8F2;
	border: 1px #fff solid;
	width: 563px;
}

.twocolortitre {
	font-weight: bold;
	font-family: tahoma, sans-serif !important;
	line-height: 12pt;
	color: #6b4f2c !important;
}

.twocolorsoustitre {
	font-weight: normal;
	font-family: tahoma, sans-serif !important;
	line-height: 12pt;
}

.twocolorvisible {
	height: 100%; 
	display: inline-block; 
	clear: both;
}

.twocolordesc {margin-left: 10px !important;}
	
<!-- Note these styles are added for the bibliography Hertzman in Autre evenements-->
p.pub-title {color: #333333; font-size: 18px; font-weight: 400; line-height: 1.2em; margin-bottom: 0;}
ul.pub-list {list-style: none outside none; margin-left: 0 !important; margin-top: 20px;}
ul.pub-list li {font-size: 9pt !important; list-style: none outside none; margin: 0 !important;}
ul.pub-list li {font-size: 9pt !important; list-style: none outside none; margin: 0 !important;}
ul.pub-item {list-style: none outside none; margin: 0 !important;}
.pub {padding-bottom: 9px !important;}

/*####################
####Footer
*/

#footer {
	text-align: center;
	clear:both;
	margin: 10px auto 0 auto;
	text-align:center;
	/* Stef */
  	width: 765px;
	border-top:1px solid #abd0eb;
	padding-top:20px;
}

#footer img {
	clear: both;
}

#footer p {
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: .7em;
	margin: 5px 0;
}

#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	margin: 0;
	padding: 0;
	color: #336699;
	font-family: arial, sans-serif;
	font-size: .7em;
	display: inline;
	padding: 0 4px;
	font-weight: 600;
}

.blue_bar {
	border-right: 2px solid #336699;
}

#footer a {
	text-decoration: none;
	color: #336699;
	font-weight: normal;
}

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

/*####################
####For fadeslideshow
*/

.fadeslideshow img {padding:0 !important; margin: 0 !important; text-align:center;}
.gallerylayer img { width: 100%; height: 100%;}

 /* To make the captions show when inside display: none; div */
 
#forumiss_slideshow fadeslidedescdiv { top: 335px !important; height: 50px !important; width: 100%;}
 
#forumiss_slideshow descpanelbg {width: 100%;}
 
#forumiss_slideshow descpanelfg {width: 97%;}


/*####################
	####For Formulaire Inscription modal and link
	source: http://www.script-tutorials.com/css3-modal-popups/
	*/

	a#login_pop:hover, a#inscription_pop:hover {
			border-color: #eee;
	}
	.overlay {
			background-color: rgba(0, 0, 0, 0.6);
			bottom: 0;
			cursor: default;
			left: 0;
			opacity: 0;
			position: fixed;
			right: 0;
			top: 0;
			visibility: hidden;
			z-index: 1;

			-webkit-transition: opacity .5s;
			-moz-transition: opacity .5s;
			-ms-transition: opacity .5s;
			-o-transition: opacity .5s;
			transition: opacity .5s;
	}
	#inscription_form:target, #inscription_response:target {
			visibility: visible;
			opacity: 1;
	}
	.popup {
			background-color: #fff;
			border: 3px solid #fff;
			display: inline-block;
			left: 50%;
			min-height: 350px;
			min-width: 600px;
			opacity: 0;
			padding: 15px;
			position: fixed;
			text-align: justify;
			top: 50%;
			visibility: hidden;
			z-index: 10;

			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);

			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-ms-border-radius: 10px;
			-o-border-radius: 10px;
			border-radius: 10px;

			-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
			-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
			-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
			-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
			box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

			-webkit-transition: opacity .5s, top .5s;
			-moz-transition: opacity .5s, top .5s;
			-ms-transition: opacity .5s, top .5s;
			-o-transition: opacity .5s, top .5s;
			transition: opacity .5s, top .5s;
	}
	#inscription_form:target+.popup,  #inscription_response:target+.popup {
			top: 50%;
			opacity: 1;
			visibility: visible;
	}
	.fermer {
			background-color: rgba(0, 0, 0, 0.8);
			height: 30px;
			line-height: 30px;
			position: absolute;
			right: 0;
			text-align: center;
			text-decoration: none;
			top: -15px;
			width: 30px;

			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-ms-border-radius: 15px;
			-o-border-radius: 15px;
			border-radius: 15px;
	}
	.fermer:before {
			color: rgba(255, 255, 255, 0.9);
			content: "X";
			font-size: 24px;
			text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
	}
	.fermer:hover {
			background-color: rgba(64, 128, 128, 0.8);
	}
	.popup p, .popup div {
			margin-bottom: 10px;
	}
	.popup label {
			display: inline-block;
			text-align: left;
			width: 120px;
	}
	.popup input[type="text"], .popup input[type="password"] {
			border: 1px solid;
			border-color: #999 #ccc #ccc;
			margin: 0;
			padding: 2px;

			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			-ms-border-radius: 2px;
			-o-border-radius: 2px;
			border-radius: 2px;
	}
	.popup input[type="text"]:hover, .popup input[type="password"]:hover {
			border-color: #555 #888 #888;
	}
	
	#modalconfirm {display: inline-block; left: 8%; position: absolute; top: 2%; width: 472;}
	
	
	/* TipTip CSS - Version 1.2 */

a.jstoolTip:visited,a.jstoolTip:link {text-decoration: none; color: #4A4238 !important; border-bottom: 1px dashed #336699;}
a.jstoolTip:hover,a.jstoolTip:active {border-bottom: 0px; text-decoration: none !important;}

#tiptip_holder {
	font-family: arial, helvetica, sans-serif;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}