@import url(nav.css);
@import url(formatting.css);

* { margin:0; padding:0;}

body {
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 0;
background: #9ec8f4;
text-align:center;
}


/* Structure */
#page {
	width:958px;
	padding:0;
	border:2px solid #194489;
	border-top: none;
	background: #1C2966 url(../images/bg-page.png) repeat-x top;
	margin:0 auto -2px;
	position:relative;
	text-align:left;
	}

#header {
	height: 38px;
	text-align: right;
	padding: 5px;
	}
#content {
	margin-left:218px;
	padding:0 15px;
	background:#9EC8F4 /*url(../images/bg-content.png) no-repeat left top*/;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}
#sidebar {
	position:absolute;
	top:180px;
	width: 220px;
	left: 15px;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	}

#footer {
	height:68px;
	padding:20px 0 0;
	text-align:center;
	background:url(../images/bg-footer.gif) center bottom;
	color:#192d6d;
}
hr.clear {
}


/* Home page */

/* Content */
.libelles {
	line-height:14px;
	margin:0 -17px 20px -16px;
	font-size:16px;
	color:#fff;
	padding: 5px;
	background: #1C2966;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
 	}
	.libelles span {
		font-size:12px;
		color:#639cd5;
		font-weight:normal;
		}

#content h1 {
	margin:0 0 10px -15px;
	padding:5px 0 5px 30px;
	background:url(../images/bg-h2.gif) no-repeat left;
	color:#192d6d;
	line-height:30px;
	font-size:20px;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	}
	#content h2 {
		background: url(../images/bg-content-h2.gif) no-repeat left;
		color:#42af24;
		font-size:14px;
		padding:5px 5px 5px 27px;
		margin-left:10px;
		}
	#content h3, .sous_titre {
		color:#666;
		font-size:12px;
		background:url(../images/bg-content-h2.gif) no-repeat left;
		padding:5px 0 5px 30px;
		font-weight:bold;
		}
	
	#content ul li {
		background:url(../images/puce.gif) no-repeat left top;
		padding-left:12px;
		}
	#content .content {
		min-height:400px;
		}
	
	#content .content a {
		text-decoration:underline;
		color:#192D6D;
		}
		#content .content a:hover {
			color:#fff;
			}
	#content .content img {
		margin:0 10px;
		}

/* Sidebar */
#sidebar h3 {
	color:#fff;
	margin:0 0 25px 40px;
	}

/* Content */ 
#footer a {
	color:#192d6d;
	}