/* --------------------------------------------------------------------------------------- */
/* Style name:		    Egypt_Dream                                                  */
/* Inherited from:		prosilver (the default phpBB 3.2.x style)                          */
/* Original author:		phpBB Limited ( https://www.phpbb.com/ )                           */
/* Modified by:			FranckTH & Luca ( http://www.chez-luca-games.fr/ )                               */
/* --------------------------------------------------------------------------------------- */


/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #000000;
	background: url("images/background.jpg");
	background-attachment: fixed;
	margin: 0 ;
	background-size: cover;
	background-position: top center;
}

nav {
	display: none;
}

.postbody .content {
	font-family: Comic Sans MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	overflow-x: auto;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #000;
	color: #000000;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #000;
}
/*-------------------- css NAVBAR --------------------*/
.navbar {
	background-color: #000; 
	background-image: -webkit-linear-gradient(top, #bba99d  0px, #977a6a  40px);
	background-image: linear-gradient(to bottom, #bba99d  0px, #977a6a 40px); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba99d', endColorstr='#977a6a',GradientType=0 ); /* IE6-9 */
	border : 1px solid #000 ;
	border-radius: 5px;
}

.navbar a {    color: #000; }

.navbar a:hover {    color: #6B3A1B; }

.navbar a:focus {    color: #000; }

.bouton
{
	width : 100%;
	text-align: center;
	vertical-align : middle;
	margin-top: 30px;
	margin-bottom: 20px;
	list-style: none;
}
.bouton td a img
{
	text-align: center;
	padding: 0;
	margin: 0;
}
@media (max-width: 800px) 
{
	.navbar .bouton td a img 
{
		max-width: 50px; 
}
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #000000; }
a:hover { color: #000000; }
a:focus { color: #2B4353; } 

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
    color: #000000;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #334E5B;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #FFFFFF;
}

/* Post body links */
.postlink {
	border-bottom-color: #ffffff;
	color: #030a87;
}

.postlink:visited {
	border-bottom-color: #5D8FBD;
	color: #5D8FBD;
}

.postlink:hover {
	background-color: #D0E4F6;
	color: #000000;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

/* Back to top of page */
.back2top {
	width : 17%;
	padding : 15px 0 15px 0;
	text-align : center;
}

.back2top a{
	width : 100%;
	color: #9f1755;
	border : 1px solid #9f1755;
	margin-bottom : 5px;
}

/*  Hauteur de la police de viewtopic_body  */
p.author {
	font-size: 1.5em;
}

.postbody .content {
    font-size: 2em;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
	color: #DCD1A7;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap {
	background-color: rgba(214, 198, 173, 0.5 );
	box-shadow: 0 0 15px rgba(175, 143, 97, 0.6) inset, 0 0 5px rgba(0, 0, 0, 0.4) ;
	border-color: #1B161D;
	border: 2px solid rgba(0, 0, 0, 0.8); 
	max-width: 80%;  	
	padding: 35px;
	margin: 0 auto;	
	border-radius: 20px;
}

.headerbar {
	background-color: transparent;	
	background-image: none;
	float: none;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	
}

.forumbg {
	background-color: #000; 
	background-image: -webkit-linear-gradient(top, #bba99d 0px, #977a6a 40px);
	background-image: linear-gradient(to bottom, #bba99d 0px, #977a6a 40px); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba99d', endColorstr='#977a6a',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0; 
	border-bottom : 1px solid #000 ;
	border-left : 1px solid #000;
	border-right : 1px solid #000 ;
	border-top : 1px solid #000 ;
	border-radius: 5px;
}

.forumbg-table {
	background-color: #E3DAC6 ;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba99d', endColorstr='#977a6a',GradientType=0 ); /* IE6-9 */
	
}

table.table1 {
    width: 100%;
    background-color: #E3DAC6 ;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba99d', endColorstr='#977a6a',GradientType=0 ); /* IE6-9 */
	
}

.forabg {
	background-color: #000; 
	background-image: -webkit-linear-gradient(top, #bba99d 0px, #977a6a 40px);
	background-image: linear-gradient(to bottom, #bba99d 0px, #977a6a 40px); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba99d', endColorstr='#977a6a',GradientType=0 ); /* IE6-9 */	
	border-radius: 5px 5px 0 0; 
	border-bottom : 1px solid #000 ;
	border-left : 1px solid #000;
	border-right : 1px solid #000 ;
	border-top : 1px solid #000 ;
	border-radius: 5px;
}

.panel {
	background-color: #E3DAC6 !important;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	color: #000000;
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	border-radius: 1px;
	
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1 {
	background-color: transparent;
	
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #ECF3F7;
}

.bg2 {
	background-color: transparent;
	
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #CEA260; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #E1C69F 20%, #D7B37D 100%);
	background-image: linear-gradient(to bottom, #E1C69F 20%,#D7B37D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1C69F', endColorstr='#D7B37D ',GradientType=0 ); /* IE6-9 */
	color: #C0CFD6;
	
}

.bg3	{
	background: #E3DAC6 none repeat scroll 0 0 ;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	border-radius: 1px;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

.site_logo {
	background-image: url("./images/logo_ccenfolie03.png");
	width: 600px;
	height: 110px;
	vertical-align: middle;
	background-repeat: no-repeat ;	
	 margin-top: 5px;
	 margin-bottom: -17px; 
}

#site-description {
	text-align: center;
	width: 100%;
}

.logo {
	padding: 0;
	float: none;
}

.logo img {
	width: 100%;
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-top-color: #786154;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #000000;
}

table.table1 tbody tr {
	border-color: transparent;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: transparent;
	color: #000;
}

table.table1 td {
	color: #000000;
}

table.table1 tbody td {
	border-top-color: transparent;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #000000;
}

.sep {
	color: #dcd1a7;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #196db5;
}

.icon.icon-green, a:hover .icon.icon-green{
	color: #1b9A1B;
}

.icon.icon-red, a:hover .icon.icon-red{
	color: #BC2A4D;
}

.icon.icon-orange, a:hover .icon.icon-orange{
	color: #FF6600;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray{
	color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray{
	color: #9f1755;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray{
	color: #000000;
}

.icon.icon-black, a:hover .icon.icon-black{
	color: #333333;
}

.alert_close .icon:before {
	background-color: #FFFFFF;
}

/* Jumpbox */
.jumpbox .dropdown li {
	border-top-color: #000;
}

.jumpbox-cat-link {
	background: #E3DAC6 none repeat scroll 0 0 ;
	box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	color: #000000;
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	border-radius: 1px;
}

.jumpbox-cat-link:hover {
	background-color: #DCD1A7;
	border-top-color: #DCD1A7;
	color: #FFFFFF;
}

.jumpbox-forum-link {
	background: #E3DAC6 none repeat scroll 0 0 ;
	box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	color: #C0CFD6;
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	border-radius: 1px;
}

.jumpbox-forum-link:hover {
	background-color: #F6F4D0;
}

.jumpbox .dropdown .pointer-inner {
	background: #E3DAC6 none repeat scroll 0 0 ;
	box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	color: #C0CFD6;
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	border-radius: 1px;
}

.jumpbox-sub-link {
	background: #E3DAC6 none repeat scroll 0 0 ;
	box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	color: #000000;
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	border-radius: 1px;
}

.jumpbox-sub-link:hover {
	background-color: #F6F4D0;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	
	color: #000000;	
	 max-width: 60%;
   
	margin: 5px auto;

}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 ;
}

div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}

p.post-notice {
	background-color: #ECD5D8;
	background-image: none;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
    background: #E3DAC6 none repeat scroll 0 0 ;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
    box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	border-radius: 1px;
}

ul.topics {
     background: #E3DAC6 none repeat scroll 0 0;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
    box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	border-radius: 1px;
}

ul.topiclist li {
	color: #000000;
}

ul.topiclist dd {
	border-left-color: transparent ;
}

.rtl ul.topiclist dd {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

li.row {
	border-top-color:  transparent ;
	border-bottom-color: transparent ;
}

li.row strong {
	color: #000000;
}

li.row:hover {
	background-color: transparent;
}

li.row:hover dd {
	border-left-color: transparent ;
}

.rtl li.row:hover dd {
	border-right-color: #000;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #000000;
	line-height: 21px;
	font-size: 12px ;
	font-style : italic ;
	font-weight: bold;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}

.post {
	background: #E3DAC6 none repeat scroll 0 0 ;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
   box-shadow: 0 0 20px rgba(237, 224, 201, 0.6) inset, 0 0 5px rgba(0, 0, 0, 0.3) ;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDE0C9', endColorstr='#EDE0C9',GradientType=0 ); /* IE6-9 */
	border-radius: 1px;
}

.stat-block {
	background: #E3DAC6 none repeat scroll 0 0 ;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
    box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}

.retourHaut {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E3DAC6 none repeat scroll 0 0 ;
    border : 1px solid #000;
   	box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
   	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 );
	border-radius: 5px;
	padding-bottom: 5px;
}

.retourHaut a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.retourHaut img {
	margin-right: 5px;
}

.retourHaut h2 {
	font-size: 20px;
	margin-left: 5px;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

.content h2, .panel h2 {
	color: #000000;
	border-bottom-color:  #000;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
.signature {
	border-top-color: #000;
}

/* Post noticies */
.notice {
	border-top-color:  #000;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	border-color:#DBDBCE;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

.codebox p {
	border-bottom-color:  #000;
}

.codebox code {
	color: #2E8B57;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #000000;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #DCD1A7;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #000000;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
    box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	border-radius: 1px;
}

.online .postprofile {
    background-image: url("./images/icon_user_online.png") ;
	background-color: transparent ;
	background-repeat: no-repeat ;
    background-position: top right ;
}

.panel .online {
    background-image: url("./images/icon_user_online.png") ;
	background-repeat: no-repeat ;
    background-position: top right ;
}

.postprofile .avatar {
    display: block;
    max-width: 100%;
	float: none;
    text-align: center;
    margin: 0 auto;
}

.pm .postprofile {
	border-color: #DDDDDD;
}

.postprofile strong {
	color: #000000;
}

dd.profile-warnings {
	color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	border-color: #000000;
	 background: #E3DAC6 none repeat scroll 0 0 ;
	box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0 0 0 0px #CEA260 inset;
	color: #000000;
}

.button:hover,
.button:focus {
	border-color: #000000;
	background-color: #CEA260; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #E1C69F 20%, #D7B37D 100%);
	background-image: linear-gradient(to bottom, #E1C69F 20%,#D7B37D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1C69F', endColorstr='#D7B37D',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px 0px 0 #2B4353, 0px 0px 0 #2B4353, 0px 0px 0 rgba(5, 9, 10, 0.2);
}


.button .icon,
.button-secondary {
	color: #000000;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #fff;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #000;
}

.caret	{ border-color: #000; }
.caret	{ border-color: #000; }

.contact-icons a		{ border-color: #000; }
.contact-icons a:hover	{ background-color: #E3DBBB; }

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

.pagination li a {
	background: #ECEDEE;
	filter: none;
	border-color: #000;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #000;
	border-radius: 3px;
}

.pagination li.ellipsis span {
	background: transparent;
	color:	#000000;
}

.pagination li.active span {
	background: #E6D7B7;
	border-color: #000;
	color: #000;
	border-radius: 3px;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #E6D7B7;
	border-color: #000;
	filter: none;
	color: #000;
	text-shadow: none;
	border-radius: 3px;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	border-color: #000;
}

.search-header {
	box-shadow: 0 0 10px #5D7E8F;
	margin-top: -30px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
}

/* Icon images
---------------------------------------- */

.contact-icon						{ background-image: url("./images/icons_contact.png"); }

/* Profile & navigation icons */
.pm-icon							{ background-position: 0 0; }
.email-icon							{ background-position: -21px 0; }
.jabber-icon						{ background-position: -80px 0; }
.phpbb_icq-icon						{ background-position: -61px 0 ; }
.phpbb_wlm-icon						{ background-position: -181px 0; }
.phpbb_aol-icon						{ background-position: -241px 0; }
.phpbb_website-icon					{ background-position: -40px 0; }
.phpbb_youtube-icon					{ background-position: -98px 0; }
.phpbb_facebook-icon				{ background-position: -119px 0; }
.phpbb_googleplus-icon				{ background-position: -140px 0; }
.phpbb_skype-icon					{ background-position: -161px 0; }
.phpbb_twitter-icon					{ background-position: -203px 0; }
.phpbb_yahoo-icon					{ background-position: -221px 0; }

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.png"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/announce_unread.png"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/announce_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/announce_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/forum_link.png"); }
.forum_read							{ background-image: url("./images/forum_read.png"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/forum_read_subforum.png"); }
.forum_unread						{ background-image: url("./images/forum_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/forum_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/forum_unread_subforum.png"); }

.sticky_read						{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/sticky_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/sticky_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/topic_moved.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/topic_read.png"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine				{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/topic_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.png"); }


/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, .cp-menu hr {
	border-color: #000;
}

.panel-container .panel li.row {
	border-bottom-color: #000;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #B5C1CB;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #000000;
}

.panel-container table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

.cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	background-color: #E3DAC6 ;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	color: #000000;
	border-bottom : 1px solid #000 ;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	border-radius: 1px;
}

.tabs .tab > a:hover {
	background-color: #000; 
	background-image: -webkit-linear-gradient(top, #E7D9C0 0%, #DAC59E 50%);
	background-image: linear-gradient(to bottom, #E7D9C0 0%,#DAC59E 50%); 	
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	background: #c5a45c none repeat scroll 0 0 ;
	border-bottom : 1px solid #000 ;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	border-radius: 1px;
}

.tabs .activetab > a:hover {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {

	background-color: #CEA260; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #E1C69F 20%, #D7B37D 100%);
	background-image: linear-gradient(to bottom, #E1C69F 20%,#D7B37D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	color: #C0CFD6;
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	border-radius: 1px;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
	background-color: #F9F9F9;
	color: #333333;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
	border-color: #536482;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #2B4353;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
	background: #E3DAC6 none repeat scroll 0 0 ;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	border-radius: 1px;
}

.rtl .navigation a {
	background: #000; /* Old browsers */ /* FF3.6+ */
	background: -webkit-linear-gradient(left, #CD9EB0 50%, #DCBAC7 100%);
	background: linear-gradient(to right, #CD9EB0 50%,#DCBAC7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CD9EB0', endColorstr='#DCBAC7',GradientType=1 ); /* IE6-9 */
}

.navigation a:hover {
	background: linear-gradient(to bottom, #E3DAC6 10%,#E2D1AD 100%);
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navigation .active-subsection a {
	background: #F9F9F9;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navigation .active-subsection a:hover {
	color: #2B4353;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #B2C2CF;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #333333;
}

.panel-container .panel {
	background-color: #F9F9F9;
}

.cp-main .pm {
	background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
	background-color: #EEF5F9;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 ;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
.gallery label {
	background: #FFFFFF;
	border-color: #CCC;
}

.gallery label:hover {
	background-color: #EEE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #000;
	 background-color: #E3DAC6 ;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	color: #000;
}

label {
	color: #000000;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #E3DAC6 ;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	 border-radius :5px ;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
	color: #333333;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(214, 196, 138, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: rgba(241, 244, 243, 0.6 );
	border-color: #000;
	color: #333333;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f3', endColorstr='#f1f4f3',GradientType=0 ); /* IE6-9 */

}

.inputbox:-moz-placeholder {
	color: #333333;
}

.inputbox::-webkit-input-placeholder {
	color: #333333;
}

.inputbox:hover {
	border-color: #DCD1A7;
}

.inputbox:focus {
	border-color: #DCD1A7;
}

.inputbox:focus:-moz-placeholder {
	color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}


/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background: #E3DAC6 none repeat scroll 0 0 ;
	box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #000000;
	margin-bottom: 5px ;
	border-radius :5px ;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #DBCEB0;
	color: #000;
	background-color: #E5D6C3; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #E7D9C0 0%, #DAC59E 50%);
	background-image: linear-gradient(to bottom, #E7D9C0 0%,#DAC59E 50%); 	 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7D9C0', endColorstr='#DAC59E',GradientType=0 ); /* IE6-9 */
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #000;
	color: #000;
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #FFFFFF;
	border-color: #000;
}
.darken {
	background-color: #000000;
}

.loading_indicator {
	background-color: #000000;
	background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
	border-top-color: #000;
}

.dropdown-extended ul li:hover {
	background-color: #B0A392;
	color: #000000;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #000;
	color: #000000;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown-extended .header {
	background: #E3DAC6 none repeat scroll 0 0 ;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	border-radius: 1px;
}

.dropdown .pointer {
	border-color: #000 transparent;
}

.dropdown .pointer-inner {
	border-color: #000 transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #000 transparent;
}

.dropdown .dropdown-contents {
	background: #E3DAC6 none repeat scroll 0 0 ;
    border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
     box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
	
	border-radius: 1px;
}

.dropdown-up .dropdown-contents {
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
	border-color: #000;
}

.dropdown li.separator {
	border-color: #000;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #000000;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #2B4353;
}

.badge {
	background-color: #2B4353;
	color: #ffffff;
}


	
/* Forum list column styles */
.row .list-inner { padding: 1px 0; }

dl.row-item {
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
	background-size: 50px;
}

dl.row-item dt {
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	background-size: 17px;
}

dl.row-item dt .list-inner {
	padding-left: 65px;					/* Space for folder icon */
}

dl.row-item dt, dl.row-item dd {
	min-height: 50px;
}

dl.row-item dt a {
	display: inline;
	margin : 3px ;
}

dl a.row-item-link {						/* topic row icon links */
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	margin-left: 1px;
}

dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
	width: 80px;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

dd.posts, dd.topics, dd.views {
	width: 95px;
}

dd.posts dfn {
		border: 1px solid black;
}

.mark-read {
	color: #000000;
    border-radius: 5px;
    padding: 5px;
    margin-top: -0px;
    background: #E3DAC6 none repeat scroll 0 0 ;
	box-shadow: 0 0 25px rgba(62, 40, 30, 0.6) inset, 0 0 10px rgba(0, 0, 0, 0.3) ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0E7D5', endColorstr='#F0E7D5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #000;
}

Ul.topiclist li.row dl {
margin: 1px 5px;

padding: 1px;
} 

.forumbg .header a, .forabg .header a, th a {
   color: #000000;
   padding: 5px;
}

.dropdown-contents a:hover {
color: #000;
} 

@media only screen and (min-width: 290px), only screen and (min-device-width: 290px) {
	.wrap {
		padding: 10px;
	}
}

/* Changement responsive Egypt_Dream */

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	html {
		width: 100%;
		background: none;
	}
	
	body
		{
			width : 100%;
			padding : none;
			margin : none;
			background: none;
			background-color : white;
			border : none;
		}

	.site_logo {
	background-image: url("./images/banniere.png");
	display: inline-block;
	width: 200px;
	height: 80px;
	
	}

	.logo {
	/* change display value to inline-block to show logo */
	display: block;
	float: none;
	padding: 10px;
	
	}

	.postprofile .avatar img {
    width: auto !important;
    height: auto !important;
    max-height: 46px;
	}

/*--navbar avec suppression des boutons pour petits écran--*/

.bouton {
		display: none;
	}
	
nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border: none;
  background: transparent;
  box-shadow: inset 0px -1px 0px transparent;
}
.logo_cadre {
	display: flex;
	order: 2;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	text-decoration: none;
	margin-right: 30px;
}
.logo_ccc {
	display: flex;
	align-items: center;
	text-decoration: none;
  }
  
  .logo_cadre span {
	display: flex;
	font-family: 'Comic Sans MS', arial;
	color: #800000;
	font-size: 22px;
	padding: 0 10px 0 10px;
	font-weight: bold;
  }
  
  .logo_ccc img {
	width: 60px;
  }

  .main-navlinks {
	order: 1;
  }
  
  /* Hamburger */
  .hamburger {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	background: none;
	align-items: center;
	position: relative;
	border: none;
  }

  .hamburger span {
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 5px;
	background: #333;
	position: absolute;
	pointer-events: none;
	transition: opacity 0.3s 0.15s ease-out;
  }
  .hamburger span:nth-child(1),
  .hamburger span:nth-child(3) {
	transition: transform 0.3s ease-out;
  }
  .hamburger span:nth-child(1) {
	transform: translateY(12px);
  }
  .hamburger span:nth-child(3) {
	transform: translateY(-12px);
  }
  .hamburger.open span:nth-child(1) {
	transform: translate(0) rotate(135deg);
	background: red;
  }
  .hamburger.open span:nth-child(2) {
	opacity: 0;
	transition: opacity 0s ease-out;
  }

  .hamburger.open span:nth-child(3) {
	transform: translate(0) rotate(-135deg);
	background: red;
  }
/*----------------Fin Hamburger------------------*/
.navlinks-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	background-color: #fafafa;
	top: 100%;
	left: 0;
	height: auto;
	padding: 15px 30px 15px 20px;
	border-right: 1px solid #c5c5c6;
	border-bottom: 1px solid #c5c5c6;
	transform: translate(-140%);
  }
  .open {
	transform: translate(-20%);
  }
  .navlinks-container a {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #414141;
  display: inline-block;
  position: relative;
}
.navlinks-container a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 90%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: #333;
  transition: transform 0.3s ease-out;
}

.navlinks-container a:hover::after {
  transform: scaleX(1)
}
/* Début viewtopic.php */
.back2top {
	width : 40%;
}
/* Fin viewtopic.php */
}

@media (min-width: 701px) {
	.postbody {
		/** deduct postprofile width (including border width, margin and padding) and postbody margin and padding */
		width: calc(100% - 210px - 1px - 16px);
		margin-right: 15px;
	}

	.postprofile {
		width: 200px;
	}
}


