/* CSS Document */
a#smenu{
	color:#FFFF00;
}

a.titre
{
	background:url(index/deg1.jpg);
}

body
{
	background:#ffff99;
	margin: 10px;

}

div#conteneur
{
	width: 770px ;
	height:770px;
	background-color:#FFFF99;
	text-align: center;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#equipe
{
	display:block;
	margin:0 auto;
	width:100%;
}


div#equipiers
{
	display:block;
	float:left;
	width:25%;
}

div#sommaire
{
	width:150px;
	float:left;
	height: 100%;
	background:url(index/deg1.jpg);
}

* html pre
{
	width: 636px ;
}


h1
{
	color:#0033FF;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:55;
}
h2
{
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	color:#0033FF;
	font-size:45;
}
h3
{
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:35;
	color:#0033FF;
	margin-top:200;
}
h4
{
	color:#0033FF;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size: 25;
	margin-top:100;
}

h5
{
	color:#0033FF;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size: 15;
}
h6
{
}

li#sousmenu{
	background:url(index/bouton1.gif) no-repeat;
	float:left;
	width:150px;
	list-style:none;
	text-align:center;
}

li#sousmenu:hover{
	background:url(index/bouton2.gif) no-repeat;	
}

li#sousmenu a{
	color:#FFFF33;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

li#sousmenu a:hover{
	color:#FFFF00;
}

p {
	text-align:center;
	color:#000000;
}

p#bip{
	background:url(/index/bip.JPG) no-repeat;
	color: red;
	height:95px;
	width:150px;
	font:Arial, Helvetica, sans-serif;
	font-size:36px;
	padding-top:20px;
	padding-left:20px;
	float:left;
	clear:right;
}	

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}

span#cdg
{
	display:block;
	float:inherit;
}

table {
	width:620px;
	border:1;
	text-align:center;
	float: left;
	top: auto;
	text-decoration: none;
}

td {
	text-align:center;
	width:150;
}

td#entete{
	background:#ffeecc;
	font-weight: bold;
}

tr {
	width:154;
	text-align:center;
}



ul#smenu
{
	list-style-type:none;
}
/* 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#smenu li
{
	float:right;
}/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */

ul#smenu li a
{
	width: 150px ;
	line-height: 20px ;
	font-size: 15px ;
	font-weight:bold;
	color: #333333;
	display: block ;
	text-decoration: none ;
	background: url(index/deg2.jpg);
	text-align:center;
}/* 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#smenu li a:hover
{
	background: url(index/deg3.jpg) ;
}/* 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 */

.vpm{
	width:106px;
	height:155px;
}

.hpm{
	width:155px;
	height:106px;
}

.vmm{
	width:174px;
	height:252px;
}

.hmm{
	width:252px;
	height:174px;
}

.vgm{
	width:348px;
	height:504px;
}

.hgm{
	width: 504px;
	height: 348px;
}


