
body {
	padding: 0px;
	margin: 0px;
	font-family: "Comic Sans MS", cursive, sans-serif;
/*background: #E9EEF4 url(images/mainBackground.gif) repeat-x;*/
}

#main {
	background-image: url(../images/background2.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
}

#titre {
font-family: "Comic Sans MS", cursive, sans-serif;
	padding-top:20px;
	/*padding-left:250px;*/
	text-align:center;
	margin:0;
	color:black;
}

#logo {
	background-image: url(../images/tete-husky.gif);
	background-repeat: no-repeat;
	height: 177px;
	width: 186px;
	float: left;
}

#line1 {
	background-color: #990000;
	clear: both;
	width: 1000px;
	height: 4px;
	font-size: 0px;
	/*margin-top: -3px;   */
	/*margin-bottom:1px;*/
}

#nav {background-color: #E5E5E5;	padding: 0.5em 1em;}
#nav a {text-decoration:none;} 
#nav a:link {color:black}      /* unvisited link */
#nav a:visited {color:black}  /* visited link */
#nav a:hover {color:red}  /* mouse over link */
#nav a:active {color:black}  /* selected link */

#corp {
	text-align:justify;
	background-repeat: no-repeat;
	margin: 2em 2em;
}

.font1 {
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 2.5em;
}

.font2 {
	font-family: "Courrier New", monospace, sans;
	font-size: 0.75em;
}

