/* TABLE DES MATIÈRES:
	- Éléments à cacher
	- Éléments de base à personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
#menu{
	position: absolute;
	visibility: hidden;
}
#imprimer{
	position: absolute;
	visibility: hidden;
}

/* ELEMENTS DE BASE À PERSONNALISER 
--------------------------------------------------------------------------------------- */
html{
	/* Garder 3 fontes seulement */
	font-family: Arial, Verdana, Tahoma;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

h1{
	color: #353535;
	font-size: 30px;
}
h2{
	color: #353535;
	font-size: 30px;
}

#adresse{
position: absolute;
top: 60px;
width:700px;
}

#ressources{
 position: absolute;
 top: 60px;
 left: 600px;
}
#pubtextes{
 position: absolute;
 top: 60px;
 font-size: 28px;
}

#hide{
	position: absolute;
	visibility: hidden;
}
#Publivreimg{
 position: absolute;
 top: 60px;
  left:0px;
}

#Publivre{
 position: absolute;
 top: 60px;
 left:200px;
 width:600px;
}
/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#999;  font-size:11px; padding:0 6px 0 6px;visibility: hidden;}
#piedPage a{color:#999; text-decoration:none;visibility: hidden;}
#piedPage a:hover{color:#353535;text-decoration:none;visibility: hidden;}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 25px; line-height: 150%; color: #353535;}

p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #A69512; text-decoration: none;}
p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{color:#C0AE2C; text-decoration:underline;}

ul li{font-size:25px; line-height:150%; list-style:square; margin-left:16px;}
ol li{font-size:25px; line-height:150%; color:#1F1F1F; margin-left:16px;}
