/****************/
/* Reset CSS */
/****************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 

        margin:0;
 	padding: 0;
}

#message{
margin-left:20px;
}

#intro
{
float=left;
}
table {
 	border-collapse: collapse;
 	border-spacing: 0;
}

fieldset, img { 
 	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
 	font-style: normal;
 	font-weight: normal;
}

ol, ul {
 	list-style: none;
}

caption, th {
 	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
 	font-size: 100%;
 	font-weight: normal;
}

q:before, q:after {
 	content: '';
}

abbr, acronym {
 	border: 0;
}

/****************/
/* Main CSS */
/****************/

body {
	background-color: #c4ead5;
}

#bod {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	border: 2px solid #0c8b44;
        padding:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 10px;
}

.clear {
	clear: both;
}

/*--------*/
/* Header */
/*--------*/

#header {
	width: 960px;
	height: 200px;
	margin: auto;
	margin-top: 3px;
	background-color: #fff;
}


#header-content {
	width: 960px;
	height: 150px;
	margin: auto;
	margin-bottom: 3px;
	background-color: #fff;
	
}

#header-content h1 a {
	background: #fff url(img/logovide.png) no-repeat scroll 0 0;
	display: block;
	height: 150px;
	width : 160px;
	text-indent: -9999px;
	margin-right: 35px;
	margin-left: 35px;
	float: left;
}

#img {
	background: #fff url(img/banniere.gif) no-repeat scroll 0 0;
	display: block;
	height: 140px; 
	width: 700px;
	margin-right: 20px;
	margin-top: 5px;
	float: right;	
}

/*-------------*/
/* Menu Header */
/*-------------*/

#menu {
	width: 960px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #c4ead5;
	margin: auto;
}

#menu ul {
	width: 960px;
	height: 35px;
	margin: auto;
	text-align: right;
}

#menu ul li {
	display: inline-table;
	color: #0c8b44;
	padding: 9px;
}

#menu ul li:hover {
	display: inline-table;
	padding: 9px;
	background-color: #0c8b44;
}

#menu ul li.active {
	display: inline-table;	
	padding: 9px;
	background-color: #0c8b44;
}

#menu ul li a {
	color: #0c8b44;
	text-decoration: none;
}

#menu ul li:hover a {
	color: #fff;
	text-decoration: none;
}

#menu ul li.active a {
	color: #fff;
	text-decoration: none;
}

#flag {
	display: inline;
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-left: 20px;
}

/*---------*/
/* Sidebar */
/*---------*/

#side {
	float: left;
	width: 215px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #fff;
}


#side h3 {
	border-bottom: 1px solid #0c8b44;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 6px;
	padding-bottom:1px;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
}

#side ul {
	margin-bottom: 20px;
}

.sidelab {
	cursor: pointer;
	display: block;
	float: left;
	text-align: right;
	width: 40%;
	margin-bottom: 5px;
}

.sidein {
	border: 1px solid #a2d3cf;
	padding: 4px;
	width: 48%;
	height: 14px;
	float: right;
	margin-bottom: 5px;
}

.sidebutton {
	float: right;
	display: block;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 50px;
	width: auto;
	height: 25px;
	padding: 3px;
	color: #fff;
	background-color: #0c8b44;
	border-color: #0c8b44;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.sidebutton:hover {
	background-color: #096934;
	border-color: #096934;
	cursor: pointer;
}

#side p {
	margin-bottom: 5px;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	width: 100%;
}

#side p.txt {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 55px;
	margin-top: 45px;
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}

.login {
	color: #0c8b44;
}

.sidepro {
	background: url(img/pflecheBV.png) no-repeat 10px center #c4ead5;
	color: #0c8b44;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.sidepro:hover {
	color: #fff;
	background: url(img/pflecheHB.png) no-repeat 10px center #0c8b44;
	-moz-border-radius: 15px 15px 0 0; 
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.spro {
	background: #c4ead5;
	border: 1px solid #0c8b44;
	text-align: center;
}

#proside {
	margin-top: 15px;
	margin-bottom: 30px;
}

/*-------*/
/* Corps */
/*-------*/

#corp {
	width: 960px;
	margin: auto;
	margin-bottom: 25px;
	background-color: #fff;
}

/*---------*/
/* Contenu */
/*---------*/

#content {
	float: left;
	width: 700px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #fff; 
}

a {	
	color: #0c8b44;
	text-decoration: none;
}

a:hover {
	color: #096934;
	text-decoration: none;
}

h2 {
	border-bottom: 2px solid #0c8b44;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 1px;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
}

h2.produit {
	margin-bottom: 5px;
}

p.tiny {
	margin-bottom: 60px;
	padding-bottom: 220px;
}

#content h3.listtitle {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	width: 60%;
}

#content p.list {
	width: 60%;
}

#colortxt {
	color: #0c8b44;
}

#listpost {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #a2d3cf;
}

#listtext {
	width: 70%;	
}

#listbutton {
	width: 30%;
	margin-left: 500px;
}
#listbutton2 {
	width: 20%;
	margin-left: 600px;
}

a.buttonlist {
	margin-top: 5px;
	margin-right: 5px;
	width: auto;
	height: 30px;
	padding: 6px;
	color: #fff;
	background-color: #0c8b44;
	border-color: #0c8b44;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

a.buttonlist:hover {
	color: #fff;
	background-color: #096934;
	border-color: #096934;
	cursor: pointer;
}

p.accueil {
	width: 450px;
	float: left;
	margin-top: 25px;
}

img.accueil {
	float: right;
}

/*---------*/
/* Tableau */
/*---------*/

#table {
	margin-top: 25px;
	margin-bottom: 25px;
}


table {
	border: solid 2px #44d3cf;
	width: 87%;
	border-collapse: collapse;
}


th {
	border: solid 2px #0c8b44;
	text-align: center;
	font-size: 18px;
	padding: 15px;
	color: #a2d3cf;
}

td {
	border: solid 2px #0c8b44;
	text-align: center;
	padding: 5px;
}

th.reference {
	width: 70px;
}

th.puht {
	width: 60px;
}

th.quantite {
	width: 30px;
}

th.tlht {
	width: 60px;
}

div.typetab {
	display: block;
	padding-top: 8px;
	padding-bottom: 6px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0c8b44;
	background-color: #c4ead5;
	font-size: 18px;
	border: 1px solid #0c8b44;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}


div.cattab {
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 87%;
	margin: auto;
	margin-top: 10px;
	color: #0c8b44;
	background: url(img/flecheBV.png) no-repeat 580px center #c4ead5;
	font-size: 14px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	border-radius:15px;
	text-align: center;
	cursor: pointer;
}

div.cattab:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 87%;
	margin: auto;
	margin-top: 10px;
	color: #fff;
	background: url(img/flecheBB.png) no-repeat 580px center #0c8b44;
	font-size: 14px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	border-radius:15px;
	text-align: center;
	cursor: pointer;
}

#pue {
	cursor: default;
	border: none;
	text-align: right;
}

#devise {
	float: right;
	margin-top: 20px;
}

a.devise {
	border:1px solid #0c8b44;
	color:#0c8b44;
	background-color: #c4ead5;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 10px;
	cursor: pointer;
}

a.devise:hover {
	border: 1px solid #0c8b44;
	color: #fff;
	background-color: #0c8b44;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 10px;
	cursor: pointer;
}

#tvalue {
	width: 130px;
}

#ttext {
	text-align: right;
}

/*-------------*/
/* Inscription */
/*-------------*/

fieldset {
	border: 1px solid #a2d3cf;
	padding: 15px;
	width: 645px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
}

fieldset.bouton {
	border: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 25px;
}

legend {
	border: 1px solid #a2d3cf;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	padding: 2px 10px;
	color: #0c8b44;
	background-color: #c4ead5;
}

#content p {	
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

#content p.pform {
	margin-bottom: 10px;
	display: block;
}


#content p.img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}

#content div.ligne {
	width: 400px;
	margin-left: 135px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
	border: 3px solid #0c8b44;
	background-color: #c4ead5;
	color: #0c8b44;
	margin-bottom: 25px;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#content div.videot {
	width: 270px;
	height: 80px;
	text-align: center;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	border: 2px solid #0c8b44;
	background-color: #c4ead5;
	color: #0c8b44;
	margin-bottom: 25px;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#content p.line2 {
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 6px;
	text-align: center;
	margin-left: 30px;
	margin-right: 20px;
	width: auto;
}

#content p.line {
	font-size: 15px;
	margin-bottom: 0px;
	text-align: center;
	width: auto;
}

.underline {
	border-bottom: 1px solid #0c8b44;
}

.black {
	color: black;
}

/*---------*/
/* Contact */
/*---------*/

input, textarea {
	border: 1px solid #a2d3cf;
	padding: 5px;
	width: 62%;
	margin-left: 5px;
}

input.check {
	border: none;
	padding: 10px;
	width: 4%;
}

input.checkp {
	display: inline;
	border: none;
	float: left;
	width: 5%;
	margin-top: 10px;
	margin-right: 100px;
	padding-bottom: 10px;
}

input.prix {
	width: 20%;
}

table {
	float: right;
	margin-top: 10px;
	margin-right: 45px;
}

label.txtcaptcha {
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	text-align: right;
}

img.capt {
	float: left;
	display: block;
	margin-left: 85px;
}

img.paiment {
	display: inline;
	float: right;
}

select {
	margin-top: 2px;
	border: 1px solid #a2d3cf;
	width: 57%;
	padding: 1px;
}

input:focus, textarea:focus, select:focus {
	border-color: #0c8b44;
}

label {
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	text-align: right;
	width: 30%;
}

label.condi {
	margin-top: 20px;
	width:40%;
}

.condi2 {
	width: 10%;
	margin-top: 20px;
}

.button {
	width: auto;
	color: #fff;
	background-color: #0c8b44;
	border-color: #0c8b44;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.button:hover {
	background-color: #096934;
	border-color: #096934;
	cursor: pointer;
}

p.error {
	border: 1px solid #ff5858;
	background: #ffd2d2 url(img/error.png) no-repeat scroll 5px center;
	color: #ff5858;
	padding: 10px 10px 10px 45px;
	text-indent: 40px;
}

p.valid {
	border: 1px solid #7DB240;
	background: #e8ffd4 url(img/valid.png) no-repeat scroll 5px center;
	color: #7db240;
	padding: 10px 10px 10px 45px;
	text-indent: 40px;
}

/*-----------*/
/* CatŽgorie */
/*-----------*/

.catjq {
	display: block;
}

.type:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	background: url(img/flecheBB.png) no-repeat 670px center #0c8b44;
	font-size: 14px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}

.type {
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0c8b44;
	background: url(img/flecheBV.png) no-repeat 670px center #c4ead5;
	font-size: 14px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-top-left-radius: 15px;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
}

.type2 {
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	background: url(img/flecheHB.png) no-repeat 670px center #0c8b44;
	font-size: 14px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}

#cat {
	width: 300px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 10px;
	padding-top: 10px;
	border: 1px solid #a2d3cf;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#cat h3 {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #0c8b44;
	background-color: #c4ead5;
	font-size: 14px;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}

#cat p {
	height: 100px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}

#cat ul {
	margin-top: 2px;
	padding-right: 5px;
	padding-left: 40px;
	float: left;
	list-style-type: circle;
	list-style-position: inside;
}

#cat li {
	margin-bottom: 10px;
}

#firstcat {
	width: 645px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 10px;
	padding-top: 10px;
	border: 1px solid #a2d3cf;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#firstcat h3 {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #0c8b44;
	background-color: #c4ead5;
	font-size: 14px;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}

#firstcat p {
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 15px;
	font-size: 15px;
}

#firstcat img {
	margin-right: 50px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: right;
}

#firstcat ul {
	margin-top: 2px;
	padding-right: 5px;
	padding-left: 40px;
	float: left;
	list-style-type: circle;
	list-style-position: inside;
}

#firstcat li {
	margin-bottom: 10px;
}

/*---------*/
/* Produit */
/*---------*/

#large {
	width: 645px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #a2d3cf;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}

#large h3 {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #0c8b44;
	background-color: #c4ead5;
	font-size: 14px;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}

#large p {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	width: 100%!important;
}

#large p.social {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#large ul {
	margin-bottom: 10px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	list-style-type: circle!important;
	list-style-position: inside;
	text-align: left;
	width: 100%!important;
}

#large li {
	margin-bottom: 5px;
	width: 100%!important;
}

#small {
	width: 300px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 10px;
	padding-top: 10px;
	border: 1px solid #a2d3cf;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#small h3 {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #0c8b44;
	background-color: #c4ead5;
	font-size: 14px;
	-moz-border-radius: 15px 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}

#small p {
	float: left;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	width: 100%;
}

#small ul {
	margin-bottom: 10px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	height: 100%;
	float: left;
	list-style-type: circle;
	list-style-position: inside;
	width: 100%!important;
}

#small li {
	margin-bottom: 5px;
	width: 100%!important;
}

#small ul.admin {
	margin-bottom: 5px;
	height: 225px;
}

#espaceadmin {
	margin-top: 15px;
}


/**********/
/* Footer */
/**********/

#footer {
	float: right;
	width: 960px;
	height: 10px;
	clear: both;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 150px;

}

/***************/
/* Menu footer */
/***************/

#lastmenu {
	clear: both;
	width: 970px;
	height: 15px;
	margin: 0 auto;
	border-top: 2px solid #0c8b44;
	background-color: #c4ead5;
	font-size: 12px;
	color: #a2d3cf;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#lastmenu ul {
	width: 970px;
	height: 15px;
	padding-top: 2px;
	text-align: center;
}

#lastmenu ul li {
	display: inline;
	color: #0c8b44;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #0c8b44;
}

#lastmenu ul li.last {
	display: inline;
	color: #0c8b44;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: none;
}
/* Exemple de la bordure */
#example {
	width:600px;
	height:350px;
	position:relative;
}
/* Image "new" de côté pour la bannière dynamique */
#ribbon {
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
}
/* Paramètres pour la bordure de la bannière */
#frame {
	position:absolute;
	margin-top:0px;
	margin-left: -135px;
	z-index:0;
	width:860px;
	height:342px;
	left:57px;
}

/*
	Slideshow
*/

/* Paramètres des slides "photos" de la bannière*/
#slides {
	margin-left:-21px;
	position:absolute;
	top:18px;
	left:40px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
/* Paramètres du contenant des slides*/
.slides_container {
	width:665px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:770px;
	height:270px;
	display:block;
}

/*
	Pagination "petits boutons de séléction des slides 
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	margin-left:280px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption, bordure avec texte accompagnant la bannière 
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	height:40px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:770px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Footer, bas de bannière
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
/* Contenu partenaire*/
div.partenaire {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
		border-color:#FFF;
		margin-left:0px;
		margin-top:50px;
		height:230px;
		width: 370px;
        padding: 10px;
        background:  url(../img/background_entite.png);
      }
/* Contenu news*/
.tickercontainer { /* the outer div with the black border */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: url(../img/background_entite.png); 
width: 370px; 
height: 250px; 
margin-top: 10px; 
margin-left: 252px;
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #599100;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
