/*
Name: Teem photonics - Feuille de style en cascade CSS pour l'impression
Version: 2.0 - du 23/02/2011 par LCn
Date : Création 20-Sept-2006 /
Authors: Laurent Coulon : Teem Photonics
*/

/* Global styles that apply to all */
* {
margin: 0;
padding: 0;
border-bottom: 0px;
}

/* le contenu global, cotenu, contenant e.g la couleur de fond etc */
body
{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	/*font-size: small;*/
	font-size: 1em;
	text-align: justify;
	color: black; /*#3A3A3A;  /*Indique ici la couleur de texte par défaut : Gris foncé */
	background: white;   /*#ECBE08  ; /*Indique ici la couleur du fond, par défaut : Orange*/
}

/* Formatage de texte */
div, p, img, a, td, ul, ol, li {
    font-size: small; 
	color: #595959;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-align:left;
	color:#191970 /*Par défaut Bleu "Teem" - régler exactement */
	margin: .5em 0;
	letter-spacing:0.05em ; /*Espacement des lettres des titres*/
}

h1 { font-size: 60%;  }
h2 { font-size: 120%; } /* Titre des dittos */
h3 { font-size: 105%; } /* Titre des pages - Long title sous ModX */
h4 { font-size: 100%; }

/* Réglage des formats de liens */
a, a:link { 
	font-weight: bold;
    text-decoration: none;
    color: #191970;  /*Par défaut Bleu "Teem" - régler exactement */
    border-bottom: 0px; /*Aucun soulignement pour les liens */
}

/* a:visited { color: #669; border-color: #669; }  Pas d'historique visuel des liens visités*/

a:hover
{
	color: Orange;/* A régler très exactement avec le Orange Teem */
	/*text-decoration: underline;*/
}

a img, img {
    border: none;
}

/* Main Sections 
------------------------------------------------------------------------- */

/* Header ------------------------------------------------------------------------- */
#header { 
    display:none;
}
/* La page en elle-meme */
#page {
    width: auto; /*854px;*/
	margin: 0 auto;
    text-align: left;
    
	/*Debug
	border-color: green;
	border-width: thin;
	border-style: dotted;*/
}

/* le contenu de la page */
#pageContent
{
	width: auto;
	min-height:600px;
	/*margin: 0px 0 0 0px;*/
	padding: -20px 0 0 0;
	/*
	border-color:blue;
	border-width: thin;
	border-style: dotted;*/
	
}

#pageContent table 
{
border:1px solid #6495ed;
border-collapse:collapse;
width:100%;
margin:auto;
}

#pageContent th {
font-size: bold;
color: White;
border:1px solid #6495ed;
padding:5px;
background-color: Orange;
width:25%;
}

#pageContent td {/*ici la font et le contenu des cellules! */
/*font-family:sans-serif;*/
font-size:85%;
border:1px solid #6495ed;
padding:5px;
text-align:left;
}

/*Spécifique pour laisser certains tableaux sans mise en forme*/
#pageContent .no_mise_en_forme table
{
border: none;
}
#pageContent .no_mise_en_forme td
{
border: 1px solid white;
font-size:100%;
}

/* TopMenu :  horizontal top centered hierarchical cascading menu ---------------------------------------------------------------------------------*/
/* Common styling - Mis au point et validé, le 27/02/2007 - LCn*/
#menu {
display:none;
}

/*Cas de IE6*/
<!--[if lte IE 6]>
#menu {
font-family: arial, sans-serif;
position:absolute;
margin-left:-500px;
font-size:11px; 
font-weight:bold;
z-index:100;}
<![endif]-->
/*---------------------------------------------------------------------- Fin du menu --------------------------------------------------------------------------------- */


/*Fil d'Arianne : Contenu de la zone de localisation dans le site */	
#breadcrumb{
	display:none;
}
/* fin du breadcrum _______________________________________________________*/

/* Programmation Bandeau Vertical 01 ----------------------------------------------*/
div#BandeauV_01{
	display:none;
}
/* End of Programmation Bandeau Vertical 01-----------------------------------------------------*/

/* Annulation des flash_anim */
div#flash_anim {
display:none;
}

/*Le POST Content ------------------------------------------------*/
#postContent
{
	width: auto;
	/*margin: px 0px 0px 10px;*/
	z-index: 100;
	/*border-color: red;
	border-width: thin;
	border-style: dotted;*/
}

#postContent ul li, #postContent ol li
{
	list-style: disc inside;
	padding: 0 0 0 1em;
}

#postContent p {
padding: 0 0 1em 0; 
}

/* Travail sur le positionnnement du Post Content - Titre 1*/
#postContent h1 {
	font-family: verdana;
	font-size: 105%;
	color : #191970; /*Bleu Teem*/
	margin-top: 30px;
	margin-left:-11px;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #f9f9f9; /* Fait bien apparaitre le bandeau de fond gris clair*/
	border: 1px solid #eee;
		
} 

/* Travail sur le positionnnement du Post Content - Titre 3*/
#postContent h3 {
	
	margin-top: 30px;
	margin-left:-11px;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #f9f9f9; /* Fait bien apparaitre le bandeau de fond gris clair*/
	border: 1px solid #eee;
	font-size: 140%;
	color : #191970; /*Bleu Teem*/
} 

/*Search Bar------------------------------------*/
#search
{
	display:none;
}
/*------------------------------------------- Fin Search Bar------------------------------------*/


/* SideBar
------------------------------------------------------------------------- */
#sidebar
{	
	display:none; 
	/*float: left;
	clear: none;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	width: 200px;*/
}
/* titres des entrees ex : news, events... */
#sidebar h2 {
    padding: 0px 0 0 30px;
	background: url(images/Puce_ronde_28.gif) no-repeat 0px -5px;
	font-size: 115%;
	color : #191970;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
	/* debug /
	border-color: blue;
	border-width: thin;
	border-style: dotted;
	*/
}
#sidebar a, h3 {
font-size: 101%;
}
#sidebar div {
font-size: 93%;
}
#sidebar p {
font-size: 95%;
font-style: italic;
}
.ditto_summaryPost
{
	padding: 0px 8px 0 15px;
	/* debug /
	border-color: red;
	border-width: thin;
	border-style: dotted;
	/* */
	font-size: small;
}
.ditto_summaryPost h3
{
	line-height: normal;
	/*font-size: 100%;*/
}
#sidebar li { 
	padding: 0 0 0 0m; 
	margin-top :15px;
	list-style-type: none ;
	}
#menuproduits a{
	padding-left:10px;
	border:none;
}

/* SideBar
------------------------------------------------------------------------- */
#sidebar2
{
display:none;
	/*float: left;
	clear: none;
    margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	width: 200px;*/
}


/* Footer ------------------------------------------------------------------------- */
#footer
{
	width:856px;
	height:20px;
	color:black;
	/*Debug
	border-color: orange;
	border-width: thin;
	border-style: dotted;
	/* */
}
.footer1 {
float:left;
margin-top:10px;
margin-left:40px;
border-bottom: none;
/*Debug
border-color: black;
border-width: thin;
border-style: dotted;*/
}

.footer1  td  {
font-size: x-small;
color: white;
}
.footer1  a  {
font-size: x-small;
color: white;
}

.footer2 {
display:none;
} 

/* Fin du Footer ------------------------------------------------------------------------- */

