/* CSS Document */

body {
	width: 960px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px;
	margin-bottom: 0px;    /* Idem pour le bas du navigateur */
	background-color: #ccc;
	font-family: "Trebuchet MS", Verdana, Arial;
}

ul /* Ma liste aura des puces en forme de dossiers */
{
   list-style-image: url("/images/bullet_bleu.png");
   
}



/* ______________________LIENS______________________________________ */
a:visited {
	text-decoration: none;
}
a:hover /* Quand le visiteur pointe sur le lien */ {
	text-decoration: underline;
	color:#990000;
}
a /* Lien normal */ {
	text-decoration: none;
	color: #000099;
	font-style: italic;
}


/* _________________________ MENU _______________________________________ */


#main-menu {
	margin:0;
	bottom:0;
	right:0;
	font-size: 100%;
	white-space:nowrap;

}

#main-menu li {
	display:block;
	float:left;
	list-style-type:none;
	margin:2px;
	padding:0;
	
}

/*Les liens normaux*/
#main-menu a {
	display:block;
	float:left;
	padding:10px 70px 5px 14px;
	background:#fff;
	border-bottom: 3px solid #ccc;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}

/*Les liens au survol et rubrique en cours*/
#main-menu a:hover, #main-menu #selected a {
	color:#333;
	background: #FFF;
	border-bottom: 3px solid #8993f9;
	font-weight: normal;
	text-decoration: none;
}

/*___________________________Page Accueil_________*/

#page {
	color: #000000;
	background-color: #FFFFFF; /* Une couleur de fond pour le corps */
	font-size: 12px;
	 padding-right:5px;
	
}
#Tableau_01 {
	color:#FFF;
}

#Tableau_01 h1{
	font-size: 14pt;
}
#Tableau_01 h2{
	font-size: 10pt;
}
span.citation{
	font-size: 9pt;
	font-style: italic;
}

#titrePage {
	color:#8993f9;
	font-size: 24px;
	padding-left:10px;
}
#teteRubrique{
	color:#666;
	font-size: 70%;
	padding-left:20px;
	margin-top:30px;
	background-image: url("images/puce_rubrique.jpg"); 
	background-repeat: no-repeat; 
}
#argumentRubrique{
	font-size: 80%;
	padding-left:20px;
	margin-top:10px;
		
}

#rubrique{
	padding-left:20px;
	font-size: 10pt;
}

#niveau3{
	padding-left:20px;
	
}

.S{
	font-size: 150%;
	color:#F00;
	font-weight: bold;
}


#piedPage{
	padding-top:50px;
	
}

#pdf{
	margin-bottom:30px;
}

#iup{
	font-size: 16px;
}
