/**
* @version      $Id: layout.css 33 2007-09-28 12:16:13Z spook.68 $
* @package      Joomla!
* @subpackage   68portal
* @copyright    Copyright (c)2007 Axel Wehner. All rights reserved.
* @license      GNU/GPL
**/

/*********************************************************************************************************
	general
*********************************************************************************************************/

/* reset */
html, body, div, ul, ol, li, dl, dt, dd, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{ margin: 0; padding: 0; }

fieldset, img
{ border: 0; width="50%";}

/* now we can start :) */
html[xmlns]
{ height: auto; padding-bottom : .01em; }

body
{ min-height: 100%; position: relative; font-size: 1em; color: #000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center; background: #EDEDF4 ; }

/* clearing
****************************/
/* you can find the ie clearing in the iefixes.css */
.clearfix:after, #header:after, #content:after, div.content-modules:after, div.blog_row:after, ul.meta:after, .filter:after,
.contentdescription:after, #footer:after, #main:after, .pagination:after
{ content: "."; display: block; height: 0; line-height: 0; clear: both; visibility: hidden; }

#ie_clearing { display: none }

.clear
{ clear:both; height: 0; line-height: 1px; }

/*********************************************************************************************************
	layout
*********************************************************************************************************/

/* page / shadow
****************************/

/* bordure de page couleur pr petit filet - V line-height =  V de menu vertical  */
div#page-l
{ max-width: 95%; min-width: 760px; padding: 3px 3px 3px 3px; margin: 0 auto; text-align: left; font-size: 0.8em; 
line-height: 150%; background: #014883; }
/* -- bare haute couleur de fond --*/
	div#page-r
	{ padding: 0 0 0 0; background: #a0c2de; }

/* -- SAR ?-- */	div#page-b
	{ height: 0px; line-height: 0; margin: 0 auto; font-size: 1px /*ie*/; background: #000; }


		/* top header
		****************************/
/* -- bandeau haut -- */

		div#top-header
		{ position: relative;
                  top: 0px;
                  height: 130px;
                  border-bottom: 0px solid #000; 
                  background: transparent no-repeat 50% url(/tmp/templates/theme_cit3/images/bandeau2.png); 
                  /*background-repeat: no-repeat;*/
                }


			div#top-header h1
			{ position:relative; left:7px; top:5px; width: 170px; text-align: center; line-height: normal; margin: 0; padding: 0; }

			div#top-header form
			{ position:absolute; top: 114px; right: 10px; }
			
				div#top-header form label
				{ position: absolute; top: -999em; left: -999em; }
				
				div#top-header form input
				{ border: 2px solid #EDEDF4; padding: 0.2em; }


		/* top header menu
		****************************/
/*-- couleur de la barre sous menu  -- */
		div#top-header-menu
		{ position: relative; height: 30px; background: #a0c2de transparent; border-top: 1px solid #EDEDF4; /*border-bottom: 1px solid #EDEDF4;*/ }


			div#top-header-menu h1
			{ position:relative; left:7px; top:5px; width: 170px; text-align: center; line-height: normal; margin: 0; padding: 0; }

			div#top-header-menu form
			{ position:absolute; top: 114px; right: 10px; }
			
				div#top-header-menu form label
				{ position: absolute; top: -999em; left: -999em; }
				
				div#top-header-menu form input
				{ border: 2px solid #EDEDF4; padding: 0.2em; }


		/* header
		****************************/
		div#header
		{ height: 0px; font-size: 0.85em; line-height: 100%; border-bottom: 1px solid #EDEDF4; position: relative; }

			div#header div#topmod
			{ height: 0px; width: 240px; /*float: left;*/ position: absolute; top: 0; left: 0; background: #EDEDF4; overflow: auto; }

				div#header div#topmod .article_separator
				{ display: none; }

				/* module layout -> template_css.css */

			div#header div#image
			{ position: relative; top:-160px; left : 230px; margin: 0 241px 0 0; height: 60px; background: url(../images/header4.png) left 0 no-repeat; }
			
				div#header div#image h2#slogan
				{ position: relative; top: 30px; left: 3%; margin: 0; width:80%; color: #fff; font-size:2.2em; letter-spacing: 0.05em; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center ;
font-weight: bold; }


		/* main section / content
		****************************/
		div#content
		{ padding: 0 0 0 0; /* padding for the #page-r background */
		background: #a0c2de; }

		body.right-col div#content,
		body.no-col div#content
		{ background: #a0c2de; }


			/* left sidebar
			****************************/
			div#content div#left-sidebar
			{ float: left; width: 20%; display: block}


			/* breadcrumb / pathway
			****************************/
			

			/* variable module layouts */
			body.no-col div#content div#breadcrumb,
			body.right-col div#content div#breadcrumb
			{ margin: 0 -10px 10px -10px; }

			/* opera padding fix */
			div#content div#breadcrumb.opera
			{ padding: 0.5em 0 0.45em 15px; }

				/* Message You are here */
				div#content div#breadcrumb h3
				{ float: left; color: #fff; font-size: 1em; margin: 0 0.5em 0 0; text-transform: none; }

				/* breadcrumb list */
				div#content div#breadcrumb ul
				{ margin: 0; padding: 0; list-style: none; }

				div#content div#breadcrumb ul li
				{ float: left; margin: 0 0.5em 0 0; font-weight: bold; }

					/* breadcrumb links */
					div#content div#breadcrumb ul li a:link, div#content div#breadcrumb ul li a:visited
					{ font-weight: normal; color: #fff; background: url(../images/breadcrumb.gif) 100% 80% no-repeat; padding: 0 10px 0 0; }

					div#content div#breadcrumb ul li a:hover, div#content div#breadcrumb ul li a:active, div#content div#breadcrumb ul li a:focus
					{ color: #fff; text-decoration: none; }


			/* main content
			****************************/
			div#content div#main
			{ margin: 0 0.5% 0 20.5%; line-height: 140%;}

			/* variable module layouts */
			body.right-col div#content div#main,
			body.no-col div#content div#main
			{ margin: 0 10px 0 10px; }

				div#content div#main div#main-content
				{ float: left; width: 68.7%; }

				/* variable module layouts */
				body.left-col div#content div#main div#main-content,
				body.no-col div#content div#main div#main-content
				{ width: 100%; }

					div#content div#main div#main-content div.content-modules
					{ margin: 0 0 0 0; height:5px;}

						div#content div#main div#main-content div.content-modules div.float1
						{ float: left; width: 5%; }

						div#content div#main div#main-content div.content-modules div.float2
						{ float: right; width: 5%; }


					/* right sidebar
					****************************/
					div#content div#main div#right-sidebar
					{ margin: 0 0 0 70%;}


				/* footer
				****************************/
				div#content div#footer
				{ font-size: 0.85em; color: #fff; margin: 1em 0 0 0px; padding: 1em;
				background: #A0C2DE; }

				/* variable module layouts */
				body.right-col div#content div#footer,
				body.no-col div#content div#footer
				{ margin: 1em 0 0 0;}

					div#content div#footer p
					{ margin: 0; float: right; }

					div#content div#footer p.copyright
					{ float: left; margin: 0;  }

						div#content div#footer p img
						{ vertical-align: middle; }
