/*
###
### Page Look'n'Feel 
###
*/

/*************************************** 
 * 		Global Navigation style        *
 ***************************************/
.menuitem, .menuitem_selected {
	float: right;
	color: white;
	display: inline;
	border-collapse: collapse;
	margin: 0px 0px;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid white;
	/*font-variant: small-caps;*/
	letter-spacing: 1px;
	font-weight: bold;
}

.menuitem:hover {
	background-color: #C2C3C5;
	color: white;
}

.menuitem_selected {
	background-color: #AB254D;
}

.menuitem_selected:hover {
	color: white;
}



/*************************************** 
 * 		Heading style                  *
 ***************************************/
/*
 Voir style .exergue
H1 {
	color: #D01F3C;
	margin-left: -5px;
	padding-left: 5px;
	background-color: #F0F2F4; 
}
*/

H1.title {
	color: #BD1944;
	font-size: 48pt;
	font-weight: bold;
	text-align: right;
	margin-top: -40px;
	margin-bottom: -25px;
	padding-right: 10px;
	width: 690px;
	z-index: -1;
	float:left;
}

H1.exergue {
	width: 470px;
	text-align: right;
	position: relative;
	color: #666666;
	font-size: 11pt;
	font-weight: normal;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

H2 {
	color: #6687AD;
	margin-left: -5px;
	padding-left: 5px;
	background-color: #F0F2F4; 
}

H3 {
	color: #C50650;
	margin-left: -5px;
	padding: 1px 5px 1px 5px;
	margin-bottom: 0px;
	background-color: #F0F2F4; 
}

H4 {
	color: #999999;
	padding-left: 5px;
	border-bottom: 2px solid #CCCDCF;
}



/*********************************** 
 * 	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;
}



/*************************************** 
 * 		Text style                     *
 ***************************************/

.monospace {
	font-family: monospace;
}

.strike {
	text-decoration: line-through;
}

.underline {
	text-decoration: underline;
}

.small {
	font-size:11px;
}

.big {
	font-size:20px;
}



/*************************************** 
 * 		Div style                      *
 ***************************************/

.lfloat { 
	float: left; 
	margin-right:0.5em; 
}

.rfloat { 
	float: right; 
	margin-left:0.5em; 
}



/*************************************** 
 * 		List style                     *
 ***************************************/

LI {
	list-style: square inside url(/resources/images/puce.png);
}


/*************************************** 
 * 		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;
}


/*************************************** 
 *      User style                     *
 ***************************************/

BODY {
	font-family:  Helvetica, Trebuchet MS,  Arial, "sans serif";
	text-align: center;
	min-width: 600px;
	margin: 0px;
	background: #7b0f29 url(/resources/images/bg.png) repeat-x fixed; 
	height: 100%;
}

HTML {
	height: 100%;
	vertical-align: bottom;
}
 
A {
	font-weight: bold;
	text-decoration: none;
	color: #004080;
}

A:hover {
	color: #C50650;
}

IMG {
	border: 0px;
	vertical-align: middle;
}

HR {
	border-top: 0px;
	border-bottom: 1px #004080 solid;
}

.red {
	color: #C50650;
}

.pagebox {
	width: 700px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.page {
	width: 700px;
	/*border: 1px solid #C50650;*/
	float: left;
	height: 100%;
 	margin-top: 0px;
 	margin-bottom: 50px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
/*	background: #BD1944 url(/resources/images/bg_light.png) repeat-x;*/
	background: #DD889D;
}

.footnotes {
	width: 600px;
	float: left;
	border-top: 1px dotted #BD1944;
	padding: 0px 50px;
	color: #BD1944;
	font-size: 10pt;
	background: #7b0f29;
}

.footnotes A {
    color: #BD1944;

}

.top {
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
	background-color: white;
}

.logo {
	width: 200px;
	float: left;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-color: white;
}

.sft {
	border: 1px solid #7b0f29;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	padding: 5px;
	background: white;
}

.languages {
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	/*background-color: white;*/
}

.middle {
	background-color: white;
	position: relative;
	float: left;		
}

.workspace {
	width: 700px;
	float: left;
	background-color: #F0F2F4;
}

.navigation {
	width: 700px;
	float: left;
	background: #87898C url(images/navigation_bg.png) repeat;
	padding: 1px 0px;
}

.portrait {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 160px;
	height: 100%;
	font-size: 10pt;
}


.content {
	padding: 20px 10px 20px 10px;
	font-size: 10pt;
	float: left;
	width: 510px;
	background-color: white;
	text-align: left;
}

.comm {
	width: 150px;
	position: relative;
	top: -80px;
	background: white;
	padding: 15px;
	text-align: left;
}

.photos {
	float: right;
	width: 200px;
}

.bottom {
	border-top: 5px solid #C50650;
	width: 640px;
	float: left;
	font-size: 9pt;
	padding-top: 10px;
	padding-left: 60px;
}

.contactinfo {
	display: inline;
	float: left;
	color: #666666;
	margin-right: 25px;
	vertical-align:top;
}

.actu {
	text-align: left;
	font-size: 8pt;
}

/*************************************** 
 *          Admin style                *
 ***************************************/

.adminbar {
	background: darkgrey;
	width: 800px;
        padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
}

.adminstatusbar {
	margin-top: 3px;
	background: darkgrey;
}

.editionWorkspace {
	font-size: 10pt;
}

.missing {
	background-color: red;
	color: white;
}

.up_to_date {
	background-color: green;
	color: white;
}

.out_of_date {
	background-color: orange;
	color: white;
}



