/* CSS Document */

/* d?t des styles du body */
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
/* fin des styles du body */

/* d?t des styles de l'index */
#index_bandeau {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 236px;
	margin-top: -118px;
	background-image:url(images/index/fond.png)
}

#index_centre {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 950px;
	height: 234px;
	margin-left: -475px;
}

#index_haut {
	position: absolute;
	left: 0px;
	top: -244px;
	width: 950px;
	height: 244px;
}

#index_liens {
	position: absolute;
	right: 641px;
	top: 16px;
	width: 252px;
	height: 122px;
}

#index_bouton {
	position: relative;
	left: 0px;
	top: 0px;
	width: 252px;
	height: 41px;
}

#index_image {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 641px;
	height: 236px;
}

#index_pied {
	position: absolute;
	right: 0px;
	top: 241px;
	width: 950px;
	text-align: right;
}
/* fin des styles de l'index */

/* d?t des styles de la structure du site */


#structure_site {
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	_height: 585px;
	min-height: 585px;
	background-color: #000000;
}

#pub-top {
	position: relative;
	left: 50%;
	margin-left: -475px;
	margin-bottom: 10px;
	width: 950px;
	_height: 50px;
	min-height: 50px;
	background-color: #000000;
	text-align: center;
}

#pub-left {
	position: absolute;
	top: 20px;
	left: -170px;
	width: 160px;
	min-height: 50px;
	_height: 50px;
}

#pub-right {
	position: absolute;
	top: 20px;
	right: -170px;
	width: 160px;
	min-height: 50px;
	_height: 50px;
}

#pub-bottom {
	position: relative;
	left: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -475px;
	width: 950px;
	min-height: 50px;
	_height: 50px;
	text-align: center;
}

#pied_site {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	padding-top: 5px;
	border-top: 1px solid #332A1E;
}

.spip_documents_left img, .spip_documents_right img {
	border: 1px solid #F35712;
}

.spip_documents_left, .spip_documents_right {
	margin-top: 10px;
}

.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}
/* fin des styles de la structure du site */

/* d?t des styles du menu */
#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 164px;
}

#menu_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 230px;
	height: 164px;
}

#menu_flash {
	position: absolute;
	left: 220px;
	bottom: -5px;
	width: 725px;
	height: 113px;
}

#menu_langues {
	position: absolute;
	right: 150px;
	top: 25px;
	width: 46px;
	height: 23px;
}

#menu_drapeau {
	float: left;
	right: 0px;
	top: 0px;
	width: 23px;
	height: 23px;
}
/* fin des styles du menu */

/* d?t des styles du tableau */
.tableau_titre {
	text-align: center;
	background-color: #FFCC00;
}

.tableau_cell {
	padding: 3px;
	background-color: #67553D;
}
/* fin des styles du tableau */
