/* CSS Document */
/* Feuille de style du site internet SPIP Electronique Bourdelle */


 body {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	background-color: #000000;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	}
	

/*--------------------------------ensemble du site -----------------------------*/
#ensemble {
	margin: 0 auto;
	width: 1010px;
	padding: 0;
	background-color: #888888;
}

/*-------------------------------Bandeau du site -------------------------------*/
#bandeau {
	height: 150px;
	width: 100%;
	background-image: url(../squelettes/images/bandeau.gif);
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
}
#barre-navigation {
	color: #000000;
	height: 25px;
	vertical-align: middle;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 10px;
}
#barre-rubrique {
	font-weight: bolder;
	height: 20px;
	background-image: url(../squelettes/fond-section.JPG);
	background-repeat: repeat-x;
	font-size: 13px;
}

/*----------------------------- milieu de page -----------------------------*/
#conteneur-central {
	
}

/*-------------------------Menu gauche -----------------------------------*/
#gauche {
	width: 200px;
	float: left;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 3px;
	background-color: #BBBBBB;
}

#onglet {
	width: 200px;
	height: auto;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
}
#inter-onglet {
	width: 200px;
	height: 0px;
	border-bottom-color: #010000;
	background-color: #FFFF00;
}
#sous-onglet {
	width: 200px;
	height: auto;
	color: #000000;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
}
#inter-cadre {
	width: 180px;
	height: 20px;
}
/*---------------------------centre du site------------------------------*/
#centre {
	margin-right: 10px;
	margin-left: 200px;
	color: #000000;
	padding: 20px;
	text-align: justify;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 3px;
	}
#inter-centre {
	margin-left: 300px;
	height: 3px;
	background-color: #FFFF00;
	margin-right: 300px;
	width: auto;
	clear: right;
	}
#style-titre {
	text-align: center;
	font-size: 24px;
	color: #FF9933;
	font-style: normal;
	font-weight: bolder;
}
.cadre-cheque-vac {
	padding: 10px;
	overflow: auto;
	float: right;
	text-align: center;
}

/*-----------------------------pied de page----------------------------------*/
#bas-page {
	height: auto;
	color: #000000;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
	border-top-style: solid;
	border-width: 3px;
	border-bottom-style: solid;
	border-color: #000000;
	background-color: #777777;
}

/*------------------------couleur des liens----------------------------------*/
a:link {
	color: #FFFF00;
}
a:visited{
	color: #FFFF00;
}
a:hover {
	color: #0000FF;
}
#centre a {
	color: #FFFFFF;
}
#centre a:link {
	color: #FFFFFF;
}
#centre a:hover {
	color: #FFFF00;
}

/*----------------------------format divers-------------------------------*/
h1{
	color: #000000;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image:  url("../squelettes/images/fleche.gif");
	padding-left: 20px;
} 	
.titre {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900; }

.breves {
	color: #FFFF00;
	margin-bottom: 50px;
	
}

.breves a{
	text-decoration: none;
}

.breves p.date {
	margin-top: -11px;
	margin-bottom: 10px;
	font-size: 11px;
}

.breve h3 {
	margin-bottom: 0px;
	padding: 0;
}
.cadre-photo-breve1{
	text-align: center;
}
.texte-centre {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
/*---------------------------formatage des date des brèves----------------*/
.jour{
	width: 10px;
	height: 20px;
	text-align: right;
}
.mois{
	width: 10px;
	height: 50px;
	text-align: left;
}


