@CHARSET "ISO-8859-1";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
	font-size: 11px;
	font-family: Arial,Helvetica,verdana,sans-serif;
	background: #414141;
}


p.clear {
	clear:both;	
}

.erreur {
		color: #d00 !important;
}


h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
	h2 span {
		color: #631314;
	}
		
		

#main {
	width: 980px;
	margin: 0px auto;	
}
	
	
	#top {
		width: 980px;
		background: url(../images/top-fond-bottom.jpg) center bottom repeat-y ;
	}
	
		#top-content {
			width: 980px;
			background: url(../images/top-fond.jpg) center top no-repeat ;
		}
	
			#top-content h1 {
				color: #fff;
				font-size: 15px;
				margin: 15px 0;
				text-align: center;
			}
			
			
			#top-content #content {
				width: 800px;
				margin: 0px auto;
				padding-bottom: 15px;
				background: url(../images/content-fond-right.jpg) right top repeat-y #fff;
				/*height: 370px;*/
			}
			
			
			#top-content #content-bas {
				width: 800px;
				height: 9px;
				margin: 0 auto;
				background: url(../images/content-fond-bottom.jpg) right top repeat-x;
			}
		
		
		
		
	#menu {
		height: 63px;
		background: url(../images/menu-fond.jpg) right top repeat-x #fff;
	}
		#menu a {
			display: block;
			height: 43px;
			width: 120px;
			text-align: center;
			text-decoration: none;
			padding-top: 20px;
			float: left;
			color: #fff;
		}
		#menu a:hover {
			background: #631314;
		}
		
		#menu #menu-liens {
			width: 720px;
			margin: 0 auto;
		}
			
			
	#footer {
		background: #fff;
		text-align: center;
	}				
			
			
			
			
			
			
			