@charset "utf-8";
/* CSS Document */

/* Logos, documents et images */
img {
	margin: 0px;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left {
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 0px;
} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */
#partie_droite ul.spip {
	display: table;
}
ul.spip {
	padding:0px;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
/*	background-color: #FF0000;
*/	
}
ul.spip li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.spip li ul{
	display:block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*	list-style-type: circle;
*/	list-style-position: outside;
/*	text-indent:30px;
*/	list-style-type: none;
}
ul.spip li ul li {
	list-style-image: url(../images/puce_li2.gif);
	position: relative;
	left: 2.2em;	/*margin-right: 1.2em;*/
	/*margin-bottom: 1em;*/
}
h3.spip {
	display:inline-block;
	color: #96B1CB;
	background-image: url(../images/puce_important.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 18px;
	left: -18px;
	position: relative;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96B1CB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
blockquote.spip {
	color: #CFF5FE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	font-size: 14px;
}
blockquote.spip p:first-letter {
	/*font-size: 24px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;*/
}
.colonne {
display:block;
	float:left;
}