/* CSS Document */
/* ************************************************ */
/* *                STRUCTURE GLOBALE + MAG         */
/* ************************************************ */

html,body{
	margin:0;
	padding:0;
	background-image:url(../num000/bg.jpg);
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
}
/* mets les marges et les padding de tous les éléments par défaut à 0 */
* {
     margin: 0;
     padding: 0;
}
/* class CLEAR pour n'importe quel élément qui deviendra invisble */
.clear {
	clear: both;
	visibility: hidden;
}
/* class CLEAR uniquement pour des hr avec la class invi */
hr.invi{
	 display:block;
	 height: 1px;
	 margin: 0;
	 padding: 0;
	 border: 0;
	 clear: both;
	 visibility: hidden;
}
/* cadre globale */
#page{
	width:968px;
	margin:0 auto;
	background-color:#ffffff;
}
/* DECOUPAGE EN 3 COLONNES */
/* colonne de gauche*/
#col_gauche{
	background-color:#ffffff;
	float:left;
	width:171px;
	border: 1px solid #CCCCCC;
}
#col_gauche h2{
	font-size:150%;
	font-weight:normal;
	letter-spacing: 0.4em;
	margin:5px 0 -2px 0;
	color:#CCCCCC;
}
#col_gauche img{
	margin:5px 0 0 0;
}
/* colonne du centre */
#col_centre{
	background-color:#ffffff;
	float:left;
	width:600px;
	margin:0 10px;
}
.logo_dolcerama{
	width:600px;
	height:152px;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
 }
 .titreedition{
 	font-size:140%;
	color:#990000;
	text-align:right;
	font-weight:bold;
 }
/* colonne de droite */
#col_droite{
	background-color:#ffffff;
	float:right;
	width:171px;
	border: 1px solid #CCCCCC;
}
#col_droite ul{
	list-style-type: none;
	margin:0 0 3px 0;
}
#col_droite li{
	margin:0 0 3px 0;
}
/* pied de page - footer */
#footer{
	clear:both;
	width:100%;
	background:#eaffea;
	border: 1px solid #CCCCCC;
}

/* spécifique au squelette article*/

#imprim_article{
	position:relative;
	width:100%;
	text-align:right;
	margin-top:3px;
}

/* images dans les articles */
.spip_doc_titre {
	font-size:70% !important;
	font-weight:normal !important;
    text-align: left;
	color:#333333;
	margin:2px 0 0 0;
}
.spip_documents_left{
	margin:0 10px 0 0 !important;
}

.spip_documents_left .spip_doc_descriptif {
       font-size: 70% !important; 
       color: #333333;
       text-align: left;
}
.spip_documents_right .spip_doc_descriptif {
       font-size: 70% !important; 
       color: #333333;
       text-align: right;
}
h3.spip{
		font-size:130%;
		font-weight:normal;
		margin:5px 0 0 0;
}
/* navig entre les articles */
td.artprec li, td.artsuite li{
	list-style-type: none;
	font-size:80%;
}
td.artprec, td.artprec li{
	text-align:left;
	margin:0;
}
td.artsuite{
	text-align:right;
}
span.pictopagination{
	color:#FF6600;
}
.ligne_bas{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.text_archives{
	font-size:150%; !important
}
.formrecherche input{
	font-size:120%;
}

.spip_documents_right IMG{
	margin:0 0px 0 10px !important;

}
.spip_doc_descriptif {
}
