BODY { height: 8.5in }

@page {
size: portait; /* width height */
margin: 0.3cm
}

@media print {
BODY { font-size: 10pt }
}
@media screen {
BODY { font-size: 12pt }
}
@media screen, print {
BODY { line-height: 1.2 }
}

body{
	font: 73% verdana, arial, sans-serif;
	background-color:#025999;	
}




a.white{
	color:white;
	text-decoration:underline;
	}
a.white:visited{
	color:white;
	text-decoration:underline;
	}

a:link{
	color:#022971;
	text-decoration:underline;
	}

a:active{
	color:#022971;
	}

a:visited{
	color:blue;
	}

DIV.white {
		padding-left:0px;   
		
color: White; 

       	   text-align:center;

	   font-family:verdana;

	   font-size:18px;
	
	  
}
div#conteneur{	
	width: 923px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#blocnews {
	
	font-weight: bold;	
	padding-left:0px;
	width:162px;
	height:140px;
	background-color:#022971;
	
	
}

div#menu {
	float:left;
	font-weight: bold;
	width:170px;
	top: 190px;
	
	height:750px;	
	background-color:#022971;	
	}


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


#menu {
width: 14em;
}

#menu dt {
	cursor: pointer;
			
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: #022971;
}

#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #022971;
}

#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #025999;
}


div#contenu {
	float:left;
	top: 0px;
	left: 170px;
	width:750px;
	height:750px;
	background-color:#FFFFFF;
	
	}

pied_page {
	
	position:absolute;	
	top:750px;	
	width:920px;
	height:47px;	
	valign: middle;	
	background-color:#FFFFFF;
	border-style:none;
	}

div#pied_page {
	
	float:left;	
	width:920px;
	height:47px;	
	valign: middle;	
	background-color:#FFFFFF;
	border-style:none;
	}
