/************************************************************************************
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: 800px;				/* size for firefox */
	min-width: 800px;  		/* firefox */
	
	* width: 100%;			/* size for IE6 is in page_container */
	
	text-align:center;		/* center in IE6 */
	margin:auto auto auto auto;	/* center in firefox */

	padding: 0;
	background: #515151 url(../images/background.gif);
/*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: 800px; 			/* 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;
	border-top: 1px solid #000000;
	border-bottom: 0.25em solid #000000;
	text-align:left;
	
	/* image du menu */	
	background: #FFFFFF url(../images/background.jpg) no-repeat;
	background-position: 0 170px;
}

.pagecontainer.vert 
{
	background-image: url(../images/earth_big.jpg);
	background-position: 40px 170px;
}

/*----------------------------------------------------------------*/
.banner
{ 
	/*border-top: 0.25em solid black;
	border-bottom: 0.25em solid black;*/
	border: 0;
	height: 146px;
	background: #FFFFFF url(../images/banner.jpg) no-repeat;
	/*border: 1px solid #000000;*/
}

.banner .title
{
	border: 0;
	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;
}


/*----------------------------------------------------------------*/

.leftmenu
{
	background-color: #EAE8E8;
	height:auto;
	float: right;
	clear: both;
	width: 180px;
	margin: 0 0 0 0; /* clear footer, else text show under it... */
	
	/* * padding-top: 1em;*/
	
	border-top: 0.2em solid #273864;
	border-left: 0.2em solid #273864;
	/*border-right: 0.1em solid #273864;*/
	border-bottom: 0.1em solid #273864;
	/*border-bottom: 0.2em solid #273864;*/
	
	font-variant: small-caps;
}

.leftMenuTitle
{
	padding: 10px 0 5px 0;
	float: right;
	clear: both;
	width: 180px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

.leftCliniqueVerte
{
	float: right;
	clear: both;
	width: 180px;
	margin: 15 0 0 0; /* clear footer, else text show under it... */
	text-align: center;
}

.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;
}
/*
.leftmenu ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none
}*/

.leftmenu a 
{
	display:block;
	background: transparent;
	padding-left: 10px;
	/*width: 100%;*/
	height: 2em;
	* padding-top: .3em;
	border-bottom: 0.1em solid #273864;
}

.leftmenu a:hover
{
	background-color: #273864;  /* 818CAB*/
}


/*----------------------------------------------------------------*/
.content
{
	padding: 0 180px 4em 0;	/* 50px to margin-bottom to clear footer, else text show under it... */	
	text-align: justify;
}

.content.only
{
	padding-left: 2em;
}

.content .title
{
	/*background-color: #8B4444;*/
	background: #FFFFFF url(../images/section.jpg) no-repeat;
	color: #000000;
	margin: 0 0 0 0;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 2pt;
	/*margin-top: 30px;*/
	padding: .2em 0 .2em 2em;
	/*border-bottom: 0.05em solid #273864;
	border-left: 1em solid #273864;*/
	
	margin-bottom: 0;
}

.content .subtitle
{
	margin: 0 0 0 0;
	padding: 0 1em 0 0;
	font-weight: normal;
	text-align: right;
	font-size: 100%;
	color: #83837a;
	font-style:italic;
	margin-bottom: 0.5em;
}

p
{
	font-size: 90%;
	padding: 0.2em 2em 0.2em 4em;
}

table td
{
	font-size: 80%;
}

p em
{
	font-style: normal;
	font-weight: bold;
	color: #1038A0;
}

ul
{
	list-style-type: square;
	padding: 0 2em 0 8em;
	*padding: 0 2em 0 4em;
	font-size: 90%;
}

table
{
	font-size: 100%;
}

table td
{
	padding: 0 0.2em 0 0.2em;
}

table td.evidence
{
	color: #273864;
	font-weight: bold;
}

.image
{
	height: 150px;
	width: 150px;
	border: 1px solid #273864;
	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;
}

 img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #273864;
}

a:hover
{
	color: white;
	background-color: #273864;
}

a.imagelink
{
	text-decoration: none;
	padding: 0 50px 0 50px;
}

a:hover.imagelink 
{
	background: 0;
}


/*----------------------------------------------------------------*/
.footer
{
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3.2em;
	color: black;
	text-align: center;
	font-style: italic;
	/*background: url(../images/bottom.gif) repeat-x bottom;*/
}



/*---------------------------------------------------------------------------------------------*/

.index_section 
{
	float: left;
	margin: 1em 1em 1em 1em;
	width: 152px;
}

.index_section a:hover
{
	background: transparent;
}

.index_section img
{
	border: 0;
}



/*---------------------------------------------------------------------------------------------*/
/*             Section Verte									       */
/*---------------------------------------------------------------------------------------------*/

.vert .title
{
	background-image: url(../images/section_vert.jpg);
}

.vert p em
{
	color: #286427;
}

.vert a
{
	color: #286427;
}

.vert a:hover
{
	color: white;
	background-color: #286427;
}

.vert  li
{
	color: #286427;
}