/*##################################################################################################
----------------------------------------------------------------------------------------------------
------------------------------------  copyright L2CM 1999-2022 -------------------------------------
----------------------------------------------------------------------------------------------------
##################################################################################################*/


/*################################################################################################*/
/*-------------------------->  Styles defini par defaut  pour le site <---------------------------*/
/*################################################################################################*/

body
{
font: 15px "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
color: #333;
background-color: #FFF;
z-index:0;
border: 0px;
margin:0px;
}

#imgbackground {position:fixed; top:0; left:0; height:100%; width:100%; background:url(images/pxwBackground1.jpg) no-repeat; z-index:-101;}
#points {position:fixed; top:0; left:0; height:100%; width:100%; background:url(images/point_black.png) top left repeat; z-index:-100;}


/*################################################################################################*/
/*--------------------------------------->     header      <--------------------------------------*/
/*################################################################################################*/

header {
top: 0px;
width: 100%;
display:block;
background: #000;
width: 100%;
height: 210px;
display:block;
background: rgba(0, 0, 0,0.85);
box-shadow: 0px 9px 8px rgba(0,0,0,0.75);
border-bottom: 1px solid #000;
z-index: 20;
}

div#head {
position: relative;
display:block;
}

span#header_print {
display: none;
}

span#logo {
position: absolute;
float: left;
margin-top: 10px;
left: 50%;
margin-left:-350px;
width: 700px;
display:block;
z-index: 21;
}

span#logo a {

}


/*################################################################################################*/
/*------------------------------------->        Skin           <----------------------------------*/
/*################################################################################################*/

.carousel-inner {
border-radius: 15px;
}


.note-editor.note-frame, .note-editor.note-airframe {
	border: 1px solid #444;
}

.note-btn {
	border: 1px solid #333;
	color: #fff;
	background-color: #444;
	border-color: #222;
}


.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar, .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
	border-top: 1px solid #ffffff88;
}

.note-editor.note-frame .note-statusbar, .note-editor.note-airframe .note-statusbar {
	background-color: #444;
	border-top: 1px solid #00000032;
}

.note-btn:active, .note-btn.active {
	color: #444;
	border: 1px solid #b5b5b5;
	background-color: #ffffff;
	box-shadow: none;
}

.note-toolbar {
	border-bottom: 1px solid #444;
	background-color: #444;
	border-color: #444;
}

/*################################################################################################*/
/*------------------------------------->         Nav           <----------------------------------*/
/*################################################################################################*/


nav, .navbar {
z-index: 99;
border-radius: 0px;
color: #33F ;
}

.navbar {margin-bottom: 60px;}

/*################################################################################################*/
/*--------------------------------->          Article            <--------------------------------*/
/*################################################################################################*/


article {
text-align: justify ;
text-decoration: none;
color: #333 ;
/* border: 2px solid #CCC; */
border-radius: 0px;
background: rgba(255,255,255,0.92);
z-index:10;
}

.padding-article{
padding: 40px;
}


/*################################################################################################*/
/*----------------------------------->         widget           <---------------------------------*/
/*################################################################################################*/





/*################################################################################################*/
/*------------------------------------>         Page            <---------------------------------*/
/*################################################################################################*/


pre#pre_kas {
width:290px;
font: 1em 'Lucida Grande', sans-serif,Verdana;
background: #CCC ;
border: 1px solid #666 ;
padding: 8px ;
color: #000 ;
overflow:auto;
max-height: 400px;
}

div#cadreblanc {
background: #FFF ;
border: 1px solid #333 ;
padding: 5px;
}

.tr1{background: #FFF ;}
.tr2{background: #ECECEC ;}



/*################################################################################################*/
/*--------------------------------->          Form            <-----------------------------------*/
/*################################################################################################*/


/*################################################################################################*/
/*--------------------------------->          Special            <--------------------------------*/
/*################################################################################################*/


div#link_div table {
left:25px;
}

td#link a {
text-decoration: none;
background-color: #FFF;
color:#333;
display:block;
text-align: center;
border: 1px solid #333 ;
padding: 10px;
width: 300px;
}



td#link a:hover {
background-color: #69C;
color:#FFF;
}

/*################################################################################################*/
/*------------------------------------>        Footer         <-----------------------------------*/
/*################################################################################################*/


footer {
position:fixed;
bottom:0;
width: 100%;
background: rgba(0, 0, 0, .7);
color:#CCC;
height: 30px;
font-size: 0.7em ;
padding: 0px;
display:block;
z-index: 5;
}

span#mention {
text-align: center;
position: absolute;
display:block;
top: 10px;
left:50%;
margin-left: -100px;
}

span#mention a {
color: #FFF ;
text-decoration: none;
}

span#mention a:hover {
color: #F42 ;
}

span#mention_print {

display: none;

}
