/*<![CDATA[*/
/* CSS issu des tutoriels css.alsacreations.com */
h1{
	margin:0px;
}
h2{
	margin:0px;
	color:#009900;
}
a {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
p {
margin: 0 0 10px 0;
}
#header {
height: 80px;
}
#haut {
height: 30px;
background-image:url(images/essai.jpg);
background-color:#009900;
}
#conteneur {
width:750px;
margin:0 auto;
background-image:url(images/essai.jpg);
background-color:#009900;
}
#centre {
margin-top:20px;
background-color:#ffff99;
margin-left: 100px;
margin-right: 100px;
}

#gauche {
float:left;
width: 100px;
}

#droite {
float:right;
width: 100px;
}
#pied {
clear:both;
height: 30px;
background-image:url(images/pied.gif);
}
#menuhaut {
list-style-type: none;
margin: 0;
padding:0;
padding-left:30px;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration:none;
}

#menugauche {
list-style-type: none;
margin: 0;
padding:0;
}

#menugauche {
list-style-type: none;
margin: 0;
padding:0;
}

#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}


img {
	border:0px;
}
/* ------------------------------- CADRE ---------------------- */

#centre dl, dt, dd { /* suppression de toutes les marges et paddings */
margin: 0;
padding: 0;
}
#centre dl { /* arrière-plan par défaut sur l'ensemble du cadre */
background: url(images/bas.gif) bottom;
padding-bottom: 30px; /* pour que le texte ne s'affiche pas sur l'arrondi du bas */
}
#centre dt { /* définitions du titre du cadre */
height:30px;
width:550px;
background: url(images/haut.gif) top left no-repeat;
font-size: 1.3em;
font-weight: bold;
text-align: center;
}
#centre dd {

padding: 0 30px 0 30px; /* gestion des espaces internes du cadre */
text-align: justify;
background: url(images/milieu.gif) top left repeat-y; /* arrière-plan intérieur */
}

#titre {
display:none;
}
/*]]>*/