/* tous les aspects pour les fonds */
body {
	background-color: #676767;
	background-image : url('style/border_background.jpg');
	scrollbar-face-color: #4E6072;
	scrollbar-highlight-color: #70879E;
	scrollbar-shadow-color: #3E4B58;
	scrollbar-3dlight-color: #63798D;
	scrollbar-arrow-color: #D4D4D4;
	scrollbar-track-color: #45525F;
	scrollbar-darkshadow-color: #384654;
	color: #FFFFFF:
}

.fond_bois	{
	background-color: #484848;
	border: 1px outset #000000;
	background-image : url('style/body_background.jpg');
}

.contour_rouge { 
		background-color: #000000;
		border: 2px #5B0B0B solid;
		}

/* Mise en plage des liens */

a:link {
		text-decoration: none;
		font-size: 16px; font-family: "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-style: italic;
		}
a:visited {
		text-decoration: none;
		font-size: 16px; font-family: "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-style: italic;
		}
a:active {
		text-decoration: none;
		font-size: 16px; font-family: "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-style: italic;
		}
a:hover {
		text-decoration: underline;
		font-size: 16px; font-family: "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-style: italic;
		}

/* les entêtes de tableau */
th	{
	color: #C0C0C0;
	font-size: 16px;
	text-align: center;
	font-weight : bold;
	background-color: #424242;
	background-image: url('style/cellpic3.gif');
	border: #404040;
	border-style: solid; height: 28px;
	border-width: 0px 0px 0px 0px;
}


/* mise en place d'un aspect "citation" */
.menu {
text-align:center;
}

.texte {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: normal;
	background-color: #A48553;
	border: 1px solid #000000;
	background-image : url('style/gen_background2.jpg');
	font-style: normal;
	text-align: justify;
	padding: 20px
}

.news {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: normal;
	font-style: italic;
	text-align: right;
}

blockquote {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size:13px;
	text-align: justify;
}

/* les titres */
.titre {
	font-family: "Monotype Corsiva";
	font-size: 28px;
	color: #000000;
	line-height: normal;
	background-color: #A48553;
	border: 1px solid #000000;
	background-image : url('style/gen_background3.jpg');
	font-style: normal;
	text-align: center;
	padding: 20px
}


.sous_titre {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 18px;
	color: #000000;
	line-height: normal;
	font-style: normal;
	text-align: justify;
}

.sous_titre_texte {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 18px;
	color: #000000;
	line-height: normal;
	font-style: italic;
	text-align: center;
	font-weight : bold;
}
.titre_banniere {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 18px;
	color: #000000;
	line-height: normal;
	font-style: italic;
	text-align: center;
	font-weight : bold;
	width:400px;
	border:solid 1px #000000;
	background-color:#FFFFCC;
	margin: 0 auto;
}

/* Aspect des "rangs" de la page equipe */
.rang {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	color: #000000;
	line-height: normal;
	font-style: normal;
	text-align: center;
}

/* copyright des images */

.copyright {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	font-style: normal;
	text-align: center;
}
.site_copyright
{
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 14px;
color: #FFFFFF;
	line-height: normal;
	font-style: normal;
	text-align: center;
}

.fin
{
	text-align:right;
	font-size : 12px;
	color:#666666;
}
code
{
	text-align:justify;
	font-size:12px;
	font-style:normal;
}

dt
{
	margin: 0px;
	color: #000000;
	background-color:#999999;
	border: 1px solid #000000;
	padding: 0px;
	width:auto;
}
dd
{
	margin: 0px;
	color: #000000;
	background-color:#CCCCCC;
	border: 1px solid #000000;
	border-top: 0px solid;
	padding: 0px;
	width:auto;
}
.code
{
width:80%;
text-align:center;
}
