/* Feuille de style generique comprenant les gabaris et les elements de mise en page */
Body {
	text-align:center;
	margin:0;
}

.textBlack {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
}

/*stuff*/
.textBlack a:link, 
.textBlack a:active, 
.textBlack a:visited {
	text-decoration:none;
	color:#246A9B;
	}

.textBlack a:hover {
	text-decoration:underline;
	color:#246A9B;
	}


/** Config RichFaces **/
.rich-table,
.rich-table-header,
.rich-table-headercell, 
.rich-table-cell,
.rich-subtable-cell, 
.rich-table-footercell, 
.rich-dtascroller-table,
.rich-datascr-button,
.rich-subtable-footercell {
border-width:0px;
}

/*********************/
/* Contenaire global */
.Container {
	display:block;
	width:900px;
	text-align:left;
	margin:auto;
}

/* Contenaire zone centrale */
.Content {
	display:block;
	overflow:hidden;
	width:900px;
}

/* Colonne de gauche 540 pixels */
.LeftSide {
	float:left;
	width:540px;
}

/* Colonne de droite 360 pixels */
.RightSide {
	float:right;
	width:360px;
}

/* Contenu colonne de gauche */
.LeftContent {
	display:block;
	width:520px;
	margin-left:10px;
	margin-right:10px;

	margin-top:5px;
	margin-bottom:5px;
}

/********************/
/* Liens par defaut */
a:link, 
a:active, 
a:visited {
	text-decoration:underline;
	border:none;
}

a:hover {
	text-decoration:none;
}

p {
	margin-top:0px
	}

form {
	margin:0px;
	padding:0px
	}

h1,h2,h3,h4 {
	font: normal normal 1em Arial,sans-serif
	}

h1 {
	font-size:110%
	}

h2 {
	font-size:130%
	}

h3 {	
	font-size:180%
	}

h4 {	
	font-size:250%
	}
	
	
/***********/
/* Entete pr firefox*/
.Header {
	display:block;
	width:899px;
	height:80px;	
}

/* Logotype */
.Logo, 
.Logo a:link, 
.Logo a:active, 
.Logo a:visited, 
.logo a:hover {
	display:block;
	float:left;
	width:225px;
	height:80px;
}

.menuHeader {
	display:block;
	width:630px;
	float:right;	
	margin:45px 0 0 10px;
	padding:5px;	
	color:#000;
	background:#246A9B;
}

.menuHeaderItemLeft,
.menuHeaderItemRight,
.menuHeaderItemRightName, 
.menuHeaderItemLogOut {	
	text-align:left;
	width:auto;		
	padding:0px;
}

.menuHeaderItemLeft {
	font-family:Arial;
	font-size:12px;	
	font-weight:bold;
	float:left;
	margin:0 0 0 20px;
}

.menuHeaderItemRight,
.menuHeaderItemRightName {
	font-family:Tahoma;
	font-size:11px;	
	font-weight:normal;
	float:right;
	margin:0 10px 0 0;
}

/**/
.menuHeaderItemLogOut {
	font-family:Tahoma;
	font-size:11px;	
	font-weight:normal;
	float:right;
	margin:0 5px 0 0;
}

/**/
.menuHeaderItemLeft a {
	color:#FFF;
}

.menuHeaderItemLeft a:link, 
.menuHeaderItemLeft a:active, 
.menuHeaderItemLeft a:visited {
	color:#FFF;
	text-decoration:none;
}

.menuHeaderItemLeft a:hover {
	color:#FFF;
	text-decoration:underline;
}

/**/
.menuHeaderItemRight a {
	color:#EEEEEC;
}

.menuHeaderItemRight a:link, 
.menuHeaderItemRight a:active, 
.menuHeaderItemRight a:visited {
	color:#EEEEEC;
	text-decoration:none;
}

.menuHeaderItemRight a:hover {
	color:#EEEEEC;
	text-decoration:none;
}

/**/
.menuHeaderItemRightName a {
	color:#EEEEEC;
}

.menuHeaderItemRightName a:link, 
.menuHeaderItemRightName a:active, 
.menuHeaderItemRightName a:visited {
	color:#EEEEEC;
	text-decoration:none;
}

.menuHeaderItemRightName a:hover {
	color:#EEEEEC;
	text-decoration:none;
}


/**/
.menuHeaderItemLogOut a {
	color:#EEEEEC;
}

.menuHeaderItemLogOut a:link, 
.menuHeaderItemLogOut a:active, 
.menuHeaderItemLogOut a:visited {
	color:#EEEEEC;
	text-decoration:none;
}

.menuHeaderItemLogOut a:hover {
	color:#EEEEEC;
	text-decoration:none;
}

/* Ombre sous menu */
.Shadow {
	width:900px;
	height:5px;
}

/*****************
margin:10px 5px 10px 11px;
*****/
/* Accordeons */
.Accordion-1,
.Accordion-2,
.Accordion-3 {
	clear:both;
	display:block;
	width:340px;
	margin:10px 0px 10px 10px;
	padding:0;
}

.Accordion-1-t,
.Accordion-2-t,
.Accordion-3-t {
	display:block;
	width:340px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	padding:4px 0 4px 5px;
}

.Accordion-1-b,
.Accordion-2-b, 
.Accordion-3-b {
	display:block;
	width:340px;
	height:6px;
}

.Accordion {
	margin:0 5px 0 5px;
	overflow:hidden;
}

/***/
.AccordionPanel {
	margin:0px;
	padding:0px;
}

.AccordionPanelTable {
	width:330px;
	height:25px;
	border:none;
	margin:0px;
	padding:0px;
}

.AccordionPanelTab {
	width:270px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:5px 0 6px 5px;
	cursor:pointer;
	-moz-user-select:none;
	-khtml-user-select:none;
}

.AccordionPanelContent {
	overflow:auto;
	margin:0px;
	padding:0px;
	height:200px;
}

.AccordionPanelContentSubscribedMenu {
	overflow:auto;
	margin:0px;
	padding:0px;
	height:300px;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	text-decoration:none;
}

.AccordionPanelOpen .AccordionPanelTab {
	text-decoration:none;
}

.AccordionCreate {
	width:75px;
	border:none;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
}

.AccordionCreateText {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	padding:0 0 0 17px;
}

.AccordionCreateText a:link, 
.AccordionCreateText a:active, 
.AccordionCreateText a:visited {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
	
	-moz-user-select:none;
	-khtml-user-select:none;
}

.AccordionCreateText a:hover {
	text-decoration:none;
}

/*******************************/
/* Nombres dans les accordeons */
.Num, 
.Num a:link, 
.Num a:active, 
.Num a:visited, 
.Num a:hover {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}


/*****************************/

/************************/
/* Tableau avec onglets */
.TabbedPanels {
	margin:0 0 15px 0;
	padding:0px;
	float:left;
	clear:none;
	width:100%;
}

.TabbedPanelsTabGroup {
	margin:0px;
	padding:0px;
}

.TabbedPanelsTab {
	position:relative;
	top:1px;
	float:left;
	padding:5px 5px;
	margin:0 5px 0 0;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	list-style:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	cursor:pointer;
}

.TabbedPanelsTab a {
	color:black;
	text-decoration:none;
}

.TabbedPanelsContentGroup {
	clear:both;
}

.TabbedPanelsContent {
	padding:5px;
}

/***********/
/* Footer */
.Foot {
	clear:both;
	width:900px;
	height:25px;
	margin-bottom:20px;
	background:#113977;
}

.Foot-left {
	width:450px;
	height:25px;
	text-align:left;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	padding-left:15px;
}

.Foot-left a:link, 
.Foot-left a:active, 
.Foot-left a:visited {
	text-decoration:underline;
}

.Foot-left a:hover {
	text-decoration:none;
}

.Foot-right {
	width:430px;
	height:25px;
	text-align:right;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
}


/********************************************************/
/* Header right 330px */
.headerStuffTable {
	display:block;
	width:320px;
	margin:0px;
	padding:0px;
}


/*330px*/
.headerStuffAll {
	width:320px;
	vertical-align:middle;
	margin:0px;
}

.headerStuffLeft {
	width:150px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.headerStuffRight {
	float:right;
	width:170px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}

.accordionPanelContentRoomVideo {
	overflow:auto;
	margin:0px;
	padding:0px;
	height:300px;
}
