/*
	* GENERALS PROPERTIES
	* Clear
	* Display et Float
	* Radius
	* Text Shadow
	* Box Shadow
	* Erreurs
	* Bouton & liens
	* T?ti?re
	* Grilles
	* Padding et Marges
	* Autocompletion
	* Menu
	* Bloc de contenu
	* Alerte / Edito
	* Formulaire
	* Formulaire de recherche	
	* Header
	* Breadcrumb
	* Items : en bloc, en liste...
	* Pages d'Accueil (accueil, accueil musique, accueil people, accueil voyage....)
	* Pages de r�sultats de recherche
	* Page de vid?o
	* Pagination
	* Footer
	* Login
	* Pages statiques
	* Upload
	
	* Formulaire d'inscription
*/	


/* GENERALS PROPERTIES 
----------------------------------------------- */
*, body{
	margin:0;
	padding:0;
	font: normal 12px/18px "bebas_neueregular", arial;}

a{text-decoration:none;color:#333;outline:none;}
a:hover{text-decoration:underline;}
img{border:0;outline:none;}
input{vertical-align:middle;line-height:15px;}
li{list-style: none;}
b{font-weight:bold;}

.txt-center{text-align:center;}
.txt-right{text-align:right;}
.red {color:#FF7070 !important;font-weight:bold;}
a.black {
	color:#666 !important;
	font-weight:bold;
	font-size:13px !important;
	text-decoration:underline;}
a.black:hover {color:#333 !important;}

/* Clear
---------------------------------------------- */
.clearfix:after, 
.clear:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;}
	
.clearfix, 
.clear {display:block;}

.clear {clear:both;}

html[xmlns] .clearfix,
html[xmlns] .clear {display: block;}

* html .clearfix,
* html .clear {height: 1%;}

.clear_marge{clear:both;margin-bottom:10px;}


/* Display et Float
---------------------------------------------- */
.left {float:left;}
.right {float:right;}
.inline{display:inline;}
.block {display:block}


/* Radius
---------------------------------------------- */
.radius_3{
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;}
	
.radius_20{
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-chrome-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius:20px;}
	
.radius_half{
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-chrome-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius:5px 5px 0 0;}

.radius_half_bottom{
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-ms-border-radius:0 0 5px 5px;
	-chrome-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;}
	
.radius_half_top{
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	-chrome-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;}
	
.radius_half_left{
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	-ms-border-radius:4px 0 0 4px;
	-chrome-border-radius:4px 0 0 4px;
	-o-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;}
	
.radius_half_right{
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	-ms-border-radius:0 4px 4px 0;
	-chrome-border-radius:0 4px 4px 0;
	-o-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;}
	
/* Text Shadow
---------------------------------------------- */
.text-shadow-dark{
	-moz-text-shadow:0 1px 0 #333;
	-webkit-text-shadow:0 1px 0 #333;
	-ms-text-shadow:0 1px 0 #333;
	-chrome-text-shadow:0 1px 0 #333;
	-o-text-shadow:0 1px 0 #333;
	text-shadow:0 1px 0 #333;}
	
.text-shadow-light{
	-moz-text-shadow:1px 1px 0 #f1f1f1;
	-webkit-text-shadow:1px 1px 0 #f1f1f1;
	-ms-text-shadow:1px 1px 0 #f1f1f1;
	-chrome-text-shadow:1px 1px 0 #f1f1f1;
	-o-text-shadow:1px 1px 0 #f1f1f1;
	text-shadow:1px 1px 0 #f1f1f1;}
	
/* Box Shadow
---------------------------------------------- */
.box-shadow{
	-moz-box-shadow:0 0 4px #999;
	-webkit-box-shadow:0 0 4px #999;
	-ms-box-shadow:0 0 4px #999;
	-chrome-box-shadow:0 0 4px #999;
	-o-box-shadow:0 0 4px #999;
	box-shadow:0 0 4px #999;}

/* Erreurs
---------------------------------------------- */
.error{
	border:1px solid #f99;
	background-color:#FEF8F6;
	color:#CD0A0A;
	font-weight:bold;
	padding:5px;}

.noerror{
	border:1px solid #004F15;
	background-color:#C4E9CE;
	color:#005015;
	font-weight:bold;
	padding:5px;}
	
.errorSelected {border:1px solid #f99 !important;}
	
#retourForm {margin:0 0 10px 0;}
#retourForm ul li span#label,
#retourForm ul li span#objet{color:#f33;}
	
/* Bouton & liens
---------------------------------------------- */
.bt_blue {
	padding:2px 5px;
	text-align:center;
	border:1px solid #01327f;
	color:#fff;
	font:bold 12px/14px arial;
	background:transparent url('/img/default/bg_bt_blue.gif') repeat-x 0 0;}	

.bt_blue:hover {background:transparent url('/img/default/bg_bt_blue.gif') repeat-x 0 100%;text-decoration:none;}	

.link_more_view {
	background: url("/img/default/arrow_blue2.png") no-repeat scroll 0 0 transparent;
	padding:0 0 0 15px;
	margin:0 15px 0 0;
	color:#00327F;
	font:bold 12px/18px arial;}

.blue_button{
	background-color: #0188CE;
    color: #FFF !important;
    display: inline-block;
    font: bold 14px/14px arial;
    padding: 8px;
    text-align: center;}
	
.blue_button:hover{
	text-decoration:none;
	-webkit-transition:background-color 0.25s linear 0s; 
	-moz-transition:background-color 0.25s linear 0s; 
	-ms-transition:background-color 0.25s linear 0s; 
	-chrome-transition:background-color 0.25s linear 0s; 
	-o-transition:background-color 0.25s linear 0s; 
	transition:background-color 0.25s linear 0s; 
	background-color: #0273ae;}
	
.blue_button2{
	background-color: #01327F;
    color: #FFF !important;
    display: inline-block;
    font: bold 12px/14px arial !important;
    padding: 4px;
    text-align: center;}
	
.blue_button2:hover{
	text-decoration:none;
	-webkit-transition:background-color 0.25s linear 0s; 
	-moz-transition:background-color 0.25s linear 0s; 
	-ms-transition:background-color 0.25s linear 0s; 
	-chrome-transition:background-color 0.25s linear 0s; 
	-o-transition:background-color 0.25s linear 0s; 
	transition:background-color 0.25s linear 0s; 
	background-color: #184a98;}
	
.videolist{
	display:inline-block;
	padding:3px 4px 3px 25px;
	font:bold 10px/12px arial;
	background:transparent url('/img/default/picto_add.png') no-repeat left 0;}
	
.videolist:hover{text-decoration:none;background:transparent url('/img/default/picto_add.png') no-repeat left 100%;}


.link_acces {
    background: url("/img/default/arrow_white2.png") no-repeat scroll 0 -1px transparent;
    color: #fff;
    padding: 0 0 0 15px;}
	
.link_acces.up { background: url("/img/default/arrow_white3.png") no-repeat scroll 0 -1px transparent !important;}
	
/* T?ti?re
---------------------------------------------- */	
.tetiere1,
.tetiere2{
    border-bottom: 1px solid #003380;
    color: #003380;
	font-weight: bold;
    padding: 0 0 5px;}
	
.tetiere1{
	margin: 0 0 15px; 
	font-size: 14px;}	
.tetiere2 {
	margin: 0 0 20px;
	font-size: 16px;}
	
.tetiere2 span{color: #003380;font:normal 12px/14px arial;}
	
.tetiere1 span{
	background-color:#003380;
	padding:3px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;}
	
.tetiere1 span.nbr_resultats{
	background-color:#fff;
	padding:0;
	color:#999;
	font-weight:bold;
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-chrome-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius:0px;}
	
.tetiere3{
	background-color:#ededed;
	padding:3px !important;
	color:#003380;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;
	text-align:center;
	border-bottom:none !important;}

/* Grilles
---------------------------------------------- */
.col630 {width: 630px;}
.col600 {width: 600px;}
.col290 {width: 290px;}
.col300 {width: 300px;}
.col310 {width: 310px;}
.col306 {width: 306px;}
.col320 {width: 320px;}
.col330 {width: 330px;}

.col630, 
.col600, 
.col290, 
.col300, 
.col310,
.col306,
.col320, 
.col330 { float: left;}

/* Border
----------------------------------------------*/
.borderR {border-right:1px solid #f1f1f1;}

/* Sprite
-----------------------------------------------*/

.arrow_sprit{background:transparent url('/img/default/arrow_sprit.png') no-repeat 0 0;}
.icon_sprit{background:transparent url('/img/default/icon_sprit.png') no-repeat 0 0;}

/* Padding et Marges
---------------------------------------------- */
.margR10 {margin-right:10px !important;}
.margR20 {margin-right:20px !important;}
.margR30 {margin-right:30px !important;}
.margR40 {margin-right:40px !important;}

.margB10 {margin-bottom:10px !important;}
.margB20 {margin-bottom:20px !important;}

.margL10 {margin-left:10px !important;}
.margL20 {margin-left:20px !important;}

.margT10 {margin-top:10px !important;}
.margT20 {margin-top:20px !important;}

.margRB1010 {margin:0 10px 10px 0;}
.margRB1020 {margin:0 10px 20px 0;}
.margRB2010 {margin:0 20px 10px 0;}
.margRB2020 {margin:0 20px 20px 0;}

.margLB1010 {margin:0 0 10px 10px;}
.margLB1020 {margin:0 0 20px 10px;}
.margLB2010 {margin:0 0 10px 20px;}
.margLB2020 {margin:0 0 20px 20px;}

.margTB1010 {
	margin-top:10px !important;
	margin-bottom:10px !important;}
	
.margTB1020 {
	margin-top:10px !important;
	margin-bottom:20px !important;}
	
.margTB2010 {
	margin-top:20px !important;
	margin-bottom:10px !important;}
	
.margTB2020 {
	margin-top:20px !important;
	margin-bottom:20px !important;}

.padding5 {padding:5px;}
.padding8 {padding:8px;}
.padding10 {padding:10px;}


/* Autocompletion
----------------------------------------------- */

.ac_loading {background: transparent url('/img/default/ajax-loader-round.gif') right center no-repeat;}

.ac_results {
	background:#f5f5f5;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;
	margin:0 0 0 2px;
	padding:1px;
	z-index: 1010 !important;}
	
.ac_results ul{}
.ac_results ul li{padding:5px;}
.ac_results ul li.ac_over{}


/* Bloc de contenu
---------------------------------------------- */

.wrap-inside{
	width: 80%;
	max-width: 970px;
	min-width:970px;
	_width:970px;
	margin:0px auto;}

.content-inside {
    background: url("/img/default/mb_label/common/bg_content.png") repeat-y scroll 0 0 transparent;
    padding: 20px 15px;}


/* Alerte / Edito
--------------------------------------------------------------- */

.wrap-edito {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	position:relative;
	background:transparent url("/img/default/bulle.png") no-repeat 85% bottom;}
	
.wrap-edito #close_edito {
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	padding:3px 5px 3px 20px;
	background:#e7e6e4 url("/img/default/cross_blue.png") no-repeat 4px 6px;
	-moz-text-shadow:0 1px 0 #f5f5f5;
	-webkit-text-shadow:0 1px 0 #f5f5f5;
	-ms-text-shadow:0 1px 0 #f5f5f5;
	-chrome-text-shadow:0 1px 0 #f5f5f5;
	-o-text-shadow:0 1px 0 #f5f5f5;
	text-shadow:0 1px 0 #f5f5f5;}
	
.wrap-edito #close_edito a{color:#00327F;font-weight:bold;}	
.wrap-edito .edito{background: #f5f5f5 url("/img/default/bg_edito.gif") no-repeat;padding:15px;}
.wrap-edito .edito h2{color:#00327F;font-size:14px;margin:0 0 15px 0;}
.wrap-edito .edito p{margin:0 0 5px 0;line-height:18px;}
.wrap-edito .edito p.end{margin:0;}


.edito{background-color: #f5f5f5;padding:10px;}

.alert{background-color:#dbffcd;font:bold 14px/18px arial;color:#175300;margin:0 0 25px 0;padding:10px;}

/* Formulaire
------------------------------------------------------------ */

.exemple{font:italic 11px arial;color:#999;}

#newPartnerForm {
	width:53%;
	margin:0 auto;
	padding:30px;
	background-color:#F5F5F5;}
	
#content_ultimedia #newPartnerForm {
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;}

#titre_formulaire {
    background-color: #0165A8;
    color: #0165A8;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;}

label {
    color: #09548B;
    font-weight: bold;
    margin-right: 6px;
    padding-left: 3px;}	
	
table tr td input[type=text],
table tr td input[type=password],
table tr td select,
select,
input[type=text],
input[type=password],
textarea{
	background-color: #fff;
    border: 1px solid #CCC;
   -moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;
    color: #333333;
    margin: 5px 2px;
    padding: 3px;}
	
table tr td input[type=text],
table tr td input[type=password],
table tr td select,
select,
input[type=text],
input[type=password]{width: 275px;}
	
table tr td input.site_checkbox{margin:0 5px 0 18px;}	
	
table tr td input.size5{width:50px;}	
table tr td input.size15{width:95px;}
table tr td input.size10{width:70px;}
table tr td input.size20{width:120px;}
table tr td input.size78{width:178px;}

table tr td select.small_select{width:135px;}
table tr td select.xtrsmall_select{width:105px;}
table tr td select.xxtrsmall_select{width:90px;}
table tr td select.xxxtrsmall_select{width:70px;}

table tr td small{font:italic 11px/12px arial;color:#666;margin-bottom:10px;display:block;}

.form_table table tr td input,
.form_table tr td select{background-color:#FBFBFB;}

.form_table table  tr td input.focused, 
.form_table table tr td select.focused{
	border:1px solid #4396CB;
	background-color:#fff;
	-moz-box-shadow:0 0 3px #4396CB;
	-webkit-box-shadow:0 0 3px #4396CB;
	-ms-box-shadow:0 0 3px #4396CB;
	-chrome-box-shadow:0 0 3px #4396CB;
	-o-box-shadow:0 0 3px #4396CB;
	box-shadow:0 0 3px #4396CB;}
	
	
table tr td input[type=submit],
table tr td input[type=button],
input[type=submit],
input[type=button],
button{
	background-color: #0188CE;
	border: medium none;
    color: #FFF;
    cursor: pointer;
    font: bold 12px/18px arial;
	padding:4px 6px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;
	-moz-text-shadow:0 1px 0 #333;
	-webkit-text-shadow:0 1px 0 #333;
	-ms-text-shadow:0 1px 0 #333;
	-chrome-text-shadow:0 1px 0 #333;
	-o-text-shadow:0 1px 0 #333;
	text-shadow:0 1px 0 #333;}
	
table tr td input[type=submit],
table tr td input[type=button]{margin:0 5px;}

.form_table table tr td input[type=submit],
.form_table table tr td input[type=button]{margin:0;}

.align_td_table tr td label {width:120px;display: block;}
	
.link_see_all,
.link_export,
#submitetape3,
.link_action {
	background-color: #0188CE;
	border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px/18px arial;
	padding:4px 6px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;
	-moz-text-shadow:0 1px 0 #333;
	-webkit-text-shadow:0 1px 0 #333;
	-ms-text-shadow:0 1px 0 #333;
	-chrome-text-shadow:0 1px 0 #333;
	-o-text-shadow:0 1px 0 #333;
	text-shadow:0 1px 0 #333;}
	
table tr td input[type=submit]:hover,
table tr td input[type=button]:hover,
.link_see_all:hover,
.link_export:hover,
.form_table table tr td input.valid_inscription:hover,
.form_table table tr td input.valid_inscription:hover {background-color:#0273ae;text-decoration:none;}

table tr td input.valid_inscription{
	border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px/18px arial;
    margin: 0 5px;
	background-color: #0188CE;}


#content_ext p.txt-center {margin:10px 0 0 0;}

.form_table table tr td{padding:0;}	
	
#newSiteForm table{width:80%;margin:0 auto;}

#content_ext .form_table table tr td .ajoutsuppr{
	cursor:pointer;
	color:#fff;
	font:bold 14px/16px arial;
	padding:2px 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;
	background-color: #0188CE;
	-moz-text-shadow:0 1px 0 #333;
	-webkit-text-shadow:0 1px 0 #333;
	-ms-text-shadow:0 1px 0 #333;
	-chrome-text-shadow:0 1px 0 #333;
	-o-text-shadow:0 1px 0 #333;
	text-shadow:0 1px 0 #333;}
	
#newSiteForm table tr td .ajoutsuppr:hover{background-color: #0273AE;}
	
td.formBlockTitle {
    font: bold 14px 'trebuchet MS',arial;
    padding: 20px 0 5px;}
	
td.formBlockTitle span{display:block;background-color:#00327F;padding:5px 10px;}
td.formBlockTitle span span{color:#fff;font:bold 14px/18px arial;padding:0;}


/********** Meter ********************/

.meterSelected {background-color:#33ff33;}
#newUserForm #meter_tag {margin:210px 0 0 20px;}
#editUserForm #meter_tag {margin:172px 0 0 20px;display:none;}
#meter_tag {
	position:relative;
	float:left;
	color: #888888;
	z-index: 1000;}

#meter_tag #meter {
	font-size:11px;
	height: 10px;
	font-size: 100%;
	margin-bottom: -2px;}

#meter div {
	float: left;
	height: 5px;
	width: 15px;
	margin:2px;
	padding:0pt;
	border:1px solid #999;}
	
/* Formulaire de recherche
---------------------------------------------- */

.wrap_mdr {
    background-color: #CCCCCC;
    float: left;
    margin: 22px 0 0 36px;
    width: 578px;}

.wrap_mdr .menu {margin: 0 0 5px;}

#content_ultimedia .wrap_mdr .menu {float:left;}
#content_ultimedia .wrap_mdr .menu li {border-right: 1px solid #0271AF;padding:0 2px;}
	
#content_ultimedia .wrap_mdr .menu li a {
    color: #429CD0;
    font: bold 11px/14px arial;
	padding:3px;}
	
#content_ultimedia .wrap_mdr .menu li a:hover,
#content_ultimedia .wrap_mdr .menu li.active a {text-decoration:none;}
	
#content_ultimedia .wrap_mdr .menu li.active a {
    color: #fff;
    font: bold 11px/14px arial;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;
	background-color:#00327F;
	padding:3px;}

#content_ultimedia .wrap_mdr .menu li.end {border-right: medium none;}

#content_ultimedia .mdr {padding: 12px;}
#content_ultimedia .mdr input {
    height: 20px;
    margin: 0 10px 0 0;
    padding: 3px;
    width: 510px;
	border:none;}
	
#content_ultimedia .mdr {background: url("/img/default/mb_label/emi/bg_searchbox.gif") repeat-y scroll 0 0 transparent;}

#content_ultimedia .mdr input.valid_search {
    border: medium none;
    color: #FFF;
    cursor: pointer;
    font: bold 12px/18px arial;
    height: 28px;
    margin: 0;
    width: 106px;}

#content_ultimedia .mdr input.valid_search, 
#content_ultimedia .wrap_preferences .preferences_config input.valid_search {background-color: #0188CE;}


#header-inside .wrap_mdr .menu li.end {border-right: medium none;}

#header-inside .mdr {
	padding: 3px 3px 2px 50px;
	background: url("/img/default/loupe.png") no-repeat scroll 6px 4px transparent;}
	
#header-inside .mdr input {
    height: 20px;
    margin: 0 10px 0 0;
    padding: 3px;
    width: 240px;
	border:none;}
	
#header-inside .mdr select{
	float:left;
	margin:0 10px 0 0;
	border:none;
	width:150px;
	padding:4px;}	

#header-inside .mdr input.valid_search {
    border: medium none;
    color: #FFF;
    cursor: pointer;
    font: bold 12px/18px arial;
    height: 28px;
    margin: 0;
    width: 106px;}

#header-inside .mdr input.valid_search{background-color: #001D57;}
#header-inside .wrap_preferences .preferences_config input.valid_search {background-color: #0188CE;}



/* Header
---------------------------------------------- */

#quick_access{background:#001d57 url('/img/default/bg_pix_blue.gif') repeat 0 0;}
#quick_access a{color:#fff;}

#quick_access a.arrow_sprit{
	float:left;
	margin-right:8px;
    background-position: 0 -619px;
    padding: 3px 0 0 12px;}
	
#quick_access a:hover {text-decoration:none;}

.link_login {   
	background-position:0 1px;
    padding: 0 0 0 15px;}	
	
#zone_connexion a {margin:0 0 0 5px;font-weight:bold;}
#zone_connexion a:first-child {margin:0;}
	
#zone_connexion .separator {
	color:#fff;
	font-weight:bold;
	float:left;
	padding:3px 20px;
	background:transparent url('/img/default/separator.png') no-repeat 0 0;}

#zone_connexion .link_extranet {display:none;}
#zone_connexion #span_name a{background-position:0 -186px;padding:0 0 0 20px;}

#header_ultimedia{background :#00327f url("/img/default/header.jpg") no-repeat center bottom;}
#header-inside {position:relative;height:86px;}

.h1 {
	color: #9db6dd;
    font-size: 11px;
	font-weight:bold;
    left: 56px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 56px;}
	
#header-inside #logo_digiteka{float:right;margin:8px 0 5px;}

#header-inside #wrap_zone_connexion {margin-right:5px;}

#header-inside #zone_connexion,
#header-inside #zone_connexion a {color:#fff;}

#header-inside #zone_connexion{font: normal 11px/14px arial;letter-spacing:1px;}
#header-inside #zone_connexion a {font: bold 11px/14px arial;}

#header-inside #zone_connexion {padding:4px 6px;}
	
#header-inside #zone_connexion a {margin:0 0 0 5px;color:#fff;}
#header-inside #zone_connexion a:first-child {margin:0;}
	
#header-inside #zone_connexion a.bt_blue {display:inline-block;}

/* Menu
-----------------------------------------------*/

.menu {
    list-style: none outside none;
    padding: 0;}
	
.menu li {
	float: left;
	position:relative;}
	
.menu li a {
	display: block;
	font: bold 13px arial;
	text-decoration:none;}
	
.menu li a:hover {text-decoration:none;}
	
	
#menu_principal {
	position:relative;	
	/*-moz-box-shadow:0 -3px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;
	-webox-shadow:0 -3px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;
	-ms-box-shadow:0 -3px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;
	-chrome-box-shadow:0 -3px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;
	box-shadow:0 -3px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;*/
	background-color:#001d57;
	_background-color:#001d57;
	_background-image:none;} 
	
#menu_principal .menu li a {
	padding:10px 12px;
	color:#fff;
	-moz-text-shadow:0 1px 0 #333;
	-webkit-text-shadow:0 1px 0 #333;
	-ms-text-shadow:0 1px 0 #333;
	-chrome-text-shadow:0 1px 0 #333;
	-o-text-shadow:0 1px 0 #333;
	text-shadow:0 1px 0 #333;}
	
#menu_principal .menu li.ongletstatic_home a{background-color: #4267A0;padding:12px 10px 8px;}
	
#menu_principal .menu li.start a {margin-left:10px;}
	
#menu_principal .menu li a:hover,
#menu_principal .menu li.active a,
#menu_principal .menu li.sfhover a{
	color:#00327F;
	background-color:#fff;
	-moz-text-shadow:0 0 0 #0156a0;
	-webkit-text-shadow:0 0 0 #0156a0;
	-ms-text-shadow:0 0 0 #0156a0;
	-chrome-text-shadow:0 0 0 #0156a0;
	-o-text-shadow:0 0 0 #0156a0;
	text-shadow:0 0 0 #0156a0;}

#menu_principal .menu li#onglet_autre {margin:0 15px 0 0;}
#menu_principal .menu li#onglet_autre a{
	padding-right:25px;
	background-image:url("/img/default/arrow_menu.png");
	background-repeat:no-repeat;
	background-position:86% -28px;}
	
#menu_principal .menu li#onglet_autre a:hover,
#menu_principal .menu li#onglet_autre.sfhover a,
#menu_principal .menu li#onglet_autre.active a{background-position:86% 18px;}
	
#menu_principal .menu li#onglet_autre span{
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	padding-right:6px;
	border-right:1px solid #ccc;}
	

#menu_principal .menu li.ongletstatic a{
	background-color: #4267A0;
	padding-right:15px;
	padding-left:15px;
	margin:0;
	-moz-box-shadow:0 -2px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;
	-webox-shadow:0 -2px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;
	-ms-box-shadow:0 -2px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;
	-chrome-box-shadow:0 -2px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;
	box-shadow:0 -2px 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 0 white;}
	
#menu_principal .menu li.ongletstatic_home a:hover,	
#menu_principal .menu li.ongletstatic.active a,
#menu_principal .menu li.ongletstatic a:hover {
	color:#fff;	
	background-color:#4267A0;
	-moz-text-shadow:0 1px 0 #333;
	-webkit-text-shadow:0 1px 0 #333;
	-ms-text-shadow:0 1px 0 #333;
	-chrome-text-shadow:0 1px 0 #333;
	-o-text-shadow:0 1px 0 #333;
	text-shadow:0 1px 0 #333;}

#menu_principal .menu li.onglet_form{float:right;}

.wrap_menu_sec{
	border-bottom:1px solid #439CD1;
	padding:5px 5px 5px 15px;}	
	
	
#menu_secondaire li{margin: 0 15px 0 0;}	

#menu_secondaire li a{
	color:#00327F;
	padding:3px;}
	
#menu_secondaire li .arrow{
	padding:3px 18px 3px 3px;
	background-image:url('/img/default/arrow_menu.png');
	background-repeat:no-repeat;
	background-position:96% 9px;}

#menu_secondaire li:hover a,
#menu_secondaire li.active a,
#menu_secondaire li:hover a.arrow,
#menu_secondaire li.active a.arrow{
	color:#fff;
	background-color:#00327F;
	-webkit-transition:background-color 0.25s linear 0s; 
	-moz-transition:background-color 0.25s linear 0s; 
	-ms-transition:background-color 0.25s linear 0s; 
	-chrome-transition:background-color 0.25s linear 0s; 
	-o-transition:background-color 0.25s linear 0s; 
	transition:background-color 0.25s linear 0s; }
	
#menu_secondaire li:hover a.arrow,
#menu_secondaire li.active a.arrow{background-position:96% -37px;}
	
	
	
	
.menu .sfhover .sub{display: block;}	

.menu li .sub{
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--   */
    float: left;}
	
.menu li .sub li a{ 
	float: left;   
    padding: 10px; }
	
	
#menu_principal .menu li .sub{ 
	display:none;
	z-index:10;
    left: -100px; 
	top: 36px;  
	background:#fff;
    margin: 0; 
	-webkit-box-shadow:  0px 1px 2px 0px #999999; 
	-moz-box-shadow:  0px 1px 2px 0px #999999; 
	-chrome-box-shadow:  0px 1px 2px 0px #999999; 
    box-shadow:  0px 1px 2px 0px #999999;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;
	width:470px;
	padding:5px 10px;}

	
#menu_principal .menu li .sub ul {float:left;width:33%;}
#menu_principal .menu li .sub ul li{width:100%;border-top:1px solid #f1f1f1;}
#menu_principal .menu li .sub ul li.first{border-top:none;}
	
#menu_principal .menu li#onglet_autre .sub ul li a{    
	color:#0157a2;
	font-weight:400;
	background: transparent url("/img/default/arrow_sprit.png") no-repeat 0 -570px;
	padding:10px 0 10px 15px; }
	
#menu_principal .menu li#onglet_autre .sub ul li.active a{ 
	font-weight:700;
	background: transparent url("/img/default/arrow_sprit.png") no-repeat 0 -392px;
}  
	
#menu_secondaire li .sub{
	display:none;
    left: -10px; 
	top: 21px;  
	background:transparent url('/img/default/arrow_bg_menu.png') no-repeat 30px top;
    margin: 0; 
	padding: 5px 0 0 0;  
    width: 170px;}
	
#menu_secondaire li .sub li{
	margin: 0; 
	padding: 0;  
    clear: both;  
    width: 170px;
	background: #ececec;    
	border:1px solid #ececec;
	border-top:1px dotted #00327F;}
	
#menu_secondaire li .sub .start{border-top:none;}
	
#menu_secondaire li .sub li a{  
	padding:10px;
    width: 145px;  
	color:#00327F;
	background-color:#ececec;
	font-weight:bold;}
	
html #menu_secondaire li .sub li a:hover { /*--Hover effect for subnav links--*/  
	color:#0188CE;
}

#menu_principal .menu li.sfhover .sub,	
#menu_secondaire li.sfhover .sub {display:block;}


/* Breadcrumb
---------------------------------------------- */

.fil_ariane {
	font: 11px/18px arial;
    margin: 0 0 20px;}
	
.fil_ariane span {font: 11px/18px arial;}

#content_ultimedia .fil_ariane {
    border-bottom: 1px solid #f0f0f0;
    color: #999;}
	
#content_ultimedia .fil_ariane span, 
#content_ultimedia .fil_ariane a {color: #999;}
#content_ultimedia .fil_ariane span {font-weight:bold;font-size:12px;}
#content_ultimedia .fil_ariane a:hover {color: #333;}


/* Items : en bloc, en liste...
---------------------------------------------- */

.block_h {margin:0 0 20px 0;}
.block_h.end {margin:0;}


.oneItemNews {
    border-bottom: 1px solid #DBDBDB;
    margin: 0 8px 5px;
    padding: 0 0 5px;
	width:48%;}

.oneItemNews a.link_vignette { height: 68px;width: 90px;overflow:hidden;border:1px solid #ccc;margin: 0 10px 0 0;background:transparent url("/img/default/img_default2.gif") no-repeat;}

.oneItemNews .vignette { height: 68px; width: 90px;}
	
.oneItemNews .infosItem {
    float: left;
    width: 77%;}
	
.col630 .oneItemNews,
.col600 .oneItemNews {width: 100%;margin:0 0 5px 0;}	

.col630 .oneItemNews .infosItem {
    float: left;
    width: 83%;}
	
.col600 .oneItemNews .infosItem {
    float: left;
    width: 66%;}
	
.col300 .oneItemNews {width: 100%;margin:0 0 5px 0;}	

.col300 .oneItemNews .infosItem {
    float: left;
    width: 64%;}	
	
#content_ultimedia .oneItemNews .infosItem h3 a {
    color: #003380;
    font: italic bold 14px/18px arial;}
	
#content_ultimedia .oneItemNews .infosItem .artisteName {font: italic bold 12px/18px arial;}

.oneItemNews .infosItem p span.detailItem {color: #999;}

.oneItemNews .infosItem span.type_track, 
.oneItemNews .typeVideo span.type_track {background-color: #00327F;}

.oneItemNews .infosItem span.type_people, 
.oneItemNews .typeVideo span.type_people {background-color: #00327F;}

.oneItemNews .infosItem span.type_voyage, 
.oneItemNews .typeVideo span.type_voyage {background-color: #00327F;}

.oneItemNews .infosItem span.titleType {
    color: #FFF;
    display: block;
    float: left;
    font: bold 11px/16px arial;
    padding: 2px 7px;}


/* Pages d'Accueil (accueil, accueil musique, accueil people, accueil voyage....)
---------------------------------------------------------------------------------- */


/* Pages de r?sultats de recherche
---------------------------------------------- */
.result_wrap_search .oneItemNews {
	border-bottom: 1px solid #DBDBDB;
    margin: 0 0 5px;
    padding: 0 0 5px;
    width: 98%;}
	
.result_wrap_search .oneItemNews {
	border-bottom: 1px solid #DBDBDB;
    margin: 0 0 5px;
    padding: 0 0 5px;
    width: 98%;}
	
.result_wrap_search .oneItemNews .catItem{
	padding: 5px;
   color:#fff;
   font-weight:bold;
   background-color:#00327F;}

/* Page de vid?o
---------------------------------------------- */
.wrap_video {
	background-color:#000;
	width:610px;
	height:372px;
	margin:10px auto;
	display:block;
	overflow:hidden;
	position:relative;}

#line{
	color:#999;
	font-style:italic;
	text-align:center;
	margin:10px 0 15px 0;}

.header-article {
    border-bottom: 1px solid #DBDBDB;
    margin: 0 0 15px 0;
	padding:0 0 5px 0;}
	
.header-article .vignette {
    height: 68px;
    margin: 0 10px 0 0;
    width: 90px;
	background:transparent url("/img/default/img_default2.gif") no-repeat;
	border:1px solid #ccc;}
	
.header-article .infosArticle {
    float: left;
    width: 65%;}
	
.header-article .infosArticle h1{ 
	color: #003380;
    font: italic bold 14px/18px arial;}
	
.header-article .infosArticle h2#artisteName {font: italic bold 12px/18px arial;}

.header-article .infosArticle #detailArticle {color: #999;}
.header-article .importantArticle {width:18%;text-align:right;}
.header-article .catArticle{	
   padding: 5px;
   color:#fff;
   font-weight:bold;
   background-color:#00327F;
   margin:0 0 5px 0;
   display:inline-block;}
   
.header-article .nbrVueArticle{	
   color:#333;
   font-weight:bold;
	font-size:16px;}

.tetiere_me span{
	font: bold 13px/18px arial;
	color:#333;}
	
.etape,
.tetiere_me span.etape{
	font: bold 16px/18px arial;
	color:#fff;
	background-color:#439BD0;
	padding:5px 10px;
	margin:0 10px;}	
		
.wrap_preferences .tetiere_me {
	border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
	padding:0 0 7px;}

.wrap_preferences .tetiere_me span.etape {margin:0 10px 0 0;}
	
.wrap_preferences .preferences_config {}
.wrap_preferences .preferences_config .config {width:60%;margin:0 10px 0 0;}
.wrap_preferences .preferences_config .config.end{margin:0;}

.wrap_preferences .preferences_config .config p{
	margin:0 0 10px;
	float:left;}
	
.wrap_preferences .preferences_config .config p label{
	display:block;
	float:left;
	width:108px;
	text-align:right;
	margin:0 10px 0 0;
	vertical-align:middle;
	font-weight:bold;
	color:#666;}
	
.wrap_preferences .preferences_config .config p input#autoplay{border:none;}
.wrap_preferences .preferences_config .config p input{
	border:1px solid #999;
	padding:2px;
	height:20px;}
	
.wrap_preferences .preferences_config .config p select{
	border:1px solid #999;
	width:250;
	padding:2px;
	margin:0;
	height:20px;
	width:250px;}

.wrap_preferences .preferences_config #wrap_code_embed p #etape3 {margin:10px 10px 0 0;}
.wrap_preferences .preferences_config #wrap_code_embed {width:38%;}
.wrap_preferences .preferences_config #wrap_code_embed #wrap-valide-pref {margin:10px 0 0;}
.wrap_preferences .preferences_config #wrap_code_embed input.valid_search{
	padding:3px;
	color:#fff;
	width:106px;
	height:28px;
	font:bold 12px/18px arial;
	border:none;
	cursor:pointer;
	margin:0;}
	
.wrap_preferences .preferences_config #wrap_code_embed input.valid_search:hover{background-color:#0273ae;}
	
.wrap_preferences .preferences_config #wrap_code_embed textarea {border:1px solid #999;padding:5px;width:228px;height:100px;}

.wrap_preferences #pre-config-connexion p{line-height:20px;margin:0 0 10px 0;}



/* Widget Parametor
----------------------------------------------------------------------*/

#wrap_widget {
	margin:10px auto;
	display:block;
	overflow:hidden;
	position:relative;}

.widget_preferences .tetiere_me {
	border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
	padding:0 0 7px 0;}

.widget_preferences .tetiere_me span.etape {margin:0 10px 0 0;}
	
.widget_preferences .preferences_config {}
.widget_preferences .preferences_config .config {width:60%;margin:0 10px 0 0;}
.widget_preferences .preferences_config .config.end{margin:0;}

.widget_preferences .preferences_config .config p{
	margin:0 0 10px 0;
	float:left;}
	
.widget_preferences .preferences_config .config p label{
	display:block;
	float:left;
	width:108px;
	text-align:right;
	margin:0 10px 0 0;
	vertical-align:middle;
	font-weight:bold;
	color:#666;}
	
.widget_preferences .preferences_config .config p input{
	border:1px solid #999;
	padding:2px;
	height:20px;
	margin:0;
	width:250px;}
.widget_preferences .preferences_config .config p input#autoplay{
	border:none;
	width:20px;}
.widget_preferences .preferences_config .config p select{
	border:1px solid #999;
	padding:2px;
	margin:0;
	height:20px;
	width:250px;}
.widget_preferences .preferences_config .config input.valid_search{
	padding:3px;
	color:#fff;
	width:130px;
	height:28px;
	font:bold 12px/18px arial;
	border:none;
	cursor:pointer;
	margin:0;}

.widget_preferences .preferences_config #wrap_code_embed p #etape3 {margin:10px 10px 0 0;}
.widget_preferences .preferences_config #wrap_code_embed {width:38%;}
.widget_preferences .preferences_config #wrap_code_embed #wrap-valide-pref {margin:10px 0 0 0;}
.widget_preferences .preferences_config #wrap_code_embed input.valid_search{
	padding:3px;
	color:#fff;
	width:106px;
	height:28px;
	font:bold 12px/18px arial;
	border:none;
	cursor:pointer;
	margin:0;}
	
.widget_preferences .preferences_config #wrap_code_embed input.valid_search:hover{background-color:#0273ae;}
	
.widget_preferences .preferences_config #wrap_code_embed textarea {border:1px solid #999;padding:5px;width:345px;height:100px;}

.widget_preferences #pre-config-connexion p{line-height:20px;margin:0 0 10px 0;}




	
/* Pagination
------------------------------------------------------------- */

.pagination,
.pagination_simple {
	width:100%;
	margin:10px 0;}

.pagination a {padding:5px;}

.pagination .prev,
.pagination .next,
.pagination .nbrpages{float:left;}	

.pagination .prev,
.pagination .next{width:30%;}

.pagination .prev span,
.pagination .next span{color:#ccc;}

.pagination .prev{text-align:right;}	
.pagination .next{text-align:left;}
.pagination .nbrpages{
	width:40%;
	text-align:center;}

.pagination .prev a:hover,
.pagination .nbrpages a.active,
.pagination .nbrpages a:hover,
.pagination .next a:hover{
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	border-radius:4px;
	background-color:#dfdfdf;
	font-weight:bold;
	text-decoration:none;}

.pagination_simple{text-align:center;padding:10px 0 0 0;border-top:1px solid #e7e7e7;}
.pagination_simple a{font:bold 14px/18px arial;color:#00327F;padding:5px;}

/* Footer
---------------------------------------------- */
#footer_ultimedia {background-color: #00327F;}
#footer_ultimedia #menu_footer{margin:0 4px;padding:4px 0;background-color:#4367A0;}	
#footer_ultimedia #menu_footer ul{
	list-style-type:none;
	margin:0 auto;
	width:380px;
	padding:8px;
	color:#fff;
	text-align:center;}
	
#footer_ultimedia #menu_footer ul li{
	color:#fff;
	margin:0 10px 0 0;
	float:left;}
	
#footer_ultimedia #menu_footer ul li.end{margin:0;}
#footer_ultimedia #menu_footer ul li a{
	display:block;
	color:#fff;
	-moz-text-shadow:0 1px 0 #000;
	-webkit-text-shadow:0 1px 0 #000;
	-ms-text-shadow:0 1px 0 #000;
	-chrome-text-shadow:0 1px 0 #000;
	-o-text-shadow:0 1px 0 #000;
	text-shadow:0 1px 0 #000;
	font-weight:bold;}

.footer {padding:0 0 10px 0;}


/* Login
--------------------------------------------------------------- */
	
#edito_connexion {
	border-right:1px solid #fff;
	padding:0 10px 0 0;width:36%;}

#edito_connexion h2{
	color: #01327F;
    font-size: 14px;
    font-weight: bold;}		
	
#edito_connexion p{margin:5px 0;}		
	
#login_accordeon_video {
	background-color :#f0f0f0;
	padding:15px;
	margin:0 0 20px 0;}
	
#login_accordeon_video form fieldset{
	border-color: #fff;
    border-style: solid;
    border-width: 2px 1px 0 0;
    display: block;
    padding: 1.5em 1.8em 0;
	float:left;
	width:259px;}
	
#login_accordeon_video form fieldset.end{border-right:none;}
	
#login_accordeon_video form fieldset legend{
	color: #01327F;
    font-size: 14px;
    font-weight: bold;
    padding: 0 1em;}
	
#login_accordeon_video form fieldset p{margin:0 0 20px 0;font-size:13px;}
#login_accordeon_video form fieldset p label{display:inline-block;color:#01327F;font-weight:bold;width:78px;margin:0 5px 0 0;text-align:right;padding:0;}
#login_accordeon_video form fieldset p input{width:164px;padding:2px;height:18px;border:1px solid #bac7da;margin:0;}
#login_accordeon_video form fieldset p#bouton_connexion {margin:0;}
#login_accordeon_video form fieldset p#bouton_connexion input{
	border: medium none;
    color: #fff;
    cursor: pointer;
    font: bold 12px/18px arial;
    height: 28px;
    width: 106px;
	background-color: #0188CE;
	margin:0 5px 0 0;}
	
#login_accordeon_video form fieldset p .bouton_inscription{
	background-color: #0188CE;
    color: #fff;
    font: bold 12px/14px arial;
    padding:5px 20px;
    text-align: center;}
	
#login_accordeon_video form fieldset p .bouton_more{
	background-color: #c3c3c3;
    color: #000;
    font: bold 12px/14px arial;
    padding:5px 30px;
    text-align: center;}

#login_accordeon_video form fieldset p#bouton_connexion input:hover,
#login_accordeon_video form fieldset p .bouton_inscription:hover{text-decoration:none;background-color: #0273ae;}

#login_accordeon_video form fieldset p .bouton_more:hover{text-decoration:none;background-color: #afaeae;}
	
#login_accordeon{display:none;}

#login_accordeon {
	display:none;
	width:98%;
	background-color :#4367A0;
	padding:6px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-ms-border-radius:0 0 5px 5px;
	-chrome-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;}

#login_accordeon div label{
	color:#fff;
	font-weight:bold;
	margin:0 0 0 5px ;
	text-align:right;}
	
#login_accordeon div input{width:170px;padding:2px;height:15px;border:1px solid #00327F;margin:0 10px 0 0;}
	
#login_accordeon div input#login_bouton_connexion{
	border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px/18px arial;
    height: 28px;
    width: 106px;
	background-color: #0188CE;
	margin:0 5px 0 0;}	
		
#login_accordeon p#nouveau_venu a{
	background-color: #0188CE;
    color: #FFFFFF;
    font: bold 12px/14px arial;
    padding:5px;
    text-align: center;
	display:block;}
	
#login_accordeon .bloc_error_login {width:320px;}
#login_accordeon .bloc_error_login p#authError{margin:0 10px 0 0;}
#login_accordeon .bloc_form_login {width:600px;}

.footer-login {
	background-color: #F5F5F5;
    border-top: 1px solid #E8E8E8;
    clear: both;
    color: #777777;
    font-weight: bold;
    padding: 5px;}
	
/* Pages Statiques
----------------------------------------------------------- */

.page_static  .edito{padding:10px;font-weight:bold;font-size:14px;}

.page_static  p {
	margin:0 0 10px 0;
	text-align:justify;
	font-size:14px;
	padding:0 20px;
	line-height:18px;}

.page_static  p.txt-center{text-align:center;}

.page_static  ul {
	margin:5px 0 15px 0;
	font-size:14px;
	padding:0 50px;
	line-height:18px;}
	
.page_static  ul li {
	margin:0 0 5px 0;
	font-size:14px;
	padding:0 0 0 18px;
	background: transparent url("/img/default/arrow_blue2.png") no-repeat 0 2px;}
	
.page_static  ul.mode_emplois li {
	background: none;}
	
.page_static  ul.mode_emplois li b{
	font:bold 12px/14px arial;
	color:#003380;}

.page_static  p b {font-weight:bold;	font-size:14px;}
.page_static  p a {
	color: #429CD0;
	font-size:14px;
    font-weight: bold;}
	
/* Page de CGU
------------------------------------------------------------------ */

#page_cgu {}

#page_cgu h2{
	margin:0 0 20px 0;
	color:#00327F;
	font-weight:bold;
	font-size: 16px;text-align:justify;}
	
#page_cgu h3{
	font-weight:bold;
	margin:30px 0 10px 0;
	text-decoration:underline;
	text-align:justify;}
	
#page_cgu p{
	margin:0 0 10px 0;
	line-height:18px;
	text-align:justify;}
	
#page_cgu p,
#page_cgu ul li {text-align:justify;line-height:18px;font-size:13px;}

#page_cgu p img {vertical-align:middle;}

#page_cgu p b,
#page_cgu ul li b{font-weight:bold;}

/* -----------------------------------------------
	Ext
------------------------------------------------ */
.link_export {
    background-image: url("/img/default/icon_csv.png");
	background-repeat: no-repeat;
	background-position: 6px 3px;
	padding-left:26px !important;
}

.graph_black {width:100%;margin:0 0 20px 0;}
.popup_graph {width:900px;}

.tableau_MEA {
	background-color:#f5f5f5;
	padding:10px;}

#content_ext .wrap-edito {margin:0;}
#content_ext .wrap-edito .edito h2{border:none;margin:0 0 5px 0;}
#content_ext .wrap-edito .edito p b{font-weight:bold;}

#content_ext h2{
    border-bottom: 1px solid #003380;
    color: #003380;
	font-weight: bold;
    padding: 0 0 5px;
	margin: 0 0 15px;
	font-size: 14px;}

#content_ext #wrap_recap_label {}	
#content_ext #wrap_recap_label p,
#content_ext #wrap_recap_label p span{display:block;}	
#content_ext #wrap_recap_label p span{float:left;}	
#content_ext #wrap_recap_label p .label{width:45%;margin:0 10px 0 0;font-weight:bold;}	
#content_ext #wrap_recap_label p .inforecap{width:45%;}	


/* Structure
------------------------------------------------------------ */
#content_ext .cols31 {width:31%;margin:0 15px 0 0;}
#content_ext .cols31.end {margin:0;}
#content_ext .cols32 {width:32%;margin:0 15px 0 0;}
#content_ext .cols32.end {margin:0;}
#content_ext .cols36 {width:36%;margin:0 15px 0 0;}
#content_ext .cols36.end {margin:0;}
#content_ext .cols45 {width:45%;margin:0 15px 0 0;}
#content_ext .cols45.end {margin:0;}
#content_ext .cols49 {width:49%;margin:0 15px 0 0;}
#content_ext .cols49.end {margin:0;}
#content_ext .cols52 {width:52%;margin:0 15px 0 0;}
#content_ext .cols52.end {margin:0;}
#content_ext .cols62 {width:62%;margin:0 15px 0 0;}
#content_ext .cols62.end {margin:0;}
#content_ext .cols67 {width:67%;margin:0 15px 0 0;}
#content_ext .cols67.end {margin:0;}

#content_ext #topsContainer {margin: 0 0 15px;position:relative;}
#content_ext #topsContainer .cols32{margin-top: 15px;}


/* Table
--------------------------------------------------------- */
.table_100 {width:100%;}
.attrib td{background-color: #a9bedb;}
.attrib_error td{background-color: #faa !important;}
.attrib_success td{background-color: #afa !important;}

.notActive td{background-color: #fff;}
.finishedtd{background-color: #ffabb3;}
.notFinished td{background-color: #d6f5d9;}
.notYet td{background-color: #fff8a8;}
.edition td {background-color:#99cc99;}
.creation td {background-color:#ccccff;}

.table_ext_result tr th,
#content_ext table tr th,
#content_ext table tr td{padding:3px;}

#content_ext form table tr th,
#content_ext form table tr td{padding:0;}
#content_ext form table tr.MEA_territoires td {padding:3px;}

#content_ext tr td table{width:100%;}
#content_ext tr td table tr{}
#content_ext tr td table tr th{
	background-color:#EAF0F7;
	color:#333;
	font-weight:bold;}

#content_ext tr th a,
#content_ext tr td a{color:#0188CE;font-weight:bold;}

#content_ext tr th a:hover,
#content_ext tr td a:hover{text-decoration:underline;}
	
#content_ext tr th,
#content_ext tr.tfoot td,
.table_ext_result tr th,
.table_ext_result tr.tfoot td{
	background-color:#00327F;
	color:#fff;
	font-weight:bold;
	text-align:center;}

.table_search_result,	
.table_search_result2,
.table_search_result3,
.table_editterritories,
.table_ext_result,
#content_ext .wrap_recap table{margin:10px 0 0 0;width:100%;}
#content_ext #table_revenus_estimes { margin: 0 auto;text-align:center;}
#content_ext #table_revenus_estimes td.th_cell_tre {
    color: #09548B;
    font: bold 13px/18px arial;
    padding: 0 50px 3px 0;}

#content_ext #table_revenus_estimes td {
    font: bold 20px/18px arial;
    padding: 0 50px 20px 0;}

.zebra, table tr.zebra td {background-color:#f5f5f5; }	
table tr td table tr.zebra td {background-color:#f6f9fc; }	
#content_ext table tr td table{border-bottom:1px solid #e7e7e7; }
#content_ext .territoriesGestion table tr td {background-color: #e7e7e7; padding: 4px; }

#content_ext .wrap_recap table tr td.label{font-weight:bold;}

.table_editterritories tr th{width:33%}
.table_editterritories td{vertical-align:top}
.table_editterritories input[type=text],
.table_editterritories input[type=password]{width:95%;}
.table_editterritories .center{text-align: center;}
	
/* Header
----------------------------------------------------- */	
/*#header_ext_admin {background :#00327f url("/img/default/header.jpg") no-repeat center bottom;}*/

#header_ext_admin #menu_principal .menu li.onglets {border-top:3px solid #39678D;}
#header_ext_admin #menu_principal .menu li.onglets a {
	padding:0 4px;
	color:#00327f;
	text-decoration:none;}
#header_ext_admin #menu_principal .menu li.onglets a {
	font-size:13px;
	-moz-text-shadow:0 1px 0 #f5f5f5;
	-webkit-text-shadow:0 1px 0 #f5f5f5;
	-ms-text-shadow:0 1px 0 #f5f5f5;
	-chrome-text-shadow:0 1px 0 #f5f5f5;
	-o-text-shadow:0 1px 0 #f5f5f5;
	text-shadow:0 1px 0 #f5f5f5;}	

#content_ext .content-inside {
    background: url("/img/default/mb_label/common/bg_content.png") repeat-y scroll 0 0 transparent;
	padding:4px;}
	
#content_ext #wrap_page {padding: 20px 10px;min-height:650px;}

#content_ext .statsWrapper,
#content_ext .statsWrapper td table.list{width: 100%;}
#content_ext .statsWrapper td table.list{
	border: 1px dashed #0275B3;
	clear: both;}

#content_ext .statsWrapper td{vertical-align: top;}
#content_ext .statsWrapper td table.list th.hits{width: 60px;}

/* Flags ----------*/
#menu_flag{
	float:left;
	height:14px;
	padding:4px 0;
	margin-right:16px;}
	
#menu_flag li{display:inline-block;}
#menu_flag li a{display:block;width:16px;height:11px;}
*+html #menu_flag li{zoom:1; display:inline;}

ul li  .fr{background: url("/img/default/flags/fr.png") no-repeat;}
ul li  .en{background: url("/img/default/flags/uk.png") no-repeat;}
ul li  .es{background: url("/img/default/flags/es.png") no-repeat;}
ul li  .de{ background: url("/img/default/flags/de.png") no-repeat;}
ul li  .pt{ background: url("/img/default/flags/br.png") no-repeat;}


/* Ext Fancey, pour apper?u vid?o
----------------------------------------------------- */
.tetiere_fancy{
	margin:0 0 10px 0;
	padding:0 0 7px 0;
	border-bottom:1px solid #ccc;}
	
.tetiere_fancy span.nameEtape{
	font:bold 16px/18px arial;
	color:#666;}
	
.tetiere_fancy{margin:0 0 10px 0;}

#wrap_video_fancy{}
#wrap_video_fancy #wrap_video{width:310px;margin:10px 20px 0 6px;}
.txt_apercu{
	color:#999;
	font:italic 11px/18px arial;
	text-align:center;
	margin:10px 0;}
	
#wrap_video_fancy #wrap_preferences{width:380px;margin:10px 0 0 0;}
#wrap_video_fancy #wrap_preferences p{padding:0 0 8px 0;}
#wrap_video_fancy #wrap_preferences p.label{font: bold 14px/18px arial;}
#wrap_video_fancy #wrap_preferences p.label span{font: bold 12px/18px arial;}

#wrap_video_fancy #wrap_video,
#wrap_video_fancy #wrap_preferences{float:left;}

.popup_sauvage{
	z-index:10000;
	position:fixed;
	width:500px;
	padding:10px;
	left:50%;
	margin-left:-200px;
	top:100px;
	border: 1px solid #aaa;
	background-color:#fff;
	box-shadow:0 0 5px #333;
	border-radius:5px;
	display:none;}

/* Top 10 Titres et Top 10 Artiste
----------------------------------------------------- */
#content_ext .cols32 .tetiere_top {
    background-color: #00327F;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    text-align: center;}
	
#content_ext .cols32 .wrap_top ul li {
    font-weight: bold;padding:4px 0;}	
	
#content_ext .cols32 .wrap_top ul li a {
    color: #0188CE;
    font-weight: bold;}
	
#content_ext .cols49 .tetiere_top {
    background-color: #00327F;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    text-align: center;}
	
#content_ext .cols49 .wrap_top ul li {
    font-weight: bold;padding:4px 0;}	
	
#content_ext .cols49 .wrap_top ul li a {
    color: #333333;
    font-weight: bold;}
	
#content_ext .cols49 .wrap_top ul li a .black{
    color: #333333;}
	
	
/* Formulaire de recherche menu partenaire 
------------------------------------------------------------ */
#menu_principal #form_search_menu {float:right;display:inline;padding-top:5px;}
#menu_principal #form_search_menu label{color:#fff;}
#menu_principal #form_search_menu #monurl{border:none;margin:0 5px;width:150px;}
#menu_principal #form_search_menu #search_content_type{border:none;margin:0 5px;padding:2px 4px;width:100px;}

	
/* Pop up
---------------------------------------------------------------*/

#contenu_popup {margin:20px;padding:10px;border:1px solid #ccc;}	
#contenu_popup #link_close{text-align:right;}	
#contenu_popup #link_close a{color:#00327F;font:bold 14px/18px arial;}	


/* Etape ?changes
--------------------------------------------------------------- */

.bc{
	text-align:center;
	margin:25px 0;
	clear:both;}

.bc ul,
.bc ul li{display:inline;}

.bc ul{
	padding: 15px 10px;
	background-color:#f5f5f5;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-chrome-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius:4px;}
	
.bc ul li{
	background-color:#7ABEE1;
	padding:5px 32px;
	margin:0 3px 0 0;}
	
.bc ul li.end{margin:0;}

.bc ul li span{color:#F3F4F5;font:bold 12px/18px arial;}

.bc ul li.on{background-color:#0188CE;}
.bc ul li.on span{color:#fff;}

.bc ul li.separator{
	background-attachment: scroll;
    background: transparent url("/img/default/separtion_commande.gif") repeat-x left top;
    float: left;
    margin: 0;
    width: 15px;}

.MEA_txt,	
.linkNextStep2 ,
.label_spe {font:bold 14px/18px arial;color:#00327F;}

.link_fichier_ex img{vertical-align:middle;}
	
	
/* Widget
---------------------------------------------------- */
.tetiere_mode{background-color:#00225C;color:#fff;font:bold 14px arial;padding:5px;margin:5px 0 17px;}

.jukebo_widget_search .jukebo_widget_search_result{clear: left;padding:0 0 8px 0;margin:0 0 8px 0;border-bottom:1px solid #e5e5e5;}
.jukebo_widget_search .jukebo_widget_search_result a img{
	width: 80px;
	height: 61px;
	margin-left: 2px;
	margin-right: 20px;
	float: left;}
.jukebo_widget_search .jukebo_widget_search_result .jukebo_widget_search_content{width:76%;float:left;}
.jukebo_widget_search .jukebo_widget_search_result a .jukebo_widget_result_title{
	color: #003380;
    font: italic bold 12px/18px arial;}
	
.col310 {width:310px;margin-right:5px;float:left;}	
.col310.end {margin-right:0;}
	
.col310 .jukebo_widget_search_result {
width:100%;
margin:0 0 8px;}

.col310 .jukebo_widget_search_result .vignette{float:left;width:100px;height:76px;position:relative;}
.col310 .jukebo_widget_search_result .vignette .layer{position:absolute;top:0;left:0;width:100px;height:76px;background:transparent url("/img/default/layer_small.png") no-repeat center center;opacity:0.65;}
.col310 .jukebo_widget_search_result .vignette:hover .layer{opacity:1;}

.col310 .jukebo_widget_search_result a img {
	float:left;
	margin:0 5px 0 0;	
	height: 76px;
	width: 100px;}
	
.col310 .jukebo_widget_search_result .jukebo_widget_search_content {
float:right;
width:65%;}

.col310 .jukebo_widget_search_result .jukebo_widget_search_content .videolist{margin-top:5px;}

.col310 .jukebo_widget_search_result .infosItem h3{min-height:12px;}
.col310 .jukebo_widget_search_result .infosItem h3 a{color:#333;font-weight:bold;font-size:14px;}	

.col310 table td #mdtk_partner{width:185px;}
.col310 #exportable_code{width:295px !important;height:76px !important;}
#leftpoulouh{padding-top:5px;}
#leftpoulouh #mdtk_partner{width:185px;}
#leftpoulouh #exportinfo{margin:10px 0;font:bold 14px/18px arial;}
#leftpoulouh #mypreviewtarget{
	position:relative;
	right:0;
	top:0px;
	background-color:black;
	width:300px;
	height:250px;
	margin:0 auto;}
	
#leftpoulouh #exportable_code{width:416px;height:58px;margin:10px 0 0 0;}

#submitetape2 {
float: right;
height: 40px;
font-weight: bold;
font-size: 16px;
color: #00c000;}

#verif_source {margin:0 auto;width:320px;}

	
#resultSearchAttrib .trTailleZoneAttribCampaign {background-color: #BCF; text-align: center; font-weight: bold;}
#loadingOverlay {display: none;}


.dataTables_length { float: left;}   
.dataTables_filter {text-align:right;}
.dataTables_info { text-align:center}

.paginate_enabled_previous, .paginate_enabled_next {
color: #09548B;
font-weight: bold;
cursor: pointer; }

.paginate_disabled_previous, 
.paginate_disabled_next, 
.paginate_disabled_previous:hover, 
.paginate_disabled_next:hover{text-decoration: none;   }

.paginate_disabled_previous, 
.paginate_enabled_previous, 
.paginate_enabled_next, 
.paginate_disabled_next  {display:block;}

.paginate_disabled_previous, 
.paginate_enabled_previous {float:left;}

.paginate_enabled_next, 
.paginate_disabled_next { text-align:right;}

th.sorting, 
th.sorting_asc,
th.sorting_desc { 
cursor:pointer;
padding-right:20px !important;
background-repeat: no-repeat;
background-position: right center;}


/* Upload 
------------------------------------------------------------------ */

#wrap_vignette {float:left;width:305px;}
#wrap_other_vignette {float:left;width:280px;}
#choose_picture p{margin:10px 5px;}

.ME_upload{padding:10px;background-color:#f5f5f5;font-weight:bold;margin-bottom:10px;}

.add_site,
.delete_site{display:block;cursor:pointer;width:16px;height:16px;}

.add_site{background:transparent url('/img/default/add.png') no-repeat 0 0;}
.delete_site{background:transparent url('/img/default/cross.png') no-repeat 0 0;}

 #content_ext form table tr td.site_name {background-color:#f5f5f5;border-top:2px solid #ccc;font-weight:bold;padding:3px;}
 
 
.preview_picture{display:block;position:relative;float:left;margin-left:10px;}
.preview_picture.first{margin-left:5px;}

.preview_picture span{
	visibility:hidden;
	display:block;
	opacity:0.5;
	font-size: 12px;
    font-weight: bold;
	color:#fff;
	background-color:#000;
	position:absolute;
	height: 61px; 
	width: 120px;
	top:5px;
	left:5px;
	padding:30px 5px 5px 5px;
	text-align: center;
   }
.preview_picture:hover span{visibility:visible;}

#content_upload {padding-right:20px;}
#content_upload  #vignettes_loading{display:none;font:bold 14px/18px arial;}
#content_upload  #vignettes_loading img{vertical-align:middle;}
#content_upload .plupload_filelist_footer .plupload_progress{width:250px;}
#content_upload .plupload_filelist_footer .plupload_progress .plupload_progress_container{margin-top:0;}
#content_upload .plupload_filelist_footer .plupload_progress .plupload_progress_container .plupload_progress_bar{height:19px;}

.plupload_filelist_footer .plupload_file_action{display:none;}

#content_upload .tetiere_me {
	border-bottom: 1px solid #ccc;
    margin: 0 0 18px;
	padding:0 0 7px 0;}
	
#content_upload .tetiere_me span.nameEtape{
	color:#00327f;
	font:bold 18px/26px arial;
}

#content_upload .tetiere_me span.etape{margin:0 10px 0 0;}

#fils_ariane {margin-top:50px;}

#fils_ariane .etape_upload{margin-bottom:40px;}

#fils_ariane .etape_upload .nbr_etape{
	float:left;
	background-color: #439BD0;
    color: #FFFFFF;
    font: bold 16px/18px arial;
    padding: 5px 10px;}

#fils_ariane .etape_upload .wrap_content_etape{
	background:transparent url("/img/default/arrow_step.png") no-repeat 0 50%;
	float:left;
	padding-left:10px;
	width:246px;}
	
#fils_ariane .etape_upload .wrap_content_etape .content_etape{background-color:#f1f1f1;padding:12px;}
#fils_ariane .etape_upload .wrap_content_etape .content_etape .nameEtape{font:bold 14px arial;margin-bottom:6px;}
#fils_ariane .etape_upload .wrap_content_etape .content_etape .descEtape{font:italic 11px arial;color:#666;}

#fils_ariane .etape_upload.active .nbr_etape{background-color:#002660;}
#fils_ariane .etape_upload.active .wrap_content_etape .content_etape{background-color:#002660;color:#fff;}
#fils_ariane .etape_upload.active .wrap_content_etape .content_etape .descEtape{color:#ccc;}
#fils_ariane .etape_upload.active .wrap_content_etape{background:transparent url("/img/default/arrow_step_active.png") no-repeat 0 50%;}

#content_upload .plupload_container{padding:0;}

.wrap_upload p{margin:5px;}
.wrap_upload  .edito h2{
	color: #00327F;
    font-size: 14px;
	font-weight:bold;
    margin: 0 0 15px;
	border-bottom:none;}

.wrap_upload .edito{background:transparent url('/img/default/bg_upload.png') no-repeat right center;}

.wrap_upload .tetiere_encode{padding:5px;margin-bottom:10px;border-bottom:1px solid #333;}	
.wrap_upload .tetiere_encode span{font:bold 14px/18px arial;color:#666;}

.wrap_upload .frame{
	border-style:solid;
	border-width:5px;
	border-color:#fff;}
	
.wrap_upload .frame_selected{
	border-style:solid;
	border-width:5px;
	border-color:#fff;
	-moz-box-shadow:0 0 8px #999;
	-webkit-box-shadow:0 0 8px #999;
	-ms-box-shadow:0 0 8px #999;
	-chrome-box-shadow:0 0 8px #999;
	-o-box-shadow:0 0 8px #999;
	box-shadow:0 0 8px #999;}

.wrap_upload #loading_choosepicture{display:none;}

.wrap_upload #choose_picture a:hover{text-decoration:none;}
.wrap_upload #choose_picture #previewPicture .alert{width:670px;}

.wrap_upload .bar, 
.wrap_upload #progression{
	display: block;
	height: 25px;
	width: 485px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;}

.wrap_upload .bar{
	background-color: #fff;
	margin: 0 0 5px;
	-moz-box-shadow: 1px 1px 4px #999;
	-webkit-box-shadow: 1px 1px 4px #999;
	-o-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	float:left;margin:0 10px 0 0;}
	
.wrap_upload #progression{background-color: #158bc8;}

.wrap_upload #uploadstatus{
	color: #fff;
	display: block;
	text-align: center;}

#label_upload .choix,
#label_upload .other{float:left;}

#label_upload .choix,
#label_upload .other{margin-right:20px;}

#label_upload .choix.last{margin-right:0;}

#label_upload .choix{
	width:26%;
	min-height:260px;
	background-position: center 25%;
	background-repeat: no-repeat;}
	
#label_upload #choix1 .txt,
#label_upload #choix2 .txt{margin-top:122px;min-height:74px;}

#label_upload #choix1{background-image:url('/img/default/bg_upload2.png');}
#label_upload #choix2{background-image:url('/img/default/bg_tv2.png');}
#label_upload #choix3 img{margin-top:10px;}

#label_upload .other{line-height:50px;font:bold 18px/250px arial;}

#wrap_gif_partners{padding-left:10px;}

#ultimedia_target {background:#000 ('/img/default/picto_loading.gif') no-repeat center center; }

#table_categories td{color:#88050B;font:bold 14px arial;}
#table_categories tr.MEF_label_cat td{padding-top:10px;}

#option_tri_stat_widget {padding-top:20px;border-top: 1px solid #f5f5f5;}
#option_tri_stat_widget button {padding:1px 4px;}

#table_categories td{color:#88050B;font:bold 14px arial;}
#table_categories tr.MEF_label_cat td{padding-top:10px;}

#loading_top_video{position:absolute;top:5px;right:130px;display:none;}


#movies {
    width: 40%;
}
#movies p {
    padding-left: 25px;
    padding-top: 5px;
    height: 25px;
    cursor: pointer;
}
#movies p.hasvideo {
    background-image: url('/img/default/validate.png');
    background-repeat: no-repeat;
    background-position: 0 center;
}

#video{
    width: 50%;
}


div.load-graph{
	height: 400px;
	background: url('/img/default/picto_loading.gif') no-repeat center center;
}

.fill-in-rate{
	background-color: #f3D5D5 !important;
}

.treatment{
	background-color: #D5D5D5;
}

.special_condition{
	background-color: #F7856C!important;
}
.manuel_invoice{
	background-color: #FF44D6!important;
}

.exportableCode{width: 100%;height:70px;margin-top:20px;}

#param_publ_auto{margin-top:20px;width:50%;}
#param_publ_auto .formBlockTitle{background-color:#001D57;margin-bottom:10px;color:#fff;font:bold 14px arial;padding:5px;}
#param_publ_auto .choice_provider{margin-top:10px;}
#param_publ_auto .choice_provider input,
#param_publ_auto .choice_provider img{vertical-align:middle;}
#param_publ_auto .choice_provider input{margin-right:5px;}
#param_publ_auto .choice_provider .connect_provider{margin-right:5px;}
#param_publ_auto .valide_param_publ {margin-top:10px;text-align:right;}

#edito_central .edito b,
#edito_central .edito p{font-size:14px;}

#edito_central .edito h2{font-size:16px;}


.addvideoTv{
    display:inline-block;
    margin:0 auto !important;
    height: 16px;
    width: 16px;
    background: url('/img/central/icon/add.png') no-repeat center center;
}

.delvideoTv{
    display:block;
    float:left;
    height: 16px;
    width: 16px;
    margin-left:10px;
    background: url('/img/central/icon/delete.png') no-repeat center center;
}