/** feuille de style developpez.com */

.alaune {
	border: 1px solid #96B1BE;
	margin-bottom: 5px;
	background: #f7f7f7;
}

#colonneDroite div.alaune{
	background: #f7f7f7;
}

.alaune2{
	background: #dfeaf4;
	padding:1px;
	text-align:left;
}

.alauneType{
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
}

h2.alauneType , h1.alauneType{
	display:block;
	margin:0;
	padding:1px;
	text-align:center;
	text-transform:uppercase;
	font-size:7pt;
	letter-spacing:2px;
	color: white;
	background: rgb(140,166,183); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(140,166,183,1) 0%, rgba(115,147,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,166,183,1)), color-stop(100%,rgba(115,147,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(140,166,183,1) 0%,rgba(115,147,168,1) 100%); /* W3C */



	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

h3.alauneType {
	display:block;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:0px;
	margin-top:4px;
	border: 3px solid #fff;
	text-align:center;
	font-size:8pt;
	padding:3px;
	background: #eee;
	border-radius: 8px 8px 0px 0px;
}

.alauneTitle{
	font-size: 12pt;
	color: #243C47;
	font-weight: bold;
	margin: 0px 0px;
}

.alauneTitle a{
	font-size: 10pt;
	color: #243C47;
	font-weight: bold;
	margin: 0px 0px;
	text-decoration: none;
}

.alauneContent{
	margin: 10px 10px 5px 5px;
	font-size: 8pt;
	text-align:justify;
	color: #333333;
}

a.alauneSuite{
	color:#146392;
	text-decoration:none;
}

a.alauneSuite:hover{
	color:#146392;
	text-decoration:underline;
}

.alaune .annonce table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}

.alaune .annonce table td{
	padding:0px;
	vertical-align: middle;
}

#topXcontents .bestofItem{
	width:100%;
	border-spacing:0px;
}

#topXcontents .bestofItem td{
	padding:4px;
}

.accroche{
	margin: 3px;
	padding-right: 6px;
}

#tabIndex{
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
}

.pagination{
	margin-top: 5px;
	text-align: right;
	font-family:arial;
	font-size: 8pt;
	cursor: pointer;
}

.pagination a{
	border: 1px solid #96b1be;
    border-width:1px 1px 1px 0;
	padding:10px;
	text-decoration:none;
	color: #6d97ab;
	background: rgb(246,248,249);
    font-weight: bold;
    line-height:35px;
}

.pagination a:first-child{
    border-width:1px;
}

.pagination .currentPage, .pagination a:hover{
    color : white;
    background-color:#96b1be;
    transition: color 0.2s linear;
    transition: background-color 0.2s linear;
}

.groupbox{
	background: #f7f7f7;
	margin-left:3px;
	margin-right:3px;
	padding-top:10px;
	border: 3px solid #fff;
	border-width:0px 3px 3px 3px;
	border-radius: 0px 0px 8px 8px;
}
.bestofItem{
	padding:1px;
}

.bestofItem a:last-child{
	float: right;
}

.bestofItem:hover{
	border: 1px solid #ccc;
	border-radius:5px;
	padding:0px;
	background-color: white;
}

.cat_header {
	background: #0066cc;
	padding: 6px 4px;
	color: white;
	letter-spacing: 1px;
	font-family:Arial;
	text-align:center;
	font-weight:bolder;
	text-transform: uppercase;
	font-size: 10pt;
	border-bottom:1px solid #39c;
}

.cat_content{
	padding: 5px;
	padding-left: 20px;
	font-size: 8pt;
	background: #f7f7f7;
	margin:6px 6px 6px;
	text-align:left;
	padding-top:2px;
	overflow-x:hidden;
	border-radius : 0px 0px 15px 15px;
	margin-top:0px;
}

.annonce{
	padding:5px;
	vertical-align:middle;
	border-bottom:1px dashed #ddd;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	text-align:left;
	clear: both;
}

.annonceExtra{
	font-style: italic;
	color: #84afd4;
	text-align: right;
	font-size: 7pt;
	float: right;
}

.annonce .annonceLink, #topXcontents .annonceLink, .bestofItem .annonceLink{
	font-weight:bold;
}

.annonceLink, .annonceLink:link, .annonceLinkOff{
	text-decoration : none;
	color:#000;
	font-size: 8pt;
}

.annonceLink:hover, .cat_content a:hover{
	/*text-decoration : underline;*/
	color:#317BA5;
	transition: color 0.2s linear;
}

.annonceExtra .annonceLink{
	font-size:6pt;
	color: #146392;
	float: right;
}

.annonceExtra span{
	color: rgb(132, 175, 212);
	font-style: italic;
}

.alauneContent span{
	color: gray;
	font-style: italic;
}

#loginFormPass, #loginFormlogin{
	border:1px solid #bbb;
	width: 100px;
}

.form_label{font-size: 9pt;}
#loginForm a{font-size: 9pt;}

.cat_content ul {
	margin:0;
	padding:0;
}

.cat_content li {
	list-style-image: url(https://www.developpez.com/public/images/middot.png);
	list-style-type:none;
	margin:5px 0px;
	padding:0;
}

#topX ol{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topX li{
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;
}
#topX li a{text-decoration : none;}

.cat_content a{
	color: #000;
	text-decoration: none;
}

.propose{
	text-align: right;
	font-size: 8pt;
	color: #000;
	margin-top: 4px;
}

.propose a{
	color:#146392;
	text-decoration : none;
}

.propose a:hover{
	text-decoration : underline;
	color:#146392;
}

#loginForm fieldset {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:320px;
}

#topXtitles {
	text-align:center;
	height: 25px;
}
#topXtitles div {
	color:black;
	font-size:8pt;
	margin:3px;
	padding: 3px 10px;
	text-decoration:none;
	cursor: pointer;
	display: inline;
	font-family: Arial;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#topXtitles div.selectedTopX {
	border-color:#84a6c2;
	background: linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E3E3E3))
}

.classementPaginator{
	display: block;
	height:20px;
}
.classementPaginator img{
	cursor: pointer;
	margin: 0px 6px 0px 6px;
}

/* bundle */
.star0-0, .star0-5, .star1-0, .star1-5, .star2-0, .star2-5, .star3-0, .star3-5, .star4-0, .star4-5, .star5-0{
	width:50px;
	height: 10px;
	text-decoration : none;
	display:block;
	float: left;
}
.comment{
	text-decoration: none;
	padding-left: 15px;
	display: inline-block;
	height: 10px;
	color: #84AFD4 !important;
	font-style: italic;
	background : url(https://www.developpez.com/public/images/comments.gif) no-repeat scroll -2px -2px transparent;
}

.puceBleue{
    background: url(https://www.developpez.com/public/images/puce-bleu.gif) no-repeat scroll transparent;
    display: block;
    float: left;
    height: 7px;
    margin-right: 3px;
    margin-top: 3px;
    width: 5px;
}

.button{
	border-width: 1px;
	border-style: solid;
	border-color: #536B9A;
	background: #9bb6c7;
	background: -moz-linear-gradient(top,  #9bb6c7 0%, #6d8da2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bb6c7) color-stop(100%,#6d8da2));
	background: -webkit-linear-gradient(top,  #9bb6c7 0%,#6d8da2 100%);
	background: -o-linear-gradient(top,  #9bb6c7 0%,#6d8da2 100%);
	background: -ms-linear-gradient(top,  #9bb6c7 0%,#6d8da2 100%);
	background: linear-gradient(to bottom,  #9bb6c7 0%,#6d8da2 100%);
	padding: 3px 8px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: white !important;
	text-decoration: none !important;
	margin: 4px;
	cursor: pointer;
	white-space : nowrap;
	line-height:28px;
	border-radius: 5px;
}

.button a{
    text-decoration:none;
}
.button a:hover, .button:hover{
    text-decoration:none;
}

.tags{
	font-size: 8pt;
	font-family: Arial;
	margin: 5px;
}

.tag  a{
	text-decoration:none;
	color: white !important;
}

.tag{
    border-radius: 0.25em;
    color: white !important;
    display: inline;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
	background-color: #5BC0DE;
	line-height: 25px;
    text-decoration : none;
}

.tag:hover{
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.2s linear;
    text-decoration : none;
}

.tag a, .tag a:visited{
	text-decoration:none;
	color: white;
	white-space:nowrap;
}

.field{
	border: solid 1px #888;
	color: black;
	font-weight: normal;
	font-family: Arial;
}

.field:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.DivQuestionContenuFAQ .bbcode_code {
	max-width: none;
}

.DivQuestionContenuFAQ .bbcode_code pre {
	border: none;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}

/* nouveau style */

h2.alauneType, h1.alauneType {
	background: #293a4e;
}

.alaune {
    border: 1px solid #293A4E;
    background: #fff;
}

.alaune2 {
    background: #e3eaf3;
}

.annonce {
    border-bottom: 1px dashed #a9bcd3;
}

.annonce:nth-child(2n+1) {
	background:red;
}

.annonce:nth-child(1n+1) {
	background-color:#f1f6fb !important;
}

.annonce:nth-child(2n+1) {
	background-color:#e3eaf3 !important;
}

#listing .annonce:nth-child(1n+1) {
	background-color:#fff !important;
}

#listing .annonce:nth-child(2n+1) {
	background-color:#f4f7f9 !important;
}

.pagination {
	display:flex;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background: #354d5d;
	background: -moz-linear-gradient(top,  #354d5d 0%, #0e3a57 100%);
	background: -webkit-linear-gradient(top,  #354d5d 0%,#0e3a57 100%);
	background: linear-gradient(to bottom,  #354d5d 0%,#0e3a57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354d5d', endColorstr='#0e3a57',GradientType=0 );
	border:1px solid #354d5d;
}
.pagination a { flex:auto; font-size:.8rem; text-align:center; background:none; color:#fff; padding:0 10px; line-height:30px; }
.pagination a:not(.currentPage):hover { text-decoration:none; background-color:#4a6a79; }
.pagination .currentPage { background-color:#265d76; -webkit-box-shadow: inset 0 0 8px 1px #0e3a57; box-shadow: inset 0 0 8px 1px #0e3a57; }
.pagination .currentPage:hover { background-color:#265d76; text-decoration:none; }
.pagination a:first-child {  -webkit-border-radius: .5rem 0 0 .5rem; border-radius: .5rem 0 0 .5rem; }
.pagination a:last-child {  -webkit-border-radius: 0 .5rem .5rem 0; border-radius: 0 .5rem .5rem 0; }

