

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: black;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-left:5px;
	color: #008c00;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #77a5ff;
	text-decoration: none;
}

a:hover {
    color: #90db01;
	text-decoration: none;
}
strong {
    color:#91c476;
}
small { 
    font-size:12px;
}
hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}
.pub {
    text-align:center;
}
/* Header */

#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 52px;
	font-size: 4em;
	color: #554D49;
}

#logo h1 a {
	color: #554D49;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #7F7772;
}

#logo h2 a {
	color: #7F7772;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	padding-top: 30px;
	background: #73D000 url(images/img02.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}
#plan {
    margin-left:200px ;
	color: #008c00 ;
	font-size: 13px ;
}
#plan a{
	color: #91c476 ;
}
#plan a:hover {
    color: #008c00;
	text-decoration: none;
}
#latest-post {
	float: left;
	width: 160px;
	margin-left:-30px;
	background: url(images/img06b.gif) no-repeat;
}
#latest-post h3 {
    font-size: 1.1em;
}
#latest-post .entry {
	background: url(images/img04.gif) repeat-x left bottom;
	margin-left:5px;
}
#latest-post a {
	color: #008c00;
}
#latest-post a :hover {
	color: black;
}
#recent-posts {
	float: left;
	width: 620px;
	padding: 12px 0 0 30px;
	background: url(images/img03.gif) repeat-y;
}
#recent-posts .entry {
	background: url(images/img04.gif) repeat-x left bottom;
}
#recent-posts h3 {
    color: #008c00;
}
.entrytitre {
	border-top: 2px solid #008c00 ;
	border-bottom: 2px solid #008c00 ;
}
.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.rightpub {
    float: right;
    width: 120px;
	margin-top: 0px ;
	margin-right:-30px;
    
}
.marque
{
    width:100px;
	height:auto;
}
.bulle {
   width:100px;
   height:auto;
}
h5 {
   text-align:center;
   color:red;
   font-size: 14px;
}
a.infog {
   position: relative;
   color: black;
   text-decoration: none;
}
a.infog span {
   display: none; /* on masque l'infobulle */
}
a.infog:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}
a.infog:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   width:320px;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   margin-top: -50px; /* on positionne notre infobulle */
   left: -150px;
   background: #FFFFFF url(images/img01.jpg) repeat-x;
   padding: 50px;
   border: 2px solid #008C00;
   border-left: 4px solid #008C00;
   border-right: 4px solid #008C00;
}
/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: #CDEB8B url(images/img05.gif) no-repeat;
	border-top: 20px solid #FFFFFF;
	color: #008C00;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

