head{

}
body,html{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #000000;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	background-image:url('pict/background.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;

}
div#contenu{

/*	position:relative;*/
	position: absolute;
/*	margin-left: auto;
	margin-right: auto;*/
	text-align: justify;
	width: 550px;
/*	margin-top : 70px;*/
	left: 75px;
	top:  270px;
}
a{
	color: #828282;
	text-decoration : none;
	font-weight : bold;
}
a:hover{
	text-decoration : underline;
	}
	
#contenu h1{
	color: #CC0000;
	font-size : 20px;
}
#contenu h2 {
	color: #B00000;
	font-size : 16px;
}
#contenu h3{
	color: #B00000;
	font-size : 16px;
	font-weight : normal;
}
#contenu h4{
	color: #B00000;
	font-size : 14px;
}
#contenu h5{
	color: #B00000;
	font-size : 14px;
	font-weight : normal;
}

#global{
	text-align: center;
	width: 700px;
	position:relative;
	margin-left: auto;
	margin-right: auto;


}
/*-------------Menu -----------------*/
#menu0 {
	
	/*left:50%;*/
	position: relative;
}
#menu {
z-index:100;
	margin-top: 10px;
	text-align: center;
	display: block;
	margin-left:60px;
	position : relative;
/*	float: right;
        right: 50%;*/
}
#menu dt,#menu dl,#menu dd,#menu ul,#menu li {
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
}

#menu img{
	margin-left: 5px;
	margin-right: 5px;

}

#menu dl {
float: left;
	background-image:url('./pict/menuBack3.png');
}
/*#menu dl:hover {
	background-image:url('./pict/menuBack3.png');
}*/
/*#menu li {
display: inline;
}*/

#menu li:hover {
background-image:url('./pict/menuBack3.png');
}
#menu a {
text-decoration: none;
border-width:0;
color:#000000;
}

/*#smenu1, #smenu2, #smenu3, #smenu4 {*/
#menu dd {
/*visibility:hidden;*/
display:none;
	background-image:url('./pict/menuBack3.png');
position: absolute;
/*left: 0px;*/
/*position: relative;*/
text-align:left;
z-index : 20;
/*border-top: 1px solid gray;*/
/*width: 100%;*/
}

/*-------------fin Menu */
/*----- ToolsBox ------*/
#ToolsBox {
	display : block ;
	position : fixed;
	top : 0;
	left : 0;
	/*margin-left: -5%;*/
	/*padding-bottom:-100%;*/
}
#ToolsBox img {
	width : 16px;
	height: 16px;
}

/*----- Fin ToolsBox */
/*-----news */


.news dl{
     /* border : 2px dotted #660000;*/
}

.news dt {
      border-bottom : 1px solid #300000;
      text-align: center;
      font-size : 20px;
      color : #990000;
      
}

.news dd {
     margin : 5px 0 0 0; 
     
}
.news img {
float : left;
margin : 0 10px 0 10px ;
}

.datenews {
      
      text-align: right;
      color : #666666;
      font-size : 9px;
}
.datenews a {
	color : #770000;
}
#menuDate ul{
	padding :0 0 0 0;
}
#menuDate dd {
	margin-left : 20px;
}
#menuDate li {
     padding-left : 10px;
     display : inline;
}
#menuDate a {
     font-weight : normal;
     }
/* --- fin news */

img {
	border-width: 0;
}
.hide{
	display: none;
}
#footer{
	text-align: center;
	border-top: 1px solid #660000; 
	margin-top: 20px;
	padding-top:10px;
	display : block;
}

