body {
background: url(fond_page.jpg) #d7e0e3;
background-repeat:repeat-x;
background-position:top;
font-family:arial, sans-serif;
font-size:12px;
}

h1,h2,h3,h4,h5,h6,p {
margin:0;
padding:0;
}
img {
border:none;
}
td {
font-size:12px;
}


#global {
background: url(fond_global.gif) ;
background-repeat:repeat-y;
background-position:0px 0px;;	
}

#fond_global {
background: url(top.jpg) ;
background-repeat:no-repeat;
background-position:0px 0px;;	
}

/* **************************** HEADER ********************************* */
#header {
background: url(../_images/bandeau.jpg);
background-repeat:no-repeat;
background-position:327px 0px;
}

	#header h1 {
	display:none;
	}

	#header img {
	display:block;
	margin-left:90px;
	padding-top:40px;
	position:relative;
	margin-bottom:45px;
	}

	/* ----------------------------------- date ----------------------------------- */
	#date {
	position:relative;
	background-color:#e6e6e6;
	color:#666;
	height:30px;
	font-weight:700;
	}
	
	
	#date p {
	line-height:30px;
	margin-left:50px;
	}

	/* ----------------------------------- news ----------------------------------- */

	#news {
	background-color:#c0002c;
	color:#fff;
	line-height:23px;
	padding-left:10px;
	font-size:11px;
	}


	/* ----------------------------------- menu ----------------------------------- */
	#menu {
	background: url(menu.gif) ;
	background-repeat:repeat-x;
	color:#fff;
	border-bottom:solid 1px #336699;
	}

	#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	
	}

	#menu ul li {
	display:inline;	
	margin:0;
	padding:0;
	font-size:12px;
	}

   	
		#menu li a{
		background: url(menu.gif) ;
		background-repeat:repeat-x;
		background-position:0px 0px;
		display:block;
		float:left;
		padding: 0px 30px 0px 30px; 
		color: #fff;
		text-decoration: none;
		border: 0 none;
		height:31px;
		line-height:31px;
		border-right:solid 2px #fff;
		text-transform:uppercase;
		font-weight:700;

		}

		#menu li a:hover, #menu li a#current{
		cursor:pointer;
		background-color:none;
		background: url(menu_actif.gif) ;
		color:#fff;
		text-decoration:none;
		font-weight:700;
		}






/* **************************** CENTER ********************************* */
#center {
padding-top:15px;
}


/* **************************** CONTENT ********************************* */
#content {
text-align:justify;
border-right:dashed 1px #aec1c8;
padding-right:35px;
}

	#content h1 {
	color:#aec1c8;
	font-size:18px;
	margin-bottom:15px;
	margin-top:20px;
	}


	#content h2 {
	color:#666;
	font-size:14px;
	margin-top:15px;
	border-bottom:solid 1px;
	}

	#content .rouge {
	color:#c0002c;
	}
	
	#content ul li {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 4px; 
	list-style-image: url("bullet.gif");
	}

/* **************************** HEADER ********************************* */
#sidebar {
/*border-left:dashed 1px #aec1c8;*/
/*padding-left:10px;*/
font-size:11px;
color:#666;
}

	#sidebar h1 {
	color:#c0002c;
	font-size:16px;
	margin-bottom:5px;
	margin-top:20px;
	}
	
	#sidebar h2 {
	color:#666;
	font-size:14px;
	margin-bottom:5px;
	margin-top:5px;
	}	

	#sidebar .orange {
	color:#fa9f06;
	}
	
	.pointille {
	clear:both;
	color:#fff;
	border-bottom:dotted 1px #aec1c8;
	width:300px;
	}
/* **************************** FOOTER ********************************* */
#footer {
border-top:solid 1px #336699;
margin-left:10px;
padding-top:10px;
font-size:10px;

}

	#footer p{
	margin-right:10px;
	padding-top:5px;
	float:right;
	color:#999;
	}

	#footer img {
	margin-right:10px;
	float:right;
	}


	#footer A:link{cursor : pointer; color: #336699; text-decoration:underline; }
	#footer A:visited{cursor : pointer; color: #336699; text-decoration:underline;  }
	#footer A:hover{cursor : pointer; color: #336699; text-decoration:none; }


a:link{cursor : pointer; color: #336699; text-decoration:underline; }
a:visited{cursor : pointer; color: #336699; text-decoration:underline;  }
a:hover{cursor : pointer; color: #336699; text-decoration:none; }
