/*
*{
	margin: 0;
	padding: 0;
}
*/
body{
	background-color: #d6d8de;
}
body, h1, h2, h3, h4, h5, h6{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e5872;
}
#global{
	width: 1004px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}
#header{
	width: 1004px;
	overflow: hidden;
}
#content{
	width: 1004px;
	margin: 5px 0 0 0;
}
#verticalNav{
	float: left;
	width: 200px;
	margin: 0 0 0 5px;
	display: inline; /* for ie6 */
	/*background-color: #a5aebf;
	height: 800px;*/
}
#allContent{
	float: left;
	margin: 0 0 0 7px;
	width: 787px;
}
#mainTitle{
	width: 787px;
	overflow: hidden;
}
#topNav{
	width: 787px;
	margin-top: 10px;
}
#subNav{
	clear: left;
	width: 787px;
}
#mainContent{
	float: left;
	width: 787px;
	padding-top: 15px;
}
#primaryContent{
	width: 480px;
	float: left;
}
#sideContent{
	width: 300px;
	float: left;
	margin: 0 0 0 7px;
}

/* logo - inscription */
#logoClientId{
	float: left;
	margin-left: 5px;
	display: inline; /* for ie6 */
}
#logoClientId h1{
	height: 50px;
	width: 200px;
	position: relative;
	overflow: hidden;
	padding-bottom: 7px;
}
#logoClientId h1 span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../p_images/LogoEasyBourse.gif) no-repeat;
}

/* Inscription - Identification*/
#inscription{
	background: url(../p_images/LogoEasyBourse_Bas.gif) no-repeat center bottom;
	height: 27px;
	width: 200px;
	margin: 5px 0 0 0;
	position: relative;
}
#inscription a{
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 6px;
}
#inscription a:hover{
	color: #a5aebf;
}

/* ajout le 07/05/2009 */
#logIn{
	height: 29px;
	width: 200px;
	background: url(../p_images/BoutonAccesMembre_Fond.gif) no-repeat center bottom;
	margin: 5px 0 0 0;
	position: relative;
	color: #667788;
	font-weight: bold;
	font-size: 13px;
}
#logIn #client{
	position: relative;
	top: 5px;
	left: 36px;
}
#logIn #quitter{
	position: absolute;
	top: 5px;
	left: 136px;
	text-decoration: none;
	color: #f00;
}
#logIn a#quitter:hover{
	color: #667788;
}
/* fin d'ajout du 07/05/09 */

#identify{
	height: 29px;
	width: 200px;
	background: url(../p_images/BoutonAccesMembre_Fond.gif) no-repeat center bottom;
	margin: 5px 0 0 0;
	position: relative;
}
#identify a{
	text-decoration: none;
	color: #667788;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	top: 7px;
	left: 46px;
}
#identify a:hover{
	color: #ff0000;
}

#searchBar{
	float: left;
	margin-left: 7px;
	display: inline; /*for ie6*/
}
#pub{
	height: 90px;
	padding-bottom: 4px;
}

/* barre de recherche */
form#globalSearch{
	width: 445px;
	padding: 5px 0 5px 5px;
	background-color: #667788;
	float: left;
}
input#searchByKeyWord {
	float: left;
	height: 19px;
	width: 300px;
	background-color: #eeeeee;
	border: none;
}
select#quickSearch{
	float: left;
	height: 19px;
	width: 120px;
	margin-left: 15px;
	background-color: #eeeeee;
	font-size: 12px;
	padding-top: 1px;
	font-weight: bold;
	color:#667788;
	border: none;
}
div#btnOk{
	float: left;
	background-color: #667788;
	width: 30px;
	height: 29px;
	position: relative;
}
div#btnOk a{
	position: absolute;
	top: -3px;
}
#btnOk a:link, #btnOk a:visited{
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	margin: 8px 2px 2px 0;
	text-decoration: none;
	background-color: #667788;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #667788;
	border-right: 1px solid #667788;
}
#btnOk a:hover{
	border-top: 1px solid #667788;
	border-left: 1px solid #667788;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* palmarés des valeurs */
#palVal{
	background-color: #eeeeee;
	width: 288px;
	float: left;
	text-align: center;
	padding: 4px 2px;
	margin: 0 0 0 7px;
	border: 4px solid #667788;	
}
#palVal a{
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 10px;
}
#palVal a:hover{
	color: #a5aebf;
}

.gras{
	font-weight: bold;
}
.rouge{
	color: red;
}
.vert{
	color: green;
}	
