/*
	Ezekiel Screen Stylesheet v1.0
	(c) Copyright 2005 Jake Wehner, wehnerj@gmail.com
	PLEASE LEAVE THIS COMMENT INTACT IN ACCORDANCE WITH GNU GPL.

	*/

		body {
		
			background-image: url(images/fond.gif);
			text-align: center;
			font-style: arial;
			font-variant: verdana;
			color: #000;

		}
		
		html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */

		a {

			color: #139ea7;
			text-decoration: none;
		}
		
		h1 {
			
			font-size: 1.5em; 
			color: #139ea7;
			font-weight : bold;
		}

		div.container {

			width: 750px;
			height: auto;
			background: #FFF;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: left;
			height:100%;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 150px;
			background: #139EA7;
			background-image: url(banniere.jpg);
			background-repeat: no-repeat;
		
		}

		div.header span {

			position: relative;
			left: 25px;
			top: 30px;
			font-family: sans-serif;
			font-size: 2.1em;
			color: #139ea7;

		}
		
	

	

	
		
		
		
	
		
	

		div.post_info {
			
			/* the comment/cms style info bar */

			width: 500px;
			border-top: 1px SOLID #f3f3f3;
			border-bottom: 1px SOLID #f3f3f3;
			background: #fafafa;
			font-size: 10px;
			color: #444;
			padding: 5px;

		}


		div.post_info a {

			font-size: 12px;
			color: #a2c058;
			font-weight: bold;
			text-decoration: none;

		}

		div.main_nav {

			width:190px;
			float: right;
			margin-left: 10px;
			height: auto;
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 25px;
			font-size: 12px;
			width: auto;
			height:600px;
			

		}

		div.sub_menu div {
		
			background: #139EA7;
			padding: 5px;
			color: #fff;
			width: auto;
			font-variant: small-caps;

		}

		div.sub_menu a {

			background: #fff;
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;

		}

		div.sub_menu a:hover {

			background: #f9f9f9;
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;
		}

		div.content {

			width: 500px;
			margin-top: 25px;
			height:700px;
			position :relative;
		}

		div.content2 {

			width: 500px;
			margin-top: 25px;
			height:900px;
			position :relative;
		}
		

/*
########################## Bas de Page ##########################################
*/		
		.bas {
			
			color: #FFFFFF;
			text-align:center;
			
		}
		
		.lienbas {
			
			color: #FFFFFF;
			text-align:center;
			
		}
		
		.barre {
			
			background: #139EA7;
			width: 750px;
			margin-left: auto;
			margin-right: auto;
			color : #FFFFFF;
			
		}
		
		.titre {
			font-family: sans-serif;
			color: #000;
		
		}
		
/*
########################## Produits ##########################################
*/		
		
		table.pdt {
		
		width:100%;
		margin:auto;
		
		}
		thead, tfoot {
		background-color:#D0E3FA;
		
		border:1px solid #139EA7;
		}
		tbody {
		background-color:#FFFFFF;
		border:1px solid #6495ed;
		}
		th.pdt  {
		font-family:monospace;
		padding:3px;
		background-color:#00B4BB;
		width:25%;
		
		}
		td.pdt  {
		font-family:sans-serif;
		font-size:80%;
		padding:5px;
		text-align:center;
		}
		caption.pdt  {
		font-family:sans-serif;
}

.titre_pdt {
			font-family: arial;
			color: #FFF;
			font-weight :bold;
		
		}

		table.pt {
		
		width:100%;
		margin:auto;
		}
/*
########################## Navigation ##########################################
*/

#navigation{
  

  height: 20px;
  padding: 0px;
  background: #139ea7;
  margin : 0px; /* evite une erreur dans IE  */
  margin-top : 5px;
  list-style-type: none;
  display: block;
  
  
}
#navigation li{
  display: inline;
  margin: 0 3px;
  padding: 0 9px 0 3px;
  border-right: 1px #FFF solid;
  color: #FFF;
}
#navigation li a{
  color: #FFF;
  text-decoration: none;  
  font-size: 9pt;
 font-family: sans-serif;
font-variant: small-caps;
background: #139ea7;
padding-top: 3px;
padding-bottom: 2px;
padding-left: 15px;
padding-right: 15px;
}
#navigation li a:hover{
  text-decoration: underline;
}
#navigation li a.active{
  border-bottom: 1px dotted #FFF;
}


/*
##########################Mise en Page des tableaux Tarifs #########################
*/		

		table.tarif {
		border:3px solid #139EA7;
		border-collapse:collapse;
		width:100%;
		margin:auto;
		}
		
		th.tarif {
		font-family:monospace;
		border:1px dotted #139EA7;
		padding:3px;
		background-color:#00B4BB;
		width:25%;
		}
		
		td.tarif{
		font-family:sans-serif;
		font-size:80%;
		border:1px solid #139EA7;
		padding:5px;
		text-align:left;
		}
		
		.info {
			
			text-align : center;
			font-size: 10px;
			color: #444;
			padding: 5px;
}


