/*--------------------------------------------------------------------------
							Page
--------------------------------------------------------------------------*/
body
{	
	background-image:url("../fonts/deg.png");
	background-repeat:repeat-x;
	background-color:#ff9700;/*#ff9700;*/
	padding: 0px;
	margin:0px;
}

#arbre
{
	background-image: url("../fonts/arbre.gif");
	background-repeat: repeat-y; /* Le fond ne se répètera que sur la première colonne, verticalement */
}
/*--------------------------------------------------------------------------
				Tête de page
--------------------------------------------------------------------------*/

#tete_page
{

	height: 200px;	
	margin: 0px;
	margin-top: 0px;	
	/*margin-bottom: 20px;*/
}

#tete_centre
{
	height: 200px; /*190px;*/
	width: 400px; /*554px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	background-image:url(../images/balles.gif);
	background-repeat: no-repeat;
}

	
#tete_droit
{
	float:right;
	height: 200px;
	width: 170px;
	margin: 0px;
	margin-top: 0px;
	background-image:url(../images/caricature.gif);
	background-repeat: no-repeat;
}
#logo_pied
{
	height: 486px;
	width: 654px;
	background-image:url(../images/logo_rouge.gif);
    margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
/*--------------------------------------------------------------------------
				centre de page
--------------------------------------------------------------------------*/

#centre_page
{
	min-height:561px; /*hauteur du menu*/
	/*background-image:url(../fonts/fond2.png);*/
}
/*#branche
{
	height: 66px;
	width: 300px;
	background-image:url(branche.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}*/
#corps
{
	margin-left: 180px;
	margin-right: 0px;
	margin-top:0px;
	color:blue;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	background-image:url(../fonts/fond4.png);
	background-repeat: repeat;
	font-size:1.1em;
}


/*--------------------------------------------------------------------------
				Pied de page
--------------------------------------------------------------------------*/

#pied_page
{
	text-align: center;
	font-size: 0.8em;
	font-family: "Arial", "Trebuchet MS", Georgia, serif;
	margin-top: 0px;
	background-image:url(../fonts/bas.gif);
	background-repeat:repeat-x;
	height:30px;/*123px;*/
	clear:both;
	padding-top: 93px;
}

#logo_pied
{
	height: 117px;
	width: 180px;
	background-image:url(../images/logo_rouge.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#pied_page span
{
	background-color:#cb9a00;
	padding : 0px 5px;
}
/*--------------------------------------------------------------------------
							Général
--------------------------------------------------------------------------*/

a
{
	/*text-decoration: none;*/
	color:navy;
}

a:hover
{
	color:teal;
}
img
{
	border-style: none;
}
h4
{
	font-family: serif;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 1.0em;
	text-align: center;
}

h1
{
text-align:center;
	font-size:2.8em;
	color:#0600ff;
	/*background-color:#c0a448;*/
	
}

h2
{
	text-align:center;
	font-size:1.9em;
	color:#0600ff;
	/*background-color:#c0a448;*/
}

h3
{
	font-size:1.3em;
}



