/* CSS Document */

body { 
	margin-top:0;
	color:#FFFFFF;
	 }
a:link {
	color: #FFCC00;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #CC6633;
	font-family: tahoma;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

} 
#wrapper {
	text-align: left;
	 margin: 0px auto;
	padding: 0px; 
	border:0;
	width: 775px;
	background:url(../images/bckgrnd_line.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 68px;
	height: 680px; 
	background:url(../images/img_01.jpg) top no-repeat;
}

#side-b {
	float: right;
	width: 296px;
	height: 680px;
	background:url(../images/bckgrnd.jpg) top no-repeat;
}
.menu {
	margin: 11px 40px;
}

#content { 
	float: left;
	width: 410px;
	/* height: 680px; */
	background-color: #1F5DA6	
}
#content p, h1, h2, h3, h4, dl{ 
	padding: 2px 10px 5px 10px;
}
#content .imgTitre{ 
	padding: 0px;
}

#footer {
	clear: both;
	padding: 2px 0 2px 0;
	/* background: #1F5DA6; */
	text-align:center;
	font-size: .60em;
	color:	#999999;
	/* border-top:#FFFFFF 3px solid; */
}
