@charset "UTF-8";

body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin-top: 0px;
	margin-left: 5%;
	padding: 0 0 0 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002e62;
}
a:link {
	text-decoration: none;
	color: #77787b;
}

a:visited {
	text-decoration: none;
	color: #77787b;
}
a:hover {
	text-decoration: none;
	color: #002e62;
}
a:active {
	text-decoration: none;
	color: #0B1F4E;
}

.pubcite #container { 
	width: 1300px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 50px;
}
.sidebar1 {
	background-image:url(imgs/motif.gif);
	background-repeat:repeat-y;
	
}
.sidebar2 {	
	background-image:url(imgs/lignes.jpg);
	background-position:right;
	background-repeat:repeat-y;

}

.titre {
	font-weight:bold;
}	


 .push {
	height: 6em;
	
 }
 .footer {
	width: 1300px;
	height: 3em;
	background-image: url(imgs/ligne1.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align:center;
 }

/*MENU STARTS HERE*/
.jqueryslidemenu{
font: 10px Verdana, Arial, Helvetica, sans-serif;
background: white;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
padding: 0;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: white; /*background of tabs (default state)*/
padding: 3px 16px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
padding: 0;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #77787b;
}

.jqueryslidemenu ul li a:hover{
background: white; /*tab link background during hover state*/
color: #002e62;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
padding: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
padding: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 10px Verdana;
width: 100px; /*width of sub menus*/
padding: 20px;
margin: 0px;
margin-left:0px;
border-top-width: 0;
border-bottom: 1px solid #77787b;

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: white;
color: #002e62;
padding: 20px;

}
.TEXTE {
	font-size: 14px;
	color: #999;
}
.TEXTE2 {
	font-size: 16px;
	color: #999;
}

.handcursor{
cursor:hand;
cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #003580;
	text-decoration: none;
}

.switchgroup1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 15px;
	padding-bottom: 0px;
	color: # 333;
	font-weight: normal;
	line-height: 12pt;
	/*background-image:url(../imgs_2011/switch_bg.png);*/
	background-color: #FFF;
	background-repeat:no-repeat;
	background-position:bottom;
	}
	

	
.bobexample{
	cursor:hand;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:lighter;
	padding: 15px;
	background-color:#ebf1f8;
}	

.bobexample2{
	cursor:hand;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:lighter;
	padding: 15px;
	background-color:#e6e7e8;
}

.bobexample3{
	cursor:hand;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:lighter;
	padding: 15px;
}

