/*****************************************
	GENERAL HTML TAGS
******************************************/
body { 
	font-family: "Lucida grande",Verdana,arial,sans-serif;
    margin:0px;
	font-size: 70%;
}
a {
	color:#0066cc;
	text-decoration:none;
}
a:visited {
	color:#0066cc;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}

#top {
	height:80px;
}
#inner {
	padding:0px 5px 0px 15px;	
}
img {
	border: 0px;
}

/*****************************************
	GENERAL LAYOUT
******************************************/
.rqdefaultpage {
    margin:0px;
    padding:10px 0px 5px 5px;
}
.rqpage {
    margin:0px 0px 0px 0px;
    padding:10px 0px 5px 5px;
}
.rqpagein {
	margin:5px;	
}
.toppage {
	margin:25px 0px 0px 0px;
}

.rqcol {
    list-style: none;
	margin:0px;
	padding:0px 0px 50px 0px;
}

.rqcfgtop {
	width:100%;
	height:80px;
	background:url('logo.gif') no-repeat 100%;
}

/*****************************************
	MENUBAR
******************************************/
.mb {
	font-size:100%;
}
.mb .yuimenubaritem {
	padding:2px 10px 2px 10px;
}


/* Menu style rules */

.mb .yuimenu {

    font-size: 93%;  /* 12px */
    line-height: 1.5;  /* 18px */
    *line-height: 1.45; /* For IE */
}

.mb .yuimenubar .yuimenu,
.mb .yuimenu .yuimenu {

    font-size: 100%;

}

.mb .yuimenu .bd {

	/*
		The following application of zoom:1 prevents first tier submenus of a MenuBar from hiding 
		when the mouse is moving from an item in a MenuBar to a submenu in IE 7.
	*/

	*zoom: 1;
	_zoom: normal;	/* Remove this rule for IE 6. */
    border: solid 1px #808080;
    background-color: #fff;
    
}

.mb .yuimenu .yuimenu .bd {

	*zoom: normal;

}

.mb .yuimenu ul {

    padding: 3px 0;
    border-width: 1px 0 0 0;
    border-color: #ccc;
    border-style: solid;

}

.mb .yuimenu ul.first-of-type {

    border-width: 0;

}


/* Group titles */

.mb .yuimenu h6 { 

    font-weight: bold;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0 0;
    color: #a4a4a4;    
    padding: 3px 10px 0 10px;

}

.mb .yuimenu ul.hastitle,
.mb .yuimenu h6.first-of-type {

    border-width: 0;

}


/* Top and bottom scroll controls */

.mb .yuimenu .yui-menu-body-scrolled {

    border-color: #ccc #808080;
    overflow: hidden;

}

.mb .yuimenu .topscrollbar,
.mb .yuimenu .bottomscrollbar {

    height: 16px;
    border: solid 1px #808080;
    background: #fff url(../../yui/assets/skins/sam/sprite.png) no-repeat 0 0;

}

.mb .yuimenu .topscrollbar {

    border-bottom-width: 0;
    background-position: center -950px;

}

.mb .yuimenu .topscrollbar_disabled {

    background-position: center -975px;

}

.mb .yuimenu .bottomscrollbar {

    border-top-width: 0;
    background-position: center -850px;

}

.mb .yuimenu .bottomscrollbar_disabled {

    background-position: center -875px;

}


/* MenuItem style rules */

.mb .yuimenuitem {

    /*
        For IE 7 Quirks and IE 6 Strict Mode and Quirks Mode:
        Used to collapse superfluous white space between <li> elements
        that is triggered by the "display" property of the <a> elements being
        set to "block."
    */

    _border-bottom: solid 1px #fff;

}

.mb .yuimenuitemlabel {

    padding: 0 20px;
    color: #000;
    text-decoration: none;
    cursor: default;

}
.mb a.yuimenuitemlabel:visited {
    color: #000;
}
.mb a.yuimenuitemlabel-selected:visited {
    color: #000;
}
.mb a.yuimenuitemlabel:hover {
    color: #000;
}
.mb a.yuimenuitemlabel-selected:hover {
    color: #000;
}

.mb .yuimenuitemlabel .helptext {

    margin-top: -1.5em;
    *margin-top: -1.45em;  /* For IE*/
    
}

.mb .yuimenuitem-hassubmenu {

    background-image: url(../../yui/menu/assets/skins/sam/menuitem_submenuindicator.png);
    background-position: right center;
    background-repeat: no-repeat;

}

.mb .yuimenuitem-checked {

    background-image: url(../../yui/menu/assets/skins/sam/menuitem_checkbox.png);
    background-position: left center;
    background-repeat: no-repeat;

}


/* Menu states */


/* Visible Menu */

.mb .yui-menu-shadow-visible {

    background-color: #000;

    /*
        Opacity can be expensive, so defer the use of opacity until the 
        menu is visible.
    */

    opacity: .12;
    *filter: alpha(opacity=12);  /* For IE */

}



/* MenuItem states */


/* Selected MenuItem */

.mb .yuimenuitem-selected {
    background-color: #B3D4FF;
}


/* Disabled MenuItem */

.mb .yuimenuitemlabel-disabled {

    cursor: default;
    color: #A6A6A6;

}

.mb .yuimenuitem-hassubmenu-disabled {

    background-image: url(../../yui/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png);

}

.mb .yuimenuitem-checked-disabled {

    background-image: url(../../yui/menu/assets/skins/sam/menuitem_checkbox_disabled.png);

}
.mbar .mb ul.mbp li {
	padding:2px 0px 2px 0px ;	
}
.mbar .mb ul.mbp li.yuimenuitem-selected {
	background:#ccc;
}

.mbar {	
	background:#787878;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
}
.mbar .mb {
	background:#787878 url('menbk.gif') repeat-x 100% 0px;	
	margin:0px;
	padding:0px;
	border-left:1px solid #787878;
}
.mbar .mb ul.mbp {	
	margin:0px;
	padding:0px;
}
.mbar .mb ul.mbp li  {
}
.mbar .mb ul.mbp li.mbmenit {
	background: url('men.gif') repeat-x 100% 0px;
	margin:0px;
	padding:0px;	
	height:18px;	
	border-bottom:4px solid #787878;
	border-right:1px solid #787878;
	color:#333;
}
.mbar .mb ul.mbp li.mbmenit:hover {
	background: url('mensel.gif') repeat-x 100% 0px;
	color:#000;
}

.mbar .mb ul.mbp li.mbmenit a.mbpmen {
	padding: 2px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	color:#333;
	text-align: center;
	font-size: 100%;
	text-decoration: none;
}
.mbar .mb ul.mbp li.mbmenit a.mbpmen:hover {
	background:none;
	color:#000;
}
/*Menu courant*/
.mbar .mb ul.mbp li.mbmenitc {	
	background:none;
	margin:0px;
	padding:0px 0px 8px 0px ;	
	height:22px;	
}

.mbar .mb ul.mbp li.mbmenitc {
	background: url('mencur.gif') repeat-x 100% 0px;
	margin:0px;
	padding:0px;	
	height:18px;	
	border-right:1px solid #787878;
	border-bottom:4px solid #000077;
	color:#fff;
}

.mbar .mb ul.mbp li.mbmenitc:hover{
	background: url('mensel.gif') repeat-x 100% 0px;
}
.mbar .mb ul.mbp li.mbmenitc a.mbpmen {
	background:none;
	display: block;
	padding: 2px 20px 0px 20px;
	margin: 0px;	
	color:#fff;
	text-align: center;
	font-size: 100%;
	text-decoration: none;
	float:left;
}
.mbar .mb ul.mbp li.mbmenitc a.mbpmen:hover {
	background:none;
	color:#000;
}


/*****************************************
	PORTLET RENDERING
******************************************/
.rqportlet 
{
	margin:1px 5px 5px 1px;
	padding:0px;
}
.rqcontent {
	background:#fff;
}

.rqhdr 
{
	background:url('hdrback.gif') repeat-x;
	color:#fff;
	margin:0px;
	padding:0px;
	height:23px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

.phdr
{
	position:relative;
	margin-left:24px;
}
.rqhdr h3 
{
    margin:0px;
    color:#555;
	padding:4px 4px 0px 4px;
	font-weight:normal;
	font-size:100%;
	background:none;
}

.rqhdr .tools 
{
	position:relative;
    text-align:right;
	background:#cbe2f4;
    float:right;
    border:1px solid #fff;
    visibility:hidden;
    font-size:14px;
    z-index:1;
    margin:2px;
}
.rqhdr .toggle 
{
    font-size:16px;
    width:22px;
   	position:relative;
	float:left;
    margin:1px;
    padding:2px 0px 0px 2px;
}
.rqhdr a
{
	text-decoration:none;
	padding:2px 14px 4px 0px;
	height:16px;
}	
.rqhdr a span
{
	visibility:hidden;
}	

.tedit
{
	background:url('tedit.gif') no-repeat;
	padding:0px 0px 1px 0px;
}
.tmax
{
	background:url('tmax.gif') no-repeat;
	padding:0px 0px 1px 0px;
    width:16px;
}
.trest
{
	background:url('tmin.gif') no-repeat;
	padding:0px 0px 1px 0px;
}
.tclose
{
	background:url('tclose.gif') no-repeat;
	padding:0px 0px 1px 0px;
}
.tgmin
{
	background:url('tmin.gif') no-repeat;
}
.tgmax
{
	background:url('tgmax.gif') no-repeat;
}
.rqaddtopage {
	padding:2px 2px 0px 0px;
	margin:0px;
	width:200px;
	text-align:right;
	float:right;
}
.rqaddtopage a {
	font-size:90%;
	color:#999;	
}
.rqaddtopage div {
	text-align:left;
}

/*****************************************
	MENUBAR STYLES
******************************************/


.rqmlogin {
	color:#777;
}
.rqmlogin:visited {
	color:#777;
}
#top .topinfo {
	color:#777;
}
.rqmcfg a {
	color:#777;
}

.rqtopinfo {
	padding:8px 10px 0px 10px;
	float:right;
}
.rqmcfg {
	padding:8px 10px 10px 10px;
	float:right;
	cursor:pointer;
}
.rqnewsacto {
	padding:8px 10px 10px 10px;
	float:right;
}


/*****************************************
	FOOTER STYLES
******************************************/
#cfooter 
{
	color:#777;
    font-size: 85%;
    padding:10px;
    margin:0px;
    padding-top:20px;
    text-align:center;
}
#cfooter .f1 
{
	padding:5px;
}
#cfooter .f2
{
	padding:5px;
}
a.rqlnkfooter 
{
	color:#777;
	text-decoration:none;
}
a.rqlnkfooter:hover
{
	color:#c00;
	text-decoration:none;
}

