/* --- STYLES DE BASE --- */
*{
  outline:none; /*pour enlever le cadre quand on clique sur un lien*/
}
/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
	background: url(../images/bg.png) repeat-x;
	background-color:#2e2118;
}
html.gap {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
	background: url(../images/bg.png) repeat-x;
	background-color:#2e2118;
}
body {
    margin: 0;
    padding: 0; /* Remettre à zéro si nécessaire. */
    font-family:Tahoma, Arial, Helvetica, sans-serif;	
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color:#FFF;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    /*font-weight:lighter;  Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
table p{
  margin:0;
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration:none;
    color:#fff;
}
/*
a:link {
    color:#fff;
}
a:visited {
    color: #fff;
}*/
a:hover, a:focus, a:active {
    color: #09F;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
	color:#000;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


/*MODIFS LAMONDE*/

#center  {
position: relative;
background-color: #fff;
float:left;
height:390px;
padding:20px;
width:511px;
left: 200px; 
}

#center p	{
	width:511px;
	text-align: center;
	color: #000;
}

#center.c p	{
	width:511px;
	text-align: left;
	color: #000;
}

#center1  {
position: relative;
background-color: #fff;
float:left;
height:390px;
padding:20px;
width:565px;
left: 200px; 
color:#000000;
}

#center1 p	{
	color: #000;
  margin:0;
}

.piment	{
	color: #09F;
}

#contenu_droit	{
	position: relative;
	width: 100px;
}

#menu_principal	{
	color: #000;
}

.sous-menu	{
	display: none;
}
