HTML, BODY, TD, INPUT {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #808080;
	text-align:center;
	background-image: url(okibha_fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img, table { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#page {
	width: 75em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*-------Entete----------------------------- */
#header {
	height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	top: 0.4em;
	left: 1em;
	position: relative;
	width: 40em;
}
#eyecatcher {
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0em;
	left: 0em;
	background-color: #CCCCCC;
	background-image: url(okibha_entete.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/*------Fil d'ariane---------------------------------------- */
#maintopic {

	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	position: relative;
	top: 20px;
	left: 50px;
}
#hierarchie {
	clear: none;
	margin-bottom: 2em;
	font-size: 0.77em; 
	float: right;
}
#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#maintopic li {
	display: inline;
}
#maintopic li a {
	margin: 0px;
	padding: 4px 8px 8px 8px;
	background : #F3E2E4 url(images/pel.gif) no-repeat top left;
	text-decoration: none;
	color: #561B24;
	border-left: 1px solid #ffffff;
}
#maintopic li a img {
	vertical-align : middle;
}
#maintopic li a.sel {
	background-color: #CD506A;
}
#maintopic li a:hover {
	background-color : #561B24;
	color: #ffffff;
}

/*------Menu gauche---------------------------------------- */

#topic {
	width: 13em;
	height:14.7em;
	top: -2.5em;
	left: -0.1em;
	position: relative;
	background-color: #E9E9E9;
	padding: 0px;
	margin: 0px;
	float: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#topic h3 {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	height: 19px;
	background-color: #E9E9E9;
	border-bottom: #000000 1px solid;
	color: #000000;
	display: block;
	font-size: 100%;
	font-weight: normal;
}


#topic p {
	text-align: right;
	margin: 0px;
	padding: 4px 10px 4px 10px;
}

#topic p.sub {
	padding: 2px 40px 4px 10px;
}


#topic p a {
	text-decoration: none;
	color: #000000;
}

#topic p a:hover {
	color: #006699;
}


/*------Menu droit---------------------------------------- */

#sidebar {
	position: relative;
	top: -1.7em;
	right: 0em;
	width: 12em;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #E9E9E9;
	display: block;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}
/*navigation-----------------------------------------------------------*/
#menu {
	text-align: left; 
	text-decoration: none;
}
#menu h2 {
	margin: 0px 0px 4px;
	padding: 6px 10px 4px;
	height: 19px;
	border-bottom: #000000 1px solid;
	color: #000000;
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
}

#menu A {
	color: #000000; 
	text-decoration: none;
}
#menu A:link {
	color: #000000;
}
#menu A:visited {
	color: #999999;
}
#menu A:hover {
	color: #006699;
	text-decoration: none;
}

#menu  A.loisel {
	color: #000; 
	text-decoration: none;
}
#menu  A:link.loisel {
	color: #000;
}
#menu  A:visited.loisel {
	color: #000;
}
#menu  A:hover.loisel {
	color: #006699;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*------Page centrale---------------------------------------- */

#content {
	width: 46em;
	top: 0em;
	left: 1em;
	padding: 10px;
	margin: 0px;
	display: block;
	float: left;
	position:relative;
}

/*------Gestion du contenu de la page principale---------------------------------------- */
#content .signature {
	color: #999999;
	text-align: right;
	font-style: italic;
}
#content #photo {
	display: block;
	float: right;
	margin-right: 0.2em;
	margin-bottom: 1em;
}
#content h1 {
	height: 19px;
	background-color: #CCC;
	border-bottom: #000000 1px solid;
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#content h2 {
	margin: 0px;
	padding: 3px 5px 2px 5px;
	height: 19px;
	border-bottom: #000000 1px solid;
	color: #000000;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

#content h3 {
	font-size: 105%;
	font-weigth: bold;
	margin: 0px;
	padding: 10px 0px 2px;	
	color: #006699;
}
#content hr {
	height: 1px; 
	color: #000000; 
	background-color: #000000; 
	border: none;
}
#content p {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 160%;
	text-align: justify;
}
#content a {
	text-decoration: none;
	color: #660066;
}
#content a:hover {
	text-decoration: none;
	color: #006699;
}
#content .vignette {
	float: left;
	padding: 5px 10px 0px 0px;
	margin: 15px 0px;
	width: 80%;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	height: 15em;
	vertical-align: bottom;
	display: block;
}
#content .date {

	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	vertical-align: middle;
	background-color: #E9E9E9;
	width: 20em;
	top: 1em;
	right: -2em;
	float: right;
	position: relative;
		padding-left: 1em;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
#content #flyer {
	display: block;
	float: left;
	width: 40em;
	height: 15em;
	padding: 5px 10px 0px 0px;
	margin: 15px 0px;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
}
#content #flyer #imageflyer {
	display: block;
	width: 18.4em;
	float: left;

	margin-left: 1em;
}
#content #flyer #descriptflyer {
	display: block;
	position: relative;
	width: 17em;
	height: 5em;
	top:7.9em;
	float: right;
	right:-18em;
}
#content #flyer #descriptflyer p{
	position:absolute;
	bottom:0;
	text-align: left;
}
#content #flyer #titreflyer {
	display: block;
	position: relative;
	float: right;
	width: 15em;
	height: 1.7em;
	right:-2em;
	top:8.3em;
	padding-left: 1em;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	padding-top: 0.3em;
	background-color: #E9E9E9;
}
#content .clearer {
	clear: both;
}
#more {
	marging: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}


/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
 }
	
#documents_portfolio h2 { 
	margin: 0px;
	padding: 3px 5px 2px 5px;
	height: 17px;
	background-color: #999;
	border-bottom: #000000 1px solid;
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: bold;
}
#document_actif { margin-top: 1em; }


/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------------------------------------------------ */
.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
	margin-left: 10px;
}
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 80%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Couverture flottant gauche */
.lcouv {
	/*position : relative;*/
	float : left;
	margin : 0 0.6em 0.6em 0;
}
.rcouv {
	position : relative;
	float : right;
	margin : 0 0 0.6em 0.6em;
}
img.lcouv, img.rcouv {
	border : 1px solid #000;
}

.lcouv-marge {
	margin-top : 1em;
	margin-right : 1em;
}

/* couverture avec ombre */
div.lcouv, div.rcouv, div.ombre-bg {
	border : none;
	padding : 0;
	background : transparent url(http://www.editions-eyrolles.com/style/img/ombre-bg.png) no-repeat bottom right;
}
div.lcouv img, div.rcouv img {
	display : block;
	border : 1px solid #000;
}
div.ombre-tr {
	background : transparent url(http://www.editions-eyrolles.com/style/img/ombre-tr.png) no-repeat top right;
}
div.ombre-bl {
	padding : 0 4px 4px 0;
	background : transparent url(http://www.editions-eyrolles.com/style/img/ombre-bl.png) no-repeat bottom left;
}




