body {
	font-family : Arial, Helvetica, sans-serif;	
	margin:0;
	padding:0;
	background-image: url("./back.gif");
}

#bandeau {
	padding:0;
	text-align:center;
	float:center;
}

#container {
	position:absolute;
	margin:10px 0 10px -300px;
	width:600px;
	left:50%;
	padding:0;
} 

#texte {
	text-align:center;
	margin-left:152px;	
	padding:30px 25px 0 25px;
	height:600px;
}

#textespecial {
	text-align:center;
	margin-left:152px;	
	padding:30px 25px 0 25px;
	font-size:17px;
	color:#993300;
	font-family: Comic Sans MS;
}

table {
	text-align:center;
	font-size:17px;
	color:#993300;
	font-family: Comic Sans MS;
}

#boutons {
	margin:0;
	padding:10px 0 0 0;
	width:152px;
	height:640px;
	float:left;
	color:black;
}

#boutons ul {
	white-space:nowrap;
	text-indent:0;
	margin:0;
	padding-top:150px;
	padding-left:0;
	list-style-type :none;
	text-decoration:none;
	font-size:15px;
}

#boutons li {
	text-indent:0;
	margin:0;
	padding-top:5px;
}

#boutons li a {
	padding: 5px 2px;
	color:#993300;
	text-decoration:bold;
}

#boutons li a:link a:visited {
	color:black;
	text-decoration:italic;
}

#boutons li a:hover {
	color:#993300;
	text-decoration:italic;
}

#boutons #current a {
	color:#993300;
}

div#imgpresentation {
    background-image:  url(./Photos/boutons.jpg);
    background-repeat: no-repeat;
    height: 30px;
    width: 150px;
}

div#imgtext {
    position: relative;
    height: auto;
    width: auto;
    top: 5px;
}

div#imgpresentation a {
   text-decoration: none; /* Les liens ne seront plus soulignés */
	color: black;
	font-style: bold;
}

h1  { 
	font-size:20px;
	margin:20px 0 0 0;
	text-align:center; 
	color:#996699;
}

span  {
	color:#993366; 
	font-weight:bold;
}

#img {display: block}