/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


blockquote {
	font-size: small;
	text-align: justify;
	text-transform: uppercase;
}

dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
}

h2 {
	color: #000066;
	letter-spacing: 0.5em;
	text-indent: 10px;
}

h3 {
	color: #000066;
	letter-spacing: 0.5em;
	text-indent: 10px;
}

hr {
	height: 1px; color: #999999; background-color: #CCCCCC; border:none;
}

html, body {
	background-color: #999999;
	color: #333333;
	margin: 0;
	padding: 0;
}

img {
	border-bottom: 1px inset #CCCCCC;
	border-left: 1px inset #666666;
	border-right: 1px inset #CCCCCC;
	border-top: 1px inset #666666;
}

li {
	list-style-image: url(None);
	list-style-position: outside;
	list-style-type: None;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0pt;
}

p {
	margin-top: 0px;
	padding: 0;
}

td h4 {
	background-color: #A7A7A7;
	border-bottom-color: #CCCCCC;
	border-bottom-style: double;
	border-bottom-width: 1px;
	margin-top: 10px;
	text-align: center;
}

ul {
	list-style-image: url(None);
	list-style-position: inside;
	list-style-type: None;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

.col-droite {
	font-size: 80%;
	padding-left: 5px;
}

.col-gauche {
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	font-style: italic;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 80px;
}
.flechdroite {
	float: right;
	font-size: 70%;

}
.flechdroite a{
	border-left: none;
	text-decoration: none;
	font-style: italic;
	color: #666666;
}
.flechdroite img{
	border: none;
}
.flechgauche {
	float: left;
	font-size: 70%;

}
.flechgauche a{
	border-left: none;
	text-decoration: none;
	font-style: italic;
	color: #666666;
}
.flechgauche img{
	border: none;
}



.menu-horizontal {
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	color: #666666;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

.menu-horizontal a{
	color: #333333;
	text-decoration: none;
}

.menu-horizontal a:hover{
	color: #000066;
	text-decoration: underline;
}

.petit {
	margin-top: 0.5em;
	font-size: 0.7em;
	font-family: "Times New Roman", Times, serif;
}

td.petit h4{
	font-size:1.5em;
	letter-spacing:0.1em;
}

.spacer {
	background-color: #CCCCCC;
	clear: both;
	margin: 10px 0px;
}

.titre-tableau {
	background-color: #ACACAC;
}

#content2 {
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
}
#content2 a{
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 1px;
	text-decoration: none;
}

#content2 a:hover {
	border-left-color: #000066;
	border-left-style: solid;
	border-left-width: 1px;
	color: #000066;
	font-style: italic;
	text-decoration: none;
}

#content2 a:active {
	color: #00CCCC;
}

#content {
	clear: both;
	width: 50%;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	left: 470px;
	top: 87px;
	z-index: 2;
}

#content2 h4 {
	color: #000066;
	letter-spacing: 0.1em;
}

#content a{
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 1px;
	text-decoration: none;
}

#content a:hover {
	border-left-color: #000066;
	border-left-style: solid;
	border-left-width: 1px;
	color: #000066;
	font-style: italic;
	text-decoration: none;
}

#content a:active {
	color: #00CCCC;
}

#footer {
	background-color: #999999;
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #333333;
	font-size: x-small;
	font-style: italic;
	margin-top: 30px;
	padding: 2px 10px 0 0;
	text-align: right;
}

#footer a{
	color: #000000;
	font-style: italic;
	text-decoration: none;
}

#footer a:hover{
	color: #990000;
}

#header {
	background-color: #999999;
	color: #000066;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}

#nav {
	clear: right;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-left: -1px;
	padding: 0px 10px 50px 50px;
	text-align: right;
	width: auto;
}
.actus {
	padding: 10px 15px 20px 10px;
	/*font-size: 95%;*/
	background-color: #333366;
	color: #FFFFFF;
	text-align:center;
}
.actus h1{

	letter-spacing: 0.2em;

}
.actus h5{
	font-size: 150%;
	letter-spacing: 0.1em;
	padding-top: 0px;
	margin: 0px 0px 2px;
}

.actus p {
margin-bottom:5px;
}

.actus a:hover {
border-left:none;
color:#DDD;
font-style:italic;
text-decoration:none;
}
.actus a {
border-left:none;
color:#FFF;
font-family:"Times New Roman",Times,serif;
font-style:italic;
text-decoration:underline;}

.actus a:visited {
border-left:none;
color:#FFF;
font-family:"Times New Roman",Times,serif;
font-style:italic;
text-decoration:underline;}

.bouton-zuruck {
	height: 22px;
	width: 18px;
	left: 10px;
	top: 10px;
	position: absolute;
}
.bouton-zuruck IMG{
	border: none;
}
