/* 
	DEFAULT STYLESHEET
	All pages inherrit from this stylesheet, so anything reusable, 
	site-wide or generic goes here.
*/

/* ------------------------------------------------------------------------
	HTML BODY tag and Page div
------------------------------------------------------------------------ */

body
{
	margin: 0;
  	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #204474;
	background-color: #ffffff;
}

#page
{
    
}

/* ----------------------------
   Base font-size
---------------------------- */

#page
{
	font-size: 0.87em;
}

/* ----------------------------
   Globals
---------------------------- */

/* ----------------------------
   Links
---------------------------- */

a { text-decoration: none; }

/* ----------------------------
   Tête
---------------------------- */

#tete  {
    height: 75px;
    background: #224474 url(../images/tete-fond.jpg) no-repeat left top; }

#tete h1  {
    padding: 14px 0 0 20px;
    margin: 0; }

#slogan  {
    margin: 0;
    color: #f37321;
    font-size: 0.9em;
    font-weight: bold;
    padding: 1px 0 2px 15px;
    background-color: #163051;
    letter-spacing: 0.05em;
    height:14px;
    line-height:14px;  }

#slogan span  { display:block; }

#conombre  {
    background: #fff url(../images/ombre-blanc.gif) repeat-x left top;
    height: 9px;
    font-size: 1px;
	line-height: 1px;
	overflow: hidden; }

#ombre  {
    background: Transparent url(../images/ombre-menu.gif) no-repeat left top;
    height: 9px;
    font-size: 1px;
	line-height: 1px;
	overflow: hidden; }

.machineAccueilBas  {
	background: Transparent url(../images/imgMachineAccueilBas.gif) no-repeat right bottom;
 	position:absolute;
	left:353px; 
	top:92px; 
	width:341px; 
	height:155px; 
	z-index:1;  }

.machineAccueilTop  {
	background: Transparent url(../images/imgMachineAccueilHaut.jpg) no-repeat right bottom;
	position:absolute; 
	left:527px; 
	top:-1px; 
	width:167px; 
	height:93px; 
	z-index:2; }

.machineIntBas  {
	background: Transparent url(../images/imgMachineIntBas.jpg) no-repeat right bottom;
 	position:absolute;
	left:428px; 
	top:92px; 
	width:238px; 
	height:85px; 
	z-index:2;  }

.machineIntTop  {
	background: Transparent url(../images/imgMachineIntHaut.jpg) no-repeat right bottom;
	position:absolute; 
	left:463px; 
	top:3px; 
	width:222px; 
	height:89px; 
	z-index:1; }

/* ----------------------------
   Menu
---------------------------- */
#menu 
{
    width: 158px;
    position: absolute;
    left: 0;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 2px 0 0 20px;
    font-weight:bold; }

#menu ul li {
    border-top: solid 1px #204474;
    margin: 0;
    padding: 0;	
    _height: 1%; /* IE < 7 hasLayout */ }

#menu ul li a, #menu ul li a.multimenu {
    color:#ffffff;
    cursor:pointer;
    display: block;
    padding: 12px 17px 11px 17px;
    _height: 1%; /* IE < 7 hasLayout */ }

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
    color: #fff; }

#menu ul li a:hover 
{
    background: url('../images/menu-over.gif') repeat-y right top;
}

/*lien pour en anglais*/
#menu ul li.langue a
{
    padding: 5px 19px 6px 19px;
    background-color: #204474;
}

#menu ul li.langue a:link, #menu ul li.langue a:active, #menu ul li.langue a:visited
{
    color: #3fb5f1;
}

#menu ul li.langue a:hover
{
    background-color: #204474;
}

/**** Sous menu du liens Produits ****/
#sousMenu
{
    padding: 0 0px 0px 5px;
	margin:0;
}

#sousMenu ul li a
{
    display: block;
    padding: 5px 10px 5px 10px;	
}

#conmenuimage
{
    clear: both;
    padding-bottom: 145px;
    background: url(../images/menu-fond.gif) transparent no-repeat right bottom;
}

/* ----------------------------
   Contenu
---------------------------- */

#concontenu
{
    background: #fff url(../images/fond-menu.gif) repeat-y left top;
    _height: 1%; /* IE < 7 hasLayout */
    width:760px;
}

#contenu
{
    font-size: 1.2em;
    margin-left: 160px;
    padding: 40px 0 0 15px;
    /* Box Model Patch */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 587px;
}


/* Box Model Patch */
html>body #contenu
{
    width: 587px;
}

/* boite mission */

#titreSection
{
    border-left: solid 1px #d4ebf8;
	margin-bottom: 20px;
}

/* entête mission */
#titreSection h3
{	
	background: #d5ebf8 url(../images/degrade_titreSection.gif) repeat-y right top;;
	color:#0073AE;
	width: 200px;
	padding: 0px 0 0 11px;
}

/** pour la page accueil **/
#txtIntro
{
	padding-left:10px;
	padding-top:10px;
}

/** pour les pages internes **/
#txtIntroInt
{
	padding-left:27px;
}

#txtIntroInt a:visited
{
    color: #A0F;
}


/*#titreSection strong*/
h4
{
    color: #f37321;
	padding-left: 10px;
	font-size:1.05em;
	margin-top: 1em;
}

#txtIntroInt a:link, #txtIntroInt a:active, #txtIntroInt a:visited
{
    color: #204474;
}

#txtIntroInt a:hover
{
	color:#f37321;
}

/* boîte nouveautés */
.infos, .infosNews
{
	border: solid 1px #6299bc;
	background: #fff url(../images/nouveautes-degrade.gif) repeat-y 247px 0px;
	margin-bottom:20px;
	float:right;
    width: 584px;
    padding-bottom: 0px;
}
.infosNews
{
	padding-bottom: 14px;

}

.infosNews .photo
{
    margin-right: 10px;
}

.photo
{
    width: 196px;
	background: #6299BC;
	display:block;
	float:right;
	color:#fff;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	z-index: 3;
}

.photoNews
{
    position: relative;
	display:block;
	float:right;
	padding: 0;
	margin: 0;   
}

.photoSansTexte { text-align: center; padding: 14px 0 14px 7px; }
.hand, .bleuBas, .droite, .bleuGauche, .third, .milieu  { cursor: pointer; }
.bleuBas, .bleuBasNoHand { padding-bottom: 8px; }
.bleuGauche, .milieu { padding-right: 8px; background-color: #6299BC; }
.droite, .milieu { position: relative; left: -4px; }
.third {position: relative; left: -8px;} 

* html .photo img 
{
    float: none;
}

* html .photo
{
    width: 200px;
    padding-left: 4px;
    height: 152px;
}
* html .infos
{
    width: 585px;
}
* html .photoSansTexte img
{ background-color: #6299BC; padding: 4px; }

.photoContact
{
    float: right;
}

#decanteurLarge2, #decanteurLarge1, #enteteurLarge1, #enteteurLarge2, #enteteurLarge3,
#photoRefCLarge2, #photoRefCLarge1, #sysLarge1, #sysLarge2, #sysLarge3, #tireLarge1,
#tireLarge2, #eboutteurCLarge1, #eboutteurCLarge2, #enteteurLarge1, 
#enteteurLarge2, #estampeuseLarge1, #estampeuseLarge2, #tableSortieLarge1, #tableSortieLarge2,
#tennoneuseLarge1, #tennoneuseLarge2, #unitePeintureLarge1, #unitePeintureLarge1, 
#unitePeintureLarge2, #unitePeintureLarge3, #decanteurLarge1, #decanteurLarge2,
#conveyeurBLarge1, #conveyeurBLarge2, #conveyeurBLarge3, #convoyeurRLarge1, #convoyeurRLarge2, 
#convoyeurELarge1, #convoyeurELarge2, #convoyeurVLarge, #photoCabineLarge,
#photoCoupeuseLarge1, #photoCoupeuseLarge2, #photoCabineLarge, #photoEmballeuseLarge,
#photoLubrificateurLarge, #photoRackLarge, #photoRackClassementLarge, #convoyeurCLarge2,
#ejecteurLarge1, #ejecteurLarge2, #deligneuseLarge, #photoRefHLarge, #convoyeurCourLarge1, 
#convoyeurCourLarge2, #eboutteurCanLarge,#hydroLarge1, #hydroLarge2, #convoyeurCLarge1,
#convoyeurCLarge3, #transfertLarge, #hydroLarge1en, #hydroLarge2en, #cisailleLarge1, #cisailleLarge2,
#apresLarge, #avantLarge
{
    display: none;
	position: absolute;
	border:solid 1px black;	
	z-index: 98;
}

#apresLarge, #avantLarge
{
    left: -350px;
}
    
#decanteurLarge2,  #decanteurLarge1,  #enteteurLarge1, #enteteurLarge2, #enteteurLarge3,
#photoRefCLarge2,  #photoRefCLarge1,  #sysLarge1, #sysLarge2, #sysLarge3,
#eboutteurCLarge1, #eboutteurCLarge2, #enteteurLarge1, 
#enteteurLarge2,   #estampeuseLarge1, #estampeuseLarge2, #tableSortieLarge1, #tableSortieLarge2,
#tennoneuseLarge1, #tennoneuseLarge2, #unitePeintureLarge1, #unitePeintureLarge1, 
#unitePeintureLarge2, #unitePeintureLarge3, #decanteurLarge1, #decanteurLarge2,
#conveyeurBLarge1, #conveyeurBLarge2, #conveyeurBLarge3, #convoyeurRLarge1, #convoyeurRLarge2, 
#convoyeurELarge1, #convoyeurELarge2, #convoyeurVLarge, #photoCabineLarge, #cisailleLarge1,
#cisailleLarge2
{left: 211px;}

#photoCoupeuseLarge1, #photoCoupeuseLarge2, #photoCabineLarge, #photoEmballeuseLarge,
#photoLubrificateurLarge, #photoRackLarge, #photoRackClassementLarge, #convoyeurCLarge2,
#ejecteurLarge1, #ejecteurLarge2, #deligneuseLarge, #photoRefHLarge, #convoyeurCourLarge1, 
#convoyeurCourLarge2, #eboutteurCanLarge
{ left: 195px; }

#hydroLarge1, #hydroLarge2
{ left: 195px; top: 1993px; }

#hydroLarge1en, #hydroLarge2en
{ left: 195px; top: 2100px; }

#transfertLarge
{ left: 195px; top: 2510px; }

#tireLarge1
{
    left: 212px; top: 2650px;
}
#tireLarge2
{
    left: 212px;
    top: 2752px;
}

#convoyeurCLarge1
{ left: 185px; }

#convoyeurCLarge3
{ left: 200px; }

#pMission
{ padding-left: 10px; }

/*html .photo
{
    position: absolute;
    left: 553px;    
}
html #divConvB { height: 491px;}

#conveyeurBLarge1, #conveyeurBLarge2, #conveyeurBLarge3,#convoyeurRLarge1,#convoyeurRLarge2,
#convoyeurELarge1, #convoyeurELarge2, #convoyeurVLarge
{ left: -350px; z-index:99; }
#convoyeurVLarge { z-index: 1; }
#divRebuts {height: 325px;}*/

.avant 
{ padding:3px 0 5px 90px; }

/* entête nouveautés */
.flecheInfos
{ float:right; padding: 6px 14px 0 0; }

a:link.flecheInfos, a:active.flecheInfos, a:visited.flecheInfos
{ color: #fff; }

a:hover.flecheInfos
{ color: #d5ebf8; }

.infos h3, .infosNews h3
{
	background: #6299bc;
	width:585px;
	color: #fff;
	padding: 0 0 0 11px;
	font-size: 11px;	
	margin: 0;
	
/* Box Model Patch */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 574px;	
}

.infos h3.infoh3, .infosNews h3.infoh3 { letter-spacing: 2px; }

/* Box Model Patch */
html>body .infos h3
{
    width: 574px;
}

.infos strong, .infosNews strong
{
	color: #f37321;
	padding-left: 10px;
}

.infos h3, .infosNews h3 
{
    font-weight:normal;
    font-family:impact,charcoal,sans-serif;
    font-size:1.5em;
    line-height:1.6em;
    letter-spacing:0.01em;
    word-spacing:0.12em;
}

.infos h3 a, .infosNews h3 a
{
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size:0.66em;
    line-height:0.625em;
    letter-spacing:0em;
    word-spacing:0em;
}

.texteInfos
{
	padding-left: 11px;
	padding-bottom: 7px;
}
.succes
{ 
    color: green;
    font-weight: bold;
}

.news
{
    width: 300px;
    height: 237px;
}

.desc
{
    width: 300px;
    float: right;
}

.texteInfos a:link, .texteInfos a:active, .texteInfos a:visited
{
    color: #6299bc;
}

.texteInfos a:hover
{
    color: #f37321;
}


/* ----------------------------
   Pied
---------------------------- */

#pied
{
    background-color: #204474;
}

#pied address
{
    color: #81bcde;
    font-style: normal;
    font-size: 1.1em;
    margin: 0;
    padding: 10px 0 0 20px;
}

#copyright
{
    color: #428fbc;
    padding: 7px 0 5px 20px;
}

#copyright a:link, #copyright a:active, #copyright a:visited
{
    color: #428fbc;
    text-decoration: underline;
}

#mention
{
	color: #81bcde;
	float:right;
	padding-top:7px;
	padding-right:10px;
}

#mention a:link, #mention a:active, #mention a:visited
{
    color: #81bcde;
}

#mention a:hover
{
	color:#fff;
}

#imgLarge
{
    display: none;
}

.underlined { text-decoration: underline; }

