/* --------------------------------------
   Propriétés générales
-------------------------------------- */
html, body {
    margin: 0;
    padding: 0;
	height:100%;
}



body {
	font: 12px Arial, sans-serif;;
	
	
	color: #717171;
	background: #F4F4F4  ;
	height:100%;
	}

h1 { margin:0; padding:0;}

#conteneur {
	min-height: 95%;
	height: auto;
	
	width:100%;
	

	
   
  margin: 0 auto ;
	
}

h2 {
    border-bottom: 1px solid #BFBEBE;
    box-shadow: 0 2px 0 -1px #EDEDED;
    color: #575353;
    font-family: Verdana,sans-serif;
    font-size: 18px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-top: 25px;
    text-shadow: 0 1px 1px #FFFFFF;
}

.arrondi{
             -moz-border-radius: 11px; //pour firefox
	-webkit-border-radius: 11px; // pour unix, linux
	border-radius: 11px;
	behavior: url(./border-radius.htc);
         }

a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	cursor: pointer;
	
	text-decoration:underline;

}
a.active {
	cursor: default;
}


#bg_bk {
background: none repeat  0 0 #f4f4f4;
    
    height: 65px;
    width: 100%;
	background: #f4f4f4 url('/images/hd_bg.jpg') repeat-x top;
}

#bg_gr {
background: none repeat  0 0 #0E0E0E;
    
    height: 120px;
    width: 100%;
}

#bg_central {
background: none repeat  0 0 #F4F4F4;
    margin-left:20px;
	min-height:90%:
    height:100%;
    width: 99%;

}

#bg_footer, .push {
  height: 40px;
background: #0E0E0E;
margin-top:40px;
  
width: 100%;

}

#header {
	background: none repeat  0 0 #000000;
	margin: 0 auto;
    width: 100%;
	height: 40px;
	
}

#central {

padding: 10px auto;
min-height:90%:
    height:100%;
	width:99%;

}

#footer {
	margin: 0 auto;
    width: 960px;

	
	
}

input {
	color: ;
	background-color: #ffffff;
	border: 1px solid #888888;
	 
	
}

input[type=text], [type=password]{
padding:4px 4px;
color:#5D5C59;
background:#f8f8f8;
margin-right:5px;
margin-top:2px;
margin-bottom:5px;
border: 1px solid #888888;

}

input[type=text]:hover,[type=password]:hover{
padding:4px 4px;
color:#5D5C59;
background:#ffffff;
margin-right:5px;
margin-top:2px;
margin-bottom:5px;
border: 1px solid #1E1E1E;

}

input[type=submit]{
padding: 4px;
color:#FFFFFF;
background:#026CE2;
margin-right:5px;
border: 1px solid #888888;
font-weight: bold;
border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;

}

input[type=submit]:hover{
padding:4px 4px;
background:#428EE2;
margin-right:5px;

border: 1px solid #1E1E1E;
border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;

}

select{
padding: 4px;
margin-bottom:5px;
margin-right:5px;
border: 1px solid #888888;
font-size:14px;
}

.edit{
padding:4px 4px;
color:#5D5C59;
background:#202020;
margin-top:3px;
margin-bottom:3px;
border: 1px  #1E1E1E;
height:18px;
font-size:12px;

}

.edit:hover{
padding:4px 4px;
color:#5D5C59;
background:#cfd336;
margin-top:3px;
margin-bottom:3px;
border: 1px  #1E1E1E;
height:18px;
font-size:12px;

}

.txtfooter{
font: 12px Arial;
color: #6B6B6B;
position:relative;
text-decoration:bold;
}

.title_1{
font: 24px Arial;
color: #0066FF;
position:relative;
}

.title_2{
font: 18px Arial;
color: #505050;
position:relative;
}

.title_3{
font: 12px Arial;
color: #756F6F;
position:relative;
}

.title_4{
font: 12px Arial;
color: #969926;
position:relative;
}

.title_5{
font: 12px Arial;
color: #969926;
position:relative;
}

.title_6{
font: 12px Arial;
color: #258EE9;
position:relative;
}

.txt_white{
font: 18px Arial;
color: #FFFFFF;
position:relative;
}


.cadrimg{
border:5px;
 padding: 2px 2px 2px; 
    background: #fff;
    border: 1px solid #8E9193;
    border-width: 1px 1px 1px 1px;
	
	
}

.cadrimg_mini{
border:5px;
 padding: 2px 2px 2px; 
    background: #fff;
    border: 1px solid #8E9193;
    border-width: 1px 1px 1px 1px;
}

.cadrimg_index{
border:5px;
 padding: 2px 2px 2px; 
    background: #fff;
    border: 1px solid #fff;
    border-width: 1px 1px 1px 1px;
	margin:7px;
}

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}


/*navigatie */

#navigatie { 
position: fixed;
top: 400px;
font-size: 100px;
font-weight: bold; }

#navigatie a { color:#909090; }
#navigatie a:hover { color:#2E2E2E; text-decoration:none;  }

.prev { left: 30px; }
.next { right: 30px; }


#menu{
height:23px;
margin:22px 0 0 10px;

}

#menu li {
display: inline ;


}

#menu li a {

padding:  17px;
color:#cccccc;

height:58px;
text-align: center ;

text-decoration: none;

}

#menu li a:hover {

color:#cccccc;
padding:  17px;
position: relative;
/*background: url(/imgs/hd_bg_over.png);*/
height:58px;
text-align: center ;

text-decoration:underline;

}

#menu ul{
margin: 0 ;
padding: 0 ;
}

#menufooter{
height:23px;
margin:8px 0 0 16px;

}

#menufooter li {
display: inline ;
}

#menufooter li a {
color:#CCCCCC;
font: 11px Arial;	
padding: 5px 8px ;
text-align: center ;

text-decoration: none;
}

#menufooter ul{
margin: 0 ;
padding: 0 ;
}


.f_ombre {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}


.connect {
	
}
.connect:hover {
    
}

.box_bubble{
    text-align:left;
    background: #EEEEEE;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#DEDEDE));
    background: -webkit-linear-gradient(top,white 0,#DEDEDE 100%);
    background: -moz-linear-gradient(top,white 0,#DEDEDE 100%);
    background: -ms-linear-gradient(top,white 0,#DEDEDE 100%);
    background: -o-linear-gradient(top,white 0,#DEDEDE 100%);
    background: linear-gradient(top,white 0,#DEDEDE 100%);	
	position:absolute;
    top:50px;
    z-index:9;
    font-size:12px;
    color:#333;
    padding:10px;
    width:200px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    box-shadow:0 5px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow:0 5px 10px rgba(0, 0, 0, 0.6);
    text-shadow:none;
    font-weight:normal;
    display:none;
}

.bec_ksb_parametre_home{
    background: url("/images/site/bec-profil.png") no-repeat transparent;
    width: 13px;
    height: 7px;
    right: 20px;
    top: -7px;
    position: absolute;
}

.blocConnecter{margin-bottom:10px;position:relative;}
.blocConnecter a{color:#999;}
.blocConnecter a:hover{color:#fff;}

.connect_infos{
    color:#666;
    font-size:11px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}



#se_connecter_open{
    margin-left:-150px;
    top: 55px;
}

#se_connecter_open:hover{
    text-shadow:none;
}


#themes {
    display: none;
}

#theme-switcher {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    float: left;
    line-height: 12px;
    margin-top: 5px;
    position: relative;
    width: 225px;
}
#theme-switcher h1 {
    background: url("/images/galerie/arr2-down.png") no-repeat scroll 95% 50% #333333;
    color: #BBBBBB;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    padding: 5px 12px 6px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#theme-switcher h1:hover {
    color: #FFFFFF;
}
#theme-switcher #themes {
    background: none repeat scroll 0 0 #111111;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    position: absolute;
    top: 23px;
    width: 225px;
}
#theme-switcher #themes a {
    border-top: 1px solid #222222;
    color: #BBBBBB;
    display: block;
    line-height: 1;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#theme-switcher #themes a:hover {
    background: none repeat scroll 0 0 #000000;
    color: #168DD4;
}
#theme-switcher #themes a.active {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    cursor: default;
}
#theme-switcher #themes a span {
    color: #555555;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 7px;
}
#theme-switcher #themes a:hover span {
    color: #AAAAAA;
}

.thumbnotrans img {
    border: 5px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.thumb img {
    border: 5px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.thumb img {
    border: 5px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease-in-out 0s;
}
a img {
    border: medium none;
    vertical-align: bottom;
}

.thumb a {
    background: #FFFFFF;
    border-bottom: medium none;
    display: inline-block;
}
.thumb img {
    border: 5px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease-in-out 0s;
}
.thumb a > img:hover {
    opacity: 0.4;
}


.cover-photo .cover-background {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 225px;
    width: 100%;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.item,
.grid-sizer {
  width: 20%;
}

.item {
  float: left;
  height: 100px;
  background: #0D8;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);
}

.item.width2 { width: 40%; }
.item.height2 { height: 200px; }