/* ------------------------------------ */
/*     Feuille de style principale      */
/*        Mise en forme global          */
/*        www.byconsultant.com          */
/* ------------------------------------ */

/*@import "byc_formulaire.css";*/

/*****************************************
_____Général */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, "Bitstream Vera Sans",  Helvetica, sans-serif;
	font-size: 13px;
	text-align: center; /* pour corriger le bug de centrage IE */
	color: #000;
	background-color: #C6C4C4;
}

#page {
	margin: 11px auto;
	padding: 0;
	position: relative;
	text-align: left; /* on retablit l'alignement normal du texte */
	width: 1000px;
/*	height: 645px; /* IE interprète le height comme un min-height, du coup ça perturbe les autres. Il faut Hacker pour remettre en W3C */
	background: #76B1CA url(/squelettes/css/page_fond.jpg) repeat-x left bottom
}
/*
body > #page {
	min-height: 645px;
	height: auto !important;
}*/


/*****************************************
_____Redéfinitions de balises & Classes Générales */

/* Images typographiques (via image_typo), URL a revoir... */
.format_png {
	behavior: url(/win_png.htc);
}

.cacher, .zone_pas_css {
	display: none;
}

.centrer {
	text-align: center;
}

div.texteencadre-spip {
	clear: both;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #39C;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}


/*****************************************
_____ID entete */

#entete {
	display: block;
}


/*****************************************
_____ID menu */

#menu {
	/*float: left;*/
	position: absolute;
	top: 195px;
	left: 0;
	width: 251px;
	/*margin: 0;
	padding: 0;*/
}

#menu a img {
	margin: 0;
	padding: 0;
	display: block;
}


/*****************************************
_____ID Contenu */

#contenu {
	position: relative;
	margin-left: 251px;
	padding:10px;
	background-color: #fff;
	height: 370px;
}

#page>#contenu {
	min-height: 370px;
	height: auto !important;
}

/*** Zooms ***/
div.encarszoom, div.encarszoom_img {
	float: left;
	position: relative;
	width: 237px;
	margin: 0 auto 15px auto;
	height: 90px;
	border: 1px #39C solid;
	font-size: 11px;
}

div.encarszoom p {
	margin: 5px 7px;
}

div.encarszoom_img p {
	margin: 5px 7px 5px 65px;
}

div.encarszoom a.intitule, div.encarszoom_img a.intitule {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: -1px;
}

div.encarszoom a.suite, div.encarszoom_img a.suite {
	position: absolute;
	right: 10px;
	bottom: 3px;
	font-style: italic;
}

/*** Entete = H1 + menu de rubrique ***/
#contenu_entete {
	position: relative;
	clear: both;
	margin-bottom: 15px;
}

h1 {
	background-color: #39C;
	color: #fff;
	margin: 3px 0 0 0;
	padding: 2px 20px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}

#menu_rubrique {
	margin: 0;
	padding: 0;
}

#menu_rubrique a {
	padding: 5px 15px;
	color: #000;
	font-weight: normal;
	font-size: 13px;
	line-height: 30px;
	/*border-right: 1px solid;*/
}

/*** Contenu de la colone de droite ***/
#contenu_compl {
	float: right;
	/*width: 300px;*/
	width:240px;
}

#equipe_contact {
	margin: 0 auto 10px auto;
	/*width: 280px;*/
	width:230px;
}

#equipe_contact dt {
	margin-bottom: 15px;
}

#equipe_contact dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#equipe_contact dd a {
	font-style: italic;
	font-weight:normal;
}

#image_article {
	margin: 30px auto;
	text-align: center;
}

#contenu_compl p.documents {
	text-align: center;
}

#contenu_compl div.description {
	text-align: left;
border: 1px #39C solid;
/*width:280px;*/
width:220px;
margin:auto;
padding:5px;
}


#contenu_compl p.documents span {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #39C;
}

/*** Contenu de l'article #TEXTE ***/
#contenu_texte {
	/*width: 420px;*/
	width:475px;
}

#contenu_texte p.spip, #contenu_texte li.spip {
	text-align: justify;
}





/*****************************************
_____ID Pied */

#pied {
	clear: both;
	margin: 0;
	padding:0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 67px;
	text-align: center;
}

#pied a {
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
}