@charset "utf-8";

#info {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 18px;
	width: 260px;
}

#info a {
	color: #003366;
	font-size: 11px;
}

#info a:hover {
	color: #45A5E1;
}

#info h3 {
	font-size: 11px;
	font-family: "lucida grande", verdana;
	font-weight: normal;
	color: #003366;
	cursor: pointer;
}

#info h4 {
	text-transform: capitalize;
	color: #45A5E1;
	font-family: "lucida grande", verdana;
	font-size: 9px;
	font-weight: bold;
}

#info div.breve {
	margin-bottom: 8px;
}	

#text_right {
	float: left;
	margin-top: 0px;
	margin-left: 18px;
	width: 360px;
	margin-bottom: 10px;
	font-family: "lucida grande", verdana;
	font-size: 11px;
	color: #003366;
	text-align: justify;
}

#text_right p {
	margin-bottom: 10px;
	font-family: "lucida grande", verdana;
	font-size: 11px;
	color: #003366;
	text-align: justify;
}

/* photos dans le texte */
#text_right .spip_doc_titre{
	position:relative;
	text-align:center;
	color: #003366;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 3px;
}
#text_right .spip_doc_descriptif{
	position:relative;
	text-align:center;
	color: #003366;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 0px;
	padding: 3px;
}
