@charset "utf-8";
/* CSS Document */


body {
width:820px;
margin: 0px;
padding: 0px;
text-align:center;
background-color: #FFFFFF;
background-image:url(tile2.gif);
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;

}

/*bordure cachée des images*/
.imgBorder
{
border:none;
}

/*lien normaux*/



a:link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

#global {
    position:absolute;
	width: 820px;
	height: 700px;
	right: 50%; 
	margin-right: -410px;
	text-align:center;

	}
	
#flash {
    width:820px;
    height:600px;
    float:left;
}

#footer {
    width:820px;
    height:100px;
	padding:10px;
    float:left;
}		

/* Style du contenu texte alternatif si pas de plugin flash ou désactivé */

.titrepage
{
font-size: 18px;
text-align:left;
color: #FFFFFF;
}

.soustitrepage
{
font-size: 13px;
color: #FFFFFF;
font-style:italic;
text-align:left;
}

.H1
{
font-size: 18px;
color: #FFFFFF;
text-align:left;
}

.H2
{
font-size: 14px;
color: #FFFFFF;
}

.contenu
{
font-size: 11px;
color: #FFFFFF;
text-align:justify;

}

.liste
{
font-size: 11px;
color: #FFFFFF;
text-align:left;

}

.alternate
{
height:350px;
background-color:#083940;
margin-top:113px;
padding-top:20px;
padding-left:15px;
padding-right:15px;
padding-bottom:20px;
overflow:auto;

}








	
