/* CSS for IVI */


/*GLOBAL*/
body   { font-size: 13px; font-family: Arial, Helvetica, sans-serif; background: #fcfdfd url("images/bg.jpg") repeat-x left top; margin: 0; padding: 0 }
#popup { background-image: none !important; }
li { font-size: 13px; font-family: Arial, Helvetica, sans-serif }
a, a:active, a:visited {color:#154A61;} 
a:hover {color:#CB1113;}


/*Content (center column) */
.padding {padding-right:15px;}
#content  { padding: 15px 0 15px 24px }
#content h1  { color: #1b3845; font-size: 20px; font-weight: normal; margin: 0 0 10px; padding: 0 }
/*red color in the h1*/
#content h1 b {
	color:#C80103; 
	font-weight:normal;
}
#content h1 b a { color: #c80103; font-weight: normal; text-decoration: none }
#content h2  { color: #c80103; font-size: 13px; margin: 10px 0 5px }
#content h3 {
	font-size:13px; 
	font-style:italic; 
	color:#1B3845; padding:0px; margin:2px 0px;
}
#content h4    { color: #0281c4; font-size: 14px; margin: 0 0 0; padding: 0 }

/*blue frame*/
#content .frame {
	padding:10px; 
	background-color:#EEF5F9; 
	border:1px solid #D0E5F5; 
	display:block; clear:both; 
	margin:15px 0px 15px 0px;
}

/*title*/
#content .frame b{
	clear:both; 
	display:block;
}
/*author*/
#content .frame span {
	line-height:25px;
	text-align: right;
	display: block;
	font-style:italic;
}
H5   { color: #154a61; font-size: 11px; font-family: Verdana; font-weight: normal }
H5 strong    { color: #0281c4; font-size: 13px; font-family: Verdana; font-weight: bold }
.col_gc   { background-color: #f0f7fb; margin: 5px 20px 10px 0; padding: 5px 15px; width: 220px; float: left; border: solid 1px #d1d8dc }
.col_dt  { font-size: 11px; background-color: #f0f7fb; margin: 5px 0 15px 30px; padding: 5px 10px 5px 15px; width: 220px; float: right; border: solid 1px #d1d8dc }
/*quotes*/
.quotes_dt  { background-color: white; background-image: url("images/quotes.gif"); background-repeat: no-repeat; background-position: 10px 10px; margin: 30px; padding: 10px 10px 10px 45px; width: 190px; float: right; border: solid 1px #d0e5f5 }
.quotes_gc { background-color: #eef5f9; background-image: url("images/quotes.gif"); background-repeat: no-repeat; background-position: 10px 10px; margin-right: 10px; margin-left: 10px; padding: 10px 10px 10px 45px; width: 190px; float: left; border-width: 1px; border-color: #d0e5f5 }
#content p {
	font-size:13px; 
	color:#154A61; 
	margin:0px 0px 5px 0px;
}

.img {margin:0px 10px 10px 0px;}



/*LEFT COLUMN*/

.left {
	background-color:#F2FAFF;
	background-image: url(images/left_back_shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
.left_title   { font-size: 14px; margin: 0 0 5px 14px }

.left_menu   { color: #154a61; font-size: 13px; padding: 0 5px 0 0 }
.left_context { color: #154a61; font-size: 13px; padding: 5px 10px 0 14px }
.left_menu a, .left_menu a:visited, .left_menu a:active  { text-decoration: none; background-image: url("images/left_menu_hr.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; padding: 5px 0 5px 14px }
.left_context a, .left_context a:visited, .left_context a:active  { text-decoration: none; background-image: url("images/left_context_hr.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; padding: 5px 0 5px 14px }
.left_menu a:hover {
	background-color:white; text-decoration:none; 
}	



/* RIGHT COLUMN */

.right {padding-top:15px;}
.window  { font-size: 12px; background-color: #ecf7fc; margin-bottom: 10px; padding: 10px }
/*news links*/ #news a, #news a:active, #news a:visited {color:#C80002; text-decoration:none;}
#news a:hover {color:#7CC103; text-decoration:none;}
#news p {margin:0px;}
#news span {margin:5px 0px; display:block;}

/*FOOTER*/
#footer {font-size:11px; color:#7E868A; border-top:1px solid #154A61; height:20px;}
#footer a {text-decoration:none;}
#footer a img {border:none;}

/*HAUT*/
#haut {font-size:11px; color:#7E868A;}
#haut a {text-decoration:none;}
#haut a img {border:none;}
h2 a { color: #154a61; font-size: 13px; font-weight: normal; margin: 0 0 0 5px; padding: 0 }
#danslemonde  { background-color: #eef4f5; height: 115px; vertical-align: bottom }
#plaquette { width: 146px; float: left; padding-right: 15px; padding-bottom: 5px; }
#plaquette a { color: #868686; font-size: 10px; text-decoration: none; }
#plaquette a:hover { color: #f00; }

/**MultiBox v1.3**/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/**/
