/*********** Redefinition de styles ***********/

body
{	font-family: Georgia, Times, "Times New Roman", serif; 
}

a:link,
a:visited
{	color: #663300;
	text-decoration: none;
} 
a:hover
{	color: #000000;
	text-decoration: none;
} 

.clear
{	clear: both;
}


/*********** La page ***********/

#page
{	max-width: 800px;
	margin: auto;
}


/*********** pb des images ***********/

.spip_documents_right
{	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.spip_documents_left
{	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.spip_doc_inner
{	margin: 0;
}


#autres_textes
{	clear: both;
	margin-top: 15px;
}

