/** {margin:0; padding:0}*/

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: url(images/fond.gif) repeat ;
}

div#conteneur
{
	width: 936px ;
	margin: 0 auto ;
	text-align: left ;
	border: 3px solid #90adc5 ;
	background: #fff ;
		font-style:normal;

}

div#conteneur a
{
	color: #4777fc ;
	text-decoration:none;
}
div#conteneur a:hover
{
	color: #4777fc ;
	text-decoration:none;
}

h1#header
{
	height: 93px ;
		margin: 0 ;
}

h1#header a
{
	width: 510px;
	height: 120px;
	display: block;
	background: url(images/titre.gif) no-repeat;
	position: relative;
	left: 10px;
	top: 50px;
	text-indent: -5000px;
	visibility: visible;
}/* On donne les mêmes dimensions au lien, chose possible grâce à la propriété display: block ; qui transforme le lien en élément de type block, auquel on peut donner des propriétés de taille. On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne cacher le texte hors de la page, ce que nous voulons. Ainsi il reste exploitable pour les syntèses vocales */

div#menu
{
width: 175px ;
padding: 15px 0px 0px 0px ;
	/*top: 0px ;*/
float:left;

}

ul#menu
{
/*height: 35px ;*/
width: 10px ;
	margin: 10 ;
	padding: 0 ;
	/*background: url(bg_menu.gif) repeat-x 0 -25px ;*/
	list-style-type: none ;
	float:left;

}
/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li
{
	text-align: left ;
	font-family: Impact;
	
}
/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */


ul#menu li a
{
	width: 135px ;
	height: 35px ;
	/*top:500px;*/
	line-height: 50px ;
	font-size: 1.2em ;
	font-weight: normal;
	letter-spacing: 2px ;
	color: #777777 ;
	display: block ;
	text-decoration: none ;
	
	/*border-right: 2px solid #dea ;*/
}/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menu li a:hover
{
color: #4777fc;
}
/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */

div#menuhaut
{
	padding: 50px 0px 0px 225px ;
	width: 700px;
	/*top: 0px ;*/
    /*float:left;*/
	line-height:20px;
	text-align:left;
    font-size: 12px ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #888989;

}
div#menuhaut a
{
	color: #777777 ;
	text-decoration:none;
}

div#menuhaut a:hover
{
	color: #4777fc;
}

div#menuhaut2
{
	padding: 90px 0px 0px 225px ;
	width: 700px;
	/*top: 0px ;*/
    /*float:left;*/
	line-height:20px;
	text-align:left;
    font-size: 12px ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #888989;

}
div#menuhaut2 a
{
	color: #999999;
	text-decoration:none;
}

div#menuhaut2 a:hover
{
	color: #4777fc;
}

div#menuhaut3
{
	padding: 70px 0px 0px 225px ;
	width: 700px;
	/*top: 0px ;*/
    /*float:left;*/
	line-height:20px;
	text-align:left;
    font-size: 12px ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #888989;

}
div#menuhaut3 a
{
	color: #777777 ;
	text-decoration:none;
}

div#menuhaut3 a:hover
{
	color: #4777fc;
}

div#menuhaut4
{
	padding: 30px 0px 0px 225px ;
	width: 700px;
	/*top: 0px ;*/
    /*float:left;*/
	line-height:20px;
	text-align:left;
    font-size: 12px ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #888989;

}
div#menuhaut4 a
{
	color: #777777 ;
	text-decoration:none;
}

div#menuhaut4 a:hover
{
	color: #4777fc;
}

div#contenu
{
	padding: 0 25px 0 100px ;
	background: url(bg_page.gif) no-repeat 15px 15px ;
		font-style:normal;

}

div#contenu
{
	padding: 30px 0px 0px 35px ;
	width: 650px;
	/*top: 0px ;*/
    /*float:left;*/
    font-size: 12px ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #888989;
	font-style:normal;


}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
    font-size: 22px ;
	font-family: Impact;
	font-weight:lighter ;
	color: #4777fc;
	letter-spacing:5px;
	border-bottom: 2px none #4777fc ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
	font-style:normal;

}

div#contenu a
{
	color: #4777fc ;
}

div#contenu a:hover
{
	color: #556d80;
}

p#footer
{
	margin: 0 ;
/*	color: #8a0 ;*/
	width: 936px ;
	height: 109px ;
	display: block ;
	background: url(images/footer.gif) no-repeat ;
	position: relative ;
	left: 0px ;
	top: 0px ;
	font-style:normal;

}
p#footer a
{
    width: 150px ;
	height: 35px ;
	color: #556d80 ;
	text-decoration: none ;
	font-weight:bold ;
	display: block ;
	padding: 0px 0px 0px 715px ;


}

p#footer a:hover
{
	color: #4777fc;
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
	font-style:normal;

}

* html pre
{
	width: 636px ;
}

pre span
{
	color: #560 ;
	font-style:normal;

}

pre span.comment
{
	color: #b30000 ;
	font-style:normal;

}
		
table#chiffre 
{
border: 2px solid #90adc5 ;
}

td#chiffre 
{
border-right: 2px solid #90adc5 ;
border-bottom:  2px solid #90adc5 ;
}
td#chiffre2 
{

border-bottom:  2px solid #90adc5 ;
}

td#chiffre3
{
border-right: 2px solid #90adc5 ;
}

td#chiffre4
{
border-top: 2px solid #90adc5 ;
border-right: 2px solid #90adc5 ;
border-bottom:  2px solid #90adc5 ;

}
td#chiffre5
{
border-top: 2px solid #90adc5 ;
border-bottom:  2px solid #90adc5 ;

}
