/* CSS Document */
body
{
	font-family: Tahoma; /*Police principale*/
	font-size: 10pt; /*Taille de la police*/
	color: #FFFFFF; /*Couleur de la police*/
	scrollbar-base-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
  	scrollbar-arrow-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #003399;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-track-color: #FFFFFF;
	overflow: auto;
	background-image: url(fond.gif);
	background-repeat: repeat-y;
	background-color: #000100;
}

a
{

	text-decoration: none;
	overflow: auto;	
	overflow-x: hidden; color:#FFFF00	
}

a:hover
{
	background-color: #6699CC;
	background-color: #0000FF;
}

a:active
{
}

a:visited
{
}

table#base
{
	height: 700px;
	width: 900px;
	background-image: url(fond.gif);
	background-repeat: repeat;
}

table#base td
{
	vertical-align: top;
	text-align: left;
}

div#titre
{
	height: 130px;
	width: 900px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/logomain.gif);
	background-repeat: no-repeat;
}

div#langue
{
	height: 16px;
	width: 210px;
	position: absolute;
	margin-top: 10px;
	margin-left: 680px;
	color: #003399;
}

div#langue a
{
	color: #003399;
	color: #000100;
	font-weight: bold;
}

div#horloge
{
	color: #003399;
	color: #000100;
	font-weight: bold;
}

div#image_1
{
	height: 100px;
	width: 140px;
	position: absolute;
	margin-top: 10px;
	margin-left: 260px;
}

div#image_2
{
	height: 100px;
	width: 140px;
	position: absolute;
	margin-top: 10px;
	margin-left: 400px;
}

div#image_3
{
	height: 100px;
	width: 140px;
	position: absolute;
	margin-top: 10px;
	margin-left: 540px;
}

div#image_4
{
	height: 100px;
	width: 140px;
	position: absolute;
	margin-top: 10px;
	margin-left: 680px;
}


div#navig
{
	height: 20px;
	width: 135px;
	position: absolute;
	margin-top: 130px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 15px;
		
}

div#arbo
{
	height: 20px;
	width: 745px;
	position: absolute;
	margin-top: 130px;
	margin-left: 150px;
	padding-top: 5px;
	padding-left: 5px;

	overflow: auto;	
	overflow-x: hidden; color:#FFFF00		
}

div#menu
{
	height: 520px;
	width: 135px;
	position: absolute;
	margin-top: 152px;
	margin-left: -5px;
	padding-top: 5px;
	padding-left: 15px;
	
	overflow: auto;	
	overflow-x: hidden; color:#FFFF00	
}

div#menu a
{
	width: 135px;
    height: auto;
    display: block;
	margin-top: 7px;

}

div#contenu
{
	height: 520px;
	width: 745px;
	position: absolute;
	margin-top: 152px;
	margin-left: 150px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(contenu.gif); /*L'image doit être au format gif et faire 525px de hauteur et 750px de largeur Astuce: Ouvrez une image modifer sa taille (525h 750l résolution 72 et ajouter un calquer avec un fond blanc et mettez son opacité à 90%) */
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000000; /*Couleur de la police pour le contenu*/
	overflow: scroll;
	overflow-x: hidden;
}


div#contenu a
{
	color: #003399;
	font-weight: bold;
}

div#pied
{
	height: 20px;
	width: 870px;
	position: absolute;
	margin-top: 680px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	
	overflow: auto;	
	overflow-x: hidden; color:#FFFF00	
}

div#copyright
{
	height: 20px;
	width: 900px;
	position: absolute;
	margin-top: 705px;
	text-align: center;
	font-size: 9pt;
	overflow: auto;	
	overflow-x: hidden; color:#FFFF00	
}
