body
{
font-family: "Comic Sans MS", Ubuntu, sans serif;
/*La police "Comic Sans MS" ne passe plus sous Firefox, mais passe sous Falkon*/
/*La police Ubuntu passe sous Firefox*/
font-size: 150%;
text-align: center;
background: url("../SKIN/marbre2b.jpg") fixed;
}


h2
{
font-size: 200%;
color: DarkBlue;
}
h3
{
font-size: 150%;
color: SteelBlue;
}


/*PARAGRAPHES1*/
.liens
{
font-size: 100%;	
text-align: center;
background: url("../SKIN/ligne.gif");
width: 650px;
margin: auto;
padding-top: 20px;
}
.par1
{
font-size: 100%;
text-align: center;
background: url("../SKIN/ligne.gif");
width: 540px;
margin: auto;
padding-top: 20px;
}
.par2
{
font-size: 100%;
text-align: left;
background: url("../SKIN/ligne.gif");
width: 890px;
margin: auto;
padding-top: 20px;
padding-left: 30px;
}


/*PARAGRAPHES2*/
.txtr
{
color: Red;
}
.txtrbold 
{
color: Red;
font-weight: bold;
}
.txtrf
{
color: #CC0033;
}
.txto
{
color: DarkOrange;
}
.txtmbold
{
color: Sienna;
font-weight: bold;
}
.txtg
{
color: Green;
}
.txtgbold
{
color: Green;
font-weight: bold;
}
.txtb
{
color: SteelBlue;
}
.txtbbold
{
color: SteelBlue;
font-weight: bold;
}
.txtbf
{
color: DarkBlue;
}
.txtp
{
color: Purple;
}
.txtpbold
{
color: Purple;
font-weight: bold;
}
.center
{
text-align: center;
}
/**/
.italic
{
font-style: italic;
}
.txtmail
{
font-size: 80%;
}


/*LIENS*/
a
{
color: MediumBlue;
font-weight: bold;
text-decoration: none;
}
a:hover
{
color: Red;
}
a:visited
{
color: Purple;
} 


/*IMAGE*/
.imagette
{
max-height: 500px
}
.loupe
{
max-width: 2.5%;
max-height: 2.5%;
}


/*
.txtb
{
color: royalblue;
}
.txtgblink:hover, .txtrblink:hover
{
text-decoration: blink;
}
.imagette
{
max-height: 200px;
}
.par4
{
background: url("../SKIN/ligne.gif");
width: 75%;
margin: auto;
text-align: center;
padding-top: 20px;
padding-left: 30px;
}

.par5
{
background: url("../SKIN/ligne.gif");
width: 82%;
margin: auto;
text-align: left;
padding-top: 20px;
padding-left: 30px;
}
.par3
{
background: url("../SKIN/ligne.gif");
width:90%;
margin: auto;
text-align: left;
padding-top: 20px;
padding-left: 30px;
}
.par1fixed
{
position: fixed;
top: 90px;
right: 40px;
}
.par2fixed
{
position: fixed;
top: 150px;
right: 40px;
}
.par3fixed
{
position: fixed;
bottom: 0px;
right: 0px;
}
.par4fixed
{
position: fixed;
bottom: 40px;
right: 0px;
}
*/
