/* [ Main Page Blocks */
body, html
{
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    border-style: none;
    /*border-left: solid 1px #E57A2D;
    border-right: solid 1px #E57A2D;*/
    background-color: #B72814;
    background-image: url(images/sitebkg.jpg);
    background-position: center top;
    background-repeat:repeat-y;
}

body
{
    min-width: 700px;
    text-align: center;
}

body, p, li, span, .DateSelectArea td
{
    color: Black;
	 font-family: Tahoma, Arial, Helvetica, Sans-Serif Serif;
    font-size: 10pt;
    font-weight: normal;
}

p, li
{
    text-align: left;
}

p
{
    margin: 0;
    padding: 0;
}

#WebPage, .WebPage, form
{
    margin:0 auto;
    display: inline-block;
    background-color: #FFECDC !important;
    width: 700px;
    min-height: 100%;
    text-align: left;
}

/* Hack font size for browser compatibiliy */
* html body 
{
    font-size: x-small;
    f\ont-size: small;
}

.date
{
    text-align: right;
    color: Red;
}

.Head
{
    font-size: 14px;
    font-weight: bold;
    color: Olive;
    text-align: left;
}

.contentpanefull
{
    width: 684px;
    padding-left: 8px;
    padding-right: 8px;
    /* No min-height because EACH module inserted in the content area will have this class!! */
}

.contentpane
{
    float: left;
    width: 450px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 350px;
}

.contentpane2
{
    width: 225px;
    margin-right:10px;
}
.DNN_ANN_DesignTable
{
    background-color: #D3B95A;
    width: 100%;
}

/* Copyright area */

.copyright
{
    padding-top: 8px;
    clear:both;
    font-size: smaller;
    text-align: center;
}

#CopyrightArea
{
    padding-bottom: 8px;
}

#CopyrightArea a
{
    font-size: smaller;
}

.Row
{
    width: 400px;
}


/* Default page template */

.HeaderPrint
{
    width: 700px;
    height: 146px;
    background-image: url(images/horaire.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.Header1
{
    width: 700px;
    height: 47px;
    background-image: url(images/img-03.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: right;
}

.Header1DateSpacer
{
    width: 1px;
    height: 26px;
}

.Header1Date
{
    color: White;
    font-weight: bold;
    padding-right: 10px;
}

.Header2
{
    width: 700px;
    height: 50px;
    background-image: url(images/img-05.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.HeaderTopMenu
{
    width: 700px;
    height: 18px;
    background-image: url(images/img-06.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.Header3
{
    width: 700px;
    height: 203px;
    background-image: url(images/img-07.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.Header4
{
    height: 4px;
}

.SkinObject, .CommandButton
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif Serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a, a:link, a:visited, a.SkinObject, a.SkinObject:link, a.SkinObject:visited
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif Serif;
    font-size: 13px;
	font-weight: bold;
	font-style: normal;
    color: Black;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active, a.SkinObject:hover, a.SkinObject:active
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif Serif;
    font-size: 13px;
	font-weight: bold;
	font-style: normal;
    color: #B72814;
    border: none;
    text-decoration: none;
}

.contentpane img
{
    border: solid 1px black;
}

/* The width of the top menu must be set to less than 100% for floating login... */
.MenuRoot
{
    width: 700px;
    text-align: right;
    vertical-align: top;
    font-size: 13px;
    height: 18px;
    margin: 0; padding: 0; 
}

.MainMenu_MenuContainer 
{
    border-width: 0;
    margin: 0; padding: 0; 
    line-height: 15px;
}

.LoginItem
{
    float: right;
    padding-right: 8px;
    height: 17px;
    line-height: 17px;
    vertical-align: bottom;
}

.MainMenuItem
{
    float: right;
    width:600px;
    padding-right: 8px;
}

/* Main Menu */
.MainMenu_MenuBar
{
	height: 17px;
}
.MainMenu_MenuItem, .MainMenu_MenuItemSel, .MainMenu_RootMenuItemSelected
{
	cursor: pointer;
	color: black;
	background-color: #D3B95A;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
    height: 17px;
    line-height: 17px;
    border-width: 0;
}
.MainMenu_RootMenuItem /* MUST BE AFTER ABOVE ENTRY (.MainMenu_MenuItem) or else does not work???! */
{
	background-color: Transparent;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #D3B95A;
    height: 17px;
    line-height: 17px;
    border-width: 0;
}
.MainMenu_MenuItemSel, .MainMenu_RootMenuItemSelected
{
	 color: #B72814;
    height: 17px;
    border-width: 0;
	background-color: Transparent;
}
.MainMenu_RootMenuItemActive
{
    height: 17px;
    line-height: 17px;
    vertical-align: bottom;
	background-color: Transparent;
}

.MainMenu_MenuIcon
{
	background-color: #D3B95A;
    height: 17px;
    line-height: 17px;
    border-width: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow
{
    height: 17px;
    line-height: 17px;
    border-width: 0;
}
.MainMenu_MenuBreak
{
	border-bottom: #D3B95A 1px solid;
	border-left: #D3B95A 0px solid;
	border-top: #D3B95A 1px solid;
	border-right: #D3B95A 0px solid;
	background-color: #D3B95A;
	height: 1px;
}

/* Conseil d'administration */

.cadm_table
{
    margin-left: 20px;
    border:solid 1px black;
    width: 650px;
	 font-family: Tahoma, Arial, Helvetica, Sans-Serif Serif;
    font-size: 10pt;
    font-weight: normal;
    padding: 3px;
}
.cadm_row
{
    background-color: #D3B95A;
}
.cadm_row_alt
{
    background-color: #e3c96A;
}
.MeetingAgendaPrint .cadm_row, .MeetingAgendaPrint .cadm_row_alt
{
    padding: 0;
}
.cadm_role
{
    font-weight: bold;
}
.cadm_name
{
}
.cadm_email
{
}

/* Data Entry */

.Label
{
    font-weight: bold;
}

