*
{
        margin: 0.0em;
        padding: 0.0em;
}

body 
{
        margin-top: 0.5em;
        margin-bottom: 0.5em;
	padding: 0;
	background: #1d82df;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

a 
{
	color: #ffffff;
        text-decoration: underline;
}

a:hover 
{
	text-decoration: underline;
        color: #000000;
}

a:visited 
{
	text-decoration: underline;
        color: #111111;
}

a:focus
{       
	text-decoration: underline;
        color: #0000ff;

}

#sizer
{
        
        width: 745px;
        margin-left: auto;
        margin-right: auto;
        background: #0013ff;
}

#logo
{
        height: 140px;
        width: 745px;
        margin-left: auto;
        margin-right: auto;
        background: url(images/top.jpg) no-repeat;        
}

#en_logo
{
        height: 140px;
        width: 745px;
        margin-left: auto;
        margin-right: auto;
        background: url(images/en_top.jpg) no-repeat;        
}

#menu
{
        height: 75px;
        width: 745px;
        margin-left: auto;
        margin-right: auto;
        background: url(images/menu_bar.jpg) no-repeat;        
}

#en_menu
{
        height: 75px;
        width: 745px;
        margin-left: auto;
        margin-right: auto;
        background: url(images/en_menu_bar.jpg) no-repeat;        
}

/* maincontent */
#maincontent
{
        height: 749px;
        width: 745px;
        margin-left: auto;
        margin-right: auto;
        background: #0013ff;        
}

/* Sidebar */

#sidebar_left 
{
	width: 79px;
        height: 749px;
        background: #0013ff;
	float: left;
        background: url(images/left.jpg) no-repeat;
}

#en_sidebar_left 
{
	width: 79px;
        height: 749px;
        background: #0013ff;
	float: left;
        background: url(images/en_left.jpg) no-repeat;
}


/* Page */

#page 
{
	width: 666px;
        height: 749px;
        background: #0013ff;
        float: right;
        color: #000000;
        background: url(images/main_part.jpg) no-repeat;        
}

#page p
{
        padding-left: 2em;
        padding-top: 3em;
        padding-right: 13em;
        text-align: justify;
}

#page a 
{
	color: #555555;
        text-decoration: underline;
}

#page a:hover 
{
	text-decoration: underline;
        color: #000000;
}

#page a:visited 
{
	text-decoration: underline;
        color: #111111;
}

#page a:focus
{       
	text-decoration: underline;
        color: #0000ff;

}

/* EN Page */

#en_page 
{
	width: 666px;
        height: 749px;
        background: #0013ff;
        float: right;
        color: #000000;
        background: url(images/en_main_part.jpg) no-repeat;        
}

#en_page p
{
        padding-left: 2em;
        padding-top: 3em;
        padding-right: 13em;
        text-align: justify;
}

#en_page a 
{
	color: #555555;
        text-decoration: underline;
}

#en_page a:hover 
{
	text-decoration: underline;
        color: #000000;
}

#en_page a:visited 
{
	text-decoration: underline;
        color: #111111;
}

#en_page a:focus
{       
	text-decoration: underline;
        color: #0000ff;

}

/* Footer */

#footer 
{
        width: 745px;
        height: 94px;
        background: #0013ff;
        color: #ffffff;
        font-size: 9px;
        background: url(images/bottom.jpg) no-repeat;
}

#en_footer 
{
        width: 745px;
        height: 94px;
        background: #0013ff;
        color: #ffffff;
        font-size: 9px;
        background: url(images/en_bottom.jpg) no-repeat;
}

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; }

/* Logos, documents et images */
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; padding-right: 12em; border:none;}
.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; }


