/* ------------------------------- */
/* -- CSS By Prezenz			-- */
/* -- http://www.prezenz.com	-- */
/* -- Copyright 2010			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	color:#000;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page {
	margin:0 auto 0 auto;
	position: relative;
	text-align: left;
	width:auto;
	padding:10px 50px 10px 50px;
	background:none;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a { 
	color:#950002;
	text-decoration:none;
	outline:none;
}

a:hover, .active {
	color:#888;
}

h1 {
	color:#000;
	font-size:18px;
	margin-bottom:10px;
}

h2 {
	color:#666;
	font-size:18px;
	margin-bottom:10px;
	font-weight: normal
}

h3 {
	color:#333;
	font-size:16px;
	margin-bottom:10px;
	font-weight: normal
}

hr {
	color:#FFF;
	background-color:#FFF;
	height:1px;
	border-top:1px solid #CCC;
}

.image-border {
	border:1px solid #333;
}

.image-alignleft {
	float:left;
	margin-right:5px;
	margin-bottom: 5px;
}

.image-alignright {
	float:right;
	margin-left:5px;
	margin-bottom: 5px;
}

.noprint { display:none; }

/* ------------------------------- */
/* -- FORM						-- */
/* ------------------------------- */

input { 
	border:1px solid #999;
	font-size: 11px;
}

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	clear:both;
}

	/* ------------------------------- */
	/* -- HEADER - TOPMENU			-- */
	/* ------------------------------- */
	
	div#header div#topmenu {
	        display:none;
		height:15px;
		padding:5px 5px 0 0;
		font-size:0.9em;
	}
	
	/* ------------------------------- */
	/* -- HEADER - LOGO				-- */
	/* ------------------------------- */
	
	div#header div#logo a {
	      display:block;
	}
	
	div#header h1 {
		font-weight:100;
		font-family:"Helvetica Neue LT Std 57 Condensed", "Helvetica Condensed", "Helvetica Neue Condensed", "Arial Narrow", sans-serif;
		text-transform:uppercase;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	div#header h1 a {
		color:#000
	}
	
	/* ------------------------------- */
	/* -- HEADER - TOOLS			-- */
	/* ------------------------------- */
	
	div#header div#tools {
		padding:0 5px 5px 0;
		float: right;
		position: absolute;
		bottom:0px;
		right:0px;
		width:380px;
	display:none;
	}

/* ------------------------------- */
/* -- MENU						-- */
/* ------------------------------- */

div#menu {
	display:none;
	clear:both;
	height:30px;
	background-image: url(../../images/ihtti/background_menu.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	clear:both;
	background:none;
}
	
	/* ------------------------------- */
	/* -- MAIN - PICTURE			-- */
	/* ------------------------------- */
	
	div#main div#picture {
	        display:none;
		height:150px;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		background-position: top left;
		clear: both
	}
	
	/* ------------------------------- */
	/* -- MAIN - HIGHLIGHTS			-- */
	/* ------------------------------- */
	
	div#main div#highlights {
		clear:both;
		margin-bottom: 10px;
		display: none;
	}
	
	/* ------------------------------- */
	/* -- MAIN - CONTENT			-- */
	/* ------------------------------- */
	
	div#main div#content {
		clear:both;
		display: block;
	}
	
	/* -------------------- left */
	
	div#main div#content div#left {
	        display:none;
		float:left;
		width:190px;
		margin-right: 10px;
	}

	/* -------------------- center */
	
	div#main div#content div#center {
		display:block;
		width:auto;
	}
	
	/* -------------------- right */
	
	div#main div#content div#right {
	        display:none;
		float:left;
		width:190px;
	}
	
	/* -------------------- commun */
	
	div#content .titlelink {
	        display:none;
		list-style: none;
		clear: both;
		width:100%;
		height: 35px;
		background-image: url(../../images/ihtti/bouton_menu.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	
	div#content .text {
		background:none;
	}
	
	div#center .text ul {
		margin-left:15px;
	}
	
	div#center .text ol {
		margin-left:15px;
	}
	
	div#content .light {
		color:#888;
		font-size:0.8em;
	}
	
	div#content .desc {
		font-style: italic;
		font-family: Georgia,Times, serif;
		font-size: 11px;
	}

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

div#footer {
	display:none;
}
