table
{
	margin:auto;
	border-collapse: collapse;
}

body 
{
	background-image:url("../images/boutons/fond2.gif") ;/*fond du site*/
	background-attachment:fixed;
	width: 950px;
	margin:auto; /*pour centrer la page*/
	margin-top: 5px; /*pour éviter de coller avec le haut de la fenêtre*/
	margin-bottom: 5px; /*idem pour le bas du navigateur*/
}

#en_tete
{
	width: 790px;
	height: 125px;
	background-image: url("../images/boutons/bannierevv.gif");
	margin:auto; /*pour centrer la page*/
	background-repeat: no-repeat;
	margin-bottom : 10px;
	border-width : 3px;
	border-color : rgb(40,46,120);
	border-style : solid;
}

#menu
{
	float: left; /*le menu flottera à gauche*/
	width: 150px; /*très important, donner une taille au menu !*/
}

.element_menu
{
	margin-bottom: 10px;
	text-align: center;
	width: 150px;
	border-width : 3px;
	border-color : rgb(40,46,120);
	border-style : solid;
	background-image:url("../images/boutons/creme.gif");
}


#corps
{
	margin-left: 170px; /*marge à gauche, pour pousser le corps vers la droite*/
	margin-bottom: 10px;
	padding: 5px; /*pour éviter que le texte ne colle trop à la bordure*/
	background-image:url("../images/boutons/creme.gif");
	border-width : 3px;
	border-color : rgb(40,46,120);
	border-style : solid;
}

#corps1
{
	margin-bottom: 5px;
	margin-top: 5px;
	margin:auto;
	padding: 5px; /*pour éviter que le texte ne colle trop à la bordure*/
	background-image:url("../images/boutons/creme.gif");
	border-width : 3px;
	border-color : rgb(40,46,120);
	border-style : solid;
}

#pied_de_page
{
	text-align : center;
	padding: 5px;
	margin:auto;
}

#signature
{
	margin-bottom: 5px;
	padding: 5px;
	text-align : center;
}
 

/*réglages importants*/

h1, h2, h3, h4, h5, h6
{
	color: rgb(126,74,34); 
	font-family: Verdana, Arial, serif, Georgia; 
	text-align: center;
	padding:10px;
	margin-bottom: 10px;
}

p 
{
	font-family:Georgia, "Time New Roman", serif;/*police des paragraphes*/
	text-align:justify; /*texte justifié pour mieux voir la largeur des blocks*/
	color: maroon;
	padding:10px; /*marge intérieure*/
	margin:10px; /*marge extérieure centrée*/
	font-size: medium;
}

ul
{
	color: maroon;
}

hr
{
	margin:auto;
	width: 250px;
}

a
{
	color: rgb(222,123,8);
}

/*souris sur lien*/
a:hover
{
	color: rgb(126,74,34);
}

a img
{
	border:none;
}

/*réglages avec "class"*/

.accueil
{
	border-width : 3px;
	border-color : rgb(40,46,120);
	border-style : solid;
	margin: auto;
 }

.simsites
{
	border: 2px solid inset rgb(40,46,120);
	margin: auto;
}

.ancien
{
	color: rgb(182,158,112);
}

.carla
{
	color: rgb(239,156,108);
}

.carla2
{
	color: rgb(191,119,165);
}

.carre
{
	list-style-type: square;
	font-family: Georgia, Verdana,serif; 
	color: maroon;
}

.dessous
{
	clear: both;
}

.droite
{
	float: right;
	margin-left: 10px;
	margin-bottom : 20px;
 }

.fac
{
	color :rgb(196,157,118);
}

.froggy
{
	color: green;
}

.gauche
{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.grande
{
	color : rgb(231,33,41);
	font-style: italic;
}

.grande2
{
	color : rgb(231,33,41);
	font-style: italic;
	text-align: center;
}

.journal
{
	color: black;
	font-family: "Comic Sans MS", serif;
	font-style: italic;
}

.journal1
{
	color: black;
	font-style: italic;
	text-align: center;
	font-size: x-large;
	font-family: "Comic Sans MS", serif;
}

.jules
{
	font-family: "Comic Sans MS",serif;
	color: black;
}

.mina
{
	color: gray;
	font-weight: bold;
}

.minus
{
	font-size: x-small;
	color: maroon;
	text-align: center;
}

.nb
{
	color: black;
}

.ola
{
	color: blue;
	font-style: italic;
}

.ola2
{
	color: blue;
	font-style: italic;
	text-align: center;
}

.paul
{
	color: navy;
}

.paul2
{
	color: navy;
	text-align: center;
}

.paula
{
	color: purple;
	font-style: italic;
}

.paula2
{
	color: purple;
	font-style: italic;
	text-align: center;
}

.petit
{
	font-size: small;
	text-align: center;
	color: maroon;
	font-style: italic;
}

.signature 
{
	text-align: center;
}

.xena
{
	color: rgb(206,153,183);
}
