﻿/*

Copyright (C) 2007-2008 CHERGUI Quentin

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 

*/

body
{
	width: 95%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background:url('im-site/fond.jpg');
	background-color: #FCE898;
}

/*Pour que tous les liens aient le même style*/

 a
{
	color: black;
}

 a:hover
{
	background-color: #577FFF;
	color: #DE403B;
}

/* L'en-tête */

#en_tete
{
	height: 75px;
	
    padding-top: 10px;
	text-align: center;
	color: #0B7DAE;
	background-color: #FFFFC1;

	border: 1px dashed #DE403B;
	margin-bottom: 10px;
}

#en_tete .nom_site
{
	color:  #DE403B;
	font-size:xx-large;
	text-align: center;
	font-variant:small-caps;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	
}

#en_tete .description_site
{
	color: #008000;
	font-size:1em;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	
}
/* Le menu */

#menu
{
	float: left;
	width: 120px;
	font-size: 0.8em;
}

.element_menu
{
	font-family: "Trebuchet MS","Times New Roman", Times, serif;

	background-color: #FFFFC1;
	background-repeat: repeat-x;
    
	border: 1px dashed #DE403B;
    padding-bottom:5px;
	margin-bottom: 10px;
}


/* Quelques effets sur les menus */


.element_menu h3
{
	color: #0B7DAE;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	
	text-align: center;
}

.element_menu ul
{
	list-style-type: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
}

/* Le corps de la page */

#corps
{
	margin-left: 130px;
	margin-bottom: 10px;
	
	padding: 5px;

	font-family: "Trebuchet MS","Times New Roman", Times, serif;
	color: black;
	font-size: 0.9em;

	background-color: #FFFFC1;

	border: 1px dashed #DE403B;
}

#corps h1
{
	color: #0B7DAE;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
	height: 30px;

	padding-left: 30px;
	color: #0B7DAE;
	text-align: left;
}

.centre
{
	text-align: center;
}

img
{
	border: none;
}

.flottant_gauche
{
	float: left;
	margin-right: 5px;
}

.flottant_droite
{
	float: right;
	margin-left: 5px;
}

table
{
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 20px;
	text-indent: 5px;
}

label {
   display:block;
   width:150px;
   
}

th
{
	background-color: #FFFFC1;
	color: black;
	border: 1px dashed #DE403B;
}
td
{
	width: 200px;
	border: 1px dashed #DE403B;
	vertical-align: middle;
}

/* Le pied de page */

#pied_de_page
{
	margin-left: 130px;
    margin-bottom: 10px;
	text-align: center;

	font-family: "Trebuchet MS","Times New Roman", Times, serif;
	color: black;
    font-size: 0.9em;
	background-color: #FFFFC1;

	border: 1px dashed #DE403B;
}


/* Corps de la page de connexion */

#connexion
{
	margin-bottom: 10px;
	padding: 5px;

	font-family: "Trebuchet MS","Times New Roman", Times, serif;
	color: black;
	font-size: 0.9em;

	background-color: #FFFFC1;

	border: 1px dashed #DE403B;
}

#connexion h1
{
	color: #0B7DAE;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#connexion h2
{
	height: 30px;

	padding-left: 30px;
	color: #0B7DAE;
	text-align: left;
}
h4
{
    color: #0B7DAE;
	
}
#pied_de_page_connexion
{
	text-align: center;
	font-family: "Trebuchet MS","Times New Roman", Times, serif;
	color: black;
	font-size: 0.9em;
    padding: 5px;
	background-color: #FFFFC1;
    margin-top: 10px;
	border: 1px dashed #DE403B;
}