/*####################
####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(../../../templates/default/img/fr/bullet_blue_small.gif);
}

.brownbulletlist li {
	list-style-image: url(../../../templates/default/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;}
	
/*####################
####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%;}

