/****************************************************************************
* STYLE COMMUN A TOUTES LES PAGES
****************************************************************************/
body {
	background: #007AC2 url(../images/fond.gif) repeat-x top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/****************************************************************************
* FONDS 
****************************************************************************/
.fondlogo {
	background: #FFFFFF url(../images/fond_logo.gif) no-repeat top left; height:100px;
}

.fondlogogb {
	background: #FFFFFF url(../images/fond_logo_gb.gif) no-repeat top left; height:100px;
}

.fondaccueil {
	background: #007AC2 url(../images/accueil/bandeau_accueil.jpg) no-repeat top left;
}

.filetaccueil {
	background: #007AC2 url(../images/accueil/fond_filet.gif) repeat-y top left;
}

.filetproduits {
	background: #007AC2 url(../images/accueil/fond_filet2.gif) repeat-y top left;
}

.filetfiches {
	background: #007AC2 url(../images/produits/fond_filet3.gif) repeat-y top left;
}

.filettableau {
	background: #007AC2 url(../images/produits/fond_filet4.gif) repeat-y top left;
}

.fondproduits {
	background: #007AC2 url(../images/accueil/bandeau_produits.jpg) no-repeat top left;
}

.fondcontact {
	background: #007AC2 url(../images/accueil/bandeau_contact.jpg) no-repeat top left;
}

.fondcontactgb {
	background: #007AC2 url(../images/accueil/bandeau_contact_gb.jpg) no-repeat top left;
}

/****************************************************************************
* FONDS PRODUITS
****************************************************************************/

.fondskin7250 {
	background: url(../images/produits/skin_72_50.jpg) no-repeat top left;
}

.fondmelangeurscuiseurs {
	background: url(../images/produits/melangeurs_cuiseurs.jpg) no-repeat top left;
}

.fondscelleuse {
	background: url(../images/produits/scelleuse.jpg) no-repeat top left;
}

.fondtunnel {
	background: url(../images/produits/tunnel.jpg) no-repeat top left;
}

.fondlaveconteneurs {
	background: url(../images/produits/lave_conteneurs.jpg) no-repeat top left;
}

.fondmachinessousvide {
	background: url(../images/produits/machines_sous_vide.jpg) no-repeat top left;
}

.fondelevateurschaine {
	background: url(../images/produits/elevateurs_chaine.jpg) no-repeat top right;
}

.fondtunnel {
	background: url(../images/produits/tunnel.jpg) no-repeat top left;
}

.fondlavebatteriesA3 {
	background: url(../images/produits/lave_batteries_A3.jpg) no-repeat top left;
}

.fondlavebatteries {
	background: url(../images/produits/lave_batteries.jpg) no-repeat top left;
}

.fondcellulescuisson {
	background: url(../images/produits/cellules_cuisson.jpg) no-repeat top left;
}

.fondlavechariots {
	background: url(../images/produits/lave_chariots.jpg) no-repeat top right;
}

.fondaccessoires {
	background: url(../images/produits/accessoires.jpg) no-repeat top right;
}

/****************************************************************************
* MENU 
****************************************************************************/
/* Menu */
.menuoff{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-decoration:none;
}
a.menuoff{
color:#666666;
text-decoration:none;
}
a.menuoff:hover{
color:#666666;
text-decoration:underline;
}

.menuon{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#007AC2;
text-decoration:none;
}
a.menuon{
color:#007AC2;
text-decoration:none;
}
a.menuon:hover{
color:#007AC2;
text-decoration:underline;
}

/* bas de page */
.basdepage{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCE2EF;
text-decoration:none;
}
a.basdepage{
color:#CCE2EF;
text-decoration:none;
}
a.basdepage:hover{
color:#CCE2EF;
text-decoration:underline;
}


/****************************************************************************
* STYLE DE TEXTE
****************************************************************************/

/* lien */
a{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

/* tailles */
.text9{
font-size:9px;
}
.text10{
font-size:10px;
}
.text11{
font-size:11px;
}
.text11rouge{
font-size:11px;
color:#AF0D1C;
}
.text12{
font-size:12px;
}
.text13{
font-size:13px;
}
.text14{
font-size:14px;
}
.text15{
font-size:15px;
}
.text15noir{
color:#000000;
font-size:15px;
}
.text16{
font-size:16px;
}
.text17{
font-size:17px;
}
.text18{
font-size:18px;
}

/* polices */
.arial{
font-family:Arial, Helvetica, sans-serif;
}

.verdana{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* lien blanc */
.lien1{
color:#FFFFFF;
text-decoration:none;
}
a.lien1{
color:#FFFFFF;
text-decoration:underline;
}
a.lien1:hover{
color:#FFFFFF;
text-decoration:underline;
}

/* lien noir */
.lien2{
color:#000000;
text-decoration:none;
}
a.lien2{
color:#000000;
text-decoration:none;
}
a.lien2:hover{
color:#000000;
text-decoration:underline;
}

/* lien bleu clair */
.lien3{
color:#D3EBFA;
text-decoration:none;
}
a.lien3{
color:#D3EBFA;
text-decoration:none;
}
a.lien3:hover{
color:#D3EBFA;
text-decoration:underline;
}

/* lien orange */
.lien4{
color:#EBAB00;
text-decoration:none;
}
a.lien4{
color:#EBAB00;
text-decoration:none;
}
a.lien4:hover{
color:#EBAB00;
text-decoration:underline;
}


