/*
Name: Teem photonics - Feuille de style en cascade CSS
Version: 0.5 - du 4/03/2007 par LCn
Date : Création 20-Sept-2006 /
Authors: Antoine Verchere, Vincent Nonnenmacher : AgentSpace
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: #3A3A3A;  /*Indique ici la couleur de texte par défaut : Gris foncé */
	background: #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 { 
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    background: url(images/ssmenu_Teem.jpg) no-repeat top ;
	height:92px;
	/* Debug
	border-color: red;
	border-width: thin;
	border-style: dotted;
	 */
}
/* La page en elle-meme */
#page {
    width: 854px;
	margin: 0 auto;
    text-align: left;
    background: url(images/tile.gif) repeat-y; /*insertion  de l'image de fond répétée */
	/*Debug
	border-color: green;
	border-width: thin;
	border-style: dotted;*/
}

/* le contenu de la page */
#pageContent
{
	width: 854px;
	min-height:600px;
	margin: 0px 0 0 0px;
	padding: 10px 0 0 0;
	/*Debug
	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 {font-family: arial, sans-serif; font-size:11px; font-weight:bold;margin-left: 10px; z-index:100;}
#menu ul li a,.menu ul li a:visited {display:block; text-decoration:none; color:#000; width:80px; height:20px; text-align:center; color:#003366/*bleu teem*/; border:1px solid #F0F0F0; background:white /*710069*/; line-height:20px; font-size:11px; overflow:hidden;}
#menu li.here {display:block; text-decoration:none; color:#000; width:85px; height:20px; text-align:center; color:#003366/*bleu teem /*#fff*/; border:1px solid #F0F0F0; background:white /*710069*/; line-height:20px; font-size:11px; overflow:hidden;}
#menu ul {padding:0; margin:0;list-style-type: none; }
#menu ul li {float:left; margin-right:1px; position:relative;}
#menu ul li ul {display: none;}

/* Specific to non IE browsers */
#menu ul li:hover a {color:orange/*#fff*/; background:white; }
#menu ul li:hover ul {display:block; position:absolute; top:21px; left:0px; /*width:105px;*/}
#menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {display:block; background:#F0F0F0; color:#003366/*bleu teem*/;width:180px/*initialement 120*/}
#menu ul li:hover ul li a:hover {background:white/*#ddd/*#6fc*/; color:orange;width:180px/*initialement 120*/}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:181px/*initialement 121*/; top:0;}
#menu ul li:hover ul li:hover ul.left {left:-105px;}

/*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{
	margin: 10px 0 20px 0px;
	float: left;
	width: 568px;
	z-index: 50;
}

#breadcrumb li {
	display: block;
	float : left;
	width: 568px;
	margin: 10px 0px 0 0px;
	padding-left: 10px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	z-index: 50;
	/*debug/
	border-color: yellow;
	border-width: thin;
	border-style: dotted;
	/* */
}
.breadcrumb a,ul,li {
	font-size:11px
	list-style-type: none ;
}
.B_homeCrumb {
font-size:11px
}
.B_crumb {
font-size:11px
}
.B_currentCrumb {
	font-size:10px;
	color : orange;
}
/* fin du breadcrum _______________________________________________________*/

/* Programmation Bandeau Vertical 01 ----------------------------------------------*/
div#BandeauV_01{
	float: left;	
	width: 170px; /*regle la largeur du cadre*/
	margin-top: 20px;
	margin-left:-200px;
	margin-right:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:10px;
	border: 1px solid  Blue;
	background: #e9e9e9;
	-moz-border-radius: 10px 10px 10px 10px;/*6px;*/
	border-radius: 10px;
}
div#BandeauV_01 p {
	font-family: arial;
	font-size: 11px;
	color : Black;
	padding-right:5px;
	padding-left:5px;
} 
div#BandeauV_01 h1 {
	font-family: verdana;
	font-size: 12px;
	color : White;
	margin-top: 10px;
	margin-left:0px;	
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
	padding-right: 5px;
	background-color: #191970; /*Bleu Teem*/
	border: 1px solid #eee;
} 
div#BandeauV_01 h2
{
	margin-top: 5px;
	padding-left:5px;
	padding-right: 5px;
	/*font: bold 1.1em Verdana;*/
	font : bold 1.1em Arial;
	font-size: 11px;
	color: blue;
	/*background: url(design/separateur.gif) top center no-repeat;*/
	font-variant: small-caps;
}

div#BandeauV_01 li {
	margin-left:20px;
}
div#BandeauV_01 ul {
	list-style: none;
	margin: 10px;
}
/* End of Programmation Bandeau Vertical 01-----------------------------------------------------*/





/*Le POST Content ------------------------------------------------*/
#postContent
{
	width: 570px;
	margin: 10px 0px 0 240px;
	z-index: 100;
	/*Debug
	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
{
	font-size: 85%;
	color: #999;
	/* debug /
	border-color: blue;
	border-width: thin;
	border-style: dotted;
	/* */
}
#search form.FSF_form {
    margin: 0;
    padding: 10px;
    width: auto;
    text-align: left !important;
}
#search input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#search input.FSF_submit
{
	display:none;
	/*display: inline;*/
	padding: 0;
	height: 22px;
	line-height: 22px;
}
/*------------------------------------------- Fin Search Bar------------------------------------*/


/* SideBar
------------------------------------------------------------------------- */
#sidebar
{
	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
{
	float: left;
	clear: none;
    margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	width: 200px;
}


/* Footer ------------------------------------------------------------------------- */
#footer
{
	width:856px;
	height: 70px;
	background: url(images/ssmenu_Teem_footer.jpg) no-repeat bottom;
	/*Debug
	border-color: orange;
	border-width: thin;
	border-style: dotted;
	/* */
}
.footer1 {
float:left;
margin-top:29px;
margin-left:40px;
border-bottom: none;
/*Debug
border-color: black;
border-width: thin;
border-style: dotted;*/
}
.footer2 {
float:right;
margin-top:25px;
margin-right:50px;
border-color: black;
/*Debug
border-width: thin;
border-style: dotted;
border-bottom: none;*/
}
.footer1  td  {
font-size: x-small;
color: #F0F0F0;
}
.footer1  a  {
font-size: x-small;
}
.footer2 a {
font-size: x-small;
}
/* Fin du Footer ------------------------------------------------------------------------- */
