/************************************************************************************
Author : 	Sébastien Fortier
Date :		2007-06-19
Comments: 	This CSS is intended for Firefox 2 and Internet Explorer 6.
			It has not been tested with other browser.
			
Notes : 	All lines precede by a * are not taken into account by Firefox 
			(bug in the parser i think). This is useful to send value to IE6 that does
			not concern Firefox...
*************************************************************************************/

body
{	
	height: 100%;
	
	/*width: 80%;*/				/* size for firefox */
	min-width: 800px;  		/* firefox */
	
	* width: 100%;			/* size for IE6 is in page_container */
	
	text-align:center;		/* center in IE6 */
	margin:0 auto 0 auto;	/* center in firefox */

	padding:0;
	background-color:#dbd3c0;
/*background-color: #c2dbc0;*/
	font: 75% Arial, Helvetica, sans-serif;
}

.page_container
{
	float: left;		  	/* float container for float menu to stay in the container... weird firefox bug */
	* float: none;			/* In IE6, don't need to float... */
	
	min-height: 100%;  		/* firefox */
	width: 100%;			/* firefox */
	/** width: 80%; 	*/		/* size for IE6, see body for firefox */
	* height: 100%; 	  	/* Height for IE6 = minimum-height, it expand if necessary. 
							   It's a fixed size in FF and won't expand */
	
	position: relative; 	/* Set to relative to be able to position footer at the bottom of the page */
		
	padding: 0;
	border-left: 0.25em solid black;
	border-right: 0.25em solid black;
	text-align:left;
	
	/* image du menu */
	background: white;
	/*background: white url(../images/leftmenu.gif) repeat-y;  */
}

/*----------------------------------------------------------------*/
.banner
{ 
	border-top: 0.1em solid black;
	border-bottom: 0.05em solid black;
	height: 94px;
	background: #FFFFFF url(../images/banner.jpg) no-repeat;
	/*border: 1px solid #000000;*/
}

.banner .title
{
	width: max;
	height: 94px;
	/*background: url(../images/banner.jpg) no-repeat;*/
	position: absolute;
	padding-top: 3.5em;
	padding-left: 2em;
	color: white;
	white-space: nowrap;
}

.banner .name
{
	float: left;
	padding-left: 2em;
	margin-left: 1em;
	margin-right: .3em;
	font-size: 2.5em;
	border-top: 1px solid white;
	
}

.banner .phd
{
	height: 3.5em;
	padding-top: 1.4em;
	font-size: 1em;
	font-weight: normal;
	/*vertical-align: bottom;*/
}

.banner .help_menu
{
	float: right;
	position: relative;
	top: 2px; 
	right: 5px;
	color: white;
}

.banner .help_menu a
{
	text-decoration: none;
	color: white;
	padding-left: 6px;
	padding-right: 6px;
}

.banner .help_menu a:hover
{
	color: #e6e6dc;
	background-color: transparent;
}


/*----------------------------------------------------------------*/
.topmenu
{
	text-align: center;
	border-bottom: 0.05em solid black;
	height: 1.8em;
	background: #c5c2b9 url(../images/topmenu.gif) repeat-x center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.topmenu ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 0;
}

.topmenu li
{
	font-size: 1.2em;
	/*border-right: 0.05em solid black;*/
	/*border-left: 0.05em solid white;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

.topmenu a
{	
	margin: 0 0 0 0;
	padding: 0 25px 0 25px;
	text-decoration:none;
	color: white;
}

.topmenu a:hover
{	
	/*color: #969680;*/
	background-color: transparent;
}


/*----------------------------------------------------------------*/
.leftmenu
{
	height:auto;
	float: left;
	clear: both;
	width: 160px;
	margin: 0.8em 0 4em 1em; /* clear footer, else text show under it... */
	
	* padding-top: 1em;
	
	border-right: 0.1em solid #A32B2B;
	border-bottom: 0.2em solid #A32B2B;
	
	font-variant: small-caps;
}

.leftmenu .submenu
{
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
	/*text-indent: 0;*/
	font-size: 0.9em;
	font-variant: normal;
	list-style-type: none;
	color: black;
}


/*----------------------------------------------------------------*/
.content
{
	padding: 1em 20px 4em 195px;	/* 50px to margin-bottom to clear footer, else text show under it... */	
	text-align: justify;
}

.content.only
{
	padding-left: 2em;
}

.content .title
{
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 2pt;
	margin-top: 30px;
	padding-left: 20px;
	border-bottom: 0.05em solid #A32B2B;
	border-left: 1em solid #A32B2B;
	font-variant: small-caps;
	margin-bottom: 0;
}

.content .subtitle
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	text-align: right;
	font-size: 120%;
	color: #83837a;
	font-style:italic;
	margin-bottom: 0.5em;
}

ul
{
	list-style-type: square;
}

.image
{
	height: 150px;
	width: 150px;
	border: 1px solid #A32B2B;
	padding: 2px 2px 2px 2px;
	* padding-bottom: 0;
}

.image .thumb
{
	height: 50px;
	width: 50px;
}

.image.left
{
	float: left;
	margin-right: 2em;
}

.image.right
{
	float: right;
	margin-left: 2em;
}

.image img
{
	border: 0;
}

.a img
{
	cursor: hand;
}

.prez
{
	font-weight: bold;
}

 .pubContainer
 {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-left: 80px;
 }

.publication
{
	text-decoration: none;
}

.publication:hover
{
	color: #A32B2B;
	background-color: white;
}

.publication img
{
	float: left;
	margin-right: 2em;
	margin-left: -80px;
	border: 0;
}

.publicationtitle
{
	color: black;
	font-weight: bold;
	font-size: 1.3em;
}

.publicationdesc
{
	font-size: 0.9em;
	color: #969183;
}

.publicationprix
{
	color: blakc;
	font-weight: bold;
}

.obtenir
{
	margin-top: 4em;
	padding: 1em 1em 1em 2em;
	color: #969183;
	border: 1px solid #A32B2B;
}

a
{
	text-decoration: none;
	color: #A32B2B;
}

a:hover
{
	color: white;
	background-color: #A32B2B;
}

.citation
{
	padding: 1em 2em 1em 2em;
	font-style: italic;
}

.firstletter
{
	float: left;
	color: #A32B2B;
	font-weight: bold;
	font-size: 3em;
}

/*----------------------------------------------------------------*/
.footer
{
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1.8em;
	background-color: black;
	color: white;
	text-align: center;
}



/*---------------------------------------------------------------------------------------------*/

.index_section 
{
	float: left;
	margin: 1em 1em 1em 1em;
	width: 152px;
}

.index_section a:hover
{
	background: transparent;
}

.index_section img
{
	border: 0;
}
