body
{
width: 95%;
margin-left: auto;
margin-right: auto;

background: white;
font-family: "MS Sans Serif", Arial, sans-serif;
}
#en_tete
{
background: url("images/header2.png") center no-repeat;
height: 157px;
width: 100%;
margin-left: auto;
margin-right: auto;
/*border: solid 1px black;*/
}
h1
{
text-indent: -50000px;
}
h2
{
text-align: center;
font-family: "Comic Sans MS", Arial, sans-serif;
margin-top: 40px;
color: #8ec63d;
}
#menu_left
{
width: 20%;
float: left;
/*border: solid 1px black;*/
}
#menu_right
{
width: 20%;
float: right;
/*border: solid 1px black;*/
}
#corps
{
margin-left: 24%;
margin-right: 24%;
border: solid 1px black;
text-align: left;
font-family: "Times New Roman", sans-serif;
font-size: 1.2em;
background: RGB(132,166,204);
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
						/* Le mini chat */
#corp_minichat
{
margin-left: 24%;
margin-right: 24%;
border: solid 1px black;
background: RGB(132,166,204);
margin-bottom: 50px;
}
#donne_minichat
{
margin-left: 24%;
margin-right: 24%;
border: solid 1px black;

background: RGB(132,166,204);
}
.pseudo_minichat, .message_minichat
{
/*text-decoration: underline;*/
font-weight: bold;
}
.input_donne_minichat
{
background: RGB(219,214,117);
}
.header_minichat
{
text-align : center;
text-decoration: underline;
font-family: "Comic Sans Ms";
}
.phrase_minichat
{
font-family: Arial;
}
.pseudo_date_tchat
{
color: RGB(215,215,215);
}


						/* Fin du mini chat */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#pied_de_page
{
width: 100%;
background: url("images/fond_pied_de_page.png");
clear: right;
border: solid 1px black;
}
#pied_de_page p
{
text-align: center;
/*border: solid 1px black;*/
clear: right;
}
.imgrenault
{
float: left;
margin-right: 10px;
}
ul
{
list-style-image: url("images/icone_menu_left.png");
/*border: 4px solid black;*/
text-align: left;
list-style-position: inside;
margin: none; 
padding: none;
}
li
{
border-bottom: 1px solid black;
margin: none;
}
caption
{
font-size: 1.3em;
font-weight: bold;
color: #707070;
}
table
{
width: 100%;
}
table td, th
{
border: 1px solid black;

}
h3
{
color: #d14242;
text-align: center;
font-family: "Comic Sans MS", Arial, sans-serif;
text-decoration: underline;
font-size: 1.3em;
}
.sous_menu_right, .sous_menu_left
{
border: 2px solid black;
width: 80%;
margin-left: auto;
margin-right: auto;
margin: 10mm;
background: url("images/menu_right.png") top right;
}
table
{
text-align: center;
}
th
{
font-size: 1.2em;
font-weight: bold;
font-family: "Comic Sans MS", Arial, sans-serif;
}

ul a
{
font-family: Arial, sans-serif;
font-size: 1.1em;
color: #3e79cf;/*#707070;*/
text-decoration: none;
}
ul a:hover
{
font-weight: bold;
text-decoration: underline;
}


