ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a
{
  text-decoration: none;
	color: #ff48d5;
	border:0;
}

a:hover
{
	text-decoration: none;
	color: #ddd;
	border:0;
}

ul{
	list-style: disc inside;
}
img{
	border: 0;
}

hr{
	border:0;
	color: #333;
	background-color: #777;
	height: 1px;
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
}

.blue {
color:#0099FF;
margin:5px 0 0;
padding:0;
}
h3{
	font-family: arial, georgia,times,serif;
	font-weight: bolder;
	color: #fff;
	font-size: 20px;
}
h4{
	margin: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #888;
	font-weight: bold;
}

h5{
	font-size: 35px;
	color: #ca86cc;
}

h6{
	font-size: 25px;
	color: #ca86cc;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
	color:#555;
}
body{
  margin: 0;
  padding: 0;
	background: #b6b6b6 url("../images/background.jpg") repeat-x scroll top left;
}

td{
	
}

div{
		border: 0px solid white;
}

input{
	font-family: Arial, Verdana, sans-serif;
	color:#555;
  font-size: 13px;
	padding:2px;
	border:4px solid #eaebec;
}

select{
	font-family: Arial, Verdana, sans-serif;
	color:#555;
  font-size: 13px;
	padding:2px;
	border:4px solid #eaebec;
}

textarea{
	font-family: Arial, Verdana, sans-serif;
	color:#333333;
  font-size: 13px;
	padding:2px;
	border:4px solid #eaebec;
	width:300px;
	height: 100px;
}

td{
	padding: 1px 2px 1px 2px;
}







/**
 * ID
 */


#aff{
	text-align:left;
}
#top_logo{
	position:absolute;
	top:20px;
	padding: 10px;
}
#container{
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 0px;
	height: 100%;
	background:#c2c2c2;
	border: 15px solid #fff;
}

#container div{

}

#top{
	height: 150px;
	background: #fff url("../images/bg_top.png") repeat-x scroll top left;
}
#top_ban{
	float: right;
	padding: 15px;
}
#nav_bar{
	padding: 0 15px;
	float:right;
	min-width: 900px;
	text-align: right;
}

#nav_bar li{
	display: inline;
	padding-left: 10px;
	margin:0;
	list-style:none;
}

#nav_bar a{
	display: inline-block;
	text-align: center;
	color: #ff48d5;
	text-decoration: none;
	font-weight:bold;
}

#nav_bar a:hover{
	color: #777;
	text-decoration: none;
	
}

#main_content{
	padding: 15px;
}

#left_content{
	width: 505px;
	float: left;
}

#right_content{
	width: 350px;
	padding: 15px;
	background-color: #8a8a8a;
	float: right;
}

#footer{
	background: #b6b6b6 url("../images/bottom_bg.jpg") repeat-x scroll top left;
	height: 200px;
	padding: 15px;
	text-align:center;
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 0px;
}

#footer_links{
	 text-align: left;
}

#footer_links li{
	 list-style: none outside;
}

#footer_links{
	 padding: 10px;
}

#footer_links h2{
	padding: 0 0 10px 0;
	color: #FF48D5;
}

#footer_links a{
	color: #636363;
	font-size: 13px;
}

#footer_links a:hover{
	color: #FF48D5;
}

#footer_links span{
		display: inline;
}
#footer_links ul{
	border: 0px solid black;
}

#footer_links td{
	padding-left: 20px;
	padding-right: 20px;
	background: transparent url("../images/bg_bottom_ul.gif") no-repeat scroll top right;	
	vertical-align: top;
}

/**
 * Classes
 */

.gn_tiny{
	border: 5px solid #fff;
	margin:2px;
}
.smallForm th{
	text-align:left;
}
.smallForm td{
	text-align:left;
}
.smallForm div{
	text-align:left;
}
.block_rose{
	background-color: #ca86cc !important;
}

.block_pink{
	background-color: #feceff !important;
}

.block_gris{
	background-color: #efefef !important;
}


.block_white{
	background-color: #ffffff !important;
	margin: 0 !important;
}
.c_block, .b_block{
	background-color: #fff;
	color: #555;
	padding:15px;
	margin-bottom: 15px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

.c_block h1, .b_block h1{
	font-size: 19px;
	font-weight:normal;
	margin-bottom: 15px;
}

.c_block th{
	text-align: left;
}
.infos{
	font-size: 13px;
	font-weight:bolder;
	margin-bottom:20px;
}
.h1_white{
	color: #fff;
	font-size: 19px;
	font-weight:normal;
	margin-bottom: 15px;
}
.dInline li{
	display:inline-block;
	padding:5px 20px 5px 5px;
	vertical-align:top;
}
.nLi li{
	display:inline;
	padding:0;
}
.main_block{
}

.main_top{
	height: 40px;
	margin:0;
	padding:0;
}
.main_tbl{
	width: 100%;
	background-color: #000;
}

.main_tbl td{
	margin:0;
	border-collapse:collapse;
	vertical-align: top;

}
 
 .calendar{
 	margin:0;
	padding: 0;
 }
 
.error_list{
 	color: red;
	list-style: none;
	padding: 5px 0 2px 2px;
}
 
.form_error{
 	color: red;
}
 
.padding_10{
	padding: 10px;
}

.medium_submit{
	background:url('../images/bt_medium.png') no-repeat;
	border:0;
	width:78px;
	height:18px;
	vertical-align:middle;
	text-align:center;
	margin:0;
	padding:0;
}

.spotLights{
	text-align: center;
}
.spotLights span{
	text-align: left;
	border: 0px solid black;
	width: 150px;
	display: inline-block;
}
.spotLights img{
	margin: 0 0 4px 0;
}

.homeAgenda h1{
	margin-bottom: 10px;
}
.homeAgenda p{
	font-size: 11px;
	font-weight:normal;
	margin: 0;
}

.pagerBlock{
	font-size: 19px;
	font-weight:bolder;
}

