body
{
	scrollbar-base-color: #131313;
	scrollbar-arrow-color: #FF0000;
	scrollbar-3dlight-color: #B9B6BA;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #131313;
	scrollbar-highlight-color: #FFF9F9;
	scrollbar-shadow-color: #6D6D6D;
	scrollbar-track-color: #939393;
	cursor:url("cursor.cur");
	background-color:#252525;
	background-position:center 180px;
	background-image: url("images/background3.gif");
	background-repeat: no-repeat;
	width:800px;
	/*overflow:auto;*/
	border: 1px solid red;
	margin:auto;
	text-align:center;
	padding:5px;
}

p
{
   color: white;
   font-size: 15px;
   text-align:center;
}
h1
{
   color: red;
   font-family: "Arial", Arial Black, Verdana, serif ;
   text-align: center;
   font-size: 18px;
   text-decoration:underline overline;
   /*ext-decoration:overline;*/
   
}
h2
{
	color: red;
	font-family: "Arial", Arial Black, Verdana, serif ;
	text-align: center;
	font-size: 16px;
}
.left
{
	text-align:left;
}
.right
{
	text-align:right;
	padding-right:10px;
}
h3
{
	font-family: "Arial", Arial Black, Verdana, serif ;
	color:red;
	font-size: 14px;
	text-decoration:underline;
}
.normal
{
	font-weight:normal;
	color:white;
}
.normalleft
{
	font-weight:normal;
	color:white;
	text-align:left;
}
ul.charte
{
	list-style-image: url("puce_fleche.gif");
}
p.footerchart
{
   color: white;
   font-size: 11px;
   text-align:center;
}
li
{
	color:white;
	text-align:left;
	font-size: 14px;
}
.roman
{
	list-style-type:upper-roman;
}
a.mail:link
{	
	color:#fc653c;
	font-style:italic;
}
a.mail:visited
{
	color:#fc653c;
	font-style:italic;
}
a.mail:hover
{
	cursor:url("images/cursor.ani");
	color:red;
	text-decoration:underline overline;
}
a img
{
	border:none;
}
a:link
{	
	border:none;
	color:white;
	text-decoration:none;
}
a:visited
{	
	border:none;
	color:white;
	text-decoration:none;
}
a:hover
{
	border:none;
	cursor:url("images/cursor.ani");
	color:red;
	text-decoration:underline overline;
}
#header
{
	width: 800px;
	height:170px;
	/*margin-bottom: 5px;*/
}
.header
{
	background-image: url("images/banniere.gif");
	background-repeat: no-repeat;
}
#container
{
	width: 795px;
}
#bas
{
   clear:both;
}
#menu
{
	float: left;
	/*width: 135px;*/
}
.element_menu
{
	/*height:140px;*/
	border: 2px solid grey;
	border-style:ridge;
	padding:5px;
	margin: 5px;
}
#corps
{
	margin-left: 150px;
	margin: 5px;
	/*height:490px;*/
	border: 2px solid grey;
	border-style:ridge;
	padding: 5px;
	color: #B3B3B3;
	overflow:auto;
}
#footer
{	
	clear:left;
	height:60px;
	/*margin-left: 150px;*/
	margin: 5px;
	background-color: black;
	border: 2px solid grey;
	border-style:ridge;
	/*background-image:url("images/footer.gif");
	background-repeat:no-repeat;
	background-position: center center;
	padding:5px;*/
	text-align: center;
	color: #B3B3B3;
}
/*tableau d'affichage news*/
img.banner
{
	width:350px;
	height:45px;

}
th.titre
{	
	padding-left:10px;
	color:red;
	background-color:black;
	border-collapse: collapse;
	border: 1px solid blue;
}
th.foot
{
	background-color:black;
	border-collapse: collapse;
	border: 1px solid white;
	font-size: 12px;
	text-align:right;
	font-style: italic;
}
.message
{
	text-align:justify;
	background-color:#131313;
	border-collapse: collapse;
	border: 1px solid blue;
	padding:10px;
}
table.news
{
	/*background-image: url("/images/fondnews.png");*/
	background-position: center center;
	border: 1px solid red;
}
td.news
{
	text-align:left;
	padding:5px;
}
td.signature
{
	text-align:right;
	font-size:11px;
	padding:5px;
}
/*page agenda*/
td.agenda
{
	text-align:center;
	border-collapse: collapse;
	border: 1px solid white;
	padding:5px;
}
legend {
	padding:3px;
	background-color:black;
	color:white;
	border:1px solid white;
	text-align:center;
	font-weight:bold;
}
.txtrouge{
	color: #FF0000;
}
.chpnok {
	color:red;
	border:1px solid red;
}