/* Commun a toute la page*/

body{
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #00F;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

/* Liens generiques */
a {
	text-decoration: none;
}

a:visited {
	color: #00F;
}

/* Menu (colonne de gauche */

a.logo {
	margin-top: -20px;
	margin-right: 12px;
	margin-left: 1px;
}

#menu {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: -12px;
	margin-left: -6px;
	color: #6cf;
}

a.menu:link {
	text-decoration: underline;
	color: #FFF;
	font-size: 13px;
}

a.menu:visited {
	text-decoration: underline;
	color: #FFF;
}

a.menu:hover {
	text-decoration: underline;
	font-size: 14px;
}

.copyright {
	color: #FFF;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	margin-left: 7px;
	margin-bottom: 15px;
	font-weight: bold;
}

.item {
	color: #6cf;
	text-align: center;
}

span.titre {
	color: #6cf;
}

/* Cadre autour des images */
img {
	border: 0px;
}

img.menu {
	margin-top: 7px;
}