/* Feuille de style Horemis
------------------------------------------------------------------------------*/

/* Reset */
@import url(reset.css);

/* Pour print */

#printer{
display:none;}



/* Global */
body {
	text-align: center;
	font: normal normal 11px verdana, arial, helvetica, sans-serif;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #f29402;
	padding: 10px 0 6px 0;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 6px 0;
}

p {
	line-height: 15px;
	padding: 6px 0;
}

ul {
	padding: 6px 0;
}

ul li {
	list-style: square inside;
	padding: 2px 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 6px 0;
	font-size: 1.1em;
}

th {
	background: #F7AE1C;
	color: #333;
	font-weight: bold;
	padding: 6px 11px;
	text-align: left;
	border-right: 1px solid #FFF;
	line-height: 1.2;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #F7AE1C;
	vertical-align: top;
	background: #FFF;
}
tr.alt td {
	background: #fff4de;
}


/* Formulaires
------------------------------------------------------------------------------*/
form {
	padding: 10px 0;
}
div.champ {
	padding: 6px 0;
	clear: left;
}
label {
	text-align: right;
	display: block;
	width: 100px;
	float: left;
	padding: 5px 0 0 0;
}
textarea {
	margin-left: 9px;
}
input {
	margin-left: 9px;
}
div.submit {
	padding: 26px 0 6px 168px;
}
input:focus,
textarea:focus {
	background: #D5E9F1;
}



/* Classes globales
------------------------------------------------------------------------------*/
.clear {
	clear: both;
}

a.link1:link,
a.link1:visited {
	text-decoration: underline;
	background: url(puce.gif) no-repeat 0 2px;
	padding: 1px 0 1px 18px;
}
a.link1:hover {
	text-decoration: none;
}
.imgfll {
	float: left;
	display: block;
	margin: 10px 10px 4px 0;
	padding: 6px;
}
.imgflr {
	float: right;
	display: block;
	margin: 10px 0 4px 10px;
	padding: 6px;
}
.img {
	display: block;
	margin: 10px 0 4px 10px;
	padding: 6px;
}

/* Container
------------------------------------------------------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
	background: url(footer.gif) no-repeat 0 100%;
	text-align: left;	
}


/* Header
------------------------------------------------------------------------------*/
#header {
	height: 70px;
	background: url(logo.gif) no-repeat 0 0;
	position: relative;
}
	#header h1 {
		text-indent: -10000px;
	}
		#header h1 a:link,
		#header h1 a:visited,
		#header h1 a:hover {
			display: block;
			width: 220px;
			height: 60px;
			position: absolute;
			top: 5px;
			left: 20px;
		}

p.contact {
	/* position: absolute; */
	top: 1px;
	text-align: right;
	color: #585858;
}

p.contact a:link, p.contact a:visited {
	text-decoration: none;
	font-size: 9px;
	color: #585858;
}

p.contact a:hover, p.suggestions a:hover { text-decoration: underline; }

/* Nav
------------------------------------------------------------------------------*/
#nav {
	background: #53565a;
	color: #FFF;
	list-style: none;
	padding: 12px 0 2px 0px;
	min-height: 16px;
	_height: 1%;
	z-index: 100;
	position: relative;
}
	#nav li {
		float: left;
		display: block;
		position: relative;
		padding: 0 0 10px 0;
	}
		#nav li a:link,
		#nav li a:visited {
			display: block;
			color: #FFF;
			padding: 0 16px 0 42px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 10px;
		}
		#nav li a:hover {
			text-decoration: none;
		}
		#nav img {
			position: absolute;
			top: -10px;
			left: -5px;
			z-index: 300;
		}
		
		/* Liens actifs */
		#nav li a#here:link, #nav li a#here:visited, #nav li a#here:hover {
			color: #fcd28d;
			font-weight: bold;
		}


/* SubNav - Sous menu dÃ©roulant
------------------------------------------------------------------------------*/
#nav ul {
	display: none;
	position: absolute;
	padding: 0;
	top: 18px;
	left: 0px;
	z-index: 200;
}
	#nav ul li {
		float: none;
		display: block;
		padding: 0;
	}
		#nav ul li a:link,
		#nav ul li a:visited {
			padding: 15px 10px 10px 15px;
			min-width: 200px;
			background-color: #53565a;
			text-decoration: none;
			_height: 1%;
			_width: 160px;
		}
		#nav ul li a:hover {
			color: #1f5088;
			background-color: #acc6e1;
			text-decoration: none;
		}
		#nav li:hover ul,
		#nav li.sfHover ul {
			display: block;
			top: 18px;
			|top: 22px; /* IE7 + IE6 Pipe Hack */
		}


/* Content
------------------------------------------------------------------------------*/

#content {
	clear: both;
	padding: 12px 30px 20px 30px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
}

	#content-flash {
		float: right;
	}
	
	#content-flash1 {
		float: none
	}
	
	#content p span a,
	#content p span a:link,
	#content p span a:visited,
	#content p span a:hover {
			text-decoration: none;
			color: #000000;
		}
	
	#content ul { padding: 0; }

		#content li{
			_height: 1%;
			list-style: none;
			margin-left:0px;
			padding: 0px 0px 5px 20px;
			background: transparent url(puce_boule.gif) no-repeat 0 3px;
		}
		
		#content li a,
		#content li a:link,
		#content li a:visited,
		#content li a:hover {
			text-decoration: none;
			color: #000000;
		}
					
		#content li.sub-list {
			background: none;
		}
		
			#content li ul li {
				_height: 1%;
				list-style: none;
				margin-left:0px;
				padding: 0px 0px 5px 20px;
				font-style: normal;
				background: url(puce.gif) no-repeat 0 3px;
			}
			
		#content ul.geographie {
			padding-bottom: 0;
			margin: 6px 0 5px 5px;
			list-style-type: none;
			width: 30%;
		}
		#content ul.geographie li {
			padding: 1px 0 0 15px;
			height: 1%;
			background: url(puce.gif) no-repeat 0 3px;
		}
		#content ul.geographie li a,
		#content ul.geographie li a:link,
		#content ul.geographie li a:visited {
			font-weight: normal;
			position: relative;
			display: block;
			text-decoration: none;
			color: #000000;
		}
		#content ul.geographie li a:hover { font-weight: bold; }
		#content ul.geographie li a span { display: none; }
		#content ul.geographie li a:hover span,
		#content ul.geographie li a.hover span
  			{ color: #000000; font-style: normal; font-weight: normal; background: #e3e3e3; display: block; padding: 8px 15px 0; position: absolute; top: -3em; bottom: 0; left: 11em; width: 16em; height: 11em; border: solid 2px #fed99c }

		
/* Sidebar
------------------------------------------------------------------------------*/
#sidebar {
	width: 220px;
	float: left;
}
	#sidebar p {
		padding: 5px;
		line-height: 18px;
		font-size: 11px;
	}

/* Sidebar Highlight
------------------------------------------------------------------------------*/
#sidebar-highlight {
	width: 220px;
	background: url(sidebar_bottom.gif) no-repeat 0 100%;
	position: relative;
	left: -6px;
	padding: 0 0 25px 0;
	min-height: 170px;
	_height: 170px;
}
	#sidebar-highlight-content {
		background: url(sidebar_top.gif) no-repeat 0 0;
		padding: 15px 0 0 0;
		min-height: 160px;
		_height: 160px;
		|padding: 30px 0 0 0; /* IE7 + IE6 Pipe Hack */
	}
		#sidebar-highlight-content h2 {
			text-transform: uppercase;
			font-size: 11px;
			font-weight: bold;
			border: 1px solid #000;
			border-width: 1px 0;
			padding: 2px 0;
			margin: 13px 20px 7px 20px;
		}
		#sidebar-highlight-content h3 {
			padding: 0;
			margin: 18px 20px 4px 20px;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 9px;
		}
		#sidebar-highlight-content p {
			padding: 0;
			margin: 3px 20px;
		}
		#sidebar-highlight-content a:link,
		#sidebar-highlight-content a:visited {
			color: #000;
			font-style: italic;
			text-decoration: underline;
		}
		#sidebar-highlight-content a:hover {
			text-decoration: none;
		}
		#sidebar-highlight-content .link1 {
			display: block;
			margin-top: 26px;
		}


/* Footer
------------------------------------------------------------------------------*/
#footer {
	margin: 0 0 10px 0;
	color: #FFF;
	position: relative;
	text-align: center;
	min-height: 50px;
	_height: 50px;
}
	#footer p {
		position: relative;
		padding: 0;
		line-height: normal;
		top: 7px;
		|top: 16px; /* IE7 + IE6 Pipe Hack */
	}
	
	#footer span {
		position: relative;
		font-size: 9px;
		position: relative;
		padding: 0;
		line-height: normal;
		top: 2px;
		|top: 11px; /* IE7 + IE6 Pipe Hack */
	}
	
	#footer a:link,
	#footer a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}

	#footer a#hominis:link,
	#footer a#hominis:visited,
	#footer a#hominis:hover {
		text-indent: -10000px;
		display: block;
		width: 120px;
		height: 20px;
		position: absolute;
		top: 25px;
		right: 5px;
	}

