﻿/*## PAGE: page, frame ##*/
/*## FRAME: shadow ##*/
/*## FRAME_ROW: menu ##*/
/*## PART_CONTAINER_ID: ,header, main, footer ##*/
/*## TREE: ,tree2,tree3 ##*/

body
{
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

a:link 
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

#loading 
{
	display:none;
	width: 24px;
	height:24px;
	background-image:url('../../Images/loading.gif');
}

/*#pageEditor #header, #pageEditor div.menu
{
	display:none;
}*/

/* FRAME TEMPLATE 
----------------------------------------------------------*/
body.frame
{
    background-color: #eee;
    color: #333;
}

/* DROP SHADOW FRAME
----------------------------------------------------------*/
div#page > table.shadow,
body > div#page.admin > table.shadow 
{
	width:98%;
}

body > div#page > table.shadow 
{
	width:80%;
	height: 100%;
	background-color: white;
	border-right: 0px solid; 
	border-top: 0px solid; 
	border-left: 0px solid; 
	border-bottom: 0px solid; 
}

table.shadow > tbody > tr > td.frame 
{
/*	background-color:#eee;*/
}

/*#pageEditor table.shadow > tbody > tr > td.frame 
{
	display: none;
}*/

.shadow_top_left {
	width:10px;
	height:10px;
	background-color:#eee;
	background-image:url(Images/shadow_top_left.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.shadow_top {
	height:10px;
	background-image:url(Images/shadow_top.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.shadow_top_right {
	width:10px;
	height:10px;
	background-image:url(Images/shadow_top_right.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.shadow_left {
	width:10px;
	background-color:#eee;
	background-image:url(Images/shadow_left.png);
	background-position:top right;
	background-repeat:repeat-y;
}

.shadow_center
{
	background-color:White;
}

.shadow_right {
	width:10px;
	background-image:url(Images/shadow_right.png);
	background-position:top left;
	background-repeat:repeat-y;
}

.shadow_left_menu {
	width:10px;
	background-color:#eee;
	background-image:url(Images/shadow_left_menu.png);
	background-position:top right;
	background-repeat:repeat-y;
}

.shadow_right_menu {
	width:10px;
	background-image:url(Images/shadow_right_menu.png);
	background-position:top left;
	background-repeat:repeat-y;
}

.shadow_bottom_left {
	width:10px;
	height:10px;
	background-color:#eee;
	background-image:url(Images/shadow_bottom_left.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.shadow_bottom {
	height:10px;
	background-image:url(Images/shadow_bottom.png);
	background-position:top left;
	background-repeat:repeat-x;
}

.shadow_bottom_right {
	width:10px;
	height:10px;
	background-image:url(Images/shadow_bottom_right.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1em;
	font-weight: bold;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* TEST LOCALIZATION*/
.flagbackground
{
	background-image: url(Images/drapeau.jpg);
	background-repeat: no-repeat;
	color: grey;
	margin: 20px;
	font-weight: bold;
	font-size: large;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page
{
	width: 100%;
}

body.popup #page
{
/*	padding-left:-10px;		/* avoid scrollbars in popup */
/*	margin-left:-10px;*/
}

#header
{
	height: 20px;
}

#main
{
	padding: 30px 30px 15px 30px;
	background-color: #fff;
/*	margin-bottom: 0px;*/
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
body.popup #main {
	padding:10px;
	margin:0px;
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}
#footer a, #footer a:visited 
{
	color:#999;
	text-decoration:none;
}

/* TODO : is this used ? difference with #footer ? maybe tinyMce popup footers ? */
.footer
{
	background-color: #eee;
	font-weight: bold;
}
.footer a, .footer a:link
{
	background-color: #eee;
	font-weight: normal;
	color: Gray;
}
.footer a:hover
{
	color: Black;
	text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
.tablePart 
{
	width:100%;
/*	height:100%;*/
}

.tablePart_cell 
{
	border:0;
	margin:0;
/*	padding:10px;*/
}

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	/*    width: 200px;*/
	border: 1px solid #CCC;
}

span.mandatoryMarker 
{
    color:red;
}

input[type="password"]
{
	/*    width: 200px;*/
	border: 1px solid #CCC;
}

/* FORM VALIDATION 
----------------------------------------------------------*/
.field-validation-error { color: #ff0000; }
.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
span.field-validation-valid { display: none }
.validation-summary-errors { font-weight: bold; color: #ff0000; }
span.validation-summary-valid { display: none }
.clearlooks2 .field-validation-error { color: #ff0000; }
.clearlooks2 .input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
.clearlooks2 span.field-validation-valid { display: none }
.clearlooks2 .validation-summary-errors { font-weight: bold; color: #ff0000; }
.clearlooks2 span.validation-summary-valid { display: none }

/* POPUP LAYOUT
----------------------------------------------------------*/

.mceMiddle div.mceActionPanel.ojcActionPanel 
{
	position:absolute;
	top:auto;
	left:auto;
	bottom:15px;
	right:5px;
	text-align:right;
	height:30px;
/*	padding-right:10px;*/
}
.mceMiddle div.ojcPopup 
{
}
/*.clearlooks2 .mceMiddle div.ojcPopup span {
	width:auto;
	height:auto;
	left:auto;
	top:auto;
}*/
div.ojcPopup div, div.ojcPopup span, div.ojcPopup a
{
	position:relative;
}
div.ojcPopup > div.ojcPopupScrollArea, div.ojcPopup > form, div.ojcPopup > form > div.ojcPopupScrollArea
{
	overflow:auto;
	height:100%;
	width:100%;
}
div.ojcPopup > div.ojcPopupScrollArea > div.ojcPopupContent, div.ojcPopup > form > div.ojcPopupScrollArea > div.ojcPopupContent
{
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

label.error
{
	background-color: #fff;
	margin-top: 20px;
	position: absolute;
	padding: 2px 3px;
	z-index:1000;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

.mappath
{
	font-size: 1.1em;
	display: block;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	float: right;
}

.currentUserName 
{
	font-weight:bold;
	margin-right:10px;
}

/* MAIN MENU
----------------------------------------------------------*/

div.menu
{
	width: 100%;
	background-color: #eee;
}
div.menu td, div.menu tr, div.menu table
{
	border: 0px;
}

.menutitle
{
	background-color: transparent;
	padding: 2px 12px;
	white-space: nowrap;
	font-size: 12px;
	text-align: left;
}

div.menu > table > tbody > tr:first-child > td.menutitle
{
	text-align: center;
	padding: 5px 15px;
	height: 20px;
	color: #555;
    cursor:default;
}

.menu_on
{
	background-color: #F9F9F9;
}

a.menutitlelabel, a.menutitlelabel_on
{
	display: block;
/*	width: 100%;*/
	color: #555;
}

.spacer
{
	width: 5px;
}

.menuscrolldown
{
	display: none;
	position: absolute;
	z-index: 201;
}
.menu_open > .menuscrolldown
{
	position: absolute;
	display: block;
	background-color: #F9F9F9;
	z-index: 300;
	margin: 0px 0 0 -5px;
	padding: 3px 0px;
}

div.menu a, div.menu a:visited, div.menu a:hover
{
	text-decoration: none;
}

div.menu a.menutitlelabel, div.menu a.menutitlelabel:visited, div.menu a.menutitlelabel:hover
{
	text-decoration: none;
}

.menutitle_left, .menutitle_right 
{
	display:none;
}

div.menu .menu_on > a.menutitlelabel, div.menu .menu_on > a.menutitlelabel:visited, div.menu .menu_on > a.menutitlelabel:hover, td.menutitle.menu_on > div
{
	color: #ff2222;
}


/* Data display : property sheet (2-column table with property labels in first col and property values in second col)
----------------------------------------------------------*/

table.propertySheet > tbody > tr > td.label, table.propertySheet > tbody > tr > td:first-child
{
	white-space: nowrap;
	vertical-align:top;
}
table.propertySheet > tbody > tr > td.label.multiline, table.propertySheet > tbody > tr > td:first-child.multiline
{
	white-space: normal;
}

.propertySheet, .propertySheet input[type="text"], .propertySheet input[type="password"]
{
	font-size: 11px;
}


/* Image List
----------------------------------------------------------*/

#imageList > div
{
	padding:20px;
	margin:5px;
	border:1px solid #777;
	display:inline;
	vertical-align:middle;
	text-align:center;
	background-color:white;
}

#imageList > div > img 
{
	padding:0;
	margin:0;
}

#imageList > div.hover 
{
	background-color:#DDD;
	cursor:pointer;
}


/* Page PART CONTAINERS
----------------------------------------------------------*/

.partContainerDefault 
{
/*	background-color:#ddd;*/
}

.partContainerFrame table.datagrid 
{
	border:0;
	min-width:100px;
} 

.partContainerDefault .blog 
{
	width:100%;
}

/* Page PART CONTAINERS : Default / Frame=Top&Bottom
----------------------------------------------------------*/
.partContainerFrame_Middle {
width: 720px;
list-style-type: none;
background-image:url(Images/table_middle_bg.gif);
margin : auto;
padding : 30px;
font-size:10px;
}

.partContainerFrame_Top{
width: 780px;
height:22px;
background-color:transparent;
background-image:url(Images/table_top_bg.gif);
background-repeat:no-repeat;
background-position:center bottom;
margin:auto;
padding : 0px 0px 0px 4px;
}

.partContainerFrame_Bottom{
width: 780px;
height:22px;
background-color:transparent;
background-image:url(Images/table_bottom_bg.gif);
background-repeat:no-repeat;
background-position:center top;
padding : 0px 0px 0px 0px;
margin:auto;
margin-bottom:100px;
}


/* Page PART CONTAINERS : Default / Frame=Top&Bottom;CssClass=red
----------------------------------------------------------*/
.red .partContainerFrame_Middle {
width: 190px;
background-color: #a52011;
background-image:url(Images/fond_menugauche.png);
color:#FFF;
padding : 1px 15px 10px 30px;
}

.red .partContainerFrame_Middle h2 
{
	color:White;
} 
.red .partContainerFrame_Middle table.datagrid > tbody > tr 
{
	background-color:transparent;
}

.red .partContainerFrame_Top{
width: 235px;
background-color:transparent;
background-image:url(Images/haut_menugauche.png);
background-repeat:no-repeat;
background-position:center bottom;
height: 18px;
padding : 0px 0px 0px 4px;
}

.red .partContainerFrame_Bottom{
width: 235px;
background-color:transparent;
background-image:url(Images/bas_menugauche.png);
background-repeat:no-repeat;
background-position:center top;
height: 18px;
padding : 0px 0px 0px 0px;
}


.red .partContainerFrame_Middle a:link, .red .partContainerFrame_Middle a:active, .red .partContainerFrame_Middle a:visited {
color: #ffffff;
text-decoration: none;
}
.red .partContainerFrame_Middle a:hover {
color:#e95d11;
/*text-decoration: underline;*/
}

/* Page PART CONTAINERS : Default / Frame=Full
----------------------------------------------------------*/
/*## FRAME: partContainerFrame ##*/

.partContainerFrame_top_left {
	width:23px;
	height:31px;
	background-color:#eee;
	background-image:url(Images/lightframe_top_left.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.partContainerFrame_top {
	height:31px;
	background-color:#eee;
	background-image:url(Images/lightframe_top.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.partContainerFrame_top_right {
	width:23px;
	height:31px;
	background-color:#eee;
	background-image:url(Images/lightframe_top_right.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}


.partContainerFrame_left {
	width:23px;
	background-color:#eee;
	background-image:url(Images/lightframe_left.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

.partContainerFrame_right {
	width:23px;
	background-color:#eee;
	background-image:url(Images/lightframe_right.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

.partContainerFrame_bottom_left {
	width:23px;
	height:31px;
	background-color:#eee;
	background-image:url(Images/lightframe_bottom_left.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.partContainerFrame_bottom {
	height:31px;
	background-color:#eee;
	background-image:url(Images/lightframe_bottom.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.partContainerFrame_bottom_right {
	width:23px;
	height:31px;
	background-color:#eee;
	background-image:url(Images/lightframe_bottom_right.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* Page PART CONTAINERS : Default / Frame=Full;CssClass=grey
----------------------------------------------------------*/

.grey .partContainerFrame_top_left {
	width:10px;
	height:10px;
	background-color:#eee;
	background-image:url(Images/frame_top_left.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.grey .partContainerFrame_top {
	height:10px;
	background-color:#eee;
	background-image:url(Images/frame_top.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.grey .partContainerFrame_top_right {
	width:10px;
	height:10px;
	background-color:#eee;
	background-image:url(Images/frame_top_right.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}


.grey .partContainerFrame_left {
	width:10px;
	background-color:#eee;
	background-image:url(Images/frame_left.png);
	background-position:top right;
	background-repeat:repeat-y;
}

.grey .partContainerFrame_right {
	width:10px;
	background-color:#eee;
	background-image:url(Images/frame_right.png);
	background-position:top left;
	background-repeat:repeat-y;
}

.grey .partContainerFrame_bottom_left {
	width:10px;
	height:10px;
	background-color:#eee;
	background-image:url(Images/frame_bottom_left.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.grey .partContainerFrame_bottom {
	height:10px;
	background-color:#eee;
	background-image:url(Images/frame_bottom.png);
	background-position:top left;
	background-repeat:repeat-x;
}

.grey .partContainerFrame_bottom_right {
	width:10px;
	height:10px;
	background-color:#eee;
	background-image:url(Images/frame_bottom_right.png);
	background-position:top left;
	background-repeat:no-repeat;
}


/* Page PART CONTAINERS : Collapsible
----------------------------------------------------------*/
/*
.collapsibleFrameWrapper {}
.collapsibleFrameHeader {}
.collapsibleFrameIcon {}
.collapsibleFrameTitle {}
*/
.collapsibleFrameIcon {
	width: 16px;
	height: 16px;
}
.closable-open .collapsibleFrameIcon {
	background-image: url(images/ui-icons_222222_256x240.png);
	background-position: -64px -16px;
}
.closable-closed .collapsibleFrameIcon {
	background-image: url(images/ui-icons_222222_256x240.png);
	background-position: -32px -16px;
}

/* Messaging 
----------------------------------------------------------*/
div.read_status
{
    display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
    background-image: url(images/ui-icons_222222_256x240.png); 
    background-position: 16px 16px; /* blank */
    width:16px;
    height:16px;
}

div.read_status.unread
{
    background-position: -80px -96px;
}

/* #region GalleryWebPart */

div.galleryWebPart {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
}

    div.galleryWebPart > div.galleryWebPartContainer {
        display: flex;
        flex: 1 0 auto;
        flex-wrap: wrap;
        margin: 1% 0;
    }

        div.galleryWebPart > div.galleryWebPartContainer > div.galleryWebPartImage {
            display: flex;
            flex: 1 0 90%;
            height: 200px;
            min-width: 250px;
            margin: 0 5%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        div.galleryWebPart > div.galleryWebPartContainer > div.galleryWebPartDescription {
            display: flex;
            flex: 1 0 100%;
            justify-content: center;
            text-align: center;
        }

/* #endregion GalleryWebPart */