/*
Design global du site
Couleur, Div, police ...
*/

body {
	background-image: url(images/fond.png);
	background-repeat: repeat;

}

/* L'ensemble du site */

#general
{
	border-width:1px;
	margin:auto;
	width:923px;
	height:auto;
}

.haut_page
{
	border-width:1px;
	width:923px;
	margin:auto;
	height:125px;
	background-image:url(images/haut_page.png);
}

.fond_menu
{
	background-image:url(images/fond_menu.png);
	border-width:1px;
	width:923px;
	margin:auto;
	height:75px;
}
.menu
{
	border-width:1px;
	width:650px;
	margin:auto;
}
.centre
{
	background-image:url(images/fond_page.png);
	border-width:1px;
	width:823px;
	margin:auto;
	height:450px ;
	padding: 50px 50px 50px 50px;
}

.texte
{

}

.texte_centre
{
	margin:auto;
}

.bas_page
{
	width:923px;
	margin:auto;
	height:100px;
	background-image:url(images/bas_page.png);
}

.titre_menu
{
	font-family: Arial, "Times New Roman", Verdana, serif;
	font-size : 4;
	font-weight: bold;
}

.texte {
	font-family: Arial, "Times New Roman", Verdana, serif;
	font-size : 3;

}

