body {
	color: black;
	font-family: "Trebuchet MS", Verdana, Helvetica, arial, Times;
	text-decoration: none;
	text-align: center;
	background: #eeeeee;
}

#bloc_general {
	width: 790px;
	position: Relative;
	background: #eeeeee;
	margin: 10px auto;
}

#bloc_menu {
	width: 790px;
	height: 120px;
	position: relative;
	background: url(images/page_entete.jpg) no-repeat;
}

img {
	border-width: 0;
	border-style: none;
}

#corps_article {
	color: #111;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#colonne_left {
	color: #111;
	font-size: 13px;
	font-family: "Trebuchet MS", Times, arial, Helvetica, Verdana;
	text-align: left;
	width: 525px;
	margin-bottom: 10px;
	border: 2px solid #cccccc;
	background: white;
	padding: 5px 15px 10px;
	float: left;
}

#colonne_right {
	font-size: 13px;
	font-family: "Trebuchet MS", Times, arial, Helvetica, Verdana;
	text-align: center;
	width: 182px;
	padding: 5px;
	float: right;
	background: white;
	border: 2px solid #cccccc;
	margin-bottom: 10px;
}

#colonne_centre {
	color: #111;
	font-size: 13px;
	font-family: "Trebuchet MS", Times, arial, Helvetica, Verdana;
	text-align: center;
	width: 600px;
	margin-bottom: 10px;
	border: 2px solid #cccccc;
	background: white;
	padding: 5px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

a, a:visited {
	color: #36c;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	color: #f93;
	font-weight: bold;
	text-decoration: underline
}

.accueil {
	color: black;
	font-size: 13px;
	font-family: Georgia, Times;
}

.accueil_left {
	color: black;
	font-size: 13px;
	font-family: Georgia, Times;
	text-align: left;
}

.accueil_right {
	color: black;
	font-size: 13px;
	font-family: Georgia, Times;
	text-align: right;
}

.auteur {
	color: black;
	font-size: 11px;
	font-family: Georgia, Times;
	text-align: right;
}

.accueil_center {
	color: black;
	font-size: 13px;
	font-family: Georgia, Times;
	text-align: center;
}

.article_titre {
	color: #004080;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: underline overline;
}

.article_descriptif {
	color: black;
	text-align: left;
	font: italic 13px Georgia, Times;
}

#rubrique_titre {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: underline overline;
}

#photo_com {
	color: #666666;
	font-size: 12px;
}

#chemin {
	color: #339999;
	font-size: 12px;
	text-align: left;
	position: absolute;
	top: 78px;
	left: 150px;
	z-index: 0;
}

#chemin a:link, #chemin a:visited {
	color: #339999;
	font-size: 12px;
}

#chemin a:hover {
	color: #339999;
	font-size: 12px;
	text-decoration: underline;
}

.sommaire_rubrique, .sommaire_rubrique a:link, .sommaire_rubrique a:visited {
	font-weight: bold;
	color: #008080;
	text-align: center;
}

.sommaire_rubrique a:hover {
	text-decoration: underline;
}

img.spip_logos {
	border-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
}


