html, body {

width:100%;

margin:0;


}
a
{
	color:white;
	font-family:Times New Roman CE;
	text-decoration:none;
}
a:hover
{text-decoration:underline;
}


img
{
border:0;
}

ul
{
list-style-type:none;
}

#conteneur_accueil
{
width:100%;
height:100%;
}

#conteneur {
	width:1000px;
	height:100%;
	margin:20px auto 0;
	background:url(images/fond.jpg) no-repeat ;
}
#conteneur_mail {
	width:1000px;
height:100%;
	margin:20px auto 0;

	background:url(images/fondMail.jpg) no-repeat ;
}
#conteneur_liens {
	width:1000px;
	height:680px;
	margin:20px auto 0;

	background:url(images/fondLiens.jpg) no-repeat ;
}

#corps{
width:1000px;
height:100%;
border:1px solid white;
}
#partie_gauche
{
width:150px;
height:100%;

float:left;

margin-left:20px;

}



#boutonAccueil
{width:150px;
height:50px;


margin-top:250px;

}
#legende
{width:150px;
height:60px;
margin-left:8px;
margin-top:20px;
}

#horloge
{width:150px;
height:60px;
margin-left:8px;
margin-top:40px;

}

#partie_gauche p
{
width:150px;
margin-top:60px;

text-align:center;
font-family:verdana, serif;
font-weight:bold;
font-size:0.7em;
color:white;
}
#partie_gauche .attention
{
width:135px;
padding-left:10px;
margin-top:0px;
text-align:justify;
font-family:verdana, serif;
font-weight:bold;
font-size:0.7em;
color:white;
}

.attention a
{
display:block;
width:135px;
text-align:center;
font-size:1.3em;

}

#zone_flash
{

	width:800px;
	height:1500px;
	margin-left:190px;
	margin-top:190px;



}
#zone_liens 
{

	width:750px;
	height:350px;
	margin-left:210px;
	margin-top:250px;
	color:black;
	overflow:scroll;



}

#zone_liens a
{
	color:blue;

}



#zone_mail
{

	width:750px;
	height:1500px;
	margin-left:205px;
	margin-top:230px;
	color:white;




}
#accueil_bas
{
height:100px;
overflow:scroll;

padding:5%;
padding-top:10px;
font-size:.6em;
font-family:Arial;
}


