#tracker-warning{
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    background-color: rgba(0,0,0,0.9) !important;
    color: white !important;
    text-align: center;
}
#tracker-warning input {
    background-color: #B5138E !important;
    padding: 10px;
    color: white;
}
#tracker-warning a{
    text-decoration: underline;
    color: white !important;
}

.m-auto {
    margin: auto;
}

.mw1280p{
	max-width: 1280px;
}

.txtright{
	text-align: right;
}
body {
    font: 1.1em Helvetica,sans-serif, arial;
    margin: 0;
    padding: 0;
    width: 100%;
	font-size: 12px;
}


html, .main {
    background-color: #3b002c;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

div.content_desc p{
	padding-left: 0px;
	padding-right: 0px;
}

p{
	padding-left: 20px;
	padding-right: 20px;
}

*{
	outline: none;
}

a{
	color: #800081;
}

h1.titreh1{
font-family: arial, sans-serif;
color: black  !important;
clear: both;
}

h2.titreh2{
font-family: arial, sans-serif;
color: #A8118E !important;
clear: both;

}

h3.titreh3{
font-family: arial, sans-serif;
color: #A8118E  !important;
clear: both;
}


.texte {
font-size: 1.1em;
font-family: arial, sans-serif;
color: #333  !important;
clear: both;
}


/*------------------------------------------------------------------*/
/* Bandeau haut */


div.bandeau_haut_1{
	width: 100%;
	height:192px;
	border-top: 10px solid #C550CB;
	background: url(./gfx/fond_body.png) repeat scroll center top transparent;
}

div.bandeau_haut_2{
	width: 100%;
	height:192px;
	border-top: 10px solid #C550CB;
	background: url(./gfx/fond_body1.png) repeat scroll center top transparent;
}

div.bandeau_haut_3{
	width: 100%;
	height:192px;
	border-top: 10px solid #C550CB;
	background: url(./gfx/fond_body2.png) repeat scroll center top transparent;
}

div.bandeau_haut_4{
	width: 100%;
	height:192px;
	border-top: 10px solid #B31D8D;
	background: url(./gfx/fond_body3.png) repeat scroll center top transparent;
}



.header_resize{
    height: 192px;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    background: url(./gfx/bandeau_header3.png) no-repeat scroll center top transparent;
}



/*------------------------------------------------------------------*/

/* Menu CMS */

.clr {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}



.menu_nav {
    height: 35px;
    margin: 20px auto 0;
    padding: 0;
    width: 1000px;
	background-color: #7b2995;
	border-bottom: 2px solid white;
    background: url(./gfx/fond_menucms.png) no-repeat scroll center top transparent;
}


.menu_nav ul {

    float: left;
    list-style: none outside none;
    margin: 0px;
	padding: 0px;
	height: 35px;
}

.menu_nav ul li {
    float: left;
    list-style-type: none;
    /*margin-top: 11px;*/
	height: 33px;
    line-height: 33px;
	margin-top: 2px;
	/*border-left: 2px solid #ec6fe8;*/
    background: url(./gfx/separateur.png) no-repeat scroll left top transparent;
}

.menu_nav ul li:first-child{
	border-left: none;
	margin-left: 25px;
	background: none;
}

.menu_nav ul li a:hover, .menu_nav ul li.active a {
    color: #C450CA;
}

.menu_nav ul li a {
    color: white;
    display: block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
	height: 33px;
    padding-left: 20px;
	padding-right: 20px;
    text-decoration: none;
}

.menu_nav a.selected{
    color: #C450CA;
}

/* Recherche */

div.searchform_concepts {
	float: right;
    height: 23px;
    margin-right: 150px;
    margin-top: 156px;
    padding: 0 0 0 10px;
    width: 36%;
}

form {
    margin: 0;
    padding: 0;
}

#formsearch_concepts > span {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

input#editbox_search_concepts {
    background: url(./gfx/img_search_center.png) repeat-x scroll left top transparent;
    border: medium none;
    color: #A9A9A9;
    float: left;
    font-size: 12px;
    margin: 0;
    outline: medium none;
	padding: 7px 10px;
    width: 78%;
}

/*------------------------------------------------------------------*/

/* sous-menu */

div.ssmenu
{
	display:none;
	z-index:100;
	position:relative;
}

.menu_nav ul li:last-child div.ssmenu {
	direction: rtl;
}


div.ssmenu ul{
	width: 220px;
	float: none !important;
	height: auto !important;
	background: url(./gfx/fond_sousmenu.png) repeat scroll center top transparent;
	z-index:auto;
	position:absolute;
	padding: 10px 0 0;
	border-top: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    border-radius: 0px 0px 10px 10px;
}

div.ssmenu ul li{
	height: 26px;
	margin-top: 0px;
	color:#fff;
	display:block;
	z-index:auto;
	float: none !important;
    text-align: left;
	margin-bottom: 5px;
	border-left: none;
	border-radius: 4px 4px 4px 4px;
	background: none;
}

div.ssmenu ul li:first-child{
	margin-left: 0px;
}

div.ssmenu ul li:last-child{
	border-bottom: 0px;
}

div.ssmenu ul li:hover
{
	height: 26px;
	color:#C450CA;
	display:block;
	z-index:auto;
}


div.ssmenu ul li:hover a
{
    color: #C450CA;
}

div.ssmenu ul li:hover a.selected{
    color: #C450CA;
}


div.ssmenu ul li a{
    color: white;
    display: block;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
	height: 26px;
	line-height: 12px;
    padding-left: 20px;
	padding-right: 20px;
    text-decoration: none;
}

#sousmenupermanent div.title_cata{
	font-weight: bold;
	font-size: 1.3em;
	color: white;
}

#sousmenupermanent ul{
	margin-top: 10px;
	padding-left: 40px;
}


#sousmenupermanent ul li{
	list-style-type: square;
	color: white;
	margin-bottom: 5px;
}

#sousmenupermanent ul li a{
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#sousmenupermanent ul li a:hover{
	color:white;
	/*font-weight: bold;
	font-size: 105%;*/
	text-decoration: underline;
}

#sousmenupermanent ul li a.selected{
	color:white;
	font-weight: bold;
	font-size: 105%;
	text-decoration: underline;
}


ul#sousmenupermanent2{
    margin-left: 6px;
    margin-top: 7px;
    padding: 0;

}


ul#sousmenupermanent2 li{
	list-style-image: url(./gfx/fleche.png);
}


ul#sousmenupermanent3{
    margin-left: 10px;
    margin-top: 10px;
    padding: 0;
}


ul#sousmenupermanent3 li{
	list-style-image: url(./gfx/fleche.png);
}




/*------------------------------------------------------------------*/

/* Content */

#arianne {
	float: left;
	width: 98%;
	padding-bottom: 5px;
    padding-top: 6px;
	padding-left: 20px;
    color: #444444;
    font-size: 12px;
    font-style: italic;
	overflow: hidden;
	border-bottom: 2px solid #b82b8f;
	background-color: white;
}

div.fil_arianne{
	float: left;
}

#arianne a {
    color: #444444;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#content_resize {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
	margin-top: 0px;
	background-color: white;
	overflow: hidden;
	background-image: url(./gfx/fond_gauche.png);
	background-repeat: repeat-y;
}

div.fullcontent {
	width: 100%;
	background-color: white;
	overflow: hidden;
	clear: both;
	height: 100%;
}

div.fullcontent h3 {
	margin-left: 10px;
}

div.fond_content{
	width: 1000px;
	min-height: 400px;
	overflow: hidden;

}

/*#content_resize li{
    list-style-type: square;
    color: #740073;
}*/

.content .mainbar {
    float: left;
    width: 795px;
	margin: 0 0 0 48px;
	background-color: white;
}

.content .sidebar {
    float: right;
    width: 236px;
}

/* Modèle de page catalogue */

div.fond_menu_gauche{
	float: left;
	width: 249px;
	height: 100%;
}

div.zone_sousmenu,
div.zone_news,
div.zone_news_video{
	width: 88%;
	padding: 15px;
}

div.fond_menu_droite{
	float: right;
	width: 751px;
	background-color: white;
}

div.menu_droite_accueil{
	float: right;
	width: 751px;
	margin-top: 245px;
	background-color: white;
}

/* Modèle de contenu */

div.bloc_ariane{
	float:left;
	width: 100%;
	overflow: hidden;
	background-color: white;
}

div.zone_contenu{
	padding: 15px;
	margin-top: 20px;
	overflow: hidden;
	width: 95%;
	clear: both;
}


/* Slider accueil */

div.slider{
	clear: both;
	width: 966px;
	height: 200px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	overflow: hidden;
	border: 2px solid #740073;
	border-radius: 2px 2px 2px 2px
}

div.slider ul.slider{
	margin-left: 0px;
}


/* objet News */

div.news_haut{
	background: url(./gfx/last_head.png) no-repeat scroll center top transparent;
}

div.news_haut_video{
	background: url(./gfx/last_head_video.png) no-repeat scroll center top transparent;
}

div.news_haut,
div.news_haut_video{
	width: 195px;
	height: 56px;
}

div.news_content,
div.news_content_video{
	width: 185px;
	max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
	border: 5px solid #740073;
	background-color: white;
	border-radius: 0px 10px 0 0;
}

div.news_content_video{
	border-radius: 0px;
}

div.news_bas{
	background: url(./gfx/last_foot.png) no-repeat scroll center top transparent;
}

div.news_bas_video{
	background: url(./gfx/last_foot_video.png) no-repeat scroll center top transparent;
}

div.news_bas,
div.news_bas_video{
	width: 195px;
	height: 56px;
}

/*------------------------------------------------------------------*/

/* Footer */


div.fbg{
	width: 100%;
	background: url(./gfx/fond_header.png) repeat scroll center top transparent;
}

div.fbg_resize{
	height: 20px;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
	border-top: 3px solid #B82BC2;
	background-color: #720072;
	clear: both;
}

div.footer{
	clear:both;
	width: 1000px;
}

div.footer a{
	float: left;
	line-height: 11px;
	color: white;
	font-size: 10px;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 5px;
	font-weight: bold;
}

div.footer a.facebook{
	margin-left: 0px;
}

div.footer img{
	margin-top: 5px;
}

div.footer ul {
    float: right;
    list-style: none outside none;
	margin: 5px 380px 0 0;
    padding: 0;
}

div.footer ul li {
	float: left;
    list-style-type: none;
    margin: 0 5px;
}

div.footer ul li a:hover, div.footer ul li.active a {
    color: #FFFFFF;
}

div.footer ul li a {
    color: white;
    display: block;
    font-family: helvetica;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
	text-align: right;
}

div.footer a.selected{
    color: #FFFFFF
}

/*------------------------------------------------------------------*/
/* overlay box */

.overlay {
    background: transparent url(gfx/overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}
.msgbox {
	display:none;
    position: fixed;
    width: 326px;
    top: -200px;
    left: 40%;
    right: 40%;
    color: #7f7f7f;
    padding: 20px;
    z-index: 100;
}


div.acces_haut{
	width: 326px;
	height: 146px;
    background:url(./gfx/img_haut_acces.png) left top no-repeat;
}

div.acces_milieu{
	width: 326px;
	height: 150px;
	overflow: hidden;
	padding-top: 20px;
    background:url(./gfx/img_milieu_acces.png) left top repeat-y;
}

div.acces_bas{
	width: 326px;
	height: 31px;
    background:url(./gfx/img_bas_acces.png) left top no-repeat;
}

#connexion{
    margin-left: 70px;
    width: 246px;
}

#account{
	width: 100%;
}

input.input_connexion{
	padding-left: 10px;
	color: #9f9fa1;
	border: 0px;
	width: 82%;
	font-size: 12px;
	font-style: italic;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}

input.entrer{
    border: 0 none;
    color: black;
    height: 20px;
    margin-left: 60px;
    margin-top: 40px;
    width: 61px;
}

/* Page TPL connecté */

div.zone_connecte{
    margin: 0 auto;
    min-height: 100px;
    padding: 0;
    width: 1024px;
}

div.bloc_action{
	background-color: #dbebc4;
	height: 100px;
	width: 252px;
}

span.deconnexion{
	line-height: 30px;
}

span.deposer_fichier{
	line-height: 35px;
}

span.deconnexion,
span.deposer_fichier{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
}

span.deconnexion a,
span.deposer_fichier a{
	text-decoration: none;
	padding-left: 10px;
	font-size: 13px;
}

div.colonne_gauche{
	float: left;
	width: 232px;
}

div.bloc_connexion{
	width: 252px;
	height: 232px;
    background:url(./gfx/bloc_connexion.png) left top no-repeat;
}

div.colonne_droite{
	float: right;
	width: 61%;
}

div.zone_video{
    float: left;
    margin-top: 25px;
    width: 485px;
}

div.video_action{
	margin-top: 10px;
	float: left;
	width: 100%;
}

span.telechargement{
	float: left;
	width: 33%;
}

span.validation{
	float: right;
}

span.telechargement,
span.validation{
	line-height: 40px;
}

span.telechargement a,
span.validation a{
	padding-left: 10px;
}

div#forms_response{
    border: 1px solid #7C167E;
    background: rgba(181, 19, 142, 0.25);
    padding:10px;
}
