
body {
	background-color: #ffffff;
	font: normal 13px 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	/*margin: 15px;*/
	margin: 0px;
	padding : 0px;
	text-align: center; /* For IE */
	background-image:url(sublime-images/fond_sublime.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:241px;
	scrollbar-face-color: #9966FF;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #a41f20;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #a41f20;
	}

a, a:link, a:visited	{
	text-decoration:none;
	color: #a41f20;
	font-weight:bold;
	}
	
a:hover	{	text-decoration:underline;
		color: #000000;	}	

#header	{
	position: relative;
	width: 750px;
	background: #FFFFFF ;
	border-top: 15px solid #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: justify; /* For IE, see above */
}	

	

	
#contenu	{	
	position: relative;
	width: 720px;
	background: #FFFFFF ;
	border: 0px solid #FFFFFF;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 150px;
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(sublime-images/bg_contenu.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align: justify; /* For IE, see above */
	}	
html>body #contenu	{ width: 720px;	}
#menu { line-height: 30px;	}
html>body #menu { line-height: 15px;	}

#menu a, #menu a:link, #menu a:visited, #footer a, #footer a:link, #footer a:visited	{
	color: #a41f20;
	border-bottom: 3px solid #FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	letter-spacing: 2px;
	
}

#menu a:hover, #footer a:hover	{
	color: #a41f20;
	border-bottom: 3px solid #D13B49;
}

#titre	{	font-size:16px;
			color: #000000;
			border-bottom: 2px dashed #a41f20;
			margin-bottom: 15px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: 3px;
			}

#footer	{	
	position: relative;
	width: 720px;
	background: #FFFFFF ;
	border-left: 15px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	text-align: center; /* For IE, see above */
	background-image: url(sublime-images/bgfooter.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	height: 64px;
	font-size: 10px;
	}	
html>body #footer	{ width: 720px;	}

hr {
		 color: #a41f20;
		background-color: #3994CD;
		height: 1px;
}
a.amenu span {			
						display: none;
						}


a.amenu:hover span {
						position: absolute;
						top: -235px;
						left: 375px;	
						font-size: 11px;					
						height: 150px;					
						display:block;							
						margin: 0;					
						width: 447px;								
						text-align: justify;
						color: #fff;					
						font: 12px Trebuchet MS;
						text-decoration:none ;
						z-index: 20; 
						border:none;
						}

a.amenu:hover span img { 
						border:none;
						}

input, textarea { border: 1px solid #D74343; color: #D74343; background-color:#FFFFFF;	}
