/* feuille de style générale */
* { margin: 0; padding: 0; }

body,td,th {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #FFFFFF;
	}

/* lien */
a {
	font-style: italic;
	text-decoration: none;
	}
	
a.formatpdf:before {
	content: url("images/pdficon_small.gif");
	margin-right: 4px;
	}

/* en-têtes */

	h1#titre {
			display: none;
			color : #6F4E0D;
			vertical-align: top;
			font-size: 29px;
			text-align : center;
			background: url(images/barre.jpg) left no-repeat;
			letter-spacing: 4px;
			margin: 12px auto; }

h2 {font-size:1.5em;font-weight:bold;text-align:left;border-bottom:1px solid #ffa500;margin:70px 0px 30px 0px; }

	h3 {
		font-size: 1.2em;
		font-weight: normal;
		margin-top: 2em;
		margin-bottom: 0.3em;
		}


/* espaces contenus dans la page */

  
	#navigation, h1#titre, #informations, #titrepage {
		width:96%;
		margin: 10px auto;
		margin-bottom: 0;
	}

#navigation,
#informations,
#titrepage {text-align:center;}

/* liens */

#titre span {font-size:13px;letter-spacing:1px;color:#556B2F;font-style: italic;}

/* espace de navigation principale */
	#navigation {
		text-align: center;
		background: url(images/barre.jpg) center no-repeat;
		}
		
		#navigation ul {
			list-style-type: none;
			margin: 0 auto;
			padding: 10px;
			}
	
		#navigation li {
			display: inline;
			padding: 0px 15px;
			padding-left: 0;
			}
	
		#navigation a {
			color: black;
			text-decoration: none;		
			font-size: 16px;
			padding: 2px;
			z-index: 1;
			border-bottom: 5px solid transparent;
			}	
	
#navigation a:hover { border-bottom: 5px solid  #ffa500; color: #FF8C00; }	
									
/* espace de contenu */
	#contenu {
		width : 90%;
   	margin: 20px auto 0px auto;
   	/*border: 1px dotted black;*/
		}


/* Objets */
object {display: block;margin: 0 auto; }
img {display: block; }


/* espace des informations diverses */
#informations {z-index:1;}
#informations a {color:#666;}
