@media screen {/*configuration pour affichage à l'écran.*/

* {	font-family: verdana, arial, helvetica, sans-serif;	
	color: #333333;
	padding: 0;
	margin: 0;
	border: 0;
}
.fl{
	float: left;	
}
.fr{
	float: right;
}
.clear{
	clear: both;
}

body { background: #eee;
}
#alpha {
	width: 770px;
	left: 50%;
	margin-left: -385px;
	position: absolute;
	background: url(../images/bgalpha.jpg) repeat-y;
	}
#ban {
	background-image: url(../images/ban.jpg);
	width: 770px;
	height: 88px;
}
h1	{
	font-size: 10px;
	font-weight: bold;
	color: #eeeeee;
	text-align: right;
	padding: 4px 13px 0 0;
}
h2	{
	font-size: 10px;
	font-weight: bold;
	color: #eeeeee;
	padding: 46px 0 0 21px;
}
h3	{
	font-size: 20px;
	font-weight: bold;
	color: #999;
	padding: 5px 0 20px 0;
}
h4	{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 1em 0 .5em 0;
}
#contenu {
	float:left;
	width: 540px;
	/*height: 280px;*/
	padding-top: 10px;
	margin-left: 15px;
	text-align: justify; 
	font-size: 11px;
	line-height: 15px;
}
#contenu p {
	padding: 0 0 20px 10px;
}

#nav {
	float:left;
	width: 148px;
	font-size: 10px;
	height: 350px;
	padding-left: 10px;
}
.nav1_off, nav1_on	{
	color: #006699;
}
.nav1_off a:link, .nav1_off a:visited, .nav1_off a:active	{
	color: #006699;
	text-decoration: none;
}
.nav1_off a:hover	{
	color: #CC3333;
	text-decoration: none;
}
.nav1_on	{
	padding: 6px 6px 6px 12px;
	background: url(../images/bande_nav_on.gif) repeat-y;
	font-weight: bold;
}
.nav1_off	{
	padding: 6px 6px 6px 12px;
	background: url(../images/bande_nav.gif) repeat-y;
}
.nav1_on a:link, .nav1_on a:visited, .nav1_on a:active, .nav1_on a:hover	{
	color: #006699;
	text-decoration: none;
}
dt	{
	border-bottom:1px solid #000000;
}
#un	{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
#pied {
	clear: both;
	font-size: 10px;
	background: url(../images/pied.jpg) no-repeat #eee;
	height: 40px;
	text-align: right;
	padding: 20px 10px 0 0;
}
.bold {
	font-weight: bold;
	color: #000;
}
ul,ol {
	margin-left: 40px;
}
li {
	list-style-type: square;
}

#basmenu {
clear: both;
font-size: 10px; 
margin-left: 15px;
}


}
/*fin configuration pour affichage à l'écran.*/


/*debut configuration pour l'impression*/

@media print {
	
	/*A l'impression on cache certains éléments.*/
	#ban, hr, #nav, .plan {
	display: none;
	}
	h1, h2, h3, h4	{
	padding: 5px 0;
	}
	#pied {
	margin-top: 10px;
}
	* {	
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	}
}
/*fin configuration pour l'impression*/