/**
 * @copyright   Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
 * @license      GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 **/
 


#page_margins {
	max-width: 1200px;
	min-width: 900px;
}


#banner {
	position: relative;
	margin: 0;	
	width : 468px;
}

#banner_content {
	position: absolute;
	top: -50px;
	left: 350px;
	height: 80px;
	width: 468;

}

.banneritem {
	margin: 10px 0;
	text-align: left;
}


#headerspace {
	height: 80px;
}

#breadcrumb {
	margin: -20px 0 20px;	
	line-height: 20px;
}


/*****	Image de fond en 9 parties *****/

.bg01 {
	background:url(../images/bg01.gif) top left no-repeat;
}
.bg02 {
	background:url(../images/bg02.gif) top left repeat-x;
}
.bg03 {
	background:url(../images/bg03.gif) top right no-repeat;
}
.bg04 {
	background:url(../images/bg04.gif) bottom left repeat-y;
}
.bg05 {
	background:url(../images/bg05.gif) top left repeat;
}
.bg06 {
	background:url(../images/bg06.gif) bottom right repeat-y;
}
.bg07 {
	background:url(../images/bg07.gif) bottom left no-repeat;
}
.bg08 {
	background:url(../images/bg08.gif) bottom left repeat-x;
}
.bg09 {
	background:url(../images/bg09.gif) bottom right no-repeat;
}


/***** Menu gauche *****/
.left_menu {
	margin-top: 100px;
	margin-left: 0;
}
.left_menu_01 {
	background:url(../images/menuG01.gif) top left no-repeat;
}
.left_menu_02 {
	background:url(../images/menuG02.gif) top left repeat-y;
}
.left_menu_03 {
	background:url(../images/menuG03.gif) bottom left no-repeat;
}
.left_menu_content {
	width:190px;
	padding: 15px 15px 20px 20px;
	min-height: 200px;
}
.left_menu_content table.moduletable {
	margin: 0;
	padding: 10px 0 0 0;
	width: 180px;
	border: 0px solid blue;
}
.left_menu_content ul{
	list-style: none; 
	margin: 0; 
	padding: 0;
}

.left_menu_content ul li ul li{
	list-style: none; 
	margin: 0 0 0 20px; 
	padding: 0;
}
/* Menu Droit */
.right_menu {
	margin-top: 290px;
}
.right_menu_01 {
	background:url(../images/menuD01.gif) top left no-repeat;
}
.right_menu_02 {
	background:url(../images/menuD02.gif) top left repeat-y;
}
.right_menu_03 {
	background:url(../images/menuD03.gif) bottom left no-repeat;
}
.right_menu_content {
	width:160px;
	margin: 0 20px;
	padding: 15px 10px 15px;
	min-height: 100px;
}

.right_menu_content table.moduletable {
	margin: 0;
	padding: 10px 0 0 5px;
	width: 145px;
	border: 0px solid blue;
}

.right_menu_content ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}


.left_menu h3,.right_menu h3, .moduletable h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:120%;;
	padding:2px 0px;
	border:solid 0;
}

.moduletable h3 {
	color: #08122b;
}

.left_menu h3,.right_menu h3 {
	color: #d3d7e7;
}

.moduletable, .moduletable_menu {
	margin-bottom: 20px;
}

div.componentheading, table.contentpaneopen td.contentheading {
  color: #08122B;
  font-size: 120%;
  font-weight: bold;
}


.componentheading {
  font-size: 120%;
  font-weight: bold;
  text-decoration:underline;
  padding-bottom: 0px;
  margin: 15px 0;
}

table.contentpaneopen {
	width: 100%;
}

table.contentpaneopen tr td fieldset {
	margin: 0 0 0.75em 0;
}

table.contentpaneopen td.contentheading {
  color: #08122B;
  font-size: 140%;
  font-weight: bold;
  font-variant: small-caps;
}

table.contentpaneopen td.buttonheading {
  padding: 2px;
  text-align: right;
}

table.contentpaneopen td.buttonheading img {
  margin: 0;
}

table.blog table td {
	padding-right: 10px;
}

.blog_more {
	margin: 20px;
}

.small, .createdate, .modifydate {
  font-size: 70%;
  padding: 0;
  margin: 0;
  color: #777;
  font-style:italic;
}

.createdate {
	padding-bottom: 10px;
}

.top {
	margin: 20px 0 30px;
	padding: 0 5px;
}

.top p {
	margin: 0;
}

.button {
  	font-size: 95%;
	padding: 2px;
	color:#08122b;
	margin: 0.5em 0 0.5em 0;
}

form.poll fieldset label {
padding:0pt 0pt 0pt 4px;
}

form.poll a:hover, form.poll a:active, form.poll a:focus, form.poll .button:hover, form.poll .button:active, form.poll .button:focus {
border:2px outset #CC3399;
}
form.poll .button {
background:#F2E3ED none repeat scroll 0%;
border:1px outset #CC3399;
cursor:pointer;
display:inline;
float:left;
font-size:1em;
height:1.55em;
line-height:0.9em;
margin:0pt 10px 0pt 0pt;
overflow:visible;
padding:0pt 2px !important;
width:auto;
}

#form-login, #form-login-username, #form-login-password, #form-login-remember {
	color: #d3d7e7;
}

/** Division de la maquette en 2 parties laterales de largeur fixe et d'une partie centrale de largeur variable **/

#left {
	background: none;
	float: left; 
	width: 240px;
}
#left_content {
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#right {
	background: none;
	float:right;
	width: 240px;
}
#right_content {
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	color:#d3d7e7 
}

#middle {
	width:auto;
	margin:0 240px;
	background: none;
}
#middle_content {
	background: none;
	margin-top: 50px;
	padding: 0 
}

#user1, #user2 {
	margin-bottom: 20px;
}




/** Maintien de la partie centrale la plus large possible **/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix { display: block }
.floatbox { overflow:hidden }
#ie_clearing { display: none }


/********** Divers **********/

* { 
	margin:0; 
	padding: 0; 
}

html { 
	height: 100%; 
	margin-bottom: 1px; 
  	font-size: 110.01%;
}

body {
  	background: #FFF;
	padding: 0;
	text-align: justify;
  	font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-size: 75.00%; 
  	color: #008122B;
	line-height: 1.1em;  	 
}

#middle p { 
	text-align: justify; 
	margin: 0 0 0.7em 0;
}

#middle ul {
	margin-left: 20px;
}

#middle ul li {
	margin: 0 0 0.4em 0;
	list-style-image: url("../images/puce2.gif");
}

#middle ul li ul li{
	margin: 0 0 0.4em 0;
	list-style: disc;
}

#middle ol li ul li{
	margin: 0 0 0.4em 0;
	list-style: disc;
}

#middle ol {
	margin-left: 20px;
}

#middle ol li {
	margin: 0 0 0.4em 0;
}

#middle ol li ol li{
	margin: 0 0 0.4em 0;
}

#middle tr td table{
	border-collapse:collapse;
	margin: 0 auto;
	line-height: 150%;
}

h1,h2,h3,h4,h5,h6 { 
	font-weight:bold; 
	color:#008122B;
	margin: 0.2em 0 0.1em 0;
}

#middle h1,#middle h2,#middle h3,#middle h4,#middle h5,#middle h6 { 
	margin: 2em 0 1em 0;
}


h1 { font-size: 200% }                        
h2 { font-size: 150% }         
h3 { font-size: 125% }                        
h4 { font-size: 100%; text-decoration: underline }                     
h5 { font-size: 100%; font-style:italic }                     
h6 { font-size: 100% }  


a {color: #7E818C; text-decoration:none;}
a:focus,
a:hover,
a:active {color:#7E818C; text-decoration:underline;}

.left_menu a, .left_menu a:focus, .left_menu a:hover, .left_menu a:active,.right_menu a, .right_menu a:focus, .right_menu a:hover, .right_menu a:active {
	color: #BABECC;
}
fieldset, img { border: 0 solid; }

#page{ 
	background-color: #FFF;
}

#page_margins {
	margin: 0 auto;
	text-align:justify
}

#main { 
	padding: 10px 0 50px;
	clear:both;
}

#footer { 
	margin: 20px 0 0 0;
  color:#888; 
  padding: 0;
  clear:both;
  font-size: 65%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
}



#design { 
	margin: -12px 200px 20px;
  color:#888; 
  padding: 0 15px 20px;
  clear:both;
  font-size: 65%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

#design div#left { 
	padding-bottom: 4px;
	float: left;
}

#design div#right {
	float: right;
	text-align: right;
}


.struktur {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}

.inputbox {
	color: #08122b;
	font-size:95%;
	padding: 0.15em 0.25em;
	border:1px solid #08122b;
	margin:0 0 0.25em 0;
}


.search .inputbox {
	width:180px;
}

#form-login-password .inputbox, #form-login-username .inputbox {
	width:155px;
}

/****************************
* Pagination
****************************/

.pagenavcounter {
  margin-bottom: 5px;
  text-align: left;
  color: #69c;
  font-weight: bold;
  background: url(../images/pagecounter.gif) no-repeat top left;
  padding-left: 20px;
}

span.pagination ul, .pagenavbar div {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  padding: 5px 0;
}

span.pagination ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  background: none;
}

.pagenavbar div {
  text-align: center;
}



/****************************
* Polls
****************************/

table.pollstableborder {
  margin-bottom: 10px;
  text-align: left;
}

table.pollstableborder td {
  padding: 5px;
  margin: 0;
}



/****************************
* List
****************************/



#middlebar li {
  margin-top: .3em;
  margin-bottom: .3em;
  margin-left: 1.5em;
}



/****************************
* Contenttoc
****************************/

table.contenttoc {
  	margin: 10px;
  	padding: 3px;
	background: #FFF;
}

table.contenttoc th, table.contenttoc td {
  padding: 2px 5px;
}


table.contenttoc a.toclink {
  display: block;
}


tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableheader, td.sectiontablefooter {
	padding-top:7px;
	padding-bottom: 4px;
}

tr.sectiontableentry1 td.titleCell {
	width: 210px;
	text-align: right;
}

tr.sectiontableentry2 td.titleCell {
	text-align: right;
}	
	
.sectiontableentry1, .sectiontableentry2 {
	color: #9194a1;
}

/****************************
* Sectiontable
****************************/

td.sectiontableheader {
  border-bottom: 1px solid black;
  vertical-align: middle;
  font-weight: bold;
  padding-top: 10px;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	border-bottom: 1px solid #ccc;
}


/****************************
* Banner
****************************/

.bannergroup {
  text-align: center;
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.banneritem_text {
	padding: 4px;
	font-size: 80%;
}

.bannerfooter_text {
	margin-top: 15px;
	padding: 4px;
	font-size: 80%;
}


/****************************
* Preparing Page for Print
****************************/

@media print
{
  #right {display:none}
  #left {display:none}
  
  #middle, #middle_content { 
  width: 100%; margin:0; padding: 0 0 0 0; border:0  
  }

#middle p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
}