@charset "windows-1252";
html
{	overflow: scroll;
}

body
{	margin: 0px;
	padding: 0px;
	background-color: #707070;
	text-align: center; /* pour corriger le bug de centrage IE */

}

.body_editor
{	background-color: white;
	text-align: left;
}

.body_admin2
{	background-color: white;
	text-align: left;
}

/***********/
/* Bandeau */
/***********/
#header
{	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{	float: left;
	/*background-image: url(../pictures/bandeau/logo.jpg);*/
	width: 349px;
	height: 150px;
}

.logo1
{	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.logo2 a
{	font-family: Arial;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}

.logo2 a:hover
{	font-family: Arial;
	font-size: 11px;
	color: #FC0;
}

#bandeau
{	float: left;
}

#espace_membre
{	float: left;
	text-align: left;
	width: 170px;
	height: 150px;
	/* background-image: url(../pictures/bandeau/espace_membre.jpg); */
}

#espace_membre_form
{	margin: 0px;
	padding-top: 40px;
	padding-left: 20px;
	font-size: 11px;
	color: white;
	line-height: 9px;
}

#espace_membre_lien
{	margin-top: 5px;
	line-height: 14px;
}

#espace_membre_lien a
{	font-family: Arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

#espace_membre_form a:hover
{	text-decoration: underline;
}

.espace_membre_text
{	font-size: 9px;
	border: 0px;
}

.espace_membre_nom
{	font-family: Arial;
	color: #FC0;
	font-weight: bold;
}

/*********************/
/* Colonne de gauche */
/*********************/
#leftcol
{	float: left;
	width: 200px;
	height: 597px;
	background-image: url(../pictures/leftcol/leftcol.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#leftcol_adresse h1
{	position: relative;
	top: 450px;
	left: 70px;

}

#leftcol_adresse h1
{	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}



/*********************/
/* Colonne de droite */
/*********************/
#rightcol
{	float: left;
	width: 170px;
	height: 100%;
	background-color: #999;
}

#rightcol h1
{	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	color: black;
	text-decoration: underline;
}

#rightcol h2
{	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	color: black;
}

#rightcol h3
{	margin: 10px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color: black;
}

#rightcol h4
{	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 30px;
	color: #FC0;
}

#rightcol h5
{	margin: 0px;
	padding: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #FC0;
	text-align: center;
	letter-spacing: -1px;

}

#rightcol a
{	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#rightcol a:hover
{	text-decoration: underline;
}


/****************/
/* Pied de page */
/****************/
#footer
{	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background-color: #567;
}

#footer_left
{	float: left;
	width: 200px;
	height: 37px;
	background-color: #7298B8;
	/*background-image: url(../pictures/leftcol/leftcol_footer.jpg); */
}

#footer_center
{	float: left;
	width: 650px;
	height: 37px;
	background-color: white;
	color: #999;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
}

#footer_center a
{	padding: 0px 7px 0px 7px;
	color: #999;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

#footer_center a:hover
{	text-decoration: underline;
}

#footer_right
{	float: left;
	width: 170px;
	height: 37px;
	background-color: white;
	color: #999;
}

/*************/
/* Recherche */
/*************/
#search_form
{	position: absolute;
	top: 550px;
	left: 20px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#search_form_form
{	margin: 0px;
	padding: 0px;
}

/*********/
/* Admin */
/*********/

#categorie, #fichier
{	font-family: Arial;
	margin-top: 10px;
	overflow: auto;
	padding: 3px;
}

#categorie
{	height: 380px;
	width: 400px;
	border: 1px solid black;
}

#fichier
{	height: 370px;
	width: 400px;
	border: 1px dashed;
	font-size: 11px;
}

#fichier-titre
{	height: 15px;
	padding: 7px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

.dossier-item
{	width: 100%;
	font-size: 11px;
	line-height: 7px;
}

.dossier-item a
{	width: 100%;
	color: black;
	font-weight: bold;
	font-size: 11px;
}

.dossier-item a:hover
{	width: 100%;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #CCC;
}

.fichier-item
{	width: 100%;
	font-size: 11px;
	line-height: 7px;
}

.fichier-item a
{	width: 100%;
	font-weight: normal;
	color: black;
	font-size: 11px;
}

.fichier-item a:hover
{	width: 100%;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #CCC;
}
