/* comportements par defaut */

ul, li {
list-style-type: none;
margin: 0;
padding: 0;	
}

p {
margin: 0;	
}

a img {
border: none;
}

img {
behavior: url("win_png.htc");	
}

h1, h2, h3, h4, h5, h6 {
margin: 0;	
}

/* redefinition de tgs de spip */

spip_logos {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

.spip_documents_left img, .spip_documents_right img, .spip_documents_center img {
/*border: 1px solid #ccc;*/
background-color: #efefef;
padding: 0px;
}

.spip_documents_left {
float: left;	
margin: 0 1em 1em 0;
}

.spip_documents_right {
float: right; 
margin: 0 0 1em 1em;
}

.spip_documents_center {
display: block;
text-align: center; 
margin: 1em 0;
}

.spip_doc_titre {
margin: 3px;
font-size: 10px;
text-align: center;
}

.spip_doc_descriptif {
font-size: 9px;
text-align: center;
line-height: 120%;
}


div.spip_code {
font-size: 100%;
padding: 10px 10px 10px 10px;
margin: 10px 5px 10px 5px;
border: 1px solid #ccc;
background-color: #efefef;
}

span.spip_code {
font-family: courier, sans-serif;
font-size: 100%;
} 

.spip_surligne {
background-color: yellow;
}
/* comportement des css generee par spip */

p.spip {
margin: 1em 0 2em 0;
}

fieldset {
border: none;
}

legend {
font-size: 18px;
margin-bottom: 10px;
}

fieldset p {
margin: 6px 0 18px 0;
}

label {
font-weight: bold;
font-size: 12px;
}
/* Tableaux */
table.spip { width: 100%; margin-right: auto; margin-left: auto; margin-bottom: 1em; margin-top: 2em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { background: #39aa63; color: #ffffff; }
table.spip tr.row_odd { background: #eeeeee; }
table.spip tr.row_even { background: #dddddd; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 2px solid #ffffff; }
table.spip th { vertical-align: middle; font-weight: bold; }
table.spip td { vertical-align: middle; }

