#menu p {
/* Propriétés du texte dans le menu */
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}

#menu a:link, #menu a:visited {
/* Propriétés des liens dans le menu */
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #E9ECFE;
}


#menu a.gros:link, #menu a.gros:visited, #menu a.gros:hover {
/* Propriétés des liens plus gros dans le menu */
	font-size: 16px;
}

#outils p {
/* Propriétés du texte dans la boite newsletter & recherche */	
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

input.texte {
/* Propriétés des boites de texte */
	width: 125px;
	background-color: #efefef;
	border: 0px;
	margin-top: 5px;
	text-align: right;
	font-family: verdana;
	color: #000;
	font-size: 10px;
	font-weight: 100;
}

input.bouton {
/* Propriétés des boutons */
	width: 100px;
	margin-top: 5px;
	background-color: #efefef;
	border: 0px;
	font-family: verdana;
	color: #000;
	font-size: 10px;
	font-weight:bold;
}

#footer p { 
/* Propriétés du texte régulier dans le bas de page */
	margin: 0px;
	padding-top: 10px;
}

#footer a {
/* Propriétés des liens dans le bas de page */
	font-weight: bold;
	color: #fff;
}

#footer a.medialab {
/* Propriétés du lien "le medialab" dans le bas de page */
	color: #a1a1a1;
	font-weight: 100;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.note {
/* Propriétés du paragraphe de note en rouge */
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #8d1204;
}

.nouvelle h2 {
/* Titre h2 à l'intérieur d'une boite de nouvelles */
	padding: 0px;
	margin: 0px;
}

.nouvelle p {
/* Texte à l'intérieur d'une boite de nouvelles */
	padding: 0px;
	margin: 0px;
}

.date { 
/* Paragraphe de date */
	font-style: italic;
}

#contentcolumn a:link, #contentcolumn a:visited {
	font-size: 12px;
	color: #000099;	
}

#contentcolumn a:hover {
	color: #003399;
}

#contentcolumn a.impression {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}

#contentcolumn a.impression:hover {
	color: #003399;
}

#chemin a:link, #chemin a:visited {
/* Liens dans le chemin "vous êtes ici" */
	color: #000099;
}

#chemin a:hover {
	color: #000099;
}
