@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	width: auto;
	z-index: 50;
}

.copyright{
	width: 100%;
	position: relative;
	z-index: 6;
	font-size: 14px;
	color: #FFF;
	height: auto;
	text-align: center;
}
.zone_text{
	width: 180px;
	z-index: 5;
	font-size: 12px;
	color: #FFF;
	height: auto;
	text-align: justify;
	float: none;
	position: relative;
	left: 50px;
}
.zone_text_accueil{
	width: 390px;
	z-index: 5;
	font-size: 14px;
	height: auto;
	text-align: justify;
	left:50%;
	margin-left:-490px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
.zone_texte_titre{
	font-size: 24px;
	height: 40px;
	position: relative;
	font-variant: small-caps;
	color: #FFF;
	background-image: url(images/fond_titre.jpg);
	z-index: auto;
	width: 100%;
	float: left;
	background-color: #FFF;
	background-repeat: repeat-y;
}
.fond_gris_H {
	background-image: url(images/fd_gris_01.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 166px;
	background-position: center;
	position: relative;
	z-index: auto;
/*	left: 50%;
	margin-left: -530px;*/
}
.fond_gris_M {
	background-image: url(images/fd_gris_02.png);
	background-repeat: repeat-y;
	position: relative;
	background-position: center top;
	width: 100%;
	height: auto;
	/*left: 50%;
	margin-left: -530px;*/
}
.fond_gris_B {
	background-image: url(images/fd_gris_03.png);
	background-repeat: no-repeat;
	position: relative;
	font-size: 14px;
	color: #FFF;
	background-position: center bottom;
	height: 68px;
	/*width: 100%;*/

}
.fond_blanc_B {
	height: 250px;
	background-image: url(images/fd_blanc.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	width: 100%;
	height: auto;
}
/*grand cadre blanc*/
.cadre_H{
	background-image: url(images/cadre_01.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 710px;
}
.cadre_M{
	background-image: url(images/cadre_02.png);
	background-repeat: repeat-y;
	width: 710px;
	height: auto;
}
.cadre_B{
	background-image: url(images/cadre_03.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 710px;
}
/*petit cadre blanc*/
.p_cadre_H{
	background-image: url(images/p_cadre_01.png);
	height: 7px;
	width: 300px;
	background-repeat: no-repeat;
}
.p_cadre_M{
	background-image: url(images/p_cadre_02.png);
	background-repeat: repeat-y;
	width: 300px;
	height: auto;
}
.p_cadre_B{
	background-image: url(images/p_cadre_03.png);
	width: 300px;
	height: 7px;
}
/*menu haut*/
.Motif {
	background-image: url(images/motif_repetition.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 123px;
	position: absolute;
	top: 73px;
}
.barre_orange_M {
	width: 100%;
position: absolute;
}
.cadremenu {
	height: auto;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left:130px;
	top: 60px;
}
.cadre_menu {
	background-image: url(images/fd_orange.png);
	background-repeat:repeat-y;
	width: 100%;
	background-position: center;
	position: relative;
	height: 97px;
	top: 69px;
	z-index:auto;
}
.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 143px;
	width: 208px;
	position: relative;
	top: -60px;
	left: 50%;
	margin-left:-500px;
}
/*pied page*/
.bloc_news {
	background-image: url(images/cadre_accueil.png);
	position: absolute;
	height: 251px;
	width: 197px;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	margin-left:-80px;
	top: 0px;
}
.bloc_seminaire {
	background-image: url(images/cadre_accueil.png);
	position: absolute;
	height: 251px;
	width: 197px;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	margin-left:300px;
	top: 0px;
}
.texte_bloc_seminaire {
	position: absolute;
	height: 100px;
	width: 160px;
	top: 50px;
	font-size: 12px;
	left: 15px;
}
.ecran {
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.bloc_demo {
	background-image: url(images/cadre_accueil.png);
	position: absolute;
	height: 251px;
	width: 197px;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	margin-left:110px;
	top: 0px;
}
.btn_demo {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 25px;
	height: 30px;
	width: 140px;
	left: 20px;
	background-color: #666;
}
.btn_demo_text a {
	padding:7px;
	font-size: 15px;
	text-align: center;
	display: block;
	font-weight: bolder;
	color: #FFF;
	font-variant: normal;
}
.btn_demo_text a:hover {
	color: #F60;
}
.titre_accueil {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.01px;
	word-spacing: 0.05px;
	font-variant: small-caps;
}
.titre_bloc {
	font-size: 24px;
	color: #FA7F07;
	left: 20px;
	top: 15px;
	position: relative;
	width: 160px;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FA7F07;
}
.titre {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.01px;
	word-spacing: 0.05px;
	font-variant: small-caps;
}
.sous_titre {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.01px;
	word-spacing: 0.05px;
}
.texte {
	font-size: 14px;
	letter-spacing: 0.01px;
	word-spacing: 0.05px;
}
#ssmenu{
	width: 140px;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	line-height: 20px;
	left: -20px;
}
#menu {
	width: 200px;
	font-size: 18px;
	color: #FFF;
	position: relative;
	top: 10px;
	left: -20px;
	line-height: 30px;
	letter-spacing:-0.05em;
}
#menu li {
	list-style-position: inside;
	list-style-type: none;	
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
	padding-left: 10px;
}
#menu .Bactive{
	color:#F90;
	text-decoration: underline;
	padding-left:10px;
}
/*NEWS*/
#NewsTicker{
	/*border:solid 1px #cccccc;
	background:#eaf5e0;*/
	width:155px;
	height:190px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#NewsVertical {
	width: 155px;
	height: 190px;
	display: block;
	overflow: hidden;
	position: relative;
	top: 15px;
	}
	#controller{
	font-size:11px;
	color:#666;
	padding-right: 6px;
	padding-left: 120px;
	position: relative;
	top: -5px;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 155px;
		height: 190px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 155px;
		height : 190px;
		color: #333333;
		text-align: left;
		font-size: 10px;
		margin: 0;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 10px;
			font-weight:bold;
			margin-bottom:1px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 10px;
			font-weight:bold;
			margin-bottom:1px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:5px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
.fd_contenu {
	background-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3D3C3C;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
}
.contenu {
	height: 100%;
	width: 760px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-left: 5px;
}
.introvideo {
	height: auto;
	width: 992px;
	position: relative;
	left: 50%;
	margin-left: -495px;
}
.photoH{
	float: right;
	z-index: 2;
	clear: left;
	font-size: 10px;
	font-style: oblique;
	text-align: center;
	top: 0px;
	right: 0px;
}
.bloc_slide{
	width:155px;
	float:right;
}
#bloc_slide1{
	height:auto;
		top:-200px;
		position: relative;
		z-index:1;
	/*float:left;*/
}
#top-panel{
	width:100%;
	height:150px;
	top:0px;
	/*float:left;*/
}
#dl-panel{
	width:150px;
	height:80px;
	position: relative;
	font-size:14px;
	color:#FFF;
	background-color: #3D3C3C;
	font-variant: normal;
	text-align:center;
}
#dl-panel a{
	color:#FFF;
	text-decoration: none;
}
#dl-panel a:hover{
	color:#F60;
	text-decoration: none;
}

.download{
	font-size: 14px;
	background-image: url(images/download.png);
	height: 26px;
	width: 150px;
	text-align: center;
	color: #FFF;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	font-variant: normal;
	padding-top: 5px;
		padding-right:5px;
}
.download0{
	font-size: 14px;
	background-image: url(images/rapidlink.png);
	height: 26px;
	width: 150px;
	text-align: center;
	color: #FFF;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	font-variant: normal;
	padding-top: 5px;
	padding-right:5px;

}
.download0 a{
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-variant: normal;
}
.download0 a:hover{
	color: #F60;
}
.download1{
	font-size: 14px;
	background-image: url(images/rapidlink.png);
	height: 26px;
	width: 150px;
	text-align: center;
	color: #FFF;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	font-variant: normal;
	padding-top: 5px;
	/*z-index:-1;*/
}
.download:hover{
	color: #F60;
}
.download0:hover{
	color: #F60;
}
.download1:hover{
	color: #F60;
}
.news{
	width: 195px;
	left:0px;
	font-size: 14px;
	color: #FFF;
	top: 10px;
	position:relative;
	margin-left: 5px;
}
.news_titre{
	font-size: 24px;
	position: relative;
	font-variant: small-caps;
	color: #FFF;
	top:0px;
	background-image: url(images/fond_titre.jpg);
	z-index: auto;
	width: 788px;
	background-repeat: no-repeat;
}
.news_contenu {
	height: 150px;
	width:788px;
	background-color: #666;
	padding: 2px;
	font-size: 14px;
	font-variant: normal;
}
.news_letter {
	width:300px;
	text-align: center;
	position:relative;
	float:left;
	left:50px;
}
.news_letter a{
	font-size: 14px;
	color: #3C3C3C;
	font-variant: normal;
}
.news_letter a:hover{
	font-size: 14px;
	color: #f60;
}
.texte_blanc{
	font-size: 11px;
	color: #FFF;
}
/*Accès rapide*/
#top-panel{
	width:100%;
	height:150px;
	position: relative;
	/*float:left;*/
	background-color: #3D3C3C;
}
.mini_menu{
	float:left;
	font-size: 10px;
	color: #FFF;
	height: 100px;
	position: relative;
	padding-left:15px;
}
.mini_menu ul{
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #FFF;
}
.mini_menu li{
	list-style-type: none;
	padding-left:15px;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #FFF;
}
.mini_menu a{
	margin-left:-10px;
	color: #FFF;
	text-decoration: none;
}
.mini_menu a:hover{
	margin-left:-10px;
	color: #F60;
	text-decoration: none;
}

/*slide ecran - tooltip - pos img page*/
.logoC{
	width: 100%;
	height: 100%;
	text-align: center;
}
.logoC img {
	margin: auto;
	display: block;
}

/*Your CSS file*/
.tip {
	color: #FFF;
	width: 250px;
	background-color: #666;
	float: left;
	height: auto;
}

.something_else .tip {
	background-color: #993300;
}

.something_else .tip-title {
	background-color: #0000CC;
}

.tip-title {
	color: #F60;
	background-color: #666;
	font-size: 16px;
	padding: 5px;
}

.tip-text {
	color: #fff;
	font-size: 12px;
	padding: 5px;
}

.ind {
	width: 200px;
	background-color: #666;
	color: white;
	padding: 15px;
	border-bottom: 1px solid white;
}

#hide {
	margin-bottom: 20px;
}
/****/
 
.tt{
	float: left;
	height: 20px;
	width: 20px;
	display: block;
	text-align: center;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	position: relative;
	z-index: auto;
}
.detail{
	width: 250px;
	border: medium solid #3D3C3C;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding:5px;
}
.detail_entete{
	font-size: 16px;
	color: #FFF;
	background-color: #3D3C3C;
	height: 20px;
	width: 250px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
