/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 
/* Les éléments HTML en général
-------------------------------------------------------- */
* {
	margin:0; /* Bug IE */
}
html,body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #ffffff;
	font-size:0.8em;
	line-height:1.6em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body {
	background-color: #669966;
	padding-bottom:30px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS",sans-serif;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
pre,code {
	font-size:1.2em;
}
pre {
	width:100%;
	overflow:auto;
	border:1px solid #CCC;
}
fieldset {
	border:none;
}
label {
	cursor:pointer;
	cursor:/*hand*/crosshair;
}
.field label {
	display:block;
}
textarea {
	width:100%;
	font-size:1em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a, a:visited {
	color:#587F95;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
	background:transparent;
}


/* La page
-------------------------------------------------------- */

#page{
	background-color: #fff;
	color: inherit;
	width: 980px;
	margin: /*20px*/ auto;
	text-align: left;
	padding:0;
	border:6px solid #a8c9af;
}

/* Barre de navigation
-------------------------------------------------------- */
#navcontainer {
background-color: #a8c9af;
width: 980px;
}

#navcontainer ul {
padding-left: 0;
margin-left: 0;
background-color: #a8c9af;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 15px;
}

#navcontainer ul li { 
display: inline; 
background-color: #a8c9af;
}

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #a8c9af;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color:#fff /*#369*/;
color: #a8c9af;
}
 
/* L'entête
-------------------------------------------------------- */
#top {
	background:#426070;
	height:200px;
	padding-left:0px;
}

.region {
	position:absolute;
	margin-left: -970px;
	margin-top: 10px;
}

/* Le contenu
-------------------------------------------------------- */

#main {
	width:980px;
	margin-bottom:20px;
}
#content {
	float:left;
	margin:10px 0 0 30px;
	padding:1em 0 0 0;
	width: 680px;
	color: #5C4033;
	text-align: justify;
	font-size: 12px;

}

#content li {
	background:url(img/bullet.gif) no-repeat 0px 2px;
	padding-left: 15px;
}

#content img{
	border:none;
}

#texte {
	margin-left: 30px;
	color: #5C4033;	
	font-size: 1.2em;	
}


#michel {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.livrepapa {
	border: solid;
	color: black;
}	


/* La barre de côté
-------------------------------------------------------- */
#sidebar {
	color:inherit;
	margin:auto;
	padding:1em 0 1em 2em;
	color: blue;
	text-align: justify;
}
	
#sidebar div {
	margin:auto;
	padding-bottom: 15px;
}




#sidebar {
	background-color: /*url(img/sidebar.png) no-repeat 0px 0px*/ transparent;
	float:right;
	width:220px;
	padding-top:20px;
	padding-bottom:4em;
	margin-bottom:10px;
	/*border-left: 2px solid #a8c9af;*/
}
#sidebar div ul {
	margin-top:10px;
	padding:0;
	list-style:none;
}

#sidebar img {
	margin-left:auto;
}


#sidebar {
	font-size: 12px;
}

#sidebar h2 {
	padding-left:14px;
	padding-bottom:3px;
	margin-bottom:12px;
	background:url(img/bullet.gif) no-repeat 0px 2px;
	border-bottom:1px dotted #B7C1B7;
	color:#87af87;
}

#trouver img {
	margin-left: 40px;
	margin-bottom: 10px;
}

#trouver2 img {
	margin-left: 40px;
	margin-bottom: 10px;
}

#trouver3 img {
	margin-left: 40px;
	margin-bottom: 10px;
}

#sidebar a {
	color: /*#009999*/#669966;
}



/* Le pied de page
-------------------------------------------------------- */


#footer {
	padding:0;
	margin:0;
	/*vertical-align:middle;*/
	border-top:1px solid #CCC;
	background:#EEE;
	color:#666;
	clear:both;
	text-align: center;
	width: 980px;
}

#footer img {
	float:right;

}
#footer a {
	color: #999;
}



