#mainpage
{
	border-collapse: collapse;
	border: 0px #000000 solid;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
}
#maintable
{
	width: 75%;
	background-color: #ffffff;
	border-right: #bfbfbf 1px solid; 
	border-top: #bfbfbf 1px solid; 
	border-left: #bfbfbf 1px solid; 
	border-bottom: #bfbfbf 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 

}
#mainrow1
{
	height: 154px;
	border: 0px #000000 solid;
}
#maincol1
{
	width: 100%;
	background-image: url(flux_principal.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 0px #000000 solid;
}
#mainrow2
{
	height: 60px;
}
#maincol2
{
	width: 100%;
	height: 40px;
	border-top: 0px #ffb84e solid;
	border-bottom: 0px #ffb84e solid;
}
#mainrow3
{
	height: 1px;
}
#maincol3
{
}
#mainrow4
{
	height: 60px;
}
#maincol4
{
	width: 100%;
	border: 0px #000000 solid;
}
#mainrow5
{
	height: 60px;
}
#mainrow6
{
	height: 60px;
}
#maincol6
{
	width: 100%;
	background-image: url(signature.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px #000000 solid;
	font-family: verdana,arial;
	font-size: 12px;
}
#mainrow7
{
	height: 10px;
}
#maincol7
{
	width: 100%;
	border: 0px #000000 solid;
}
#headtable
{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	border: 0px #000000 solid;
}
#menucol
{
	height: 50%;
	border: 0px #000000 solid;
	background-color: transparent;
	color: #000000;
	padding: 5px;
}
#contenttable
{
	width: 100%;
	border: 0px #000000 solid;
}
#filarianecol
{
	border: 0px #000000 solid;
	width: 100%;	
	height: 1px;
	padding-left: 5px;
}
#filarianecol a
{
	color: #c73100;
}
#filarianecol a:hover
{
	background-color: #ffb84e;
}
#logincol
{
	height: 1px;
	text-align: left;
	vertical-align: top;
	border: 0px #000000 solid;
	width: 33%;
	padding-left: 5px;
}
#logincol a
{
	color: #c73100;
}
#logincol a:hover
{
	background-color: #ffb84e;
}
#contenttopcol
{
	height: 1px;
	text-align: center;
	vertical-align: top;
	width: 33%;
	border: 0px #000000 solid;
	padding-top: 4px;
}
#contenttopcol p
{
	padding: 0px;
	margin: 0px;
}
#contenttopcol a
{
	font-weight: bold;
	color: #c73100;
}
#contenttopcol a:hover
{
	background-color: #ffb84e;
	text-decoration: none;
}
#searchcol
{
	height: 1px;
	text-align: right;
	vertical-align: top;
	border: 0px #000000 solid;
	width: 33%;
	padding-right: 5px;
}
#searchcol a, #searchcol label
{
	color: #c73100;
}
#searchcol a:hover
{
	background-color: #ffb84e;
}
#contentleftcol_00
{
	border: 0px #000000 solid;
	width: 0%;
}
#contentleftcol_20
{
	border: 0px #000000 solid;
	width: 20%;
}
#contentleftcol_30
{
	border: 0px #000000 solid;
	width: 30%;
}
#contentleftcol_40
{
	border: 0px #000000 solid;
	width: 40%;
}
#contentcentercol_40
{
	border: 0px #000000 solid;
	width: 40%;	
}
#contentcentercol_60
{
	border: 0px #000000 solid;
	width: 60%;	
}
#contentcentercol_80
{
	border: 0px #000000 solid;
	width: 80%;	
}
#contentcentercol_100
{
	border: 0px #000000 solid;
	width: 100%;	
}
#contentrightcol_20
{
	border: 0px #000000 solid;
	width: 20%;	
}
#contentrightcol_00
{
	border: 0px #000000 solid;
	width: 0%;	
}
#contentbottomcol
{
	border: 0px #000000 solid;
	width: 100%;	
	height: 1px;
}

/*  barre navigation */

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #ffb84e; 
}

.main_dnnmenu_itemhover td {  
	background-color: #ffb84e; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-image: url('90.png');  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);  - Utile si on veut utiliser une ombre*/
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border: 1px #ffb84e solid;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #ffb84e 1px solid; 
	border-bottom: #ffb84e 1px solid; 
	border-top: #ffb84e 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* container  sommaire */

.containermaster_troisquartcontour{
	border-collapse: collapse;
	border: 0px #000000 solid;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.containerrow1_troisquartcontour {
	background-color: #ffffff;
}
.containerrow1_troisquartcontour {
	background-color: #c73100;
}
.containerrow2_troisquartcontour {
	border-left: 1px #c73100 solid;
	background-color: #ffffff;
	font-family: arial;
	padding: 10px;
}
.containerrow3_troisquartcontour{
	background-color: #c73100;
}
.icone_troisquartcontour{
}
.titre_troisquartcontour {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	color: #ffffff;
}

/* sommaire */

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #c73100; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #c73100; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #ffb84e;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;
}

/* xiti */

#xiti-logo {
	text-align: center;
	border: 0px #000000 solid;
}

#xiti-logo img {
	opacity : 0;
    filter : alpha(opacity=0);
}

/********************************************** Regles pour integrer les scripters */

#scripter,
#scriptergris,
#scripterorange
{ 
	font-weight: bold; 
	height: 100px ;
}

/********************************************** Regles pour integrer les info bulles */

.bulle { cursor: url('/Portals/0/images/curseur.cur'), help; }

.tips
{
	width: 250px;
	background-image: url('/Portals/0/images/fond_transparent.png');
	font-size: 12px;
	font-family: arial;
	padding: 10px;
	border: 1px dotted #000;
}

.tip-top{}
.tip-bottom{}
.tip{}
.tip-title{} 

.tip-text {display: none;} 

/********************************************** Regles pour integrer les fenetres */

#cadre { position: relative; }

#fenetre
{
	visibility: hidden; 
	position: absolute; 
	background-color: #fff;
	width: 450px; 
	min-height: 100px; 
	border: 1px solid #000; 
	padding: 0px 0px 20px 20px; 
	left: 0px; 
	top: 0px; 
	cursor: nw-resize;
	z-index: 10000000;
	overflow: auto;
}

#croixf, #croixl
{
	background-color: #fff; 
	padding: 1px 2px 1px 3px; 
	float: right; 
	cursor: pointer;
	font-weight: bold;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 14px;
}
