/*
###
### Page Look'n'Feel 
###
*/

BODY {
	font-family: Helvetica, Arial, "sans serif";
	text-align: center;
	min-width: 600px;
	margin: 0px;
	background: #cccccc;
	height: 100%;
}

HTML {
	height: 100%;
}

A
{
	font-weight: bold;
	text-decoration: none;
	color: #004080;
}

A:hover {
	color: #ff8000;
}

A.item {
	color: inherit;
}

IMG {
	border: 0px;
}

HR {
	border-top: 0px;
	border-bottom: 1px #004080 solid;
}

.urltitle {
	font-size: 8pt;
	letter-spacing: 2px;
	text-align: center;
}

.page {
	text-align: left;
	background: #FFFFFF;
	width: 720px;
	min-height: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	overflow: hidden;
}

.menubar {
	background: inherit;
	color: #4c4c4c;
	vertical-align: top;
	border-width: 0px;
	border-right: 1px dashed #cccccc;
	border-collapse: collapse;
	width: 160px;
	float: left;
	display: inline;
}


.navigationContent {
	padding: 10px;
	background: inherit;
	text-align: center;
}

.menu {
	margin-bottom : 20px;
	padding-top: 10px;
	margin-left: 0px;
	font-size: 10pt;
}

.titlebox {
	text-align: right;
	color: #D01F3C;
	font-size: 24pt;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
}


#content {
	background: inherit;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 10pt;
	width: 540px;
	float: left;
	display: inline;
}

.red {
	color: red;
}

/*
###
### Wiki Style
###
*/

.strike {
	text-decoration: line-through;
}

.underline {
	text-decoration: underline;
}


/*
#nouveau style (cwf)
*/

/******************************************************************************* 
 * 												Text style                     *
 *******************************************************************************/

.monospace {
	font-family: courier;
	font-size: 10pt;
}

.bigger {
	font-size: 14pt;
}

.smaller {
	font-size: 8pt;
}

/******************************************************************************* 
 * 												Heading style                  *
 *******************************************************************************/

H1 {
	color: #D01F3C;
	margin-left: 0px;
}

H1.titlebox {
	text-align: right;
	color: #D01F3C;
	font-size: 24pt;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	margin: 0px;
}

H2 {
	color: #6687AD;
}

H3 {
	color: #999999;
	margin-left: 5px;
}

H4 {
	color: #999999;
	margin-left: 10px;
}

/******************************************************************************* 
 * 												Paragraph style                *
 *******************************************************************************/

P {
	text-align: justify;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.indent_1 {
    text-align: justify;
    margin-left: 40px;
}

.indent_2 {
    text-align: justify;
    margin-left: 80px;
}

.indent_3 {
    text-align: justify;
    margin-left: 120px;
}

.pagetitlebox {
	text-align: right;	
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
	color:#004080;
	letter-spacing: 2px;
	/*border-left: 6px solid #004080;*/
	border-top: 1px solid #004080;
	border-collapse: collapse;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

/******************************************************************************* 
 * 												Div style                      *
 *******************************************************************************/

.rfloat {
    float: right;
    margin-left:0.5em; 
}

.lfloat {
    float: left;
    margin-right:0.5em; 
}

/******************************************************************************* 
 * 												Table style                    *
 *******************************************************************************/

.ts_table {
    border: 1px solid darkgreen;
}

.ts_header_row {
    background-color: darkgreen;
}

.ts_even_row {
    background-color: white;
}

.ts_odd_row {
    background-color: lightgrey;
}

.ts_cell {
    text-align: center;
    vertical-align: top;
}

.actu_table {
	font-size: 10px;
	width: 100%;
}

.actu_cell {
    text-align: left;
    vertical-align: top;
}

/******************************************************************************* 
 * 												List style                     *
 *******************************************************************************/
 
LI {
	list-style: square outside;
	list-style-image : url(/resources/puce.png);
	padding-bottom: 10px;
	text-align: justify;
}



/******************************************************************************* 
 * 												Global Navigation style        *
 *******************************************************************************/
 
.menuitem, .menuitem_selected {
	font-variant: small-caps;
	letter-spacing: 2px;
	white-space: nowrap;
	text-align: left;
	color: #666666;
	background: #e6e6e6;
	border-left: 6px solid #b3b3b3;	 
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.menuitem:hover {
	background: #b3b3b3;
	border-left: 6px solid #004080;	
	color: #004080;
}

.menuitem_selected, .menuitem_selected:hover {
	background: #b3b3b3;
	border-left: 6px solid #004080;	
	color: #404080;
}

