@charset "UTF-8";
/* CSS Document */

/*Style global*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

#content-programmes {
	width:916px;
	margin:0 auto;
}

#content-programmes h1{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}


#visuel_programme {
	width:502px;
	float:left;
	display:inline;
	margin-top:20px;
	margin-right:50px;
	-margin-right:25px
}

#infos_programme {
	width:355px;
	margin-top:20px;
	float:left;
	display:inline;
}

#surface {
	margin-bottom:15px;
}

#surface li{
	margin-bottom:3px;
}

.detail_fiche{
	color:#96B225 !important;
	background:none;
	font-size:11px;
	margin:0;
	padding:0;
}

.surface_totale {
	background : #96B225 !important;
	color:#fff !important;
}

.bloc-image {
	float:left;
	display:inline-block;
	width:auto;

	height:auto;
	color:#333;
	background-color:#ccc;
	font-weight:bold;
	margin:0 8px 20px 0px;
	border:1px solid #ccc;
}

.bloc-image span{
	background: url('/images/pictos/icone_loupe.gif') no-repeat ;
	padding-left:18px;
	float:right;
	padding-right:15px;
	display:block;
}    

.bloc-image2 {
	float:left;
	display:inline-block;
	width:auto;
	/width:240px; 
	height:auto;
	color:#333;
	background-color:#ccc;
	font-weight:bold;
	margin:0 8px 20px 0px;
	border:1px solid #ccc;
}

.bloc-image2 span{
	background: url('/images/pictos/icone_loupe.gif') no-repeat ;
	padding-left:18px;
	float:right;
	padding-right:15px;
	display:block;
}

/*Tableau onglet logements disponibles*/

table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 355px;
	text-align: left;

}
table.tablesorter thead tr th {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr {
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
}

table#myTable tbody a {
	color:#F00;
	text-decoration:underline;

}

table.tablesorter tbody td #close-border {
	/*border-right: #ccc 1px solid;*/
	border:1px solid #fff;
}



/*Menu Sprite navigation secondaire (contact / infos / ajout)*/

.navigation-secondaire {
	float:right;
	height:50px;
	margin-bottom:15px;
}

.navigation-secondaire li {
	float:left;
	text-indent:0;
	list-style-type: none;
}

.navigation-secondaire a {
	background: url(/images/boutons/boutons_fiche_programme.gif) no-repeat 0 0;
	display: block;
	height: 50px;
	overflow: hidden;
	text-decoration: none;
}

.demande-infos a {
	background-position:0px 0;
	width:177px;
	text-indent:-999em;
}

.demande-infos a:hover {
	background-position:0px -50px;
	width:177px;
}

.ajouter-selection a {
	background-position:-181px 0;
	width:177px;
}

.ajouter-selection a:hover {
	background-position:-181px -50px;
	width:177px;
}


