 

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #666666 ;
}

div#conteneur
{
	width: 760px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #ab4 ;
	background: #fff ;
}

h1#header
{
	height: 116px ;
	background: url(images/logo.jpg) no-repeat left top ;
	margin: 0 ;
}


h1#header a
{
	width: 400px ;
	height: 100px ;
	display: block ;
	background: url(title.gif) no-repeat ;
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5000px ;
}/* 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 */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

div#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 120px;

z-index:100;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 151px;
height:35px;
}
#menu dt {
cursor: pointer;
font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
text-align: center;

background: #CCCCCC;
border-right: 2px solid #dea ;
margin: 0px;
height:25px;

}
#menu dd {
display: none;
border: 1px solid gray;
font-size: 1.1em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
text-align: center;

}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
height: 100%;
background-color: #CCC;
border: 0 none;

}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background-color: #dea;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}



div#contenu
{
	padding: 0 0px 0 10px ;
	background: url(bg_page.gif) no-repeat 15px 15px ;
}

div#contenu h1
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: #9b2 ;
	
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(little_apple.gif) no-repeat left bottom ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	color: #9b2 ;
}

div#contenu h4
{
	padding-left: 25px ;
	line-height: 1px ;
	font-size: 1.4em ;
	background: url(little_apple.gif) no-repeat left bottom ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
	margin-right: 10px;
	color: #666666;
	font-weight:bold;
}

div#contenu form
{
text-align: center ;
}

div#contenu a
{
   text-decoration:none;
    font-weight:bold;
	color: #9b2 ;
	
}

div#contenu a:hover
{
    text-decoration:none;
font-weight:bold;
	color: #dea ;
}

a.ex1:hover
{
    text-decoration:none;
font-weight:bold;
	color: #dea ;
}

p#footer
{
    margin-left: 15px ;
	font: 1em;
	padding-right: 10px ;
	line-height: 35px ;
	text-align: left ;
	
	color: #666666;
	font-weight:bold;
}


p#footer a
{
	text-decoration:none;
    font-weight:bold;
	color: #9b2 ;
}

p#footer a:hover
{
    text-decoration:none;
font-weight:bold;
	color: #dea  ;
}
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 ;
}

.image {

width: 150px;
margin-left:0px;
float: left;
border: 0px;
}

.imagenew {
height: 120px;
width: 150px;
margin-left:20px;
float: left;
border: 0px;
}

.imagenew2 {
height: 120px;
width: 200px;
margin-left:20px;
float: left;
border: 0px;
}

.image2{

width: 150px;
margin-left:0px;
float: right;
}

.image3{

width: 770px;
margin-left:0px;
float: left;
}

fieldset {
	width:400px; }
.fieldset .label {
	text-align:right;
	width:80px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em; }
	
.fieldset .nobr {
	display:none; }  
.fieldset .textfield {
	margin:3px;
	height:20px;
	width:200px; }
.fieldset .textarea {
	margin:3px;
	height:150px;
	width:200px; }

	
table
{

    
	font: 1em;
	
	text-align: left ;
	
	color: #666666;
	font-weight:bold;
}

    