@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ACCA57;
}
body {
	background-color: #663D07;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ACCA57;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ACCA57;
}
a:hover {
	text-decoration: none;
	color: #F3EDE4;
}
a:active {
	text-decoration: none;
}
.Style1 {
	font-size: 10px;
	color: #663D07;
}
.Style2 {color: #ACCA57;
}

/*###########################
#							#
#	PARTIE ADMINISTRATION	#
#							#
###########################*/

.TitreAdmin
{
	font-size:large;
	font-weight:bold;
}

/*##### TABLEAUX #####*/

.TabAdmin
{
	width:750px;
}
.TitreTab
{
	font-size:medium;
	font-weight:bold;
}
.RegionTab
{
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
}
.RegionTabPublic
{
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
	color:#663D07;
}
.TypeTabPublic
{
	font-size:small;
	font-weight:bold;
	color:#663D07;
}
.TitreTabPublic
{
	font-size:large;
	font-weight:bold;
	color:#663D07;
}

/*########################
##						##
##		LIENS NEWS		##
##						##
########################*/

a:link.news {
	color: #663D07;
	text-decoration: none;
	font-size:x-small;
}
a:visited.news {
	text-decoration: none;
	color: #663D07;
	font-size:x-small;
}
a:hover.news {
	text-decoration: none;
	color: #663D07;
	font-size:x-small;
}
a:active.news {
	text-decoration: none;
	font-size:x-small;
}

/*########################
##						##
##	  AFF. GENERAL		##
##						##
########################*/

.CalqueAffiche
{
	overflow:auto;
	width:818px;
	height:345px;
	border:0px;
	/*background-color:#000000;*/
}

.CalqueAfficheActualites
{
	overflow:auto;
	width:1020px;
	height:345px;
	border:0px;
	/*background-color:#000000;*/
}

.AffichageTab
{
	background-color:#FAF0CB;
}

.TexteTab
{
	color:#663D07;
}

/*########################
##						##
##		  NEWS			##
##						##
########################*/

.TitreNewsGene
{
	color:#663D07;
	font-size:x-large;
	font-weight:bold;
}

.titrenews
{
	color:#663D07;
	font-size:large;
	font-weight:bold;
}

.tableaunews 
{
	width: 800px;
	border:1;
	background-color: #FAF0CB;
}

.tableaunewsAdmin
{
	width: 920px;
	border:1;
	background-color: #663D07;
}

.NewsTexte
{
	font-size:x-small;
	color:#663D07;
}

.ResumeNews
{
	font-size:small;
	font-weight:bold;
	color:#663D07;
}