/* 
** GLOBAL
*/
* {
	margin:0;
	padding:0;
}
.clearer {
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
}
body {
	font-size:1em;
	font-family:Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:62.6%;
}
img {
	border:none;
}
textarea {
     resize: none;
}
#contenu {
	position:relative;
	width:970px;
	padding-top:10px;
	font-size:0.9em;
	margin:0px auto;
}
#colonne_gauche {
	width:710px;
	float: left;
	position:relative;
}
#colonne_droite {
	width: 243px;
	float:right;
}
/**
* BLOC MESSAGERIE **/
#bloc_messagerie {
	width:239px;
	height:76px;
	background:url('/res/img/profile/bg_messagerie.gif') no-repeat 0 0;
	padding-top: 14px;
	margin-top:-9px;
	padding-left:15px;
	/*z-index:10000;*/
	position:relative;
}
#bloc_messagerie p {
	margin-bottom:1px;
	position:relative;
}
.msg_nb {
	width:25px;
	height:17px;
	display:inline-block;
	color: #fff;
	margin-right:10px;
	text-align:center;
	padding-top:2px;
	vertical-align:middle;
}
.msg_nb_pos {
	background:url('/res/img/profile/bg_nb_pos.gif') no-repeat 0 0;
}
.msg_nb_neg {
	background:url('/res/img/profile/bg_nb_neg.gif') no-repeat 0 0;
}
.msg_type {
	font-size: 1.1em;
	color:#000;
	text-decoration:none;
}
/**
* MENU DROIT **/
#menu_droit {
	position:relative;
}
#menu_droit_inner {
	width:214px;
	/*margin-left:17px;*/
	padding-left:17px;
	position:relative;
	padding-top:3px;
}
#menu_droit_bottom {
	height:18px;
}
.menu_droit_item {
	display:block;
	padding-bottom:8px;
	background:url('/res/img/profile/bg_menu_droit_item.png') no-repeat 0 100%;
}
.menu_droit_item a, .menu_droit_item span {
	color:#000;
	text-transform:uppercase;
	font-size:1.1em;
	text-decoration:none;
	margin-top:17px;
	display:inline-block;
}
.ss_menu_droit a {
	color:#000;
	text-decoration:none;
	font-size:1.1em;
	display:inline-block;
	margin-bottom:2px;
}
.ss_menu_droit {
	margin-top: 9px;
}
#menu_droit_top {
	width:243px;
	height:22px;
	position:absolute;
	top:0;
	left:0;
}
/**
* BLOC ACTUS KINO **/
#bloc_pub {
	width:226px;
	/*height:214px;*/
	background:#fff;
	margin-left:-8px;
	margin-top:20px;
}
#bloc_actus_kino_top {
	width:221px;
	height:27px;
	background:url('/res/img/profile/bg_kinoactus_top.gif') no-repeat 0 0;
}
#bloc_actus_kino_bottom {
	width:221px;
	height:26px;
	background:url('/res/img/profile/bg_kinoactus_bottom.gif') no-repeat 0 0;
}
#bloc_actus_kino_inner {
	width:221px;
	background:url('/res/img/profile/bg_kinoactus.gif') repeat-y;
/*	height:340px;*/
}
html > body #bloc_actus_kino_inner {
/*	min-height:340px;*/
	height:auto;
}
#bloc_actus_kino {
	margin-top: 17px;
	margin-left:-5px;
	margin-bottom:-7px;
}
.actu_kino {
	width:190px;
	padding-bottom:20px;
	margin-left:14px;
}
.actu_kino span {
	font-size:1.1em;
	color:#F0037F;
	text-transform:uppercase;
	margin-bottom:3px;
	display:block;
}
.actu_kino p {
	font-size:1em;
	line-height:1.6em;
}


#container {
	width:995px;
	margin:0px auto 10px auto;
	border-right: 1px solid #ea0e88;
	border-left: 1px solid #ea0e88;
}
#colonne1 {
	margin:15px 0px;
	float:left;
}
#colonne2 {
	margin:15px 15px 15px 0px;
	float:right;
}

img.titlearrow {
	float:left;
	margin-right:5px;
}
h1.title1 {
	font-size:20px;
}
h2.title1 {
	font-size:16px;
}

a {
	color: #000;
	text-decoration: none;
}

input[type=text],input[type=password] {
	margin:0px 0px 3px 0px;
	padding-left:2px;
	color: black;
	border: 1px solid #000;
}
select {
	margin:0px 0px 3px 0px;
	padding-left:2px;
	color: black;
	border: 1px solid #000;
}
textarea {
	margin:0px 0px 3px 0px;
	padding-left:2px;
	color: black;
	border: 1px solid #000;
}
input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, select:focus {
	color: black;
	border: 1px solid #ea0e88;
}

/*
** Autocomplete
*/
.autocomplete1 {
    border: 1px solid #999;
    background: #FFF;
  }
.autocomplete1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.autocomplete1 a {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #000000;
  }
.selected {
    background: #0095da;
    color: #FFFFFF;
	cursor:pointer;
  }
