body, div, spam {  background-color:#d9dbde;  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size:14px; }
table { margin:2px; border-spacing:0px 0px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size:15px;}
.be:hover{ background-color:#b8dcee; }
th {text-align:left;border-left:0px solid #bbb; padding-right:3px; margin:2px; font-size:14px; border-bottom:0px solid #ccc;border-top:0px solid #ccc;}
button {    margin:2px;}
td {
 /*border-left:1px solid #bbb;*/
 padding-right:3px;
}
.readme {
	max-height:115px;
	overflow:auto;
	background-color:white;
	padding:5px;
	border-radius:5px;
	 box-shadow: 4px 3px 3px 1px #bbb;
}
.tooltip{
display: inline;
position: relative;
}
.tooltip:hover:after{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
bottom: 26px;
color: #fff;
font-size:12px;
content: attr(title);
left: 20%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 250px;
}
.tooltip:hover:before{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 20px;
content: "";
left: 50%;
position: absolute;
z-index: 99;
}
.tooltip div {
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
width: 0px;
}
@media screen and (max-width: 760px) {
   #name {
      display:none;
   }
   /*
   #menu{
	   display:none;
   }
   #contenu {
	   margin-left:0px !important;
   }
   .search_box{
		display:none;
   }
   */
   #divbanners {
	   display:none;
   }
   /* 
    #logo {
	   display:none;
   }
   #entete #title {
	   margin-left:0px !important;
   }
   */
}
.search_box {
	margin-top:5px;float:right;margin-right:10px;
}
.title_page {
border: 1px solid #888;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 4px 3px 3px 1px #bbb;
    margin: 5px auto 4px auto;
    font-size: 16px;
    font-weight: bold;
    background-image: radial-gradient(circle at 0 0, #ff9797,#FFF);
}
.bebak1 {
background-color:#dddeee;
}
hr {
    max-width:100%;
}
/* CSS du menu du haut */
#topmenu, #topmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#topmenu {
   /* width: 960px; */
    height:38px;
   /* margin-top: 5px;*/
    margin-bottom:6px;
    border: 1px solid #222;
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}
#topmenu:before,
#topmenu:after {
    content: "";
    display: table;
}

#topmenu:after {
    clear: both;
}

#topmenu {
    zoom:1;
}
#topmenu li {
    float: left;
    border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;
    position: relative;
}

#topmenu a {
    float: left;
    padding: 12px 20px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#topmenu li:hover > a {
    color: #fafafa;
}

*html #topmenu li a:hover { /* IE6 only */
    color: #fafafa;
}
#topmenu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 999;
    background: #444;
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#topmenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#topmenu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#topmenu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#topmenu ul li:last-child {
    box-shadow: none;
}

#topmenu ul a {
    padding: 3px;
    min-width: 175px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#topmenu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}
#topmenu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#topmenu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#topmenu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#topmenu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}

#topmenu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3;
    border-bottom-color: transparent;
}

#topmenu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}


/* CSS DE L'INTERFACE PRICNIPALE*/
.mtitle {
   color:mediumblue;
   font-size:14px;
}
.mmenu {   font-size:14px;}
.mmenu a {   text-decoration: none;}
.mmenu a:hover {  text-decoration: underline;}
/*.mtitle a {  text-decoration: none;}
.mtitle:hover {  background-color:#b8dcee;}
.mtitle a:hover {  text-decoration: underline;}*/
#contenu a {  text-decoration: none;}
#contenu a:hover {  text-decoration: underline;}
.mmenu:hover{background-color:#b8dcee;}
.bar1 {    height:0px;margin-top:5px;margin-bottom:2px;padding:0px;border:1px solid BLACK;width:100%;}
.bar2 {    height:0px;margin-bottom:5px;padding:0px;border:1px solid mediumblue;width:100%;}
#entete, #menu, #contenu, #footer {padding: 2px; }
#entete #logo {    width:125px;    float:left; text-align:left}
#entete #title { margin-left:160px; border: 0px solid #000;border-radius:14px;text-align:left;font-size:16px;}
#main {width:100%;margin:auto;}
#menu  {float:left;width:160px;background-color:#d9dbde;font-size:15px;margin-top:10px;}
#contenu {margin-left:162px;background-color:#d9dbde;}
#footer {background-color:#ddd;text-align:center;clear:both;font-size:16px;font-weight:bold;position: fixed;height:35px;bottom: 0;left: 0;right: 0;}
.star { display: inline-block; background: url("includes/images/star.png") no-repeat; width: 25px; height: 25px }
.star_hover { display: inline-block; background: url("includes/images/star.png") no-repeat; background-position: 0 -25px; width: 25px; height: 25px }
#results {  max-width:200px; max-height:150px; overflow-x:hidden;overflow-y:auto; }
#results table tr {font-size:12px;}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:100;
	}

/* MODULE DE COMMENTAIRE AJAX */

 .comment,
 #addCommentContainer{
 /*background:#f7f7f7;*/
 /*background:-moz-linear-gradient(90deg, #ccc, #fff);  */
 /*background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));  */
 border:1px solid #aaa;
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 -moz-box-shadow:0 0 15px #aaa;
 -webkit-box-shadow:0 0 15px #aaa;
 box-shadow:0 0 15px #aaa;
 margin:1px auto;
 padding:8px;
 }
 #listComment {
 width:580px;

 overflow:auto;
 }
 .comment .avatar{
 height:50px;
 width:50px;
 /*background:url('images/5261.gif') no-repeat #fcfcfc;
 -moz-box-shadow:1px 1px 0 #c2c2c2;
 -webkit-box-shadow:1px 1px 0 #c2c2c2;
 box-shadow:1px 1px 0 #c2c2c2;*/
 float:left;
 margin-right: 20px;
 }

 .comment .avatar img{
 display:block;
 }

 .comment .name{
 padding-bottom:10px;
 font-size:14px;
 color:#0459b7;
 font-weight: bold;
 }

 .comment .date{
 font-size:10px;
 padding: 0px 10px 0 10px;
 color:#666;
 float: right;
 }

 .comment p,
 #addCommentContainer p{
 line-height:1.2;
 overflow-x:hidden;
 }

 fieldset,img{ border:0;}

 html {
 overflow:-moz-scrollbars-vertical;
 }

 
 #comDiplayBox{
 background:#f7f7f7;
 background:-moz-linear-gradient(90deg, #ccc, #fff); /* Firefox */
 background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Webkit */
 border:1px solid #aaa;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
 -moz-box-shadow:0 0 15px #aaa;
 -webkit-box-shadow:0 0 15px #aaa;
 box-shadow:0 0 15px #aaa;
 margin:10px auto 0;
 padding:10px;
 /*width:510px;*/
 height: auto;
 }

 form p{
 margin-bottom:10px;
 }

 form p:last-child{ /* Sélecteur avancé pour sélectionner le dernier paragraphe du formulaire */
 margin-bottom:0;
 }

 label{
 cursor:pointer;
 display:block;
 float:left;
 font-weight:bold;
 letter-spacing: 1px;
 line-height:28px;
 margin-bottom:5px;
 width:400px;
 }

 form p:hover label{
 color:#0459b7;
 }

 form p:hover label:after{
 content:' >>';
 }

 input[type=text], textarea,
 input[type=password]{
 background: rgba(255, 255, 255, 0.9);
 background:-moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
 background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
 border:1px solid #aaa;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 -moz-box-shadow:0 0 3px #aaa;
 -webkit-box-shadow:0 0 3px #aaa;
 box-shadow:0 0 3px #aaa;
 padding:5px;
 }

 input[type=text]:focus, textarea:focus,
 input[type=password]:focus{
 border-color:#093c75;
 box-shadow:0 0 3px #0459b7;
 -moz-box-shadow:0 0 3px #0459b7;
 -webkit-box-shadow:0 0 3px #0459b7;
 outline:none; /* Pour enlever le contour jaune lorsque l'on sélectionne un input dans Chrome */
 }

 select{
 cursor:pointer;
 padding:3px;
 box-shadow:0 0 3px #0459b7;
 -moz-box-shadow:0 0 3px #aaa;
 -webkit-box-shadow:0 0 3px #aaa;
 }

 select:active,
 select:focus{
 border:1px solid #093c75;
 box-shadow:0 0 3px #0459b7;
 -moz-box-shadow:0 0 3px #0459b7;
 -webkit-box-shadow:0 0 3px #0459b7;
 outline:none;
 }
 
 .storageSubmit{ width:670px; }
#frmContact {border-top:#F0F0F0 2px solid;background:#CAC8C8;padding:10px;}
#frmContact div{margin-bottom: 15px}
#frmContact div label{margin-left: 5px}
.demoInputBox{padding:10px; border:#F0F0F0 1px solid; border-radius:4px;}
.error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.success{background-color: #12CC1A;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}

.btnAction{background-color:#2FC332;border:0;padding:10px 40px;color:#FFF;border:#F0F0F0 1px solid; border-radius:4px;}

.btnRefresh{background-color:#8B8B8B;border:0;padding:7px 10px;color:#FFF;float:left;}

/* prograss bar */
#progressbox {
	border: 1px solid #CAF2FF;
	padding: 1px; 
	position:relative;
	width:400px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #CAF2FF;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #FFFFFF;
}

 /* form style */

.form-style{
	width:670px; 
border-top:#F0F0F0 2px solid;
background:#CAC8C8;
padding:10px;
}
.btnRefresh{background-color:#8B8B8B;border:0;padding:7px 10px;color:#FFF;float:left;}

.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 200px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 48%;
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
 .input-field:focus,
 .tel-number-field:focus,
 .textarea-field:focus,  
 .select-field:focus{
    border: 1px solid #0C0;
}
.textarea-field{
    height:100px;
    width: 220px;
}
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}