/*
 @project Crac Alsace
 @version 0.2
 @date 2011-11-07
*/

/*
 @colordef #fff; White
 @colordef #000; Black
*/

/* soft reset */

html, body, ul, ol, dl, blockquote, pre, h1, h2, h3, h4, h5, h6, code, p, img {
	margin: 0;
	padding: 0;
}

html {
	font-size: 12px;
}

body {
	color: #000;
	text-align: left;
	font-style: normal;
	font-family: "Courier New", "Lucida", "Nimbus Mono L";
	background-image: url(../img/fond141.jpg);
	background-repeat: repeat-x;
}

#global {
	width: 940px;
	height: 890px;
	margin: 0 auto;	
	background-color: transparent;
}

/* liens avec soulignement lorsque la souris passe dessus */

a {
    text-decoration: none;
    color: #000;
}

a:hover, a:focus {
    text-decoration: underline;
}

/* ----------------------------------------------- */
/* corrections pour l'accessibilité aux malvoyants */
/* ----------------------------------------------- */

span {
	display: none;
}
