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

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


/* Pour print */

#printer{
display:block;
font-size:26px;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;}


/* 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 { display:none;
}
	

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 {
	display:none;
}



/* SubNav - Sous menu dÃ©roulant
------------------------------------------------------------------------------*/
#nav ul {
	display:none;
}
	
/* 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.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 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 {
	display:none;
}

/* Sidebar Highlight
------------------------------------------------------------------------------*/
#sidebar-highlight {
	display:none;
}
	#sidebar-highlight-content {
		display:none;
	}
		#sidebar-highlight-content h2 {
			display:none;
		}
		#sidebar-highlight-content h3 {
			display:none;
		}
		#sidebar-highlight-content p {
			display:none;
		}
		#sidebar-highlight-content a:link,
		#sidebar-highlight-content a:visited {
			display:none;
		}
		#sidebar-highlight-content a:hover {
display:none;		}
		#sidebar-highlight-content .link1 {
			display:none;
		}


/* Footer
------------------------------------------------------------------------------*/
#footer {
	display:none;
}