@charset "utf-8";
/* CSS Document */
body {
	background-color: #e5e5e5;
	background-image: url(../include/bg.png);
	background-image: url(bg.png);
	background-attachment:fixed;
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px
}
.titre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#996600;
}
.titreMarron {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#996600;
}
.gris {
	color:#666;
}
.rouge {
	color:#F00;
}
.blanc {
	color:#ffffff;
}
.titre_activite {
	font-size:11px;
	color:#039;
	font-weight:bold;
}
.sous_titre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#039;
	font-weight:bold;
}
a.bleulien:link, a.bleulien:visited, a.bleulien:active
{
	color:#09C; 
	text-decoration: none; 
	background-color: transparent;
}
a.bleulien:hover 
{ 
	color:#006; 
	text-decoration: none; 
	background-color: transparent;
}
a.menulien:link, a.menulien:visited, a.menulien:active
{
	color:#039; 
	text-decoration: none; 
	background-color: transparent;
}
a.menulien:hover 
{ 
	color:#006; 
	text-decoration: none; 
	background-color: transparent;
}
a.lang:link, a.lang:visited, a.lang:active
{
	color:#FFF; 
	text-decoration: none; 
	background-color: transparent;
}
a.lang:hover 
{ 
	color:#CCC; 
	text-decoration: none; 
	background-color: transparent;
}
a.menu:link
{
	color:#006;
	text-decoration: none; 
	background-color: transparent;
}
a.menu:visited
{
	color: #006;
	text-decoration: none; 
	background-color: transparent;
}
a.menu:active
{ 
	color: #FFFFFF; 
	text-decoration: none; 
}
a.menu:hover 
{ 
	color:#06C; 
	text-decoration: none; 
	background-color: transparent; 
}
a.nav:link, a.nav:visited, a.nav:active
{
	color:#069; 
	text-decoration: none; 
	background-color: transparent;
}
a.nav:hover 
{ 
	color:#09C; 
	text-decoration: none; 
	background-color: transparent 
}

.pagination{ padding-top: 10px; padding-left: 300px; } 
.pagination ul{ margin: 0; padding: 0; text-align: left; font-size: 11px; } 
.pagination li{ list-style-type: none; display: inline; padding-bottom: 1px; } 
.pagination a, .pagination a:visited{ padding: 0 5px; border: 1px solid #9aafe5; text-decoration: none; color: #2e6ab1; } .pagination a:hover, .pagination a:active{ color: #000; background-color: lightyellow; } 
.pagination li.currentpage{ font-weight: bold; padding: 0 5px; background-color: #fff; color: #FF0000; } 
.pagination li.disablepage{ padding: 0 5px; background-color:#fff; color: #FF0000; } 
.pagination li.nextpage{ font-weight: bold; } 
* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6*/ margin-right: 5px; padding-right: 0; }

