
/*-------------------Feuille de style CSS---------------------*/

a.lien
{
 color : black;
 text-decoration : none;
 font-weight : bold;
}

a.lien:hover
{
 color : blue;
 text-decoration : underline;
 font-weight : bold;
}

a.lien1
{
 color : purple;
 text-decoration : none;
 font-weight : bold;
}

a.lien1:hover
{
 color : blue;
 text-decoration : underline;
 font-weight : bold;
}

a.service
{
 color : #9B5A44;
 text-decoration : none;
 font-weight : bold;
}

a.service:hover
{
 color : blue;
 text-decoration : underline;
 font-weight : bold;
}

a.contact
{
 color : #7D2233;
 text-decoration : none;
 font-weight : bold;
}

a.contact:hover
{
 color : blue;
 text-decoration : underline;
 font-weight : bold;
}

a.parcdactivite
{
 color : #525FDF;
 text-decoration : none;
 font-weight : bold;
}

a.parcdactivite:hover
{
 color : blue;
 text-decoration : underline;
 font-weight : bold;
}

a.espacetravail
{
 color : #6A4F72;
 text-decoration : none;
 font-weight : bold;
}

a.espacetravail:hover
{
 color : blue;
 text-decoration : underline;
 font-weight : bold;
}

a.domicil
{
 color : #6F8962;
 text-decoration : none;
 font-weight : bold;
}

a.domicil:hover
{
 color : blue;
 text-decoration : underline;
 font-weight : bold;
}

a.lien3
{
 color : black;
 text-decoration : none;
 font-size : small;
}

a.lien3:hover
{
 color : blue;
 text-decoration : underline;
 font-size : small;
}

a.domicil2
{
 color : #6F8962;
 text-decoration : none;
 font-size : small;
}

a.domicil2:hover
{
 color : blue;
 text-decoration : underline;
 font-size : small;
}

a.partenaire
{
 color : #427F80;
 text-decoration : none;
 font-weight : bold;
}

a.partenaire:hover
{
 color : blue;
 text-decoration : underline;
 font-weight : bold;
}

body
{
 margin : 0; /* pour éviter les marges */
 text-align : center; /* pour corriger le bug de centrage IE */
 overflow :  auto;
}

td.contact
{
 border-left-style : dotted;
 border-left-color : #7D2233;
 border-left-width : thin;
 border-bottom-style : dotted;
 border-bottom-color : #7D2233;
 border-bottom-width : thin;
 border-right-style : dotted;
 border-right-color : #7D2233;
 border-right-width : thin;
}

td.espacetravail
{
 border-left-style : dotted;
 border-left-color : #6A4F72;
 border-left-width : thin;
 border-bottom-style : dotted;
 border-bottom-color : #6A4F72;
 border-bottom-width : thin;
 border-right-style : dotted;
 border-right-color : #6A4F72;
 border-right-width : thin;
}

td.service
{
 border-left-style : dotted;
 border-left-color : #9B5A44;
 border-left-width : thin;
 border-bottom-style : dotted;
 border-bottom-color : #9B5A44;
 border-bottom-width : thin;
 border-right-style : dotted;
 border-right-color : #9B5A44;
 border-right-width : thin;
}

td.domicil
{
 border-left-style : dotted;
 border-left-color : #6F8962;
 border-left-width : thin;
 border-bottom-style : dotted;
 border-bottom-color : #6F8962;
 border-bottom-width : thin;
 border-right-style : dotted;
 border-right-color : #6F8962;
 border-right-width : thin;
}

td.parcdactivite
{
 border-left-style : dotted;
 border-left-color : #525FDF;
 border-left-width : thin;
 border-bottom-style : dotted;
 border-bottom-color : #525FDF;
 border-bottom-width : thin;
 border-right-style : dotted;
 border-right-color : #525FDF;
 border-right-width : thin;
}

td.rappelcontact
{
 border-left-style : dotted;
 border-left-color : #7D2233;
 border-left-width : thin;
 border-top-style : dotted;
 border-top-color : #7D2233;
 border-top-width : thin;
 border-right-style : dotted;
 border-right-color : #7D2233;
 border-right-width : thin;
}

td.rappelespacetravail
{
 border-left-style : dotted;
 border-left-color : #6A4F72;
 border-left-width : thin;
 border-top-style : dotted;
 border-top-color : #6A4F72;
 border-top-width : thin;
 border-right-style : dotted;
 border-right-color : #6A4F72;
 border-right-width : thin;
}

td.rappelservice
{
 border-left-style : dotted;
 border-left-color : #9B5A44;
 border-left-width : thin;
 border-top-style : dotted;
 border-top-color : #9B5A44;
 border-top-width : thin;
 border-right-style : dotted;
 border-right-color : #9B5A44;
 border-right-width : thin;
}

td.rappeldomicil
{
 border-left-style : dotted;
 border-left-color : #6F8962;
 border-left-width : thin;
 border-top-style : dotted;
 border-top-color : #6F8962;
 border-top-width : thin;
 border-right-style : dotted;
 border-right-color : #6F8962;
 border-right-width : thin;
}

td.rappelparcdactivite
{
 border-left-style : dotted;
 border-left-color : #525FDF;
 border-left-width : thin;
 border-top-style : dotted;
 border-top-color : #525FDF;
 border-top-width : thin;
 border-right-style : dotted;
 border-right-color : #525FDF;
 border-right-width : thin;
}

#conteneur
{
 margin-left : auto;
 margin-right : auto;
 text-align: left;
}
