/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.org                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2006 neflexis gmbh (http://www.neflexis.ch)                *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}

/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #737e90 !important;
	background: #737e90;
	margin-bottom: 1px;
	color: white !important;
}

.required {
	color: #e3771d !important;
}

hr {
	height: 1px;
	border: 1px solid #011e30;
}
#my-body {
	background: #011e30 url(img/background.gif) bottom right no-repeat;
	height: 100%;
}
html {
	height: 100%;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

#header {
	background: #dadfe2 url(img/logo.gif) top right no-repeat;
	width: 800px;
	height: 116px;
	vertical-align: bottom;
	border-top: 30px solid #011e30;
}

#left {
	float: left;
	vertical-align: top;
	width: 180px;
	height: 300px;
}
/* IE hack for min-height */
#left[id] {
    height: auto;
    min-height: 300px;
}

#document {
	vertical-align: top;
	width: 800px;
	text-align: left;
	background: #dadfe2;
	padding-top: 35px;
}

#delimiter {
	margin-top: 4px;
	border-top: 3px solid #737e90;
	margin-bottom: 8px;
}

#footer {
	color: silver;
	font-size: 10px;
	text-align: right;
	padding-bottom: 10px;
}
#footer a {
	color: #737e90;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: silver;
}

/*******************************************************************************/


/*********************************** Navigation ********************************/

.root-navigation {
	margin-left: 10px;
}

.root-navigation li a {
	width: 19px;
	height: 116px;
	background: url(img/nav1.gif) no-repeat;
	display: block;
	margin-right: 3px;
	float: left;
} 

.root-navigation .sort-0 a {
	background: url(img/nav1.gif) no-repeat;
} 
.root-navigation .sort-0 a:hover,
.root-navigation .sort-0.current a {
	background: url(img/nav1_hover.gif) no-repeat;
} 

.root-navigation .sort-1 a {
	background: url(img/nav2.gif) no-repeat;
} 
.root-navigation .sort-1 a:hover,
.root-navigation .sort-1.current a {
	background: url(img/nav2_hover.gif) no-repeat;
} 

/*
.root-navigation .sort-2 a {
	background: url(img/nav3.gif) no-repeat;
} 
.root-navigation .sort-2 a:hover,
.root-navigation .sort-2.current a {
	background: url(img/nav3_hover.gif) no-repeat;
} 
*/

.root-navigation .sort-2 a {
	background: url(img/nav5.gif) no-repeat;
} 
.root-navigation .sort-2 a:hover,
.root-navigation .sort-2.current a {
	background: url(img/nav5_hover.gif) no-repeat;
} 

.root-navigation .sort-3 a {
	background: url(img/nav4.gif) no-repeat;
} 
.root-navigation .sort-3 a:hover,
.root-navigation .sort-3.current a {
	background: url(img/nav4_hover.gif) no-repeat;
} 

.root-navigation .sort-4 a {
	background: url(img/nav6.gif) no-repeat;
} 
.root-navigation .sort-4 a:hover,
.root-navigation .sort-4.current a {
	background: url(img/nav6_hover.gif) no-repeat;
} 

.root-navigation .sort-5 a {
	background: url(img/nav7.gif) no-repeat;
} 
.root-navigation .sort-5 a:hover,
.root-navigation .sort-5.current a {
	background: url(img/nav7_hover.gif) no-repeat;
} 

.root-navigation .sort-6 a {
	background: url(img/nav8.gif) no-repeat;
} 
.root-navigation .sort-6 a:hover,
.root-navigation .sort-6.current a {
	background: url(img/nav8_hover.gif) no-repeat;
} 




.navigation {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	height: auto;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 0px 0px 5px 10px;
	color: #011e30 !important;
	font-weight: bold;
	line-height: 18px;
	height: auto;
}


.navigation li.level0 {
	display: none;
}

.navigation li.level1 a {
	font-weight: bold;
	margin-left: 0px;
	font-size: 100%;
}

.navigation li.level2 a {
	font-weight: normal;
	margin-left: 10px;
	font-size: 100%;
	padding: 0px 0px 4px 10px;
}

.navigation li.level3 a {
	font-weight: normal;
	margin-left: 20px;
	font-size: 100%;
	padding: 0px 0px 4px 10px;
}


.navigation li a:hover,
.navigation li.current a {
	font-weight: bold;
	color: #e3771d !important;
}
.navigation .level2 a:hover,
.navigation .level2.current a {
	font-weight: normal;
	color: #e3771d !important;
}
.navigation .level3 a:hover,
.navigation .level3.current a {
	font-weight: normal;
	color: #e3771d !important;
}
/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 0px 5px 0px 20px;
	line-height: 18px;
	margin-left: 190px;
	color: #011e30;
	border-left: 1px solid #e3771d;
}

#content table, 
#content td, 
#content tr, 
#content tbody,
#content b, 
#content p, 
#content input, 
#content select, 
#content label, 
#content textarea
#content span
#content div
#content strong {
	color: #011e30;
}

#content p {
	padding-top: 2px;
	padding-bottom: 3px;
}


#content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #e3771d;
}

#content h2,
#content h2 a,
#content h2 a:hover {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none !important;
	color: #011e30 !important;
}

#content a {
	text-decoration: underline;
	color: #e3771d;
}
#content a:hover {
	text-decoration: underline;
	color: #011e30;
}



#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}


#content {
	height: 334px;
}
/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 334px;
}

.pictures-right {
	float: right;
	margin-top: -15px;
	width: 300px;
}

.picture-right {
	border: 1px solid black;
	margin-left: 10px;
	margin-bottom: 10px;
}

.float_right {
	border: 1px solid black;
	margin-left: 10px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-top: -15px;
}

.page-ressource-subtitle {
	display: none;
}

.text {
	width: 275px;
}

#content-delimiter {
	height: 100px;
}

/*******************************************************************************/



/** lightbox **/

#imageDataContainer{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
}

#outerImageContainer{
        position: relative;
        top:102px;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }
#imageDataContainer{
        font: 10px Verdana, Helvetica, sans-serif;
        color: #666;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        position:relative;
        top:102px;
        }

