/***********************************************/
/* borislab.css                              */
/***********************************************/

body{
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

h1{
 font-size: 24pt;
 color: #000000;
}

h2{
 font-size: 18pt;
 color: #000000;
}

h3{
 font-size: 16pt;
 color: #000000;
}

h4{
 font-size: 12pt;
 font-weight: bold;
 color: #000000;
}

h5{
 font-size: 10pt;
 color: #000000;
}
	
#contenu {
width: 780px;
background-color: #999966;
}

#contenuhide {
width: 780px;
background-color: #999966;
}

#logo{
margin: 0px;
}

.lui {
text-decoration: line-through;
}

.modeleshide a:hover {
	text-decoration: line-through;
	background-color: #000000;
}

#milieu{
	width: 345px;
	float: left;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.milieuhide {
	margin-left: 20px;
	margin-top: 25px;
} 

.milieuhide a:hover {
	text-decoration: underline;
	background-color: #999966;
}

/* SIMPLEVIEWER Balise centre_2 créée pour y intégrer les présentations flash */ 
#centre_2 {
	height: 520px;
	padding-left: 20px;
	margin-right: 40px;
	margin-bottom: 10px;
}

#droite{
overflow: auto;
margin-top: 20px;
margin-bottom: 10px;
padding-right: 40px;
padding-left: 10px;
}

#droite a:hover {
	text-decoration: underline;
	background-color: #999966;
}

#droite td { font-size: 1em;}

#droitehide{
width: 40%;
float: left;
margin: 25px;
text-align: center;
font-weight: bold;
}

#droitehide img {
	border:1px; 
	border-color:#ffffff; 
	border-style:solid;
}

#siteInfo{
	clear: both;
	padding: 8px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 85%;
	color: #FFFFFF;
	border-top: 1px solid #ffffff;
}

#table {
	padding: 15px;
	font-weight: bold;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:630px; height:20px; font-size:11px; position:relative; z-index:100; margin-left:20px; margin-top:15px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:631px; w\idth:630px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0px; margin:0; list-style-type:none;}
.menu ul ul {width:90px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; width:90px; position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; padding-left:0px; font-size:11px; text-align:center; text-decoration:none; color:#fff; width:90px; height:20px; border:1px solid #fff; border-width:1px 0 1px 0; background:#999966; line-height:21px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:90px; w\idth:90px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#998c66}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#998c66}
.menu ul ul :hover > a.drop {background:#998c66}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#998c66;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#998c66;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:21px; left:0; width:90px; border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

/* position the third level flyout menu */
.menu ul ul ul{left:90px; top:-1px; width:90px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-90px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#998c66; color:#fff; height:auto; width:88px; border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:90px; w\idth:90px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#999966; background:#fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#999966; background:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;} 
