/****************************************************************************
* STYLE COMMUN A TOUTES LES PAGES
****************************************************************************/
body {
	background:#FFFFFF url(../images/commun/fonddegrade.gif) repeat-x top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#4B6174;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.invisible { display:none; }

/****************************************************************************
* FONDS 
****************************************************************************/

.borderpages {
border-left: #FFFFFF 1px solid;
border-right: #FFFFFF 1px solid;
}

.fondsociete {
	background: #FFFFFF url(../images/bandeaux/fond_societe.jpg) no-repeat bottom center;
}

.fondtambours {
	background: #FFFFFF url(../images/bandeaux/fond_tambours.jpg) no-repeat bottom center;
}

.fondmachineabiller_en {
	background: #FFFFFF url(../images/bandeaux/fond_machineabiller_en.jpg) no-repeat bottom center;
}
.fondmachineabiller_es {
	background: #FFFFFF url(../images/bandeaux/fond_machineabiller_es.jpg) no-repeat bottom center;
}
.fondmachineabiller_fr {
	background: #FFFFFF url(../images/bandeaux/fond_machineabiller_fr.jpg) no-repeat bottom center;
}

.fondmoteurs {
	background: #FFFFFF url(../images/bandeaux/fond_moteurs.jpg) no-repeat bottom center;
}

.fondpaliers {
	background: #FFFFFF url(../images/bandeaux/fond_paliers.jpg) no-repeat bottom center;
}

.fondrouleaux {
	background: #FFFFFF url(../images/bandeaux/fond_rouleaux.jpg) no-repeat bottom center;
}

.fondcontact {
	background: #FFFFFF url(../images/bandeaux/fond_contact.jpg) no-repeat bottom center;
}

/****************************************************************************
* MENU 
****************************************************************************/
.menuon{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
color:#CB1600;
text-decoration:none;
}
a.menuon{
color:#CB1600;
text-decoration:none;
}
a.menuon:hover{
color:#CB1600;
text-decoration:underline;
}

.menuoff{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
color:#3D657A;
text-decoration:none;
}
a.menuoff{
color:#3D657A;
text-decoration:none;
}
a.menuoff:hover{
color:#3D657A;
text-decoration:underline;
}


.baspage{
color:#4B6174;
text-decoration:none;
}
a.baspage{
color:#4B6174;
text-decoration:none;
}
a.baspage:hover{
color:#4B6174;
text-decoration:underline;
}

.sousmenuon{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#CB1600;
text-decoration:none;
}
a.sousmenuon{
color:#CB1600;
text-decoration:none;
}
a.sousmenuon:hover{
color:#CB1600;
text-decoration:underline;
}

.sousmenuoff{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#3D657A;
text-decoration:none;
}
a.sousmenuoff{
color:#3D657A;
text-decoration:none;
}
a.sousmenuoff:hover{
color:#3D657A;
text-decoration:underline;
}


/****************************************************************************
* STYLE DE TEXTE
****************************************************************************/

/* lien */
a{
color:#4B6174;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

/* tailles */
.text9{
font-size:9px;
}
.text10{
font-size:10px;
}
.text11{
font-size:11px;
}
.text12{
font-size:12px;
}
.text13{
font-size:13px;
}
.text14{
font-size:14px;
}
.text15{
font-size:15px;
}
.text16{
font-size:16px;
}
.text17{
font-size:17px;
}
.text18{
font-size:18px;
}
.text20{
font-size:20px;
}
.text22{
font-size:22px;
}

/* 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 rouge */
.lien3{
color:#CB1600;
text-decoration:none;
}
a.lien3{
color:#CB1600;
text-decoration:none;
}
a.lien3:hover{
color:#CB1600;
text-decoration:underline;
}

/* lien grisbleu1 */
.lien4{
color:#285065;
text-decoration:none;
}
a.lien4{
color:#285065;
text-decoration:none;
}
a.lien4:hover{
color:#285065;
text-decoration:underline;
}



