/*--------------------------*/
/*PAGES DU CENTRE*/
/*--------------------------*/

/*GENERALITES*/
body
{
background-color:black;
font-family: arial, georgia, cambria;
color:white;
}

h1
{
margin-top:40px;
margin-bottom:20px;
margin-left:120px;
margin-right:120px;
text-align:center;
font-weight:bold;
font-size:45px;
border:3px solid #8DD268;
background-color:#2C4047;
}

h2
{
color:#8DD268;
font-size:30px;
text-indent:120px;
text-decoration:underline;
}

h3
{
color:#8DD268;
font-size:30px;
text-align:center;
text-decoration:none;
margin-left:20px;
margin-right:20px;
}

ul
{
list-style:none;
}

li
{
margin-left:40px;
}

p
{
text-indent:40px;
margin-left:0px;
margin-right:20px;
text-align:justify;
}

.pGras
{
font-weight:bold;
text-indent:20px;
}

.pCentre
{
text-indent:0px;
text-align:center;
}

.divTexte
{
overflow:auto;
height:400px;
width:100%;
}

.imgGauche
{
float:left;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
}

.imgDroite
{
float:right;
margin-right:25px;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
}

a
{
color:#8DD268;
font-weight:bold;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

/*ONGLET 1*/
.bodyOnglet1
{
text-align:center;
}

/*ONGLET 4*/
.h1FilsTechniques
{
margin-right:180px;
}
.imgClubtex
{
position:absolute;
top:42px;
right:60px;
}

/*ONGLET 5*/
.tableChangementLangue
{
width:90%;
text-align:center;
}

.tableChangementLangue a
{
padding:50px;
height:40px;
color:white;
text-decoration:none;
background:url("../images/boutonGris.jpg") no-repeat center center;
}

.tableChangementLangue a:hover
{
padding:50px;
color:white;
text-decoration:none;
background:url("../images/boutonGrisClair.jpg") no-repeat center center;
}


/*ONGLET 6*/
.tableContacts
{
width:80%;
margin-left:10%;
text-align:center;
border-collapse:collapse;
}

.tableContacts td
{
border:1px solid #8DD268;
}

.trLegende td
{
color:#8DD268;
font-weight:bold;
text-decoration:underline;
height:40px;
text-align:center;
}
