/********Page standard************* 
***********************************/


div#page {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	border-color: #c6c6c6;
	border-width: 1px;
	border-style: solid;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background: url("../img/colonne_gauche_fond.gif") top left repeat-y;
}

/*top
*******/
div#top {
	height: 73px;
	width: 950px;
	background: url("../img/top_fond.jpg") no-repeat top left;
	position: relative;
	margin: 0 0 0 0px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#logout {
	height: 28px;
	width: 76px;
	background: url("../img/PS_top_btn_logout.jpg") top left no-repeat;
	border: none;
	/*position: absolute;*/
	margin-left:858px;
	margin-top: 17px;
	/*left: 858px;*/
	border-width: 1px;
	border-color: #baab81;
	border-style: solid;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
}

div#top a#memberAcces {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 835px;
	top: 52px;
}

#identifiant {
	height: 20px;
	font-size: 12px;
	font-family: arial;
	color: #000;
	font-style: italic;
	text-decoration: none;
	position: absolute;
	left: 750px;
	top: 53px;
	width: 180px;
	padding: 0 20px 0 0;
	text-align: right;
    /*AST: fix display in IE*/
	*width: 180px;
	_width:204;
}

/* Menu
*********/

ul#menu {
	height: 28px;
	width: 950px;
	position: relative;
	clear: both;
	margin: 0 0 0 -1px;
	border-color: #adb9c2;
	border-style: solid;
	border-width: 1px;
	border-right: none;	
	background: url("../img/menu_btn_fond.gif") top left repeat-x #fff;
	z-index:100;
}


div#page ul#menu li {
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	margin-top: -1px;
	background: url("../img/menu_btn_droite.gif") top right no-repeat;
	position: relative;
}


div#page ul#menu li.noborder {
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	margin-top: -1px;
	background: none;
}

div#page ul#menu li:hover {
	color: #60a6e5;	
}

div#page ul#menu li span {
	display: inline;
	height: 28px;
	line-height: 28px;
	width: auto;
	padding: 0 20px 0 20px;	
}

div#page ul#menu li ul.sousmenu {
	position: absolute;
	width: auto;
	top: 29px;
	left:0px;
	/*margin: 3px 0 0 -1px;   Nico 03/04/08 */
	margin: 1px 0 0 -1px;
	background: #fff;
	visibility: hidden;
	z-index: 20;
	/* BEGIN Nico 03/04/08 */
	padding: 2px 0 0 0;
	/* END Nico 03/04/08 */
}

div#page ul#menu li ul.sousmenu li {
	display: block;
	clear: both;
	width: 130px;
	list-style-image: url("../img/menu_puce.gif");
	background: url("../img/menu_btn_fond.gif") top left repeat-x;
	border-color: #adb9c2;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 2px;
	padding-left: 10px
}

li.boutonNormal span a,
li.boutonNormal span a:visited ,
li.boutonNormal span a:link {	
	font-size: 11px;
	text-decoration: none;
	color: #000;	
}

li.boutonNormal span a:hover {
	font-size: 11px;
	color: #60a6e5;	
}

li.boutonVert span a,
li.boutonVert span a:visited,
li.boutonVert span a:link {
	text-decoration:none;
	color: #fff;
}

li.boutonVert span a:hover {
	text-decoration:none;
	color: #60a6e5;
}

div#page ul#menu li ul.sousmenu li a,
div#page ul#menu li ul.sousmenu li a:visited ,
div#page ul#menu li ul.sousmenu li a:link {
	font-size: 10px;
	text-decoration: none;
	color: #000;	
}

div#page ul#menu li ul.sousmenu li a:hover {
	color: #60a6e5;	
}

div#page ul#menu li.boutonVert {
	height: 28px;
	background: url("../img/menu_btn_fond_vert.gif") top left repeat-x;
	display: block;
	float: left;
	padding: 0 24px 0 24px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: -1px;
	margin-left: -1px;
	border-color: #5b9400;
	border-width: 1px;
	border-style: solid;
	color: #fff; 
}
div#page ul#menu li.boutonVert a:hover {
color: #fff !important;

}

div#page ul#menu fieldset.zoneLogin {
	height: 23px;
	background: url("../img/menu_btn_fond.gif") top left repeat-x;
	margin: 1px 0 0 0;
}

div#page ul#menu fieldset.zoneLogin input#login {
	height: 16px;
	width: 92px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	line-height: 16px;
	font-family: verdana;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #979797;
	display: block;
	float: left;
	margin: 5px 0 0 21px;
}

div#page ul#menu fieldset.zoneLogin input#password {
	height: 16px;
	width: 92px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	line-height: 16px;
	font-family: verdana;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #979797;
	display: block;
	float: left;
	margin: 5px 0 0 16px;
}

div#page ul#menu fieldset.zoneLogin input#logsubmit {
	height: 20px;
	background: none;
	color: #000;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	border: none;
	padding: 0 0 0 14px;
	*padding: 0px 0 0 14px;
	_padding: 5px 0 0 14px;
	
}

div#page ul#menu li.boutonVert {
	height: 28px;
	background: url("../img/menu_btn_fond_vert.gif") top left repeat-x;
	display: block;
	float: left;
	padding: 0 24px 0 24px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: -1px;
	margin-left: -1px;
	border-color: #5b9400;
	border-width: 1px;
	border-style: solid;
	color: #fff; 
}

/* Colonne de droite
********************/

div#colonne_gauche {
	width: 190px;
	background: #f6f6f6;
	border-right-style: solid;
	border-right-color: #adb9c2;
	border-right-width: 1px;
	border-right: none;
	float: left;
	position: relative;
	clear: both;
	z-index: 5;
	margin: 0 0 0 0px;
}

/* Zone de recherche */

div#colonne_gauche fieldset#recherche {
	width: 190px;
	height: 89px;
	position: relative;
}

div#colonne_gauche fieldset#recherche p,
div#colonne_gauche fieldset#recherche label,
div#colonne_gauche fieldset#recherche span {
line-height:18px;
}
div#colonne_gauche fieldset#recherche p {
	position: relative;	
}

div#colonne_gauche fieldset#recherche label {
	position:relative;
	display: block;
	padding: 20px 0 0 14px;
	color: #86c104;
	font-size: 18px;
}

div#colonne_gauche fieldset#recherche input#search {
	width: 132px;
	height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	line-height: 16px;
	margin: 9px 0 0 14px;	
}

div#colonne_gauche fieldset#recherche input#valider {
	width: 25px;
	height: 18px;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
} 

/* Menu vertical */

ul#menuVertical {
	position: relative;
	display: block;
	margin: 0 0 0 -1px;
}
/*AST repeat background level 1 button and color for active page*/
ul#menuVertical li.verticalBoutonNormal {
	background: url("../img/menu_vertical_btn_fond.gif") top left repeat;
}
ul#menuVertical li.verticalBoutonActed {
	background: url("../img/menu_vertical_btn_fond.gif") top left repeat;
}
ul#menuVertical li.verticalBoutonActed span a {
	color: #60a6e5 !important;
}
ul.menuVerticalSousmenu li.menuVerticalSousmenuBoutonActed a{
	color: #5d9aea !important;
	*color: #5d9aea !important;
}
/****/
ul#menuVertical li {
	height: auto;
	width: 191px;
	border-color: #bdbcbd;
	border-width: 1px;
	border-style: solid;
	border-right: none;
	list-style-type: none;
	margin-top: -1px;
	line-height: 25px;
	font-size: 10px;
	background: url("../img/menu_vertical_btn_fond.gif") top left repeat-x;
	position: relative;
	display: block;		
}

ul#menuVertical li span {
	display: block;
	padding: 0 0 0 27px;
	background: url("../img/menu_vertical_btn_puce.gif") top left no-repeat;
}

ul#menuVertical li span a,
ul#menuVertical li span a:link,
ul#menuVertical li span a:visited {
	color: #000;
	font-size: 10px;
	text-decoration: none;	
}

ul#menuVertical li span a:hover {
	color: #60a6e5;
	font-size: 10px;
	text-decoration: none;	
}


ul#menuVertical ul.menuVerticalSousmenu {
	/*display: block;	*/
	width: 189px;
	margin: 0 0 0 1px;
	padding: 2px 0 0 0;

}
	

ul#menuVertical ul.menuVerticalSousmenu li {
	display: block;
	height: 28px;
	width: 156px;
	border: none;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 1px;
	line-height: 28px;
	font-size: 10px;
	background: none;
	position: relative;
	padding: 0 0 0 35px;
	display: block;
	/*AST: added background-color and width for IE6 and IE7*/
	background: #F6F6F6 url("../img/menu_vertical_sousmenu_btn_puce.gif") top left no-repeat;
	*width: 156px;
	_width: 156px;
}
/***/
/*AST*/
.menuVerticalSousmenu li {
	
	padding-left:35px;
	list-style-type: disc !important;
}

.menuVerticalSousmenu {
	margin: 0 0 0 -1px !important;
}
/******/	

ul#menuVertical ul.menuVerticalSousmenu li a,
ul#menuVertical ul.menuVerticalSousmenu li a:link,
	ul#menuVertical ul.menuVerticalSousmenu li a:visited	 {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
ul#menuVertical ul.menuVerticalSousmenu li a:hover {
	color: #60a6e5;
	font-size: 10px;
	text-decoration: none;
}
ul#menuVertical ul.menuVerticalSousmenu li a:active {
	color: #60a6e5 !important;
	font-size: 10px;
	text-decoration: none;
}

li.verticalBoutonNormal ul.menuVerticalSousmenu {
	display: none;
}

li.verticalBoutonActed ul.menuVerticalSousmenu {
	display: block;

}

a.col_gauche_pub {
	display: block;
	text-align: center;
	margin: 20px 0 0 0;	
}

/* Main
***********/
div#main {
	min-height: 655px;
	height: auto !important;
	height: 655px;
	padding: 0 25px 50px 25px;
	z-index: 5;
	position: relative;
	width: 706px;
	*right: 0px;
	float: right;
	
}

span#navigation {
	height: 45px;
	line-height: 45px;
	font-size: 11px;
	width: 705px;
	display: block;
}

span#navigation a,
span#navigation a:hover,
span#navigation a:visited,
span#navigation a:link {
	text-decoration: none;
	color: #000;
}


/* Footer
*******************/

div#footer {
	width: 950px;
	height: 26px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #90b5d6;
	border-top-color: #5f8ab3;
	border-top-style: solid;
	border-top-width: 1px;
	line-height: 26px;
	font-family: arial;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	z-index: 6;
}

div#footer span#copyright {
	display: block;
	float: left;
	left: 0px;
	padding: 0 0 0 6px;
}

div#footer span#link {
	display: block;
	float: right;
	right: 0px;
	padding: 0 8px 0 0;
}

div#footer a,
div#footer a:visited,
div#footer a:link {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	color: #000;
	text-decoration: none;
}
