/***************************************************************/
/*             Feuille du style du site web du PFID            */
/*                       Par M. Marchand                       */
/***************************************************************/

/* Generic styles */
body		{ 	background: 		#fff  url("http://www.pasteur.fr/recherche/unites/Pfid/images/bacgrnd.jpg") repeat;
			background-attachment: 	fixed;
			font-family: 		Arial, Helvetica, sans-serif;
			color: 			black;
			margin: 		0;
			padding: 		0;		}
img		{	border: 		0;		}

/* Styles for main content part of the pages */ 
div#title h1	{	font-size: 		130%;
			background-color:       #506FA1;
			margin: 		0;
			color: 			white;
			text-align: 		center;		}
div#content h2	{	font-size: 		115%;
			color: 			#3A5177;
			text-align: 		center;		}
div#content h3	{	padding-top: 		2em;
			font-size: 		115%;
			color: 			#3A5177;
			text-align: 		left;		}
div#content p, div#content li
		{	font-size: 		80%;
			text-align: 		justify;	}
div#content td	{       font-size: 		80%;
                      	text-align: 		left;		}
div#content ul, div#content ol
		{	margin-top: 		1em; 		}
div#content li	{	margin-bottom: 		1em;		}
div#content dl 	{	margin-left: 		0;		}	
div#content dt	{	position: 		relative;
			top: 			0;
			padding-top:		1em;
			font-weight: 		bold;
			font-size: 		90%;
			text-align: 		left;
       	               	color: 			#3A5177;
			margin-left: 		0; 		}
div#content dd	{       font-size: 		80%;
                        text-align: 		justify;
			margin-left: 		0; 		} 
div#content p.italcent
		{	font-style:             italic;
			font-size:		110%;
			color:                  #3A5177;
                        text-align:             center;         }
div#content li li 
		{	font-size:              100%;		}

/* Styles for the menu part of the pages */
div#menu1 ul	{	padding: 		0 0 0 0;
	                margin: 		0 0 0 0;	}
div#menu1 a	{      	display: 		block;
			margin-top: 		2px;
                     	text-decoration: 	none;		}
div#menu1 li	{	text-align: 		left;
			font-size:		16px;
			list-style: 		none;
			margin:			0; 
                        padding: 		0;  
			display: inline; /* to remove IE vertical padding */   
                       	color: 			#000099; 	}		
div#menu1 ul.open{      margin:                 0;	 	}
div#menu1 ul.open li	
		{	font-size: 		15px; 		}	
div#menu1 ul li a:link, div#menu ul li a:visited	
		{	background-color: 	#fdb36a;
                        color:                  #000099;        }
div#menu1 ul li a:hover
		{	background-color: 	#fdcfa2;	}	

div#menu1 ul.open li a:link, div#menu ul.open li a:visited	
		{	background-color: 	#afc0d5;
                        color:                  #000099;        }
div#menu1 ul.open li a:hover		
		{	background-color: 	#c8d6e8;	}
div#menu1 a.open:link, div#menu a.open:visited 	
		{	background-color: 	#fdcfa2;	}
div#menu1 a.ack	{ 	background-color:       transparent;
			margin-left:            5px;
                        color:                  #000099;
                        font-size:              12px;
                        text-decoration:        underline;
                        font-weight:            bold;
		}
div#menu1 .search
		{
			margin-left:		5px;
			color:                  #000099;
                        font-size:              12px;
		}
.menu2top 	{	color:			white;
			text-align: 		center;
			display:		block;
			background:		transparent url("http://www.pasteur.fr/recherche/unites/Pfid/images/hotstuff.gif") no-repeat;	
			height: 		16px;	
			width:			145px;	
			font-size:		14px;
			font-weight:		bold;
			padding:        	0;
                        margin:         	0;
		}
.menu2bot	{       color:  		white;
                        text-align: 		center;
                        display:        	block;
                        background:     	transparent url("http://www.pasteur.fr/recherche/unites/Pfid/images/menubottom2.gif") no-repeat;
                        height: 		12px;
                        width:  		145px;
                        font-size:      	12px;
                        font-weight:    	bold;
                        padding:        	0;
                        margin:         	0;
             	}
div#menu2 ul    {       padding:                0;
                        margin:                 0;     		}
div#menu2 a     {       display:                block;
                        margin-top: 		0px;
                        text-decoration:        none;           }
div#menu2 li    {       text-align:             left;
                        font-size:              14px;
                        list-style:             none;
                        margin:                 0;
                        padding:                0;
                        display: inline; /* to remove IE vertical padding */
                        color:                  #B90202;        }

div#menu2 ul li a:link, div#menu2 ul li a:visited
     		{       background-color:       #fdcfa2;
			margin-top:		2px;
                        color:                  #B90202;        }
div#menu2 ul li a:hover
                {       background-color:       #FF6600;
                        color:                  white;        	}

/* Positions of the page */
div#main 	{	width:		        800px; 
			margin: 		10px auto 10px auto;
			padding: 		0;
                        background-color: 	transparent;	}
div#center	{ 	margin:                 02px auto 0 150px;
			padding:		0;
                        width:                 	630px;		}
div#title	{	padding:		8px 0 0 0;	
			margin:			0;
			background-image:       url("http://www.pasteur.fr/recherche/unites/Pfid/images/topofpage.gif");
			background-repeat:      no-repeat;
			width:                  630px;	
			height:			1.5em;	
			border-width:		0;		}
div#content 	{	padding: 		10px 12px 20px 11px;
			margin: 		0;
			width:			605px;
			min-height: 		480px;
			border-width:  		0 1px 0 1px;
			border-style: 		solid;
                        border-color: 		#506FA1;
                        background-color:       white;
			background-image:       url("http://www.pasteur.fr/recherche/unites/Pfid/images/autoback2.jpg");   
                        background-repeat:      no-repeat;
			background-position:    200px 180px;	} 
div#bottom     {        padding:                2px 0 30px 0;
			margin:			0;
			color:                  #597192;
			font-size:		10px;
			text-align:		center;
			background-color:	transparent;
			background-image:       url("http://www.pasteur.fr/recherche/unites/Pfid/images/bottomofpage.gif");
			background-position:	0 0;	
                        background-repeat:      no-repeat;
                        width:                  630px;
                        height:		        12px;
                        border-width:           0;
                        background-color:       transparent;    }
div#menu	{	float:                  left;
			margin:                 0;
                        padding:                0;
                        position:               fixed; 		}
div#menu1 	{
			width: 			135px;
			margin:			0;
			padding: 		0;
			background:		transparent url("http://www.pasteur.fr/recherche/unites/Pfid/images/menubottom.giff") no-repeat bottom;	}
div#menu2       {     	width:                  135px; 
                        background-color:       transparent;
                        margin:                 20px 0 0 0;
                        padding:                0;		}

/* some content will or will not be displayed depending on the stylesheet you are using */
.invisible 	{      	display: 		none; 		}
.visible  	{       display: 		inline; 	}

/* w3c links */ 
.foot		{ 	font-size:              10px;
			white-space:		nowrap;
			color:                  #597192; 
			margin-top:             10px;		}
.foot a:link, .foot a:visited	{  
			text-decoration:        none; 
			color:                  #597192; 	}
.foot a:hover   {       color:                  red;
                        text-decoration:        underline;      }

/* gallery table presentation */
table.gal 	{	width: 			600px;
			border-collapse: 	collapse;
			border-spacing: 	0px;		}
td.image	{ 	vertical-align: 	middle;
			background: 		#222 url("http://www.pasteur.fr/recherche/unites/Pfid/images/peli.gif") repeat;
        		padding: 		12px 12px 12px 12px;		}
td.image img 	{ 	border: 		0; 		}
td.text		{	padding:		12px 12px 12px 12px; 
			background-color: 	#bbb;
        		vertical-align: 	top;
        		color: 			#111;		}
td.sep 		{	background-color:	transparent;
			height:			2px;		}

/* styles for the home page */
.image200w 	{	background:		transparent  url("http://www.pasteur.fr/recherche/unites/Pfid/images/shadow200s.gif") 5px 5px no-repeat;
			vertical-align:		top;
			padding:		0;
			width:			205px;
			height: 		205px;		}
.image460w 	{	background:		transparent  url("http://www.pasteur.fr/recherche/unites/Pfid/images/shadow460s.gif") 5px 5px no-repeat;
			vertical-align:		top;
			padding:		0;
			width:			470px;
			height:			220px;		}
.home		{	text-align:		center;
			width:			490px;
			margin: 		0 auto 0 auto;	}
