*
{
        margin: 0.0em;
        padding: 0.0em;
}

body 
{
        margin-top: 0.5em;
        margin-bottom: 0.5em;
	padding: 0;
	background: #a9a08f;
	font-family: Arial;
	font-size: 13px;
	color: #555555;
}

a 
{
	color: #ffffff;
        text-decoration: underline;
}

a:hover 
{
	text-decoration: underline;
        color: #000000;
}

a:visited 
{
	text-decoration: underline;
        color: #cecece;
}

a:focus
{       
	text-decoration: underline;
        color: #0000ff;

}

#sizer
{
        
        width: 893px;
        margin-left: auto;
        margin-right: auto;
        background: #3f3832;
}

#logo
{
        height: 245px;
        width: 893px;
        margin-left: auto;
        margin-right: auto;
        background: #3f3832 url(images/top.jpg) no-repeat;        
}

#menu
{
        height: 98px;
        width: 893px;
        margin-left: auto;
        margin-right: auto;
        background: #3f3832 url(images/bar_lo.jpg) no-repeat;        
}

#en_logo
{
        height: 253px;
        width: 893px;
        margin-left: auto;
        margin-right: auto;
        background: #3f3832 url(images/en_top.jpg) no-repeat;        
}

#en_menu
{
        height: 98px;
        width: 893px;
        margin-left: auto;
        margin-right: auto;
        background: #3f3832 url(images/en_bar.jpg) no-repeat;        
}

/* maincontent */
#maincontent
{
        width: 893px;
        margin-left: auto;
        margin-right: auto;
        background: #3f3832;        
}

/* Sidebar */

#sidebar 
{
	width: 280px;
        background: #3f3832;
	float: left;
}

/* images left */
#image1
{
        height: 219px;
        width: 261px;
        background: #3f3832 url(images/left1.jpg) no-repeat;
}

#image2
{
        height: 229px;
        width: 267px;
        background: #3f3832 url(images/left2.jpg) no-repeat;
}
#image3
{
        height: 229px;
        width: 267px;
        background: #3f3832 url(images/left3.jpg) no-repeat;
}
#image4
{
        height: 229px;
        width: 277px;
        background: #3f3832 url(images/left4.jpg) no-repeat;
}
#image5
{
        height: 229px;
        width: 267px;
        background: #3f3832 url(images/left5.jpg) no-repeat;
}
#image6
{
        height: 261px;
        width: 268px;
        background: #3f3832 url(images/left6.jpg) no-repeat;
}
#image7
{
        height: 229px;
        width: 268px;
        background: #3f3832 url(images/left7.jpg) no-repeat;
}
#image8
{
        height: 229px;
        width: 277px;
        background: #3f3832 url(images/left8.jpg) no-repeat;
}


/* Page */

#page 
{
	width: 613px;
	float: right;
	margin-left: -20px;
        background: #3f3832;
        color: #f0d9c3;        
}

/* Content */

#content 
{
	padding: 0;
        margin-left: auto;
        margin-right: auto;
	background: url(images/bar_m1.jpg) repeat-y;
        background-color: #3f3832;
        width: 611px;
}

#content p
{
        margin-left: 35px;
        margin-right: 25px;
        text-align: justify;
        font-size: 16px;
}

#content_start 
{
        height: 42px;
        width: 611px;
        margin-left: auto;
        margin-right: auto;
	padding: 0;
	background: url(images/bar_top1.jpg) no-repeat;
        background-color: #3f3832;
}

#content_end
{
        height: 65px;
        width: 611px;
        margin-left: auto;
        margin-right: auto;
	background: url(images/bar_b1.jpg) no-repeat;
        background-color: #3f3832;
}

/* Footer */

#footer 
{
        clear: both;
	font-size: smaller;
        margin-left: auto;
        margin-right: auto;
        width: 893px;
        background: #3f3832;
        padding-bottom: 10px;
}

#footer p 
{
	margin: 0;
}
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; 
        width: 500px;}
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 10px;
	font-weight: bold; }

table.spip tr.row_first { background: #FFf; color: #000;}
table.spip tr.row_odd { background: #7d7d7d; color: #000;}
table.spip tr.row_even { background: #EEE; color: #000;}
table.spip tr.row_first td {  padding: 10px;}
table.spip tr.row_odd td{  padding: 10px;}
table.spip tr.row_even td{  padding:10px;}
table.spip th, table.spip td { padding: 10px; text-align: left; vertical-align: middle; }

img, .spip_logos { margin: 0; padding: 0; border: none; }

.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; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }
