/* CSS issu des tutoriels http://css.alsacreations.com
Dernière mise à jour: 27/03/2009 23:16 
--== Mode Jour ==-- */
/* Site général */
html, body {
	width: 100%;
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	}

#conteneur {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ffffff;
	}

#header {
	background-color: #99ccff;
	text-align:center;
	}

#menu {
	position: absolute;
	margin-top: 20px; /* Menu décalé de l'en tête */
	width: 160px;
	height: 520px; /* Menu plus petit que le centre pour éviter de chevaucher le pied de page */
	background-color:#ffffff;
	left: 0;
	padding: 0;
	}

#centre {
	margin-top: 10px; /* Centre décalé de l'en tête */
	margin-left: 160px;
	width: auto;
	height: 550px;
	background-color:#ffffff;
	overflow: auto;
	padding-left: 5px;
	padding-right: 10px; /* Centrage des tableaux de photos */
	color: #000000;
	}

#pied {
	margin-top: 10px;
	padding-left: 10px;
	height: 20px;
	background-color: #99ccff;
	font-size: 0.9em;
	}

#logos {
	margin-top: 5px;
	background-color: #ffffff;
}

#menu ul {
	list-style-image: url(../images/nav/puce-ferme.png);
	line-height: 1.5em ;
	padding-left: 20px;
	}

#menu li.actif {
	list-style-image: url(../images/nav/puce-ouvert.png);
	}

#pied a {
	color: #4477cc;
	}

#menu a {
	font-size: 0.9em;
	color: #000000;
	text-decoration: underline;
	}

#menu a:hover {
	text-decoration: none;
	}
	
div#fond {
	background-image: url(../images/nav/accueil.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 803px;
	height: 600px;
	padding: 0;
	}

/* Redéfinition des balises de base */
p {
	margin: 0 0 10px 0;
	}

a {  
	text-decoration: none; 
	color: #0099FF;
}

a:hover {  
	text-decoration: underline;
	}
	
a:active {  
	color: #0066ff;
	}
	
a:visited {  
	color: #0099ff;
	}

h1 {  
	color: #ffffff;
	font-size: 2em;
	}

img { 
	border: 0;
	}

#centre a img {
	background: url(../images/nav/cadre.png) no-repeat;
	padding: 10px 15px 10px 15px;
	margin: 5px;
	}

/* Trois niveaux de puces */
ul {
	list-style-image: url(../images/nav/puce_niv1.png);
	line-height: 1em ;
	margin-left: 5px;
	}

ul ul {
	list-style-image: url(../images/nav/puce_niv2.png);
	}

ul ul ul{
	list-style-image: url(../images/nav/puce_niv3.png);
	}
	
#centre ul li {
	margin-top: 5px;
	}

ol {
	list-style-type: decimal;
	line-height: 1.2em;
	}
	
ol li {
	margin-top: 5px;
	}

table {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
	caption-side: bottom;
	border: 0;
	margin: auto;
	}

em {
	font-style: italic;
	}

/* Classes personnalisées */
.miseajour { 	
	font-size: 0.7em; 
	}
	
.img_doc { /* Images des documentations */
	text-align: center;
	}

