body
{
	width:780px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;    
	background-image:url("images/Textures/texture_1.jpg");
}

/* L'en-tête */
#en_tete
{
	height: 130px;
	background-image: url("images/entete.png");
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

/* Le menu */
#menu ul
{
	text-align: center;
	padding-top:10px;
	background-color: #f7f0af;
}

#menu li
{
	display:inline;
	padding: 10px;
}

#menu a:hover
{
	background-color: #B3B3B3;
	color: black;
}

#menu a
{
	color: #597f01;
	font-size: 95%;
	font-weight: bold;
	font-family: "Times New roman", "Arial Black", "Arial", Times, serif;
}

/* Le corps de la page */

#corps
{
	margin: auto;
	margin-bottom: 20px;
	padding: 5px;
	color: #000000;
	font-family: "Comic Sans MS", Arial, "Arial Black", Times, serif;
	background-image: url("images/psmfond780.jpg");
	background-attachment: fixed;
	background-position: 0px 200px;
	background-repeat: repeat-x;
}

#corps1
{
	margin: auto;
	margin-bottom: 20px;
	padding: 5px;
	color: #000000;
	font-family: "Comic Sans MS", Arial, "Arial Black", Times, serif;
	background-attachment: fixed;
	background-position: 0px 200px;
	background-repeat: repeat-x;
}


#corps h1
{
	color: #306109;
	text-align: center;
	font-family: "Comic Sans MS", "Times New Roman", Arial, "Arial Black", Times, serif;
}

#corps h2
{
	height: 30px;
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", "Times New Roman", Arial, "Arial Black", Times, serif;
	padding-left: 30px;
	color: #306109;
	text-align: left;
}


#corps h4
{
	font-size: 20px;
	color: #000000;
	font-family: "Times New Roman", Arial, "Arial Black", Times, serif;
	text-align: center;
	line-height	:30px;
}	
#corps h5
{
	font-size: 20px;
	color: #306109;
	font-family: "Comic Sans MS", Verdana, Arial, "Arial Black",  Times, serif;
}
#corps h6
{
	font-size: 12px;
}
.image
{
	margin-top: 40px;
}

.imageflottanteleft
{
	float: left;
	margin: 15px;
}

.imageflottanteright
{
	float: right;
	margin: 15px;
}

.lien
{
	border: 0px solid black;
}

.td0 /* Tableau menu */
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
	text-align: center;
	border : 1;
	
	
}
.td1/* tableau mise en page*/
{
	width=100%
	text-align: center;
	border : 0;
	
}

.td2 /* Tableau traifs */
{
	border-collapse: collapse;
	border: 1px solid black;
	text-align: center;
	border : 1;
	width : 550px;
	
}
.td3 /* Tableau Formulaire */
{
	border-collapse: collapse;
	border: 1px solid black;
	text-align: center;
	border : 1;
	width : 600px;
	
}
.td4/* tableau mise en page*/
{
	width=100%
	border: 1px solid black;
	border : 0;
	
}
.colone
{
	border-collapse: collapse;
	border: 1px solid black;
}

#pied_de_page
{
	padding: 1px;
	text-align: center;
	color: #a4150b;
	font-size: 20px;
	background-image: url("images/piedpage.jpg");
	background-repeat: repeat-x;
}