﻿* {
    border:             0 none;
    margin:             0;
    padding:            0;
}
input, 
textarea, 
select{
    border: solid 1px gray;
}
input[type=submit]{
    cursor: pointer;
}
body{
    font-family: arial;
    font-size: 11px;
    background: transparent url("../images/body_bg.png") repeat-x center bottom;


}
.page{
    position:           relative;
    margin:             0 auto;
    width:              1000px;
}
.capitalize{
    text-transform: capitalize;
}
/**********/
/* HEADER */
/**********/
#header {
	height: 235px;
	background: transparent url("../images/bg_header.png") repeat-x;	
}
#header a{
	color: #ffffff;		
font-size: 10px;
text-decoration: none;
border-bottom: solid 3px #000000;	
}
#header  a:hover{
color: #fec12b;		
font-size: 10px;
text-decoration: none;
border-bottom: solid 4px #fec12b;
}

a#logo {
	position: absolute;
	top: 5px;
	left: 18px;	
	text-decoration: none;
}
	#header img.slogan{
		position: absolute;
		top: 103px;
		left: 233px;
	}
#top_links {
	position: absolute;
	top: 30px;
	left: 365px;
	font-size: 9px;	
}
	#top_links a.presse{
		color: white;
		text-decoration: none;
		padding-left: 15px;
		background: transparent url("../images/presse.png") no-repeat left center;
		margin-right: 32px;
	}
	#top_links a.infos{
		color: white;
		text-decoration: none;
		padding-left: 15px;
		background: transparent url("../images/presse.png") no-repeat left center;
		margin-right: 32px;
	}
	#top_links form{
		display: inline;
	}
		#top_links form input[type=text]{
			width : 100px;
			height: 15px;
			padding: 1px 10px;
			color: black;
			border: solid 1px black;
			font-size: 9px;
			line-height: 10px;
		}
		#top_links form input[type=submit]{
			margin-left: 3px;
			width : 16px;
			height: 20px;
			color: black;
			border: solid 1px black;
			background: white url("../images/loupe.png") no-repeat center center;
			font-size: 9px;
                        font-weight: normal;
			line-height: 10px;
		}
		#top_links form input[type=submit]:hover {
			cursor: pointer;
		}
#login_block{
	position: absolute;
	top: 50px;
	right: 3px;
	width: 173px;
	background: transparent url("../images/espace_client.png") no-repeat top center;	
}
	
#login_block  a{
color: #ffffff;		
font-size: 10px;
text-decoration: none;
border-bottom: solid 3px #000000;
}
#login_block  a:hover{
color: #fec12b;		
font-size: 10px;
text-decoration: none;
border-bottom: solid 4px #fec12b;
}

#login_block h3{
		font-size: 11px;
		font-weight: bold;
		color: #333333;
		margin: 6px 0 20px 35px;
	}
	#login_block form {
		color: white;
		font-size: 10px;
		color: white;
	}
		#login_block input[type=text],
		#login_block input[type=password] {
			width: 109px;
			height: 12px;
			float: right;
			border: solid 1px black;
			margin-bottom: 3px;
			font-size: 10px;
			line-height: 12px;
		}
		#login_block input[type=submit] {
			width: 60px;
			height: 18px;
			float: right;
			background-color: black;
			color: white;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			cursor: pointer;
                        font-weight: normal;
		}
                /* HACK FF 
                @-moz-document url-prefix() {
                    #login_block input[type=submit]{
                        font-size: 9px;
                    }
                } */
		#login_block label{
			margin-bottom: 3px;
		}
		#login_block a.forgot_pwd{
			font-size: 9px;
			color: #909fab;
			text-decoration: none;
			margin-top: 15px;
			display: block;
		}
#logged_in {
    color: white;
    font-size: 12px;
    position: relative;
}
    #logged_in strong{
        white-space: nowrap;
    }
    #logged_in a.logout{
        position: absolute;
        text-decoration: none;
        color: #ffc331;
        font-size: 11px;
        top: 62px;
        left: 70px;
    }
    
    #logged_in a.secure_acces{
        display: block;
        margin: 4px 0 4px 0px;
        padding-left: 70px;
        padding-top: 15px;
        text-decoration: none;
        color: #ffc331;
        font-size: 11px;
        min-height: 200px;
        background: transparent url('../images/logged_in.png') no-repeat left top;
    }
/***************/
/*    NAV      */
/***************/
#nav {
	background-color: #fec12b;	
	height: 31px;
	line-height: 31px;
        z-index: 999;
}
	#nav li{
		list-style-type: none;
		float: left;
		background: transparent url("../images/plus.png") no-repeat right center;
		padding: 0 14px 0 14px;
		font-size: 11px; /* necessaire pour IE9, car en font-size: 11px ca n'a pas le même rendu !!! */
		color: #09192d;
		text-transform: uppercase;
		font-weight: bold;
                position: relative;
                z-index: 999;
font-family: Kicking Limos;	

}
        #nav li:hover,
        #nav li.current,
        #nav li.current_ancestor{
            background-color: black;
            background-image: none;
            color: white;
        text-align:left;
}
		#nav li a{
			color: #09192d;
			font-weight: bold;
			font-size: 99%; /* necessaire pour IE9, car en font-size: 11px ca n'a pas le même rendu !!! */
			text-decoration: none;
		}
                #nav li:hover a,
                #nav li.current a,
                #nav li.current_ancestor a{
                    color: white;
                }
	#nav li#home_nav{
		background: none;
		line-height: 31px;
		margin-left: 5px;
		margin-top: -5px;
		padding-left: 5px;
	}
            #nav li#home_nav a{
                display: block;
                width: 57px;
                height: 44px;
                background: transparent url('../images/home.png') no-repeat;
            }
            #nav li ul.main {
                display: none;
                position: absolute;
                top: 31px;
                left: 0px;
                background-color: #FEC12B;
                color: #09192d;
                min-width: 138px;
                z-index: 999;
            }
            #nav li:hover ul.main {
                display:block;
                color: #000000;
            }
                #nav li ul.main li{
                    background-image: none;
                    background-color: #FEC12B;
                    padding: 5px 10px;
                    margin:0;
                    white-space: nowrap;
                    float: none;
                    border-left: solid 1px black;
                    color: white;
                }
                #nav li ul.main li:hover{
                    background-color: black;
                    color: white;
                    border-left: solid 1px white;
                }
                    #nav li ul.main li a{
                        color:#000000;
                        display: block;
                    }
                    #nav li ul.main li:hover a{
                        color:#ffffff;
                    }
	
/**********/
/*  RAIL  */
/**********/      
#rail {
    font-size: 10px;
    margin: 2px 0 2px 3px;
}
#rail li {
    float: left;
    list-style-type: none;
    margin-right: 2px;
    text-transform: capitalize;
}
#rail li:last-child {
    color: #0068A8;
}
#rail li a{
    text-decoration: none;
    color: black;
}
#rail:after {
    clear:both;
}
                    
/***************/
/*    WAPPER   */
/***************/
#wapper1 {
	
position: relative;
top: 0px;
background: transparent url("../images/bg_wapper.png") no-repeat top center;
		
}
#wapper1 .page{
	margin-top: -40px;
	background-color: #f4f5f6;	
	padding: 8px 0 0 0; 
}
#wapper1 hr{
	margin: 20px 16px;
	height: 1px;
	clear: both;	
	border: none 0;
	background: transparent url("../images/hr.png") no-repeat;
	height: 3px;
}

#wapper {
	background: transparent url("../images/bg_wapper.png") no-repeat top center;
	margin-bottom: 20px;	
}
#wapper .page{
	margin-top: -40px;
	background-color: #f4f5f6;	
	padding: 8px 0 0 0; 
}
#wapper hr{
	margin: 20px 16px;
	height: 1px;
	clear: both;	
	border: none 0;
	background: transparent url("../images/hr.png") no-repeat;
	height: 3px;
}
/*************/
/*   ANIM    */
/*************/
#anim {
	background: transparent url("../images/bg_anim.png") no-repeat;
	height: 266px;
	width: 943px;
	margin: 22px auto 0 auto;
	padding: 7px;
}
	#anim .desc_anim{
		padding: 13px 13px 13px 6px;
		width: 261px;
		float: left;
		text-align: justify;
		color: #01141d;
	}
        
		#anim .desc_anim h2{
			
font-family: Asimov;
font-size: 12px;
			font-weight: bold;
			color: #005daa;
                        
                        padding-bottom: 8px;
		}
		#anim .desc_anim p{
			margin: 0 0 10px 0;
		}
		#anim .desc_anim .img_left{
			float: left;
			padding: 8px 8px 0 0;
		}
		#anim .desc_anim a.detail {
			color: #01141d;
		}
	#anim .anim{
		margin: 1px 0 0 6px;
		float: left;
        height: 257px;
        width: 650px;
	}
/***************/
/*     C1      */
/***************/
#c1 {
	float:left;
	width: 190px;
	margin: 10px 16px 0 15px;	
}
#sub_nav {
	background-color: white;
	padding: 7px 11px 20px 11px;	
}
	#sub_nav h2,
	#c1_calendar h2{
		background-color: #143864;
		font-size: 11px;
		
		text-transform: uppercase;
		color: white;
		height: 25px; 
		line-height: 25px;
		padding-left: 25px;
	text-decoration: none;


}
	#sub_nav ul {
		width: 170px
	}
	#sub_nav li{
		background: transparent url("../images/sub_li.png") no-repeat;
		height: 34px;
		line-height: 34px;
		list-style-type: none;
		font-size: 12px;
		padding-left: 5px;
	text-align:left;
}
            #sub_nav li a{
                font-size: 12px;
                text-decoration:none;
                color: black;
                display: block;
            }
	#sub_nav li.selected,
        #sub_nav li.current,
	#sub_nav li:hover{
		background: transparent url("../images/sub_li_selected.png") no-repeat;
		height: 36px;
		line-height: 36px;
		color: #0068a8;
	text-align:left;
}
            #sub_nav li.selected a,
            #sub_nav li.current a,
            #sub_nav li:hover a{
                    color: #0068a8;
            }
#c1_calendar{
	background-color: #dcdcdc;
	padding: 10px;
	margin-top: 15px;
text-decoration: none;

}
	#c1_calendar a.btn {
		display: block;
		float: left;
		width: 66px; 
		height:20px;
		line-height: 20px;
		margin: 9px 7px 15px 0;
		background: transparent url("../images/btn_c2.png") no-repeat;
		font-size: 10px;
		text-decoration: none;
		color: #fffffff;
		text-align: center;
	}
	#c1_calendar a.btn.selected {
		color: #005daa;
	}
	#c1_calendar a.btn.last {
		margin-right: 0;
	}
	#c1_calendar hr{
		background-color: white;
		color: white;
		height: 1px;
		margin: 18px 0 10px 0;
		border: none 0;
	}
	#c1_calendar p{
		color: black;
		font-size: 10px; 
		text-align: justify;
		margin:0 9px 10px 9px;
	}
	#c1_calendar a.detail{
		text-decoration: underline;
		color: #005da9;
		font-size: 10px;
		margin-left: 9px; 
	}
	
/***************/
/*    C2       */
/***************/	
#c2{
	margin-top:10px;
	float:left;
        width: 716px;
}
	#wapper #c2 hr{
		clear: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	#wapper #c2 .contenu {
	}
		#wapper #c2 .contenu .top {
			/*background: transparent url("../images/contenu_top.png") no-repeat;*/
                        background-color: white;
			height: 3px;
		}
		#wapper #c2 .contenu .content {
			/*background: transparent url("../images/contenu_content.png") repeat-y;*/
                        background-color: white;
			padding: 10px 20px 10px 20px;
		}
		#wapper #c2 .contenu .bottom {
			/*background: transparent url("../images/contenu_bottom.png") no-repeat;*/
                        background-color: white;
			height: 2px;
		}
                #wapper #c2 .contenu .content ul{
                    margin-left: 15px;
                }
                #wapper #c2 .contenu .content ul.ui-tabs-nav{
                    margin-left: 0;
                }
		#wapper #c2 .contenu .largeblock{
			width: 355px;
			float:left;
			margin-right: 38px;
		}
		#wapper #c2 .contenu h2.page_title,
                #wapper #c2 .contenu.largeblock h2.page_title {
			font-size: 12px;
			font-weight: bold;
			color: #005daa;
                        text-transform: uppercase;
			line-height: 25px;
                        padding-bottom: 6px;
                        padding-top: 10px;
		}
                #wapper #c2 .contenu h2.page_title_date {
			font-size: 13px;
			font-weight: bold;
			color: #ff0000;
                        
			line-height: 25px;
                        
                        padding-bottom: 8px;
		}
		#wapper #c2 .contenu .encart {
			background-color: #d2efff;
			color: #004c99;
			padding: 6px 8px 6px 8px;
		}
		#wapper #c2 .contenu .encart p{
    		margin:         0.7em 0.7em;
		}
		#wapper #c2 .contenu .smallblock{
			width: 280px;
			float: left;
		}
		#wapper #c2 .contenu p{
                        text-align: justify;
			margin-bottom: 20px;
		}
                #wapper #c2 .contenu.largeblock p{
			text-align: justify;
			margin-bottom: 20px;
		}
		#wapper #c2 .contenu .devenir_membre{
			width: 283px;
			height: 126px;
			background: transparent url("../images/devenir_membre.png") no-repeat;
		}
			#wapper #c2 .contenu .devenir_membre h2{
				font-size: 12px;
				font-weight: bold;
				color: #005daa;
				text-align: center;
				line-height: 25px;
			}
			#wapper #c2 .contenu .devenir_membre p{
				width: 130px;
				font-size: 10px;
				color: #646464;
				margin: 18px 0 0 13px;
			}
			#wapper #c2 .contenu .devenir_membre a{
				display: block;
				height: 19px;
				line-height: 19px;
				background: transparent url("../images/btn_membre.png") no-repeat;
                                padding-left: 14px;
				color: #005daa;
				font-size: 10px;
				text-decoration: none;
				margin: 10px 0 0 13px;
			}
			#wapper #c2 .contenu .date{
				display: block;
				float: left;
				height: 58px;
				background: transparent url("../images/date.png") no-repeat top left;
				font-size: 12px;
				color: #ff0000;
                                padding-left: 14px;
                                padding-right: 40px;
                                padding-top: 35px;
				line-height: 15px;
				text-align: center;
			}
			#wapper #c2 .contenu a.plaquette{
				display: block;
				float: left;
				height: 58px;
				background: transparent url("../images/plaquette.png") no-repeat top left;
				font-size: 11px;
				color: #005daa;
				text-decoration: none;
				margin: 0 130px 0 75px;
				line-height: 110px;
				text-align: center;
			}
                       #wapper #c2 .contenu a.video {
                                padding-left: 70px;
				background: transparent url("../images/video.png") no-repeat top left;
				font-size: 11px;
				color: #2b84cb;
                                padding-top: 20px;
                                text-decoration: none;
                                padding-bottom: 10px;
				text-align: center;
                                font-weight: bold;
			}
			#wapper #c2 .contenu a.contact{
				display: block;
				float: left;
				height: 58px;
				background: transparent url("../images/courrier.png") no-repeat top left;
				font-size: 11px;
				color: #005daa;
				text-decoration: none;
				line-height: 110px;
				text-align: center;
			}
                         #wapper #c2 .contenu a.lienfleche {
                                color:       #2b84cb;
                                font-weight: bold;
                                background: transparent url("../images/lien.png") no-repeat top left;
                                padding-left: 50px;
                                padding-top: 30px;
                                text-decoration: none;
                                padding-bottom: 30px;
                      }    
                        #wapper #c2 .contenu a.pdf {
                                color:       #2b84cb;
                                font-weight: bold;
                                background: transparent url("../images/icone-pdf.png") no-repeat top left;
                                padding-left: 40px;
                                padding-top: 15px;
                                text-decoration: none;
                                padding-bottom: 30px;
                                width: 50px;
                                line-height: 30px;
                       }    
                        #wapper #c2 .contenu a.interview {
                                color:       #2b84cb;
                                font-weight: bold;
                                background: transparent url("../images/interview.png") no-repeat top left;
                                padding-left: 50px;
                                padding-top: 15px;
                                text-decoration: none;
                                padding-bottom: 30px;
                                line-height: 30px;
                        }
                #wapper #c2 .contenu .largeblock .slide {
                        margin:             0 auto 15px auto;
                        width:              355px;
                }
                #wapper #c2 .contenu .largeblock .slide h4 {
                        color:              black;
                        border-bottom:      1px solid #000;
                        border-top:         1px solid #000;
                        margin-bottom:      2px;
                        padding:            2px 20px 2px 5px;
                        font-size:          1em;
                        font-weight:        bold;
                        cursor:             pointer;
                        background:         #E8E8E8 url("../images/plus.gif") no-repeat right;
                }
                #wapper #c2 .contenu .largeblock .slide h4.active {
                        background:         #E8E8E8 url("../images/moins.gif") no-repeat right;
                }
                #wapper #c2 .contenu .largeblock .slide .detail {
                        color:              black;
                        background:         #d2efff;
                        border-bottom:      1px solid white;
                        margin-bottom:      6px;
                        padding:            10px 10px 0 10px;
                }
                #wapper #c2 .contenu .largeblock table.auto,
                #wapper #c2 .contenu .largeblock table.auto td {
                        border:            1px solid #DADADA;
                }
                #wapper #c2 .contenu .largeblock th {
                        background:     #143864;
                        font-weight:    bold;
                        color:          white;
                        margin-top:     1em;
                        padding:        4px;
                        text-transform:    uppercase;
                }
/***************/
/* MAIN FOOTER */
/***************/
a#go_top{
	display: block;
	position: absolute;
	width: 29px;
	height: 179px;
	background: transparent url("../images/haut_page.png") no-repeat;
	bottom: 63px;
	right: -48px;
}
#main_footer {
	position: relative;
	margin: 28px 39px 10px 27px;
	border-radius: 10px;
	background-color: #102a47;
	padding: 10px 28px 20px 28px;
	color: white;	
	behavior: url('/fce/PIE.htc');
}
	#main_footer .top{
		line-height: 45px;
		color: #ffc334;
		font-size: 12px;
		font-weight: bold;
	}
		#main_footer .top img{
			vertical-align: middle;
			margin: 0 4px;
		}
		#main_footer .top img.separator{
			margin: 0 27px;
		}
		#main_footer .top a{
			text-decoration: none;
			color: #ffc334;
		}
	#main_footer hr{
		height: 2px;
		background: transparent url("../images/footer_hr.png") repeat-x;
		margin: 10px 0 18px 0;
	}
	#main_footer ul.main {
		margin-right: 10px;
		float:left;
		font-size: 11px;
	}
	#main_footer ul.main ul.main  {
		margin-right: 0;
		float:none;
	}
	#main_footer ul.main.last {
		margin-right: 0;
	}
	#main_footer li {
		list-style-type: none;
	}
		#main_footer li strong{
			text-transform: uppercase;
	color:#fec12b;	text-align: left;

}
		#main_footer li a{
			color: #ffffff;
                        text-decoration: none;
		}
/*****************/
/* BOTTOM FOOTER */
/*****************/
#bottom_footer {
	margin: 0 39px 0px 27px;
	padding-bottom: 15px;
        position: relative;
}
	#bottom_footer a{
		color: #646464;
		margin-left: 30px;
		text-decoration: none;
	}
	#bottom_footer a.imagine{
		float:right;
		margin-right: 20px;
	}
#ombre_bottom{
	height:195px;
	background: transparent url("../images/ombre_bottom.png") no-repeat center center;
	margin-top: -196px;
}	

#bottom_footer1 {
	margin: 0 39px 0px 27px;
	padding-bottom: 15px;
        position: relative;
}
	#bottom_footer1 a{
		color: #646464;
		margin-left: 30px;
		text-decoration: none;
	}
	#bottom_footer1 a.imagine{
		float:right;
		margin-right: 20px;
	}
#ombre_bottom1{
	
position: relative;
height:2px;
	  background-color: #000000;
	top: 20px;
}



element.style {
    display: block;
}
#bottom_footer #div_newsletter {
    background-color: white;
    border: 1px solid black;
    bottom: 2px;
    color: black;
    display: none;
    left: 482px;
    padding: 10px;
    position: absolute;
    width: 250px;
}
    #bottom_footer #div_newsletter .close {
        color: black;
        float: right;
        margin-top: -5px;
        text-decoration: none;
    }

    #meta_footer {
        width: 850px;
        margin: -33px auto 8px;
        color: #fff;
        text-align: center;
    }
   
/*************/
/*    HOME   */
/*************/
#home_c1{
	float:left;
	width: 680px;	
	margin-left: 16px;
	margin-top: 12px;
}
	#home_c1 h2,
	#home_c2 h2 {
		text-transform: uppercase;
		background-color: #143864;
		color: white;
		font-size: 11px;
		font-weight: bold;
		height: 24px;
		line-height: 24px;
		padding-left: 6px;
		margin-bottom: 15px;
	}
	#home_c1 .home_c1_block{
		position: relative;
		width: 337px;
		float: left;
	}
	#home_c1 .home_c1_block:first-child{
		margin-right: 30px;
	}
		#home_c1 .home_c1_block .top{
			background: transparent url("../images/home_c1_half_top.png") no-repeat;
			height: 4px;
		}
		#home_c1 .home_c1_block .content{
			background: transparent url("../images/home_c1_half_content.png") repeat-y;
			padding: 0 2px 15px 2px;
		}
		#home_c1 .home_c1_block .bottom{
			background: transparent url("../images/home_c1_half_bottom.png") no-repeat;
			height: 5px;
		}
		#home_c1 .home_c1_block .content h2{
			background: transparent url("../images/h2_c1_home.png") no-repeat;
			width: 341px;
			height: 39px;
			line-height: 35px;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			position: absolute;
			top: 40px;
			left: 1px;
			color: black;
		}
		#home_c1 .home_c1_block img.deco{
			margin-top: 30px;
		}
		#home_c1 .home_c1_block p {
			padding: 5px 9px 15px 9px;
			text-align: justify;
		}
		#home_c1 .home_c1_block a.more_info {
			display: block;
			position: absolute;
			bottom: -9px;
			right: 15px;
			height: 18px;
			line-height: 18px;
			padding-left: 22px;
			width: 96px;
			background: transparent url("../images/more_info.png") no-repeat;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
			color: black;
		}
		
#home_c2{
	float:left;
	width: 216px;	
	margin-left: 25px;
	background-color: #dcdcdc;
	padding: 10px;
}
	#home_c2 a.btn {
		display: block;
		float: left;
		width: 66px; 
		height:20px;
		line-height: 20px;
		margin-right: 7px;
		margin-bottom: 15px;
		background: transparent url("../images/btn_c2.png") no-repeat;
		font-size: 10px;
		text-decoration: none;
		color: black;
		text-align: center;
	}
	#home_c2 a.btn.selected {
		color: #005daa;
	}
	#home_c2 a.btn.last {
		margin-right: 0;
	}
	#home_c2 hr{
		background-color: white;
		color: white;
		height: 1px;
		margin: 18px 0 10px 0;
		border: none 0;
	}
	#home_c2 p{
		color: black;
		font-size: 10px; 
		text-align: justify;
		margin:0 9px 10px 9px;
	}
	#home_c2 a.detail{
		text-decoration: underline;
		color: #005da9;
		font-size: 10px;
		margin-left: 9px; 
	}
#c2_calendar {
	margin:0 9px;	
	width: 198px
}
.half_box{
	float: left;
	width: 460px;
	position: relative;
}
.half_box:first-child{
	margin: 0 16px 0 26px;	
}
	.half_box .top{
		height: 3px;
		background: transparent url("../images/half_box_top.png") no-repeat;
	}
	.half_box .content{
		background: transparent url("../images/half_box_content.png") repeat-y;
		padding: 10px 25px;
		min-height: 130px;
	}
	.half_box .bottom{
		height: 3px;
		background: transparent url("../images/half_box_bottom.png") no-repeat;
	}
	.half_box h2{
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		color: #3e3f47;
		margin-bottom: 16px;
	}
	.half_box p{
		color:#444444;
		font-size: 10px;
		text-align: justify;
	}
	.half_box:first-child img{
		padding-right: 58px;
	}
	.half_box.blue p{
		color:#0059a7;
	}
	.half_box.blue h2{
		color: #005da9;
	}
	.half_box a.more_info{
		display: block;
		position: absolute;
		width: 103px;
		height: 17px;
		bottom: -7px;
		right: 60px;
		background: transparent url("../images/btn.png") no-repeat;
		text-decoration: none;
		font-size: 10px;
		color: black;
		text-align: center;
	}
	.half_box.blue a.more_info{
		left: 60px;
	}
     


/*********************/
/* DELEGATION DETAIL */
/*********************/
/*presentation*/
#presentation img{
    margin:3px;
    vertical-align: middle;
}
#presentation div.images{
    text-align: center;
}
#presentation li,
#bureau div.mission li{
    list-style-image: url("../images/smart_li.png");
}
/*bureau*/
#bureau div.mission li{
    margin-bottom: 13px;
}
#bureau div.bureau{
    margin: 5px 0;
}
#bureau div.right_block{
    float:right;
    width: 465px; 
}
#bureau div.contact{
    float:right;
    color: red;
}
#bureau div.contact a{
    color: red;
    text-decoration: none;
}
#bureau div.contact img{
    vertical-align: middle;
    margin-left: 3px;
}
#bureau div.mission {
    background-color: #d2efff;
    padding: 12px 14px;
    min-height: 200px;
    margin-bottom: 5px;
}
#bureau div.mission h2{
    color: #006baa;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 15px;
}
#bureau div.sociaux a,
#bureau div.sociaux img{
    text-decoration: none;
    border: none;
}
#bureau div.photo {
    float: left;
    text-align: center;
    width: 143px;
}
#bureau .name {
    font-size: 11px;
    font-weight: bold;
    color: #005daa;
    text-transform: uppercase;
}
#bureau .function {
    font-size: 10px;
    font-weight: normal;
    color: #005daa;
}
/*photos*/
#photos li {
    list-style-type: none;
    margin: 15px 0;
}
#photos li a{
    color: red;
    text-decoration: none;
}
#photos li a img {
    vertical-align: middle;
    margin-right: 3px;
}
#photos li div.description{
    margin: 5px 0 15px 32px;
}
/* communication */
#communication #communication_year,
#recompenses #recompense_year{
    position: absolute;
    right: 40px;
    top: 65px;
}
#communication #communication_year option,
#recompenses #recompense_year option{
    padding: 0 5px;
}
#communication div.title {
    background: transparent url("../images/communication_picto.jpg") no-repeat;
    height: 44px;
    padding: 12px 0 0 65px;
    margin: 10px 0;
}
#communication div.title h2{
    color: #005daa;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#communication div.title p{
    font-size: 11px;
    font-weight: bold;
}
#communication td {
    width: 90px;
    vertical-align: middle;
    height: 37px;
    font-size:10px;
    cursor: pointer;
}
#communication td div{
    position: relative;
    padding-left: 27px;
    background: transparent url("../images/communication_calendar.jpg") no-repeat;
}
#communication td span{
    color:#143864;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 6px;
}
#dialog_communication p {
    margin-bottom: 10px;
    font-size: 10px; 
}
#dialog_communication li {
    padding: 12px;
}
/* récompenses */
#recompenses div.title {
    background: transparent url("../images/communication_picto.jpg") no-repeat;
    height: 44px;
    padding: 12px 0 0 65px;
    margin: 10px 0;
}
#recompenses div.title h2{
    color: #005daa;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#recompenses div.title p{
    font-size: 11px;
    font-weight: bold;
}
#recompenses div.recompense .cadre {
    float:left;
    width:375px;
    height: 101px;
    overflow: hidden;
    background-color: #d2efff;
    padding: 16px 13px 10px 13px;
    margin-right: 4px;
    position: relative;
}
#recompenses div.recompense .cadre a.see_more{
    position: absolute;
    right: 16px;
    bottom: 5px;
    color: #005daa;
    text-decoration: none;
}
    #recompenses img.recompense{
        float: left;
    }
    #partenariats div.partenaire {
        float: left;
        width: 210px;
        height: 160px;
        text-align: center;
    }
    #partenariats div.partenaire div.img{
        height: 111px;
    }
    #partenariats div.partenaire img{
        margin-bottom: 5px;
    }
    #partenariats div.partenaire .soc{
        text-align: center;
    }
    #partenariats div.partenaire a{
        text-decoration: underline;
        color: #005daa;
    }




/************/
/*  DIVERS  */
/************/
h2.blue_title {
    background-color: #143864;
    color: white;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
 width: 775px;
 border:1px solid #000000;
 
  margin-top: 5px;
    margin-left: -40px;
 border-radius:8px;
}
h2.blue_titl {
    background-color: #143864;
    color: white;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
 width: 775px;
 border:1px solid #000000;
 
  margin-top: 5px;
    margin-left: -40px;
 border-radius:8px;
}
h2.blue_title_video {
  width: 700px;   
background-color: #143864;
    color: white;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 6px;
    text-transform: uppercase;
}

table.large {
    width: 100%;
}
#c2 .ui-tabs-nav li a{
    font-size: 0.95em;
}
.ui-dialog li {
    margin: 3px 1px;
    border: gray solid 1px;
    padding: 4px;
    list-style-type: none;
    background-color: white;
}
#form_file, 
#form_file div,
#form_file input{
    float: none; 
    width: auto;
}
#form_file label{
    display: none;
}

ul.smart li{
	list-style-type: none;
	background: transparent url("../images/smart_li.png") no-repeat left 3px ;	
	padding-left: 23px;
	margin-bottom: 15px;
	text-align: justify;
}
.img_right{
	float: right;
	margin: 3px 0 10px 20px;
}
.img_left{
	float: left;
	margin: 3px 10px 10px 0px;
}
input[type=submit]{
    background-color:#08a80f;
    color:          white;
    height:         25px;
    font-size:      13px;
    line-height:    10px;
    padding:        0 5px;
}
input.error {
    background-color: #DFC3C3;
    border-color:   red;
}
.error {
    color:          red;
}

a.file,
a.video,
a.album,
a.site,
a.lire_plus{
    display: block;
    float: left;
    background: transparent url("../images/link_pdf.jpg") no-repeat;
    height: 16px;
    line-height: 16px;
    color: #005daa;
    text-decoration: none;
    font-size: 10px;
    padding-left: 20px;
    margin-right: 10px;
}
a.video{
    background: transparent url("../images/link_video.jpg") no-repeat;
}
a.album{
    background: transparent url("../images/link_photo.jpg") no-repeat;
}
a.site{
    background: transparent url("../images/link_web.jpg") no-repeat;
}
a.lire_plus{
    background: transparent url("../images/link_plus.png") no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 24px;
}

.progressbar{
    position: relative;
}
.progressbar span {
    top: 4px;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;   
    font-weight: bold;

}
.textdiz {
  text-align:left;  
padding-left: 5px;
color:#000000;
 font-family: arial;
    font-size: 13px;
}
.textozel1 {
  text-align:left;  
padding-left: 5px;

padding-top: 2px;
color:#b20000;
 font-family: arial;
    font-size: 13px;
height: 15px;

}
.textozel2 {
  text-align:left;  
padding-left: 5px;
color:#06cd30;
 font-family: arial;
    font-size: 13px;
}
.textozel3 {
  text-align:left;  
padding-left: 5px;
color:#143864;
 font-family: arial;
    font-size: 13px;
}

.resim {
 color:#b20000;
}
.resim a:hover {
 color:#000000;
}

.resimfirma {font-family: arial;font-size: 12px; margin-top:30px;margin-left:10px;position:absolute;;padding-top:40px;color:#febf27;}

.konufirma {font-family: arial;font-size: 12px;margin-top:-30px; color:#ffffff;margin-left:2px;position:absolute;}
.mesajfirma {font-family: arial;font-size: 12px;margin-top:60px; margin-left:210px;position:absolute;width:400px;height:150px; color:#000000;}
.sabitfirma {font-family: arial;font-size: 12px; color:#ffffff; margin-top:30px; margin-left:210px;position:absolute; width:400px;background:url(../images/katoalt.png) repeat;height:25px;}
.link1firma a:hover {font-family: arial;font-size: 12px;color:#b20000;}	
.firmaurunadi {font-family: arial;font-size: 12px;border:1px solid #000000; text-align:left;color:#000000; margin-top:230px;left:300px;position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}
.firmaisim {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#000000; margin-top:258px; margin-left:13px; position:absolute; width:620px; background:url(../images/katoalt.png) repeat;height:25px;}
.firmaweb {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#000000; margin-top:286px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}
.firmafiyat {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#000000; margin-top:314px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}
.firmatelefon {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#000000; margin-top:342px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}
.firmafax {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#000000; margin-top:370px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}
.firmauye {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#000000; margin-top:398px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}
.firmasehir {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#000000; margin-top:426px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}

.firmaziyaret {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#000000; margin-top:454px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}

.firmaekfirmalar {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:center; color:#FFFFFF; margin-top:484px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:25px;}
.firmaekalt {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:left; color:#FFFFFF; margin-top:512px; margin-left:13px; position:absolute; width:620px;background:url(../images/katoalt.png) repeat;height:270px;}

.firmadume {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:center; color:#b20000; margin-top:810px; right:100px; position:absolute; width:200px;height:25px;}
.firmamesajyaz {font-family: arial;font-size: 12px;border:1px solid #000000;text-align:center; color:#b20000; margin-top:810px; margin-left:40px; position:absolute; width:200px;height:25px;}

.izinver{
	 position: absolute;

left:230px;
top:230px;
}
.flatcastlogo {
 position: relative;
 width: 800px;
margin-left:-50px;
margin-top:40px;
background:#b2000;
}
.flatcastlogo1 {
 position: relative;
 width: 900px;
margin-left:-200px;
margin-top:40px;

background:#b20000;
border-radius: 8px;
text-align:center;
border: solid 1px #000000;
height: 200px;
padding-top: 10px;
}
.vip {

 width: 100px;
font-family: arial;
    font-size: 14px;
color: #ffffff;
background:#b20000;
border-radius: 8px;
text-align:center;
border: solid 1px #000000;
height: 20px;
margin-bottom:10px;
margin-left:25px;

}

.flatcastlogoradyoismi {
position:absolute;
font-family: Asimov;
    font-size: 24px;
margin-left:150px;
margin-top:-115px;
color: #ffffff;
z-index: 990;
text-transform: uppercase;
} 



.flatcastbuton {
 position: relative;
 width: 800px;
height: 50px;
font-family: arial;
    font-size: 15px;
margin-left:-50px;
margin-top:5px;
border: solid 1px #000000;
background:#fec12b;
border-radius: 8px;
text-align:center;
}   



.flatcastbuton a{
 position: relative;

font-family: arial;
    font-size: 15px;
 text-decoration: none;
margin-top:5px;
margin-left:5px;
background:#ffffff;
border-radius: 4px;
text-align:center;
color:#000000;


}
.flatcastbuton img{
 position: relative;


margin-top:5px;
margin-left:5px;

}


.flatcastbuton :hover{
 position: relative;
margin-left:5px;
font-family: arial;
    font-size: 16px;
 text-decoration: none;
margin-top:5px;

border-radius: 4px;
text-align:center;
color:#0da506;
 width: 100px;
height: 20px;

}   

.flatcastbuton1 {
 position: relative;
 width: 900px;
height: 50px;
font-family: arial;
    font-size: 14px;
margin-left:-200px;
margin-top:5px;
background:#000000;
border-radius: 8px;
text-align:center;
border: solid 1px #b20000;


}   
.onlinesite {
 position: relative;

font-family: arial;
    font-size: 15px;
margin-left:-50px;
margin-top:5px;
margin-bottom:5px;
background:#000000;
border-radius: 8px;
text-align:center;
border: solid 1px #b20000;
color:#ffffff;

}   

.flatcastbuton1 a{
 position: relative;

font-family: arial;
    font-size: 15px;
 text-decoration: none;
margin-top:5px;
background:#ffffff;
border-radius: 4px;
text-align:center;
color:#ffffff;


}   
.flatcastbuton1 :hover{
 position: relative;

font-family: arial;
    font-size: 15px;
 text-decoration: none;
margin-top:5px;
background:#fec12b;
border-radius: 4px;
text-align:center;
color:#ffffff;


}   

.flatcastyazi {
 position: relative;
 width: 800px;
height: 25px;
background:#000000;
border-radius: 8px;
text-align:center;
border: solid 1px #b20000;
margin-left:-50px;
margin-top:10px;
color:#ffffff;
text-align:center;
font-family: arial;
    font-size: 15px;
}   
.flatcastyazi1 {
 position: relative;
 width: 900px;
height: 25px;

margin-left:-200px;
margin-top:7px;
background:#fec12b;
border-radius: 8px;
text-align:center;
border: solid 1px #b20000;
margin-bottom:7px;
}   

.flatcastradyo {
 position: relative;
 width: 710px;

z-index: 1;
margin-left:-50px;
margin-top:0px;

} 
.flatcastradyo1 {
 position: relative;
 min-width: 900px;
 min-height:: 650px;
mix-width: auto;
margin-left:-200px;
background:#fec12b;


border-radius: 8px;
text-align:center;
border: solid 1px #b20000;

} 
.reklamradyo {
 position: relative;
 width: 805px;
height: 90px;
z-index: 999;
margin-left:-10px;
margin-top:2px;
padding-top:1px;

}


.flatcastradyokapali {
position: absolute;



left:206px;
top:515px;

} 
.radyokapali {
position: absolute;



left:206px;
top:830px;

} 




.flatcastradyokapali1 {
position: absolute;



left:206px;
top:575px;

} 
.flatcastradyoreklam {
position: absolute;



left:215px;
top:720px;
z-index: 910;
} 
.flatcastradyoreklambuyuk {
position: absolute;

 color: #ffffff;

left:205px;
top:1130px;
z-index: 99999;
} 

.flatcastradyoreklam1 {
position: absolute;



left:570px;
top:1060px;

} 

.reklamkapak {
position: absolute;

 color: #ffffff;

left:215px;
top:680px;
z-index: 99999;
} 
.reklamkapakust {
position: absolute;
 height:300px;
 color: #ffffff;
 width: 800px;
left:220px;
top:740px;
z-index: 99999;



} 



.flatcastradyoreklam1 {
position: absolute;



left:610px;
top:1060px;

} 

.flatcastmeta {
 position: relative;

 background-color: #143864;
    color: #000000;
border: dotted #000000 1px;
margin-left:-50px;
margin-top:10px;
 text-align: center;  
 width: 800px;
text-align: justify;
 height: 60px;
}
.flatcast {
 position: relative;
 width: 800px;

margin-left:-50px;
margin-top:0px;


}
.sidsure {
 position: absolute;



left:210px;
top:215px;

}
.flatsize {
 position: absolute;



left:940px;
top:790px;

}

.flatsizerulet {
 position: absolute;
left:940px;
top:480px;

}


.flatsizeflatindex {
 position: absolute;



left:990px;
top:340px;

}
.flatsizedinleindex {
 position: absolute;



left:920px;
top:410px;

}

/*sid bolumu*/
.rightFromSidList {
	display: block;
	float: right;
	width: 335px;
	margin-top: 40px;
}

/* ikinci bolum*/
.sendBox{
	margin-top: 5px;
	
}

.sidInput {
		width: 162px;
		padding: 3px;
		margin-bottom: 3px;

}

.sidInput2 {
		width: 140px;
		padding: 3px;
		margin-bottom: 3px;
}

.selecter {
	padding: 3px 0 3px 3px;
	margin-bottom: 3px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #777;
	cursor: pointer;
	width: 96px;
}

.selecter:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#hideSelecter {
	display: none;
	margin: 3px 0 -20px 31px;
}

.openHide {
  background:    transparent url(../images/openHide.png) 100% 50% no-repeat;
  padding-right:  20px;
  text-decoration: none;
  text-shadow: 1px 1px #fff;
  color: #777;
  white-space: nowrap;
  font-size: 0.95em;
}	

.sidButton {
		margin: 5px;
		width: 200px;
		padding: 10px 3px;
		font-weight: bold;
		font-family: Tahoma,Verdana,"Times New Roman", serif; 
}

/*uyeler*/
.sidButton2 {
		margin: 5px 0 5px 30px;
		width: 299px;
		padding: 10px 3px;
		font-weight: bold;
		font-family: Tahoma,Verdana,"Times New Roman", serif;
}

.banInput {
		width: 162px;
		padding: 3px;
		color: #ff0000;

}


.banButton {
		margin: 5px;
		width: 200px;
		padding: 10px 3px;
		font-weight: bold;
		font-family: Tahoma,Verdana,"Times New Roman", serif;
		color: #ff0000;
}


/*sidlistesi*/

.listHead {
	width: 360px;
	border: 0;
	padding-left: 10px;
}

.sidList {
	width: 380px;
	border: 1px solid #222;
	border-radius:	3px 3px 0 0;
	padding: 1px;
	background-color: #fff;
	border-spacing: 0px;
	*border-collapse: expression('separate', cellSpacing = '0px'); /*ie7fix*/ 
}

.sidList tr th {
	height: 34px;
	background: #222 url(../images/radyonavi.png) top left repeat-x ;
	border-bottom: 1px solid #555;
	color: #FFC000;
	text-shadow: 1px 1px #880000;


}


.sidList th:first-child {
	text-align: left;
	padding-left: 29px;	
}
.sidList th:first-child1 {
	text-align: left;
	padding-left: 120px;	
}
tr.listZeile1, .sidList tr {
	background-color: #ccc; 
}

tr.listZeile0 {
	background-color: #dfdfdf;
}

tr.listZeile1:hover, tr.listZeile0:hover, .sidList tr:hover {
	background-color: #143864;
}


.sidList tr td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #555;
	padding: 5px 3px;
}

.sidList a {
  background:    transparent url(../images/play.png) 0% 50% no-repeat;
  padding-left:  25px;
  text-decoration: none;
  display: block;
  text-shadow: 1px 1px #fff;

}

.rasgele a {
	padding-left: 0px;
	font-size: 1.15em;
	font-weight: bold;
	background-image: none;
	text-decoration: blink;
	text-align: center;
}

td.listName {
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
}

td.listInfo {
	width: 14px;
}

td.listInfo a {
  background:    transparent url(../images/info.png) center center no-repeat;
  padding-left: 0px;
}
	
.sidListIcon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: -4px;
}

td.listIcons {	
	width: 14px;
}

.listTime {
	width: 400px;
	height: 15px;
padding-top: 20px;

}

.listTime a {
	background-image:none;
	padding: 0;
	
	
}

.listIp {
	font-size: 0.8em;
	color: #777;
	width: 60px;
	text-align: center;
	overflow: hidden;
}

.reklamsid {
 position: absolute;



left:650px;
top:520px;

}
.sidgonder {
 position: absolute;



left:650px;
top:850px;

}
.favorisidgonder {
 position: absolute;



left:650px;
top:550px;

}
.reklamsidgonderalt {
 position: absolute;



left:650px;
top:980px;

}

.reklamsidgonderaltfavori {
 position: absolute;



left:650px;
top:700px;

}


.degisim{
 position: absolute;
z-index: 9999;


color: #ffffff;
left:470px;
top:150px;





}
#sayfala{margin-top:15px}
#sayfala a{background:#b7051a;padding:3px 7px;color:#fff;float:left;margin-top:5px;margin-left:2px}
#sayfala a:hover{background:#666;padding:3px 7px;color:#fff}
#sayfala a.active{background:#333;padding:3px 7px;color:#fff
}

.catbgcolor {
background-color : #3B3B3B;
}
.maincat {

border:2px dotted #ffffff;
 background-color: #143864;

}


#link{
	position: absolute;
	top: 60px;
	left: 370px;
	
}
td.listIcons {	
	width: 14px;
}


td.listIcons a {
  background:    transparent url(../images/statistic.png) center center no-repeat;
  padding-left: 0;
  width: 16px;
  margin-right: -2px;

}








/* Inputs and buttons*/

.sendBox{
	margin-top: 5px;
	
}


.sidInput {
		width: 162px;
		padding: 3px;
		margin-bottom: 3px;

}


.acpInput, .acp2Input {
		width: 300px;
		padding: 3px;
		margin-bottom: 3px;

}


.acpInput:focus {
	background-color: #efefef;
}


.acp2Input:focus {
	background-color: #efefef;
	width: 450px;
	position: relative;
	z-index: 100;
}


.sidInput2 {
		width: 140px;
		padding: 3px;
		margin-bottom: 3px;
}


.selecter {
	padding: 3px 0 3px 3px;
	margin-bottom: 3px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #777;
	cursor: pointer;
	width: 96px;
}


.selecter:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


#hideSelecter {
	display: none;
	margin: 3px 0 -20px 31px;
}


.openHide {
  background:    transparent url(images/openHide.png) 100% 50% no-repeat;
  padding-right:  20px;
  text-decoration: none;
  text-shadow: 1px 1px #fff;
  color: #777;
  white-space: nowrap;
  font-size: 0.95em;
}	


.sidButton {
		margin: 5px;
		width: 200px;
		padding: 10px 3px;
		font-weight: bold;
		font-family: Tahoma,Verdana,"Times New Roman", serif; 
}


/*for user*/

.sidButton2 {
		margin: 5px 0 5px 30px;
		width: 299px;
		padding: 10px 3px;
		font-weight: bold;
		font-family: Tahoma,Verdana,"Times New Roman", serif;
}


.banInput {
		width: 162px;
		padding: 3px;
		color: #ff0000;

}



.banButton {
		margin: 5px;
		width: 200px;
		padding: 10px 3px;
		font-weight: bold;
		font-family: Tahoma,Verdana,"Times New Roman", serif;
		color: #ff0000;
}





.surebekle {

position: relative;
  left: 10 px; 
top:10px;  
}
.yazdinle {
 position: absolute;



left:500px;
top:50px;

}

.sil {

position: relative;
padding-top: 2px;
padding-left:160px;

}
.favori {
 position: absolute;



left:215px;
top:410px;

}

.favoriflatindex {
 position: absolute;

width: 50px;

left:1020px;
top:200px;

}
 .favorindex {


 position: absolute;
z-index: 999;
left:930px;
top:890px;

}
.favorirulet {


 position: absolute;
z-index: 999;
left:940px;
top:615px;

}
.oyver {
float: right;
position: relative;
padding-top: 0px;
padding-right:5px;
color: #b20000;
font-family: arial;
font-size: 11px;
} 
.hitver {
float: right;
position: relative;
padding-top: 0px;
padding-right:13px;

}
.favorimd {
float: left;
position: relative;
margin-top: 10px;
left:-25px;

}
.online {
float: left;
position: relative;
margin-top: 10px;
left:-45px;

}
.dume {
float: right;
position: relative;
text-align:center;
padding-right:15px; 
width: 110px;
height:10px;
background-color:#b20000;
border-radius: 5px;

border: solid 5px #b20000;
color: #ffffff;
 padding-bottom: 5px;
}
.yonetici {
float: left;
position: relative;
width: 150px;
left:20px; 
}
.radyoismi {
float: left;
position: relative;
width: 150px;
left:50px; 


}
.radyodurum {
float: left;
position: relative;

left:5px; 
top:5px;

}
.online {
float: left;
position: relative;
top:-5px;
left:20px; 
}
.onlineindex {
float: left;
position: relative;
left:-25px;

}

.linkcizgi {
text-decoration: none;

}
a:hover {
     color: #b20000;
     text-decoration: none;
    
 }
.alimcewebtablo {
    border: 1px solid #000000;
 text-decoration: none;

}


.alimcewebtablo td {
    border-left: 1px solid #000000;
 text-decoration: none;    
border-top: 1px solid #000000;
    padding: 10px;
    text-align: left;    
}


.alimcewebtablo th, .alimcewebtablo th:hover {
    border-left: 1px solid #000000;
	border-bottom: 1px solid #828282;
    padding: 10px;  
   text-decoration: none;
	color:#ffffff !important;
	font-weight:normal;
}

.alimcewebtablo tbody tr:nth-child(even) {
    background: #000 !important;
	color:#fff;
}

.alimcewebtablo tr:hover *{
    background: #b20000;
	color:#000;
}

.alimcewebtablo tr {
	background:#143864;
	color:#fff;
 text-decoration: none;

}
.pagerank {





}
 .reklamsol {
position:fixed; 



left:0px;
top:10px;

}
.linkuyeban {
 position: absolute; 
background: url(../images/linkuyeban.png) repeat center ;
height:100%;
width:100%;
left:0px;
top:0px;
-webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;

}

.linkuyeban1 {
position:fixed; 


center:0px;
top:0px;


}

.linkuye {
 position: absolute;  


center:0px;
top:-50px;


}                 
 .linkuyealt {
 position: absolute;  


center:0px;
top:-35px;


} 


	
	.DownsBox {
	 position: absolute; 	
left:600px;
	padding:5px;
	width: 79px;
	height: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	border: solid 1px #000;
	text-align:right;
	background-color:#900;
	color:#fff;
	margin-bottom:10px;
	}
	
	.DownsBox:hover {
		background-color:#F00;
	}
	
	.DownsBoxSelected {
 position: absolute; 	
left:600px;
	padding:5px;
	width: 79px;
	height: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	border: solid 1px #000;
	text-align:right;
	background-color:#F00;
	color:#fff;
	margin-bottom:10px;
	}

 .UpsBox {
	 position: absolute; 	
left:500px;
	padding:5px;
	width: 79px;
	height: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	border: solid 1px #000;
	text-align:right;
	background-color:#090;
	color:#fff;
	margin-right:2px;
	margin-bottom:10px;
	}
	
 .UpsBox:hover {
		background-color: #00CC00;
	}
	
.UpsBoxSelected {
 position: absolute; 	
left:500px;
	padding:5px;
	width: 79px;
	height: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	border: solid 1px #000;
	text-align:right;
	background-color:#00CC00;
	color:#fff;
	margin-right:2px;
	margin-bottom:10px;
	} 

.aciklama {
	position: relative;	

top:-150px;
left:220px;
	padding:5px;
	width: 320px;
	height: 150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	border: solid 1px #000;
	text-align:left;
	background-color:#ffffff;
	color:#000000;
	margin-left:2px;
	
	}
.izle {
	position: relative;	

top:-100px;
text-decoration: none;
	padding:5px;
	width: 550px;
	height: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	border: solid 1px #000;
	text-align:center;
	background-color:#000000;
	color:#143864;
	margin-left:2px;
	
	}
.videoizle {
	position: relative;	

top:10px;
text-decoration: none;
	padding:5px;
	width: 700px;
	height: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	border: solid 1px #000;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	
	
	}
.videocerceve {
	position: relative;	

top:10px;
text-decoration: none;
	padding:5px;
	width: 700px;
	height: 500px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	border: solid 3px #000000;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	
	
	}

.videoreklam {
	position: relative;	

top:-230px;
left:190px;
	
	
	}
.videoreklamalt {
	position: relative;	
float: center;
top:10px;
text-decoration: none;
	padding:5px;
	width: 700px;
	height: 600px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	border: solid 3px #000000;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	
	
	}

.temaindexaktiflink {
	position: relative;	
float: center;

text-decoration: none;
	padding:2px;
	width: 700px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	border: solid 1px #000000;
	text-align:left;
	background-color:#ffffff;
	color:#b20000;
	
	
	}

.temaindexkapak {
	 position: absolute; 	
left:200px;
	
top:180px;	

}


.sinemamodu {
	 position: absolute;	
left: 500px;
top: 410px;

	
	
	}

.sinemamoduflatindex {
	 position: absolute;	
left: 750px;
top: 40px;

	
	
	}

.sinemamoduanasayfa {
	 position: absolute;	
left: 763px;
top: 745px;

	
	
	}

.isikacik {
 position: absolute; 


width: 20px;
height: 20px;
font-family: arial;
    font-size: 14px;
left:0px;
margin-top:0px;


    color: #ffffff;
} 
.degisensid {
 position: absolute;

font-family: Tahoma,Verdana,"Times New Roman", serif;
color: #ffffff;
left:400px;
top:0px;
font-size: 14px;
}
.radyoyonlenme {
 position: absolute;
z-index: 999;

left:380px;
top:1050px;

}

.radyobolumu {
 position: absolute;


left:205px;
top:540px;
z-index: 900;
}

.ruletbanner {
 position: absolute;


left:205px;
top:100px;
z-index: 997;
}

.sayfamenu {
 position: absolute;
width: 800px;
height:20px;

border-radius: 5px;
text-align:center;
border: solid 5px #102a47;

left:205px;
top:380px;
z-index: 999;
}

.onlineip {
text-align:center;
width: 600px;
height: 20px;
font-family: arial;
    font-size: 14px;
border: solid 1px #b20000;
}

.begenigonder{
margin-left: 12px;

position: relative;
left:-50px;
top:20px;
text-align:center;
width: 340px;
height: 310px;
font-family: arial;
    font-size: 14px;
border-radius: 10px;

border: solid 2px #102a47;
} 
.begenigondersag{
position: relative;
float:center;


left:300px;
top:-294px;

text-align:center;
width: 350px;
height: 310px;
font-family: arial;
    font-size: 14px;
border-radius: 10px;

border: solid 2px #102a47;
}  
.sidbolumu{
position: relative;
float:center;

left:-40px;
top:-240px;

text-align:center;
width: 690px;
height: 160px;
font-family: arial;
    font-size: 14px;
border-radius: 10px;
padding-right :10px;
border: solid 2px #102a47;
} 

.radyobilgi{
position: relative;


left:-60px;
top:10px;

} 

.kayanreklamlar{

text-align:center;
width: 710px;
height: 150px;
font-family: arial;
    font-size: 14px;
border-radius: 15px;
margin-top: 10px;
border: solid 25px #102a47;
} 
 .isimlisidlogo{
margin-left: -30px;
width: 750px;
height: 150px;

border-radius: 10px;

border: solid 2px #102a47;
}
.reklamlogo{
color: #000000;
font-family: arial;
font-size: 15px;
width: 750px;
height: 300px;

border-radius: 10px;

border: solid 10px #fec12b;
}
.reklamlogoauto{

width: 750px;
height: 280px;


}

.reklamlogotop10baslik{
 position: relative;
margin-top :-250px;
margin-left :220px;
width: 500px;
height: 300px;
text-height: 25px;
color: #b20000;
font-family: arial;
font-size: 15px;
}

.reklamlogotop10{
 position: relative;
margin-top :-250px;
margin-left :230px;
width: 500px;
height: 300px;
text-height: 25px;
color: #b20000;
font-family: arial;
font-size: 15px;
padding-top :5px;
padding-bottom :5px;
padding-left :5px;
padding-right :5px;
}
.reklamlogotop10  a{
 position: relative;
margin-top :-280px;
margin-left :230px;
width: 350px;
height: 300px;
text-decoration: none;
color: #b20000;
font-family: arial;
font-size: 15px;
text-height: 25px;
padding-top :10px;
}

.reklamlogotop10  a:hover{

text-align:center;
border-radius: 8px;
background-color:#ffffff;
text-decoration: none;
color: #000000;
font-family: arial;
font-size: 15px;
text-height: 25px;
padding-top :5px;
padding-left :5px;
padding-right :5px;
padding-bottom :5px;
border: solid 1px #102a47;
}
.reklamlogotop10reklam{
position: absolute;
top :120px;
left :630px;
padding-top :5px;
padding-bottom :5px;
padding-left :10px;
padding-right :5px;
border-radius: 8px;
background-color:#000000;


}
.sayfalaindex{

width: 700px;
height:auto;
min-height: 600px;
border-radius: 10px;

border: solid 10px #102a47;
}
.diyersayfalar{

width: 710px;
height:15px;
text-align:center;
color: #ffffff;
font-family: arial;
  font-size: 16px; 
border-radius: 5px;
background-color:#102a47;
border: solid 5px #102a47;
}
.radyosirala{

width: 700px;
height:50px;

border-radius: 10px;

border: solid 10px #102a47;
}
.hitgondercerceve{

width: 650px;
height:1750px;

border-radius: 20px;

border: solid 20px #102a47;
}
.hitgonderyazi{

width: 650px;
height:70px;

border-radius: 20px;
text-align:center;
border: solid 20px #102a47;
}
 .uyeduyuru{
 position: absolute;
float:center;
 z-index: 999;
left:500px;
top:-100px;


}
  
.reklamfoter{
 position: absolute;

 z-index: 999;
left:-50px;



}
 .siteduyuru{

width: 740px;
height:110px;

border-radius: 8px;
text-align:center;
border: solid 8px #b20000;
}
.siteduyuru1{
 position: relative;

margin-left:-50px;
width: 790px;
height:100px;

border-radius: 8px;
text-align:center;
border: solid 8px #b20000;
} 
.ziyaretlerimsayfa{
position: absolute;
	top: 40px;
	left: 30px;

} 

.ziyaretlerimbaslik{
 position: relative;
 background-color: #fec12b;
color: #000000;
width: 160px;
height:15px;
margin-top :5px;
border-radius: 6px;
text-align:center;
border: solid 2px #fec12b;
font-family: arial;
font-size: 15px;

} 

.ziyaretlerim{
 position: relative;
background-color: #ffffff;
color: #000000;
width: 160px;
height:15px;
margin-top :5px;
border-radius: 6px;
text-align:center;
border: solid 1px #fec12b;
font-family: arial;
font-size: 15px;

} 
.ziyaretlerim  a{
 position: relative;

color: #000000;



text-align:center;

font-family: arial;
font-size: 15px;
text-decoration: none;
} 

.ziyaretlerim  :hover{

border-radius: 3px;
color: #000000;
font-family: arial;
font-size: 16px;
text-decoration: none;
border: solid 2px #fec12b;
background-color: #fec12b;

} 

.ziyaretmenu{
 position: relative;
background-color: #ffffff;
color: #000000;
width: 170px;
height:15px;
margin-top :5px;
border-radius: 6px;
text-align:left;
border: solid 1px #fec12b;
font-family: arial;
font-size: 12px;

} 

.ziyaretmenu  a{
 position: relative;

color: #000000;



text-align:left;

font-family: arial;
font-size: 12px;
text-decoration: none;
} 
.ziyaretmenu  :hover{
width: 180px;
height:30px;
background-color: #fec12b;

border-radius: 3px;
color: #000000;
font-family: arial;
font-size: 13px;
text-decoration: none;
border: solid 2px #fec12b;
text-align:left;
} 
.begenilenradyolarmenu{
 position: relative;
background-color: #ffffff;
color: #000000;
width: 175px;
height:15px;
margin-top :5px;
border-radius: 6px;
text-align:left;
border: solid 1px #fec12b;
font-family: arial;
font-size: 13px;

} 

.begenilenradyolarmenu  a{
 position: relative;

color: #000000;



text-align:left;

font-family: arial;
font-size: 12px;
text-decoration: none;
} 
.begenilenradyolarmenu  :hover{
background-color: #fec12b;
border-radius: 6px;
color: #000000;
font-family: arial;
font-size: 13px;
text-decoration: none;
border: solid 3px #fec12b;
text-align:left;
} 



/* Footer */
footer#theme-footer {
	

 
color: #ddd;
	
background:#333;
	
text-shadow: 0 0 1px #000;
	
padding:20px 0;
	
border-bottom:1px solid #222;

border-top: 8px solid #FF8500;
	
margin-top:20px;
	
-webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, .1);
	
-moz-box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
	
box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
}
	
footer#theme-footer a{color: #ccc;}
	
footer#theme-footer a:hover{color: #FFF;}


/* Footer Widgets */	

#footer-widget-area{
	
width:	100% ;
	margin: 0 auto;
}
	
.footer-widgets-box{float:left; margin-right:4%;}
	
.footer-1c .footer-widgets-box{	width:	100% }
	
.footer-2c .footer-widgets-box{	width:	48%;}
	
.footer-3c .footer-widgets-box{	width:	30.66666666666667%;}
	
.footer-4c .footer-widgets-box{	width:	22%;}
	
	
.narrow-wide-2c #footer-first , .wide-narrow-2c #footer-second {width:32%;}
	
.narrow-wide-2c #footer-second, .wide-narrow-2c #footer-first{	width:64%;}
	
	
.wide-left-3c #footer-first    ,.wide-right-3c #footer-third  {	width:46%;}
	
.wide-left-3c .footer-widgets-box , .wide-right-3c .footer-widgets-box {	width:23%;}
	
	
.footer-1c .footer-widgets-box,
	.narrow-wide-2c #footer-second,
	
.wide-narrow-2c #footer-second,
	.footer-2c #footer-second,
	
.footer-3c #footer-third,
	.footer-4c #footer-fourth,
	
.wide-right-3c #footer-third,
	.wide-left-3c #footer-third{margin-right:0;}

	
.footer-widget-top{	border-bottom:1px solid #222;padding:10px 0;}
	
.footer-widget-top h4{
font-size: 
22px;font-family: 
BebasNeueRegular,arial,Georgia, serif;
text-align:center;

}
	
.footer-widget-container{padding: 10px;border-top:1px solid #444;}
		
.footer-widget-container p {padding-bottom: 1.0em;}
		
.footer-widget-container ul, footer#theme-footer .tabs-wrap ul{ border-bottom:1px solid #444; }
		
.footer-widget-container li, footer#theme-footer #tabbed-widget 
.tabs-wrap li {
			padding: 6px 12px 6px 0;
			line-height: 18px;
			
overflow: hidden;
			border-bottom: 1px solid #232323 !important;
			
border-top: 1px solid #444;
		}
		
.footer-widget-container li:first-child , footer#theme-footer #tabbed-widget .tabs-wrap li:first-child { border-top:0 none; }

	
	footer#theme-footer #tabbed-widget .widget-top { background:transparent; border-bottom-color:#444; overflow:hidden; }
		
footer#theme-footer #tabbed-widget ul.tabs li a {text-shadow: 0 1px 0 #000; }
		
footer#theme-footer #tabbed-widget ul.tabs li a:hover { color:#FFF; }
		
footer#theme-footer #tabbed-widget ul.tabs li.active a {
			color:#FFF;
			
background: #444;
			box-shadow: 0 -1px 2px #111;
			
-moz-box-shadow: 0 -1px 2px #111;
			-webkit-box-shadow: 0 -1px 2px #111;
		}
	
	footer#theme-footer #tabbed-widget .tabs-wrap.tagcloud a {
			background: #444;
		
	border: 1px solid #222;
			text-shadow: 0 1px 0 #000;
		
	-moz-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			-webkit-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			box-shadow: inset 0 0 2px #888, 0 0 2px #222;
		}
		footer#theme-footer #tabbed-widget .tabs-wrap.tagcloud a:hover{ background:#555;}
		footer#theme-footer .widget-counter li{ border:0 none !important; width: 33.4%; }
		
		
footer#theme-footer .search-widget input{
	background: #414141;
	box-shadow: 0 1px 3px 0 #313131;
	-moz-box-shadow: 0 1px 3px 0 #313131;
	-webkit-box-shadow: 0 1px 3px 0 #313131;
	border: 1px solid #202020;
	color:#222;
}
	footer#theme-footer .search-widget input:hover,
	
footer#theme-footer .search-widget input:focus{color:#000;}


/* Footer Bottom */
.footer-bottom {
	
position: relative;
	background:#2e2e2e;
	
line-height:35px;
	border-top:1px solid #444;
	color: #ccc;
}
	
.footer-bottom .social-icons{
		
float:right;
		margin:3px 15px 0;
		line-height:0;
	}
	
.footer-bottom .social-icons img{width:25px; height:25px;}
	
.footer-bottom a{color: #ccc;}
	.footer-bottom a:hover{color: #FFF;}

#topcontrol{
	z-index:2;
	background: #FF8500 ;

	width: 30px;
	height: 30px;
	border-radius: 50px;
	
-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

	position:fixed;
	bottom:-100px;
	right:10px;

	cursor:pointer;
	-webkit-transition: all .7s ease-in-out;
  
  -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow:auto;
}
#topcontrol:before{width:30px; height:30px;line-height:30px;color:#FFF;}
	#topcontrol:hover{ background-color:#fb9826 ;}

/* Images */
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img {max-width: 100%;height: auto;}
img.centered,
img.aligncenter {
	display: block;
	margin: 2px auto;
	border: 1px solid #cbcdcc;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 2px 3px 3px 8px;
	display: inline;
	border: 1px solid #cbcdcc;
}
img.alignleft {
	padding: 4px;
	margin: 2px 8px 3px 3px;
	display: inline;
	border: 1px solid #cbcdcc;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100% !important;
	padding: 4px;
	text-align: center;
}
	.wp-caption.alignleft{margin-right: 20px;}
	.wp-caption.alignright{margin-left: 20px;}
	.wp-caption img {max-width: 100% !important;}
	.wp-caption p.wp-caption-text {color: #888;margin: 5px;padding:0;}

/* Navigation */

.clear1 {clear: both;}


#radyoyayin{
 position: absolute;
	top: 2000px;
	left: 800px;
} 
.radyoyayin1{
 position: absolute;
	top: 200px;
	left: 200px;
} 

.giris {

font-family: Asimov;
    font-size: 18px;

color: #ffffff;
z-index: 9999;
text-transform: uppercase;
}
.favoriyonlenme {
 float: center;
bottom:50px;
}  

.secilenradyolar {
width: 200px;
height: 25px;
position: relative;
background-color: #ffffff;
margin-top: 10px;

color: #000000;
font-family: arial;
font-size: 14px;
text-decoration: none;


text-width:150px;

}     
.secilenradyolar a{
width: 200px;
height: 25px;
position: relative;
background-color: #fec12b;
margin-top: 20px;
border-radius: 8px;
color: #000000;
font-family: arial;
font-size: 14px;
text-decoration: none;

text-align:center;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
border: 1px solid #000000;
}
.secilenradyolar :hover{
width: 200px;
height: 25px;
position: relative;
background-color: #b20000;
margin-top: 20px;
border-radius: 8px;
color: #ffffff;
font-family: arial;
font-size: 14px;
text-decoration: none;

text-align:center;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
border: 1px solid #000000;
} 
.adminisimlisid{
width: 710px;
height: 35px;

background-color: #b20000;

border-radius: 8px;
color: #ffffff;
font-family: arial;
font-size: 14px;
text-decoration: none;

text-align:center;

border: 1px solid #000000;
} 
.adminisimlisidalt{
width: 700px;
height: 40px;
padding-top: 5px;
background-color: #000000;
padding-right: 10px;
border-radius: 8px;
color: #ffffff;
font-family: arial;
font-size: 14px;
text-decoration: none;

text-align:center;

border: 1px solid #b20000;
} 
.adminisimlisidbilgi{
width: 700px;
height: 100px;
padding-top: 5px;
background-color: #000000;
padding-right: 10px;
border-radius: 8px;
color: #ffffff;
font-family: arial;
font-size: 14px;
text-decoration: none;

text-align:center;

border: 1px solid #b20000;
}              
.indexreklamdikey{
 position: absolute;

 z-index: 99999;
left:-100px;
top:250px;

} 
.reklamauto800{
width: 800px;
height: 90px;

} 
.reklamautoesnek{
width: 810px;
height: 250px;
z-index: 99999;
} 

.radyolarust{

 position: relative;

margin-left :150px;
width: 300px;
height: 250px;

} 

.radyomf5{

 position: absolute;
top :50px;
left :300px;
width: 600px;
height: 550px;

} 
.radyomf5ust{

 position: absolute;
top :90px;
left :590px;
 z-index: 999;
}  
.radyomf5alt{

 position: absolute;
top :400px;
left :350px;
 z-index: 99999;
}
.reklamsec{

width: 805px;
height: 250px;
}
.flatcastcerceve {
   
  min-height:700px;
  min-width:750px;
    border:8px solid #0a435c;
  background-color:#ffffff;
  margin-top: 10px;
    margin-left: -52px;
 border-radius:10px;
 padding-left: 50px; 
}
.siduzunluk{
   border:1px solid #fec12b;
  background-color:#ffffff;
  margin-top: 10px;
    margin-left: 10px;
 border-radius:8px;
  
    width:400px;
   
  height:40px;
}
.siddinle input[type="text"]{
    position: absolute;  
 left:135px;
top:2px;  


color: #0a435c;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
   padding-left: 5px;
    width:110px;
    border:2px solid #fec12b;
    border-radius:8px;
  
  height:20px;
}
.siddinle input[type="text"]:focus{
    background-color:#fec12b;
    border: 2px solid #000000;
 color: #000000;
}
.sidgonderbuton input[type="submit"]{
  position: absolute;  
 left:255px;
top:2px;  


background-color: #000000;
   border-radius:8px;
    color: #ffffff;
    font-family: 'Times New Roman';
    font-size: 13px;
 
    width:70px;
    height:25px;
  border: 1px solid #fec12b;

}
.sidgonderbuton input[type="submit"]:focus{
    background-color:#66f220;
    border: 2px solid #000000;
color: #000000;

}
.siddinlebaslik{
  position: absolute;  
 left:2px;
top:2px;

color: #ffffff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
   padding-left: 5px;
    padding-top: 3px;
 width:140px;
    border:1px solid #fec12b;
    border-radius:8px;
  
  height:20px;
} 

.anonce{
  
 margin-top: 10px;
    margin-left: 10px;

color: #000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
   padding-left: 5px;
    padding-top: 3px;
 width:336px;
    border:1px solid #fec12b;
    border-radius:8px;
  
  height:280px;
} 

.konuresimkonum{
  
 margin-top: 10px;
    margin-left: 50px;
background-color: #000000;
width:550px;
    border:1px solid #fec12b;
    border-radius:8px;
 padding-top: 15px;
height:480px;
}

 .konuresimkonum img {
	height: auto;
	width: auto;
	border:0;
max-height: 470px;	
 max-width:540px;
min-height: 300px;	
 min-width:330px;

float:center;

}
.radyoyukleniyor{
 position:  relative;

color: #b20000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
left:10px;
top:10px;


}
.htmlsayfa{
  
 margin-top: 10px;
    margin-left: 50px;
background-color: #000000;
width:550px;
    border:1px solid #fec12b;
    border-radius:8px;
 padding-top: 15px;
height:480px;
}                                                               