body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

.centre {
text-align:center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	/*margin: 0;*/
	color: #FFFFFF;
	margin-left: 150px;
	
	
}

#logo h1 {
	float: left;
	padding-top: 30px;
	
	
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 778px;
	/*height: 45px;*/
	height: 30px;
	margin: 0 auto;
	background: #F6F6F6 url(images/image2b.gif) no-repeat;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

/* image */
.image140 {
  float: left;
  width: 140px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.dessousimage {
  clear: both;
}

/*** Mise en forme du formulaire ***/
 
#inscription {
	border: none;
	margin-left: auto; 
	margin-right: auto;
	width: 400px;
}

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em "Trebuchet MS", arial, hevetica, sans-serif;
	text-align:center;
	color: #cc0000;
	margin: 0;
	padding: .5em;
}
#piedForm {
	text-align: right; /*** Les boutons sont align?s ? droite ***/
}
#piedForm input {
	font-weight: bold; /*** Pour am?liorer la lisibilit? des boutons ***/
	margin-left: 1em;
}
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	color: black;
	background: #efefef;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm fieldset#coordonnees label {	/*** Mise en forme des intitul?s de champs ***/
	float: left;	/*** Tr?s important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitul?s prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont align?s ? droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centr?s verticalement. ***/
}
#corpForm label:hover, #piedFormF input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs ? cliquer sur les intitul?s ***/
}

#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}

#corpForm a.aide:hover {	/*** Le curseur de la souris chang????????????e d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #FFFF99;
	color: black;
}
#corpForm .normal {	/*** Retour ? l'?tat normal apr?s l'utilisation ***/
	background: white;
	color: black;
}

em {
font-size: 10px;
}
/* Input du formulaires d'ajout */
input  {
    background-color: #FFFFFF;
    color: #cc0000;
    border: 1px solid #000000;
    font-size: 11px;
    font-family: Arial,Georgia, "Times New Roman", Times, serif;
    font-weight: bold; }
	
/* tableau des ebooks */
/* tableau page accueil */
.tabA {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
/*.colonneA {
  width: 375px;
}*/

.ligneA {
text-align: center;
}

.titre {
	/*margin-top: 13px;*/
	/*margin-top: 13px;*/
	padding-top:13px;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}

/* pour les sommaires */
.sommairetitre {
padding-left : 10px;
color : #990000;
font-family: "Trebuchet MS";
font-size: 16pt;
letter-spacing: 2px;
}

.sommaire {
padding-left : 30px;
font-family: "Trebuchet MS";
}

.italique {
  font-style: italic;
  font-size: 11pt;
  color: #242424;
}

.image140 {
  float: left;
  width: 140px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.image150 {
  float: left;
  width: 150px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.gras {
  font-weight: bold;
}


