@charset "utf-8";
/* CSS Document */

/* contexte général*/
	body {
	margin:0px;
	padding:0px;
	background-color:#030a60;
		
/* scrollbars IE */
		
/*	scrollbar-3dlight-color:rgb(209,227,255);
	scrollbar-arrow-color:rgb(255,135,0);
	scrollbar-base-color:rgb(255,255,255);
	scrollbar-darkshadow-color: rgb(255,255,255);
	scrollbar-face-color:rgb(209,227,237);
	scrollbar-highlight-color:rgb(255,255,255);
	scrollbar-shadow-color:rgb(94,150,255);
	scrollbar-track-color:rgb(255,255,255); #6C4C1D   */
		   }
		   
/* Corps de texte */
		body, div, p, form, table, tr, td {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		}
		
		a img {
		border:none;
		}
		
		ul {
		list-style:none;
		margin:0px 0px 15px 10px;
		padding:0px;
		}
		
		li {
		margin:0px;
		padding:0px;
		}
		
		form, tr, td {
		margin:0px;
		}
		
		p {
		margin-top:0px;
		}
		
		.gras {
		font-weight:bold;
		}
		
		.normal {
		font-weight:normal;
		}
		
		.grand {
		font-size:16px;
		}
		
		.moyen {
		font-size:14px;
		}
		
		.petit {
		font-size:10px;
		}
		
		.bleu {
		color:#000066;
		}
		
		.bleu_ciel {
		color:#0099FF;
		}
		
		.violet {
		color:#bf00b2;
		}
		
		.vert {
		color:#009926;
		}
		
		.rose {
		color:#f85fff;
		}
		
		.orange {
		color:#ff9c1e;
		}
		
		.justify {
		text-align:justify;
		}
		
		.fright {
		float:right;
		}

/* les liens standards */
		a {
		color:#000000;
		font-size:11px; 
		}

		a:link, a:visited, a:active {
		text-decoration:none;
		}
		
		a:hover { 
		text-decoration:underline;
		}	

/* BLOC GENERAL */
	#general {
	width: 834px;
	height: 645px;
	margin:auto;
	}

/* BLOC ENTETE */
	#entete {
	margin-left:auto;
	background:#030a60 url(../images/entete_812_132.png) no-repeat;
	width:812px;
	height:132px;
		}
		
	#entete img {
	margin:25px 0px 0px 30px;
		}
		
	#entete p {
	text-align:center;
	margin:0px;
	color:#330099;
	font-weight:bold;
		}
		
		
		
/* BLOC CORPS */
	#corps {
	margin-left:auto;
	background:#030a60 url(../images/tb_bg_bloc_812_512.png) no-repeat;
	width:812px;
	height:512px;
		}

/* BLOC TOP */
	#top {
	height:110px;
	width:812px;
		}
		
	#top .don {
	float:left;
	padding-left:50px;
	padding-top:40px;
		}
		
	#top .TitrePage {
	float:right;
	padding-right:40px;
	padding-top:50px;
		}
		
/* BLOC MENU */
	#menu {
	float:left;
	width:200px;
	margin-top:20px;
		}
	
	#menu ul {
	margin:0px;
	padding:0px;
	margin-left:-20px;
	list-style:none;
		}
		
	#menu li {
	margin:0px;
	padding:0px;
		}
		
/* BLOC BLOC TEXT */
	#bloc_text {
	margin-left:250px;
	margin-right:40px;
	width:460px;
	margin-left:auto;
	font-weight:bold;
		}
		
		#bloc_text .TL {
		background:#FFFFFF  url(../images/haut_gauche_25_25.png) top left no-repeat;
			}
			
		#bloc_text .TR {
		background:url(../images/haut_droite_25_25.png) top right no-repeat;
			}
			
		#bloc_text .BL {
		background:url(../images/bas_gauche_25_25.png) bottom left no-repeat;
			}
			
		#bloc_text .BR {
		height:300px;
		overflow:auto;
		padding:25px;
		background:url(../images/bas_droite_25_25.png) bottom right no-repeat;
		text-align:justify;
			}
		
a.annee	{
	color:#000066;
	font-size:16px;
	margin:0px 8px;
}	

a.annee:hover	{
	font-size:16px;
	color:#ff9933;
}	

a._annee	{
	color:#000066;
	font-size:14px;
	margin:0px 30px;
}	

a._annee:hover	{
	font-size:14px;
	color:#ff9933;
}	

#text_cont {
	width:400px;
	height:260px;
	overflow:auto;
	text-align:left;
	font-weight:normal;
	margin-top:5px;
	color:#000066;
}	

#text_cont .titre {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#text_cont p {
	margin-left:10px;
}

#text_cont a {
	color:#000066;
}

#text_cont a:hover {
	color:#ff9933;
}		
		
		
		
		
		