/*
Theme Name: WordPress Surfsession
Theme URI:
Description: Le thème Wordpress pour Surfsession
Version: 1.0
Author: Surfsession
Author URI: 
Tags: deux colonnes
Text Domain: Emmanuel
*/


#content {
	margin: 0;
	width: 782px;
	/*min-height: 700px;*/
	padding: 0px 10px; /* Hack, 1px de padding pour éviter la fusion des marges */
	background: #000;
}

#leftContent {
	position: relative;
	width: 633px;
	border-right: 6px solid #24A8DC;
	padding: 10px; 0px;
	background: #EAEAEA;
}

#leftContent a {
	color: #28a8DC;
}

.clear {
	clear: both;
}

#credit {
	width: 768px;
}

#kiosque { margin: 24px 0; }

#imgkiosque {
	position: relative;
	width: 100%;
	height: 57px;
	background: #000 url('../images/en_kiosque.jpg') no-repeat;
}
.kiosqueImg {
	float: left;
	margin: 12px;
}

#containerkiosque {
	position: relative;
	clear: both;
	width: 740px;
	padding: 0px 24px;
	height: 102px;
	/*background: #000000;*/
}

#detailKiosqueAll {
	position: relative;
}
div.detailKiosque {
	position: relative;
	display: none;
}
.kiosquethumb {
	clear: both;
	float: left;
	margin: 6px;
}

#footer {
	width: 100%;
	height: 16px;
	margin-bottom: 16px;
}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	/*margin: 5px 0 0;*/
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin home annuaire */
div.contact_annuaire {
	position: relative;
	text-align: center;
	color: #27A8DC;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.contact_annuaire a {
	color: #27A8DC;
}

#searchAnnuaire table {
	text-align: left;
	position: relative;
	margin: 12px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.searchField {
	border: 1px solid #8ED3EF;
}
.submitAnnuaire {
	background: #8ED3EF url("../images/submit_annuaire.png") right no-repeat;
	border: 1px solid #8ED3EF;
	padding-right: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.domtom {
	position: relative;
	display: block;
	padding: 4px 6px;
	width: 380px;
	height: 202px;
	margin: 40px 0px 20px 164px;
}
/* End home annuaire */

/* Begin liste annuaire */
.backRecherche {
	display: block;
	float: right;
	margin: 16px;
}
#leftContent h1 {
	position: relative;
	margin: 0;
	width: 250px;
	color: #FFFFFF;
	font-weight: normal;
	background: #24A8DC;
	padding: 2px 4px;
	text-transform: uppercase;
	font-size: 2em;
}

.annuaireListeTable {
	/*width: 100%;*/
	/*width: 84%;*/
	border-collapse: collapse;
	margin-top: 6px;
}
	
.annuaireListeTable tr td {
	padding: 4px;
}

.annuaireListe1 {
	background: #bfddf1;
}
.annuaireListe2 {
	background: #ffffff;
}

.annuaireTitre {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
	width: 34%;
}

.annuaireAdr {
	width: 33%;	
}

.annuaireGoo {
		width: 33%;	
}
/* End liste annuaire */
