@charset "utf-8";
/* CSS Document --------------------------------------------------------------------------------*/
/* Mise en forme du site INFOTEL ----01/01/2010-------------------------------------------*/
/* www.iris-interactive.fr ---------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body {
	background-image:none;
}
#page {
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:justify;
}


#global table {
	margin:5px 10px;
}
#global form, 
#global input, 
#global textarea, 
#global select, 
#global option, 
#global blockquote, 
#global table, 
#global tr, 
#global th, 
#global td {
	font-family:'Trebuchet MS', Verdana, sans-serif;
	font-size:12px;
}

#global table.data {
	background-color:#CDCDCD;
	margin:5px 10px 15px;
}
	#global .col720 table.data {
		width:700px;
	}
	#global .col480 table.data {
		width:460px;
	}
	#global .col240 table.data {
		width:220px;
	}
#global table.data th {
	background-color:#E6EEEE;
	border:1px solid #FFFFFF;
	padding:4px;
}
#global table.tablesorter tr .header {
	background:#E6EEEE url(../images/tablesorter-bg.gif) no-repeat 100% 50%;
	padding-right:25px;
	cursor:pointer;
}
	#global table.tablesorter tr .headerSortUp {
		background-image:url(../images/tablesorter-asc.gif);
	}
	#global table.tablesorter tr .headerSortDown {
		background-image:url(../images/tablesorter-desc.gif);
	}
	#global table.tablesorter tr .headerSortDown, #global table.tablesorter tr .headerSortUp {
		background-color:#8DBDD8;
	}
#global table.data td {
	color:#3D3D3D;
	padding:4px;
	background-color:#FFFFFF;
	vertical-align:top;
}
	#global table.data tr.odd td, 
	#global table.tablesorter tr.odd td {
		background-color:#F0F0F6;
	}
	#global table.tablesorter tr:hover td, 
	#global table.tablesorter tr:hover.odd td {
		background-color:#FFF6D2;
	}
/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */

#header {
	display:none;
}
#animationHeader {
	display:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #TOOLS */
/* -------------------------------------------------------------------------------------------- */

#tools {
	display:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */

#navigation {
	background-image:none;
}
#navigation a.logo {
	left:5px;
	top:5px;
}
#navigation a.logo img {
	border:none;
}

#navigation #menu {
	display:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au fil d'ariane */
/* -------------------------------------------------------------------------------------------- */

#breadcrumbs {
	display:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */

#global {
	background-image:none;
	color:#000000;
	top:50px !important;
	text-align:left;
}

/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */

	.col160.shadow {
		background-image:none;
	}
	.col240.shadow {
	background-image:none;
	}
	.col480.shadow {
	background-image:none;
	}
	.col720.shadow {
	background-image:none;
	}
	.col960.shadow {
	background-image:none;
	}

.d3top {
	background-image:none;
}
.d3content {
	background-image:none;
}
.d3bottom {
	background-image:none;
}

.greySeparator {
	background-image:none;
}


/* -------------------------------------------------------------------------------------------- */


#foot {
	top:50px;
}

