body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 130%;
	behavior:url(http://www.ginjfo.com/Css/csshover.htc);
	color: #6B6B6B;
	background-color: #6C6C6C;
}

h1{
	font-size: 120%;
	color: #004040;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #78A515;
	font-weight: lighter;
}
h2{
	font-size: 1em;
	margin: 0px;
	color: #78A515;
	background-color: #FFFFFF;
	padding-top: 0.3em;
	padding-left: 0.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78A515;
}

h3{
	margin: 0px;
	color: #1B7EB4;
	padding-top: 0.3em;
	padding-left: 0.8em;
	font-weight: lighter;
	font-size: 1em;
}

h4{
	font-size: 1em;
	margin: 0px;
	line-height: 1.2em;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	color: #020202;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
br{
	padding-top: 0.1em;
}
h5{
 font-size: 100%;
	margin: 0px;
	padding: 0px;
}
h6{
 font-size: 80%;
	margin: 0px;
	padding: 0px;
}
/* Début des définition du menu horizontal */
div#listmenu {
	width:1000px; 	/* makes the div full width */
	float:left;	/* SET FONT-SIZE HERE */
	font-size: 0.8em;
	background-color:#F2FFD3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004000;
	border-bottom-color: #004000;
	padding: 0px;
	margin: 0px;
	}
div#listmenu ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#F2FFD3; /* creates dividing lines between the li elements */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004000;
	}
div#listmenu li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004000;
	}
div#listmenu li:hover { 
	background-color:#FFF; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*creates space each side of menu item's text */
	text-decoration:none;	/* sets the type color */
	padding-right: 6px;
	padding-left: 6px;
	color: #000000;
	}
div#listmenu a:hover {
	color:#F33;
	font-size: inherit;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	padding: 0px;
	}
div#listmenu ul li ul li {
	width:100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #004000;
	border-bottom-color: #004000;
	border-left-color: #004000;
	}
div#listmenu ul li ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004000;
	
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {
	display:block;
	font-size: inherit;
	margin: 0px;
} /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left;
	margin-left: 10px;
	width: 550px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004000;
	margin-top: 0px;
	padding: 0px;
	}
* html div#listmenu a {
	display:block;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #004000;
	font-size: 13px;
	}

/* Fin des définitions des listes déroulantes du menu horizontal */
div#ContNew img {
	padding: 0.3em;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#Dossier {
	border: 1px solid #99CC33;
	width: 420px;
}
div#Dossier img {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
div#Dossier p{
	float:left;
	width: 270px;
	font-size: 1em;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0.5em;
}
div#Dossier h3{
	float:left;
	width: 270px;
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#conteneur {
	width: 1000px;
	border: 1px solid #78A515;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#header 
{
	background-color: #74A003;
	height: 100px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-position: center;
	}
#centre
{
	margin: 0px;
}
#PubHaut {
	background-repeat: no-repeat;
	height: 90px;
	float: right;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#logo_Site {
	background-repeat: no-repeat;
	height: 60px;
	float: left;
	left: 0px;
	right: 0px;
	clip: rect(0px,0px,0px,0px);
	vertical-align: middle;
	padding-top: 20px;
}
#centregauche
{
	background-color: #FFFFFF;
	width: 840px;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99C13C;
}
#centregauche li
{
	list-style-image: url(../Images/Liste.png);
}
#TestAV {
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	margin-top: 5px;
	margin-right: 1px;
	margin-left: 1px;
}
#TestAV img {
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
}
#TestAV p{
	float:left;
	width: 300px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
#TestAV h6{
	color: #669933;
	background-color: #FFFFFF;
	font-weight: lighter;
	font-size: 1em;
	margin-left: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
}
#centredroit
{
	background-color: #FFFFFF;
	width: 148px;
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	font-size: 0.8em;
	height: 600px;
}

#test
{
	background-color: #FFFFFF;
	padding-top: 5px;
	
}
#pied {
	clear: both;
	margin: 0;
	color: #333;
	background-color: #74A003;
	text-align: right;
	bottom: 0px;
	font-size: 0.8em;
}
#pied a {
	color: #FFFFFF;
	font-size: inherit;
}
.Titre_Blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
}
a{
	color: #004080;
	text-decoration: none;
	font-size: inherit;
}
a:link{
	color: #004080;
	text-decoration: none;
}
a:visited{
	color:  #004080;
	text-decoration: none;
	font-size: inherit
}
a:hover{
	text-decoration: none;
	color: rgb(255,120,0);
	font-size: inherit
}
div#actualite {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height:20px;
	margin-top:0px;
	padding: 0.5em;
	font-size: 11px;
}
div#actualite ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
div#actualite li{
	list-style-image: none;
	}
#Ecologie {
	background-color: #FFFFFF;
	padding: 0.5em;
}

div#Ecologie ul{
	padding: 0px;
	margin: 20px;
}

div#Ecologie li{
	list-style-image: url(../Images/IconeEcologie.jpg);
	}

div#Ecologie h3{
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
	
	
.Ecoune1 {
	float: left;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#Tutoriaux {
	background-color: #FFFFFF;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FCFEF4;
	border: 1px solid #78A515;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}

#Tutoriaux img {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.TitreCommentaire {
	font-size: 1em;
	margin: 0px;
	color: #FF8000;
	background-color: #FFFFFF;
	padding-top: 0.3em;
	padding-left: 0.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
}
fieldset {
	border: 1px solid #004000;
	background-color: #FFFFFF;
	width: 95%;
	padding: 0.5em;
}
fieldset p {
	padding: 0em;
	margin: 0px;
}
div#Manque {
	border: 1px solid #EAEAEA;
	background-image: url(../Images%20Site/bandeau.gif);
	background-repeat: repeat-x;
	padding: 5px;
	width: 820px;
	background-color: #FFF;
}
div#Manque ul {
	padding: 0px;
	margin: 0px;
}
div#Manque li {
	float: left;
	list-style-image: none;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 270px;
}
div#Manque h1{
	float:left;
	width: 170px;
	margin :0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#Manque p{
	float:left;
	width: 170px;
	margin :0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}

#astuce {
	background-color: #FFFFFF;
	}
#astuce img {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
#astuce p {
	width: 300px;
}
#astuce a {
	font-size: inherit;
	}
#principal{
	padding: 10px;
	background-color: #FFFFFF;
	}
#principal fieldset {
	border: 1px solid #004000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.Alerte {
	color: #FF0000;
}
.Auteur {
	font:11px Arial, Helvetica, sans-serif;
	color: #FF8000;
	line-height:20px;
	margin-top:0px;
	padding: 0.5em;
}
.bodyText {
	font-size: 11px;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	padding: 0.5em;
	}
.bodybouton {
	color:#666666;
	line-height:16px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Cell {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 3px;
}
.bodyTextIndex {
	color:#666666;
	margin-top:0px;
	padding: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 15px;
}
.clearthefloats {
	clear:both;
}

.TitreRED {
	color: #CC3300;
}
div#search {
	float: right;
	height: 60px;
	width: 530px;
	margin: 0px;
	padding: 0px;
	left: 350px;
	top: 0px;
}
.bodytestnew {
	color:#666666;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

div#Cat {
	margin-top:0px;
	margin-left: 0px;
	padding: 0px;
}

div#Cat img{
	float: left;
	padding-left: 0.5em;
	width: 60px;
}
div#Cat p{
	float: left;
	padding-top: 0px;
	width: 160px;
	line-height: 20px;
	margin-top: 10px;
}

div#Describ {
	color: #808000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
	padding-left: 0.8em;
	padding-top: 0.3em;
	margin: 0px;
}
.CellTab {

	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 0.5em;
}
#Photo {
	background-color: #FFFFFF;
	float: left;
	width: 190px;
	margin-top: 5px;
	margin-right: 0px;
	height: 180px;
	margin-bottom: 20px;
	border: 1px solid #E5E5E5;
	margin-left: 5px;
}
.bodyTextAct {

	font:12px Georgia;
	line-height: 24px;
	color:#333333;
}
#Forum {
	background-color: #FFFFFF;
	padding: 0.5em;
	border: 1px dotted #B35900;
}
.bodytestForumB {
	color:#1B7EB4;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
	margin-left: 5px;
}
.bodytestForum {
	color:#666666;
	margin-top:0px;
	padding-left: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.bodytestForumB {
	color:#1B7EB4;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
	margin-left: 5px;
}
.bodytestForum {
	color:#666666;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.TestAvenir {
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	margin-top: 5px;
	margin-right: 1px;
	margin-left: 1px;
	}
.CellForum {
	border: 1px solid #FF8000;
}
.Testune {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
.bodyTextRed {
	color:#FF0000;
	line-height:20px;
	margin-top:0px;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#Archive img {
	float:left;
	margin-top: 10px;
	margin-left: 20px;
}
.TitreArchive {
	font-size: 1.4em;
	color: #254505;
	padding-top: 0.3em;
	padding-left: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}
div#ArchiveslastTest img {
    float:left;
	margin-top: 5px;
	margin-left: 25px;
}
.Vert {
	color: #004000;
	font-weight: bold;
	margin: 0px;
}
#Flash {
	background-color: #EEEEEE;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	background-image: url(../Images%20Site/bandeau_Flash.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #E6E6E6;
	border-left-color: #FFFFFF;
}
#Flash img {
	margin: 0px;
	padding: 0px;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
	float: none;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#Speci {
	background-color: #FFFFFF;
	border: 1px solid #FF8D1C;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.bodytestnewred {
	color:#FF0000;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#Pub1 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#PubEncar {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#Malice img {
	width: 550px;
}
div#Log {
line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FCFEF4;
	border: 1px solid #78A515;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
div#Log img {	
	margin: 6px;
	padding: 4px;
	border: 1px solid #E8E8E9;
}
div#Log h1 {
	font-size: 120%;
	color: #004040;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #78A515;
	font-weight: lighter;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-left-color: #C1C1C1;
}
div#Describ1 {
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	padding-bottom: 0.3em;
}
div#Describ1 h1 {
	color: #030303;
	margin: 0px;
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div#Describ1 h3 {
	font-family: Verdana;
	margin: 0px;
	padding-left: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #800040;
}

div#Describ2 {
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	padding-bottom: 0.3em;
	height: 150px;
}
div#Describ2 h1 {
	color: #030303;
	margin: 0px;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div#Describ2 h3 {
	font-family: Verdana;
	margin: 0px;
	padding-left: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #800040;
}
div#wrapper {
	float: left;
	width: 27em;

}
/* stop the floating after the list */
div#wrapper br {
  clear: left;
}
div#wrapper ul li a {
  display: block;
  width: 24em;
  text-decoration: none;
}


div#wrapper ul li a:hover{
  color: #FFF; /* white */
  background-color: #A52A2A; /* brown */
}


#Top_Prod {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(../Public/Comp_Prix/Images/cellpic3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #99CC33;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	width: 200px;
}
#Top_Prod {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(../Public/Comp_Prix/Images/cellpic3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #99CC33;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	float: left;
	width: 200px;
}
#Comp_Prix {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(../Public/Comp_Prix/Images/cellpic3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #99CC33;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 600px;
}
TR.pm_top {
font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
    line-height:20px;
	margin-top:0px;
	padding: 0.5em;
	font-size: 11px;
}
TD.pm_top {
font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
    line-height:20px;
	margin-top:0px;
	padding: 0.5em;
	font-size: 11px;
}
#Actu_G {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height:20px;
	margin-top:0px;
	font-size: 11px;	
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #FFFFFF;
	background-image: url(../Public/Comp_Prix/Images/cellpic3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #99CC33;
	margin: 0px;
}
div#Actu_G ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
div#Actu_G li{
	list-style-image: none;
	}
#Actu_E {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(../Public/Comp_Prix/Images/cellpic3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 5px;
	border: 1px solid #99CC33;
}
/* PM top by keywords */
div.innews TABLE.pm_top{width:380px; height:100px; border-collapse:collapse; font-size:9px;}
div.innews TABLE.pm_top TD { width:33%;text-align:center;overflow-y:hidden;}
div.innews td.pm_top_image {text-align:center;}
div.innews TABLE.pm_top TD A{font-size:12px;}

.blockquote {
	border: 1px solid #adc387;
	background-color: #e4edd5;
}

.alert {
	background: #f8bda9 url(../Images%20Site/Alert.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #57060a;
}
.info {
    background: #b9cce5 url(../Images%20Site/Info.png) no-repeat 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #466eae;
	border-bottom: 2px solid #466eae;
	color: #000;
	}
.warn {
    background: #faffb5 url(../Images%20Site/Attention.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #463b0b;
}

.Relation {
	text-align: left;
	color: #000;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A6D15C;
	border-bottom-color: #A6D15C;
	}
.Relation h4{
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #9DB832;
	}
	
/* Mise en page Eco */

.Titre_Jaune-Eco {
	background: #faffb5;
	text-align: left;
	border-top: 1px solid #F7D229;
	border-bottom: 1px solid #F7D229;
	color: #463b0b;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}
.Titre_Vert-Eco {
	text-align: left;
	color: #463b0b;
	background-color: #C7DFAC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004000;
	border-bottom-color: #004000;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}
.Titre_Note {
	background: #74a003;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	font-style: italic;
	line-height: 16px;
	text-transform: capitalize;
	height: 60px;
	width: 60px;
	border: 2px solid #425B00;
	padding-right: 3px;
	padding-left: 3px;
}

.EcoArticleGrosTitre{
	float: left;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.EcoArticleGrosTitre .Titre{

font-size:18px;

font-weight:bold;

padding-bottom:3px;

}

.EcoArticleGrosTitre .Chapo{

font-size:12px;

text-decoration:none;

}
.EcoArticleGrosTitre IMG.Image{

text-align:right;

padding:0 5px 5px 5px;

}

.EcoArticlepub_1 {
	float: left;
	width: 400px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

.EcoArticleGrosTitre_1 {
	float: left;
	width: 390px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	height: 200px;
}

.EcoArticleGrosTitre_1 .Titre{
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	color: #000;
}

.EcoArticleGrosTitre_1 .Chapo{

font-size:12px;

text-decoration:none;

}
.EcoArticleGrosTitre_1 IMG.Image{

text-align:right;

padding:0 5px 5px 5px;

}

.AlauneGrosTitre{
	float: left;
	width: 350px;
	padding-left: 50px;
}

.AlauneGrosTitre .Titre{

font-size:18px;

font-weight:bold;

padding-bottom:3px;

}

.AlauneGrosTitre .Chapo{

font-size:12px;

text-decoration:none;

}
.AlauneGrosTitre IMG.Image{

text-align:right;

padding:0 5px 5px 5px;

}

.EcoArticlePetitTitre{
	float: right;
	width: 310px;
}

.EcoArticlePetitTitre .Titre1{

font-size:12px;

font-weight:bold;

padding-bottom:1px;

}

.EcoArticlePetitTitre .Chapo1{

font-size:10px;

text-decoration:none;

}

.EcoArticlePetitTitre1{
	float: left;
	width: 200px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	margin-top: 5px;
	margin-right: 5px;
	clear: left;
}

.EcoArticlePetitTitre1 .Titre1{

font-size:12px;

font-weight:bold;

}

.EcoArticlePetitTitre1 .Chapo1{

font-size:10px;

text-decoration:none;

}

div#EcoArticle1{
	float: right;
	width: 200px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	margin-top: 5px;
	margin-right: 5px;
}


#TRBNavigation{
	font-size:10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#TRBNavigation h2{
	border-bottom-style: none;
}

#TRBNavigation SPAN{
	margin-top:10px;
	padding:1px 5px 1px 5px;
	width: auto;
	display: block;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:9px;
	
}

#TRBNavigation A:hover{

color:#FF8000;

text-decoration: none;

}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

.listeDate {
	font-size: 11px;
	color: #a3a3a3;
}
.listeTitre {
	font-weight: 700;
	display: block;
}

.GrosTitre{
	padding:2px;
	float: left;
	width: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
}

.GrosTitre .Titre{
	font-weight:bolder;
}

.GrosTitre .Chapo{

font-size:12px;

text-decoration:none;

}
.GrosTitre IMG.Image{

text-align:right;

padding:0 5px 5px 5px;

}