/**
 * Title     : La Dictée des Amériques | Screen (print)
 * Author(s) : David Bellerive, Hugues Pelletier
 * Updated   : March 3, 2006
 */

/* Body
----------------------------------------------------------------------------- */
body {
	font:12px Arial, sans-serif;
	background-color:white;
	}

/* Links
----------------------------------------------------------------------------- */
a {
	color:#C33;
	font-weight:bold;
	text-decoration:underline;
	}
a img {
	border:1px solid #C33;
	}
	
/* Headings
----------------------------------------------------------------------------- */
h2 {
	font:bold 14px Arial, Verdana, sans-serif;
	margin:25px 0; 
	text-transform:uppercase;
	}
p.titreniveau2, p.titre-partenaires, p.titre-communique, p.titre-nouvelle {
	font-size:14px;
	font-weight:bold;
	margin:25px 0;
	}

/* Hide elements
----------------------------------------------------------------------------- */
body#sous-section div#col-gauche, div.coin-boite, div#basdepage, img#photo-gauche, div#formulaire {
	display:none;
	}

/* Print links : section liens utiles (Mozilla Browser)
----------------------------------------------------------------------------- */
dl.liste-lien-utiles dt, dl.liste-lien-utiles dd{
	margin:10px 0;
	}
dl.liste-lien-utiles a:after {      
  content: "  (" attr(href) ")";
	}

/* DIVERS
----------------------------------------------------------------------------- */
#entete {
	border:1px solid #C33;
	width:100%; /* fit in page : image shrink */
	}
img {
	border:none;
	}
dl dt, dl dd {
	margin:10px 0;
	}
dl dt {
	font-weight:bold;
	}

