/**** Reset => http://net.tutsplus.com/tutorials/html-css-techniques/5-tips-to-writing-better-css ***/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, blockquote, table, th, td { margin: 0; padding: 0; } 


body { 
	background-color:#6e9dc8;
	background-image:  url(images/bg/bg.jpg); 
	background-repeat: repeat;
	color: #285d87;
	font-family: "Trebuchet MS","Lucida Grande", Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.5em; 
	margin: 25px;
	text-align: center; /*centrage pour IE*/
	word-spacing: 0.1em;
	}

a {text-decoration: none; color: #c50101; font-weight: bold;}

a img {border:0px solid #FFF;}
	
a:focus {outline: 0;} /* évite le contour de sélection sur les liens images*/

h1 {background-color: #dde8f1;
	border: 1px solid #83a9c5;
	font-family : "Trebuchet MS","Lucida Grande",Tahoma, Verdana, sans-serif;
	font-size:  1.6em;
	margin: 8px 2px 24px;
	padding: 5px 8px 8px;
	text-align: left;
	}
h2 {font-size: 1.5em; text-align: left;}
h3 {font-size: 1.2em; text-align: left; font-weight: bold; }
h4 { background-color: #ff6666;
	 color: #fff; 
	 font-size: 1.2em; 
	 text-align: center; 
	 font-weight: bold;
	 margin: 15px 150px;
	 padding-top: 8px;
	 padding-bottom: 11px;
	 }
h5 {font-size: 1.2em;
	font-weight: bold;
 	text-align: center;
	margin-bottom: 15px;}

ol {text-align:left;}
img.droite {float:right;}

#container {
	background-color:#fff;
	margin: 0 auto; /* centrage FF */
	width: 760px;
	}

#top {
	background-color: #155d93;
	background-image:  url(images/header/impression-textile.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 76px;
	position: relative;
	text-align: right;
	}	
#top h6 {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	}
#top ul li {
	display: inline ;
	list-style: none;
	line-height: 1em;
	}
		
#home {
	 float: left;
	 clear: both;
	}


	/*** menu top***/

#navtop {
	background-color: #c50101;
	background-image: url(images/menutop/bg.gif); 
	color: #fff;
	height: 22px;
	list-style: none ;
	padding-top : 0px;
	position: relative;
	text-align: left; 
	}
#navtop ul {
	margin-left: 200px;
	padding-top: 1px;
	}
#navtop ul li {
	border-left: 2px solid #800000;  /* traits de séparations vertical */
	display: inline ;
	list-style: none;
	margin-left: 0;
	padding:0px 0px;
	}
#navtop ul li.premier {
    border-left: none;
    display: inline;
	list-style: none;
	margin-left: 0;
   }
#navtop li a {
	color: #fff ;
	text-align: center ;
	padding-left: 12px;
	padding-right: 12px;
	}	
#navtop li a:hover, #navtop li a:focus, #navtop li a:active {
	background: #900 url(images/menutop/bg-over.gif) left top repeat-x ;
	padding-top: 2px;
	}
	
	
#onglet {
    border-bottom: 1px solid #999;
	padding: 0px 0px 4px 0px; /*ligne de base*/
	}
#onglet ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	}
#onglet ul li{
	background: url(images/bg/onglet.gif) repeat-x;
	padding: 2px 8px 5px;
	border : 1px solid #999;
	list-style: none;
	margin-left:-1px;
	margin-bottom: 0px;
	display: inline;
	}
#onglet ul li.courant {
	background: url(images/bg/blanc.gif) repeat ;
    border-bottom: 1px solid #fff;
    list-style: none;
    display: inline;
	padding: 5px 11px 5px; /* onglet plus gros */
   }


#navg {
	background-color: #cadbe9;
	background:  url(images/bg/bgmenug.png) repeat-x;
	/* position: relative; supprimé car gêne IE pour l'affichage du menu survolé */
	float: left;
	height: 350px;
	padding: 7px 10px ; /* h-d-b-g */
	width: 156px;
	}

#redraccourcis {
	background-color: #c50101;
	color: #fff;
	height: 97px;
	padding: 8px 0px 0px ;
	position: relative;	
	}
#redraccourcis a {color: #fff;}

#redraccourcis ul li.catalog {
	float: left;
	display: inline;
	list-style: none;
	margin-left: 12px;
	}	
		
#redraccourcis ul li.devis {
	float: right;
	display: inline;
	list-style: none;
	margin-right: 15px;
	}
	
	/*** menu gauche avec survol ***/

#menug {
	list-style: none;
	margin: 6px 0px 0px 0px; /* marge haute pour séparer le menu du rectangle rouge*/
	padding:0;
	}

#menug li {
	background-color: #dde8f1;
	border: 1px solid #89accc;
	margin-bottom: 4px;
	}
	
#menug li a{
	color: #154F8A; 
	display: block ;
	font-weight: bold;
	padding: 6px 0 ;
	text-align: center;
	text-decoration: none ;
	width:100% /* Pour que les liens soient actifs sur toute la largeur du block dans IE*/
	}
	html>body#menug li a {
    width: auto; /* bug sous IE5/Mac et Netscape/Mozilla cf. commentaire précédent*/
   	}

#menug li a:hover,
#menug li a:focus,
#menug li a:active {
		background: #fff ;
		text-decoration: none ;
		}
	
#menug li.fonce {
	background-color: #89accc;
	border: 1px solid white;
	}
	
/**** survol foncé ***/
	
#menug li a.fonce {
	color: white; 
	border: 1px solid white;
	}	
#menug li a:hover.fonce,
#menug li a:focus.fonce,		
#menug li a:active.fonce {
	background: #d3e1ed ;
	color: #154F8A;
	border: 1px solid #89accc;
	}	

#main {
	background-color: #fff;
	position: relative;
	margin:0;	
	margin-left: 176px;
	}
#main table{
	border: solid 0px;
	width: 90%;
	border-spacing: 10px;
	text-align : center;
	}
	
#texte.intro {margin-right: 146px;}
#texte {
	position: relative;
	padding: 1px 10px 16px 10px;
	}

#texte p {
	text-align:left;
	margin: 10px;
	}
.centre {text-align: center;}
#texte img.vignette {
	position: relative; 
	float: left;
	margin: 7px;
	}
#texte p img {
	margin-bottom: 7px;
	}
#texte p img.arobase {
	margin-bottom: 0px;
	}
#texte p.encart {
	background-color: #dde8f1;
	padding : 7px;
	text-align: left;
	width:80%;
	}
#texte img.encart { 
	float: right;
	margin: 3px -16px 0px 0px ;
	}
#texte ul.encart {
	background-color: #dde8f1;
	padding : 10px 30px;
	text-align: left;
	width:70%;
	}
	
#fiche{
	margin-left: 60px;
	}
	
#filiales {
	float: right;
	position: relative;
	margin-top: 10px;
	width: 146px;
	}
#filiales ul {
	background-color: #dde8f1;
	display: block;
	}
#filiales ul li {
	padding : 10px 0px 5px 0px;
	list-style: none;
	}

#navdroite {
	float: right;
	position: relative;
	padding-top: 9px;
	margin-right: 3px;
	width: 130px;
	}
#navdroite ul {
	background-color: #fff ;
	display: block;
	}
#navdroite ul li {
	list-style: none;
	border-bottom: 1px solid #FFF;
	}
#navdroite ul li a {
	color: #666;
	padding : 3px 0px 3px 0px;
	display: block ;
	font-weight: normal;
	border-bottom: 1px solid #fff; /* compense les pointillé du survol*/
	}
#navdroite li a:hover,
#navdroite li a:focus,
#navdroite a:active {
		background: #fff ;
		text-decoration: none ;
		border-bottom: 1px dotted #b3b3b3; 
		}
	
#titrenavdroite {
	text-align : center;
	font-weight: bold;
	color : white;
	display: block;
	background-color: #b3b3b3;
	}
	
#histoire { padding-top: 25px;}
	
#histoire a{
	color : #666666;
	font-style: italic;
	}
li.real{
	margin: 14px;
	padding: 7px 5px 3px;
	text-align: center;
	list-style: none;
	border: 1px dotted #b3b3b3;
	}
li.actus{
	display: block;
	list-style: none;
	padding: 18px 10px;
	}
li.contact{
	line-height: 1.3em;
	margin-bottom: 30px;
	}
ul.left{
	text-align: left;
	margin-left: 20px;
	}
	
ol.metier {
	margin-left : 220px; font-weight: bold;
	}
	
ul.quat {
	text-align: left;
	margin-left : 300px;
	margin-bottom: 25px;
	}

#entete {
	display: block;
	background-color: #dde8f1;
	padding:  6px 18px 3px;
	margin: 0px 10px 30px -50px;
	}
#entete img { 
    position : relative;
	float: right;
	}

#map { width: 98%; height: 400px; padding : 2px; border : 1px solid #1B5EA8; margin : 0 auto;} /*Googlemap*/
	
#footer {
	background-color: #dde8f1;
	display: block;
	height: 22px;
	margin-top : 10px;
	}
#footer ul { margin-left: 176px;}
#footer ul li {
	display:inline;
	list-style: none;
	}
#footer a { color: #285d87; font-weight: normal;}
#ours { 
	font-size:x-small;
	position: relative;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	}
p.citation {
    color: #333;
	font-family: "Trebuchet MS","Lucida Grande", Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 90%;
	font-style:italic;
	letter-spacing: normal;
	line-height: 1.5em; 
	padding: 20px 0px 18px 200px;
	text-align: center; /*centrage pour IE*/
	}