/*____________________________________________________________________*/
/*_________________________________=PRINT_____________________________*/
/*____________________________________________________________________*/

/*______________________________=CONTENEURS__________________________*/
body {
	background: #fff;
	font-family :Serif;
	font-size: 11pt;
}

h1#hautpage{
	display:block;
}

#menu_access,
#bandeau,
#haut,
#gauche,
#droite,
#bas,
#menu-raccourci{
	display:none;
}
#centre{
	border:none;
	padding:0;
	margin:0;
	width:100%;
}
#contenu{
	border:none;
	display:block;
	padding:0;
	width:100%;
}

.deuxcol,
.troiscol,
.quatrecol,
.untiers,
.deuxtiers{
	float:none;
	margin:1% 0 0 0;
	width:100%;
}

/*______________________________=TEXTE__________________________*/
#contenu p,
#contenu ul{
	color:#000;
	font-size: 11pt;
}

#contenu h1{
	color:#000;
	border-bottom:1pt #000 solid;
	font-size:18pt;
}
#contenu h2{
	color:#000;
	font-size:16pt;
}
#contenu h3{
	color:#000;
	font-size:14pt;
}
#contenu h4{
	color:#000;
	font-size:12pt;
}

/*______________________________=LIENS__________________________*/
#contenu a:link, 
#contenu a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: underline;
}

#contenu a:link:after, 
#contenu a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/*______________________________=IMAGES__________________________*/
img[alt]:after {
	content:"A ("attr(alt)")";
} 


