/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
	width: 100%;
	height: 100%;
}
body {
    margin: 0;
    padding: 0em; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex:*/
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .8em; /* À adapter pour la police choisie. (3) */
	text-align: left;
    line-height: 1.4; /* À adapter au design. (4) */
    color: #000;
    background: #C89AC2 url('../../images/design/fond.jpg') repeat-x; /* Mauve Pastel */
	height: 100%;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* 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) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: none;
	color: #A52300;
}
a:link {
    color: #A52300;
}
a:visited {
    color: #A52300;
}
a:hover, a:focus, a:active {
    color: black;
}
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;
}
input, textarea{
	border: 1px solid #4a4a4a;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* MON DESIGN */
h3.titre_tekamode {
	color: #cf2a83;
}

div#support {
	width: 980px;
	margin: 0 auto;
	background: url('../../images/design/arriere_plan.png') no-repeat;
}

div#top_horizontal {
	width: 800px;
	margin: 0 auto;
	height: 20px;
	color: #C7C7C7;
	font-weight: bold;
}
div#top_horizontal table {
	margin: 0 0 0 auto;
}
div#top_horizontal a {
	color: #C7C7C7;
}
div#top_horizontal a:hover, div#top_horizontal a:focus, div#top_horizontal a:active {
	color: #FFF;
}

div#conteneur  {
	width: 760px;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 10px;
	background: #FFF url('../../images/design/rayure.jpg') repeat-x;
	border: 1px solid #4A4A4A;
}

div#logo_menu {
	padding: 0 25px 0 25px;
}
div#logo_menu table{
	width: 100%;
}
div#support_menu {
	position: absolute;
	color: #FFF;
	width: 710px;
	text-align: right;
	padding: 23px 0 0 0;
}
div#menu {
	width: 180px;
	margin: 0 10px 0 auto;
	text-align: left;
	font-size: 18px;
}

div#menu a {
	color: #FFF;
}

div#corps {
	width: 750px;
	margin: 0 auto;
	border: 3px solid #FFF;
}
div#haut_corps {
	width: 750px;
	height: 12px;
	background: #FFF url('../../images/design/haut_corps1.jpg') no-repeat bottom;
}
div#milieu_corps {
	width: 730px;
	padding: 10px;
	background: #FFF url('../../images/design/milieu_corps1.jpg') repeat-y;
	overflow: hidden;
}
div#gauche {
	width: 480px;
	float: left;
	padding: 0 10px 0 10px;
	text-align: justify;
}
div#droite {
	width: 190px;
	float: right;
	padding: 0 10px 0 10px;
	text-align: justify;
	border-left: 1px dashed #C7C7C7;
}

div#bas_corps {
	width: 750px;
	height: 14px;
	background: #FFF url('../../images/design/bas_corps1.jpg') no-repeat;
}

div#pied_de_page {
	width: 600px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	color: #FFF;
}
div#pied_de_page table {
	margin: 0 auto;
}
div#referencement {
	text-align: center;
}





/* LE MENU LAVALAMP */
#lavaLampFun {
position: absolute;
margin: 0px 0;
overflow: hidden;
}
#lavaLampFun li {
list-style: none;
padding-left:24px;
margin-left:0px;
}
#lavaLampFun li.backLava {
background: url('../../images/design/noeu.gif') no-repeat left;
z-index: 8;
position: absolute;
height: 30px;
}
#lavaLampFun li a {
text-decoration: none;
color: #FFF;
outline: none;
text-align: left;
top: 1px;
letter-spacing: 1px;
z-index: 10;
display: block;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 10px;
}   
#lavaLampFun li a:hover {
border: none;
}