@charset "utf-8";
/* CSS Document */
body {
	padding: 20px;	
	margin-top: 0px;
	/*border:#123456 1px solid;	/* bordure à virer /
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color:#cccccc;
}

a { /* vire les traits lorsqu'on clique sur une photo (pb FF) */
	color:transparent;
}

#global {
	margin: auto;	/* centre la div par rapport à son conteneur (body) */
	width: 900px;
	background-color: white;
	padding:0px;
	border-bottom:#2A5998 solid 1px;
	border-left:#2A5998 solid 1px;
	border-right:#2A5998 solid 1px;
	border-top:#2A5998 solid 1px;
	text-align:center;
}


h1 {
	color:#3A3D41;
	font-family:Georgia,"Times New Roman",Times;
	font-size:22pt;
	font-weight:900;
	letter-spacing:10px;
	margin-bottom:0px;
	margin-top:10px;	
	border-bottom:3px solid #2A5998;
}

h2 {
	color:#666666;
	font-family:Georgia,"Times New Roman",Times;
	font-size:15pt;
	font-weight:900;
	letter-spacing:2px;
	margin-bottom:0;
	margin-top:6px;
}


