body 
{
	background-color: white;
	background-position: center top;
/*	opacity: 0.5;*/
	color: black;
	font-family: segoe Print, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

@font-face
{
    font-family: 'segoe Print';
	src: url('segoepr.ttf') format('truetype'),
         url('segoeprb.ttf') format('truetype');
}

a
{
	color: #354060;
	text-decoration: none;
}

/*
a:hover
{
	color: #ff0000;
}
*/

a:hover
{
	transition: all 0.5s ease-in-out 0s;
	color: yellow;
	text-shadow: 0px 1px 1px #000000, -3px -3px 0.5em #BE9C54, 3px 3px 0.5em #BE9C54, 3px -3px 0.5em #BE9C54, -3px 3px 0.5em #BE9C54;
}

li
{
	list-style-type: square;
}

/* gestion des images*/
img 
{
	border:none;
	display:inline;
	margin: 0px;
	padding: 0px;
}

img.displayed 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
p 
{
	text-align: justify;
	margin: 0px auto;
}

#main
{ 
    width: 870px;
	margin: 0px auto; 
    background: url('../img/box-middle.png') repeat-y top center; 
    border-bottom: 1px solid transparent;
}
#menubar 
{
    margin: 0px 11px 0px 11px;
    padding: 2px 12px 1px 12px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    text-align: left;
    /*font-size: 8pt; font-weight: bold;*/
	border-bottom: 1px solid #ccc;
}

.clearer{ clear: both; display: block;  margin: 0px; padding: 0px; height: 0px; line-height: 1px; font-size: 0px; }

#sidebar
{
	float: left;
	width: 155px;
	margin: 0px 25px 0px 0px;
	padding-left: 3px;
	border-right: 1px solid #ccc;
}

.content-mat
{
	padding: 14px 15px 10px 25px;
	margin: auto;
	background: none;
}

#content
{
/*
	position: relative; 
	float: left; 
	width: 815px;  
	text-align: left;
*/	
	min-height: 550px;
}

#wikitext 
{
/*
	float: right;
*/
    clear: right;
	width: 750px;
	padding-left: 25px;
	padding-right: 25px;
}

#footer
{
    background: url('../img/box-bottom.png') no-repeat top center; 
    width: 870px; height: 40px;
    border: 1px none #ccc; 
    margin: 0px auto; padding: 0px 0px 8px 0px;
}

#copyright
{
	margin: 0px 20px 0px 20px; padding: 2px 0px; border-top: 1px solid #ccc; font-size: 8pt;
}

/* Texte défilant */

.defileParent 
{
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 850px;
}

.defile
{
	display:block;
	animation:linear marqueelike 20s infinite ;
	margin-left:-100%;
	padding:0 250px;
	text-align:left;
}

@keyframes marqueelike
{
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }

