body{
background-image:url(Ressources/Fond.jpg)
}

table{
margin : auto;
}

ul{
text-align : left;
}

#noscript {
	text-align:center;
	position:absolute;
	top:0;
	left:1%;
	width:98%;
	font-weight: bold;
	text-align: center;
	background: url(../Ressources/err_icon.gif) left top no-repeat;
  background-color: khaki;
  border: #000 solid 3px;
	z-index:10;
}



.header{
    background: url(Ressources/banniere.gif) no-repeat;  
    height: 150px;  
}

.header div{
 width: 200px;
 text-align: left;
 color: darkblue;
 font-size: 11px;  
 font-weight: bold;
 
}

#Main
{
width:820px;
min-height:618px;
background-color:#FFFFFF;
border-right:#9EB6FE solid 3px;
vertical-align:top;
padding: 3px;
}

h1{
    text-align: center;
    font-size : 24px;
}

Label{
font-weight:bold;
}

p {
  padding : 0 10px;
  text-align : left;
}

.Title,h2 {
	background-color:#A6BBF9;
	font-weight:bold;
	text-align:left;
	border-bottom : #000 1px solid;
	padding : 0 10px;
}
h2 {
  font-size : 18px;
}

#footer{
  width: 1024px;
  height: 50px;
  background: #99B3FE; /* old browsers */
  background: -moz-linear-gradient(top, #99B3FE 0%, #E0E0E0 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99B3FE), color-stop(100%,#E0E0E0)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99B3FE', endColorstr='#E0E0E0',GradientType=0 );
  border-radius : 0 0 15px 15px;
  -moz-border-radius : 0 0 15px 15px;
  -webkit-border-radius : 0 0 15px 15px;
}

.date{
border : 1px outset #7070FF;
background : #E9E9FF;
display : inline-block;
margin : 3px;
-moz-border-radius : 0 10px;
-webkit-border-radius : 0 10px;
border-radius : 0 10px;
color : #7070FF;
font-weight : bold;
-moz-box-shadow : -2px 2px 2px #000;
-webkit-box-shadow : -2px 2px 2px #000;
box-shadow : -2px 2px 2px #000;
}

ul.nostyle{
list-style : none;
}

