/************************************
* TEMPLATE SIMPLEGREEN
* Date Création : 13 octobre 2008
*************************************
* PRESENTATION CSS
*************************************/
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana; 
	font-size: 11px;
	text-align: justified;
	padding-bottom: 20px;
	/**background-color: #006e2e;**/
	background:url(images-site/background-recycle.gif) repeat;
	color:#000;
}

#container{
	width: 950px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

#top{
	padding: .5em;
	height:100%;
}

#top h1 {
	padding: 0;
	margin: 5px;
}

#leftnav{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#rightnav {
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#content {
	margin-left: 170px;
	padding: 1em;

}

#footer{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	border-top: 1px solid gray;
	height:30px;
}

.roundedcornr_box_726954 {
   background: #efefef;   margin-bottom:15px;
}
.roundedcornr_top_726954 div {
   background: url(images/roundedcornr_726954_tl.png) no-repeat top left;
}
.roundedcornr_top_726954 {
   background: url(images/roundedcornr_726954_tr.png) no-repeat top right;
}
.roundedcornr_bottom_726954 div {
   background: url(images/roundedcornr_726954_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_726954 {
   background: url(images/roundedcornr_726954_br.png) no-repeat bottom right;
}

.roundedcornr_top_726954 div, .roundedcornr_top_726954, 
.roundedcornr_bottom_726954 div, .roundedcornr_bottom_726954 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_726954 { margin: 0 10px; }

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/************************************
* AFFICHAGE MENU CSS
*************************************/
#stylefour{position:relative;display:block;height:39px;font-size:11px;
font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #006e2e;}


#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}

#stylefour ul li{display:block;float:left;margin:0;}


#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;
padding:11px 20px 0 20px;height:23px;
background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}


#stylefour ul li a:hover,#stylefour ul li a.current{color:#006e2e;
background:#fff url(images/bgON.gif) no-repeat top left;}

/************************************
* AFFICHAGE TEXTE CSS
*************************************/

h1 {
	font-size:30px;
}

h2 {
	font-size:22px;
	padding-top:20px;
	padding-left:10px;
	display:inline; /* enlever le saut de ligne */
	line-height:23px;
}

h3 {
	font-size:14px;
}

.price {
	color:#da0f00;
	font-size: 14px;
	font-weight:bold;
}

p {
	/*padding-top:3px;
	padding-bottom:0px;*/
	padding-left:8px;
	text-align:justify;
	
}

/************************************
* AFFICHAGE LIEN RUBRIQUE CSS
*************************************/
#menu_page {
	margin:10px;
	padding:0;
	font-size:12px;
	list-style:none;
	line-height:20px;
}

#menu_page a {
	color:#000;
}

#menu_page a:hover{
	background-color:#006e2e;
	color:#FFFFFF;
	text-decoration:none;
}

a {
	color:#006e2e;
}

a:hover{
	color:#006e2e;
	text-decoration:none;
}

img a:hover {
	border:none;
}

/************************************
* AFFICHAGE TABLEAU CSS
*************************************/
#mytable {
	width: 95%;
	padding: 0;
	margin: 0;
}

#mytable a {
	color:#006e2e;
	text-decoration:underline;
}

#mytable a:hover{
	text-decoration:none;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 90%;	 
	text-align: right;
}

#mytable th {
	color: #FFF;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #006e2e;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px dotted #000;
	background: none;
	color: #087FE7;
}

#mytable td {
	border-bottom: 1px  dotted #000;
	border-right: 1px dotted #000;
	padding: 6px 6px 6px 12px;
	color: #000;
}

#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable td.couleurSecondaire {
	background: #D72917;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
}

#mytable th.spec {
	border-left: 1px dotted #C1DAD7;
	border-top: 0;
	background: #fff url(images-site/bullet1.gif) no-repeat;
}

#mytable th.specalt {
	border-left: 1px dotted #C1DAD7;
	border-top: 0;
	background: #FFF url(images-site/bullet2.gif) no-repeat;
	color: #797268;
}


/************************************
* AFFICHAGE MINIATURE CSS
*************************************/
.thumbnail {
	display:inline; 
	margin: 10px;
}

/************************************
* AFFICHAGE PAGINATION CSS
*************************************/
div.pagination {
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 3px;
    margin: 3px
}
div.pagination a {
    background-color: #fff;
    border: 1px solid #9aafe5;
    color: #105cb6;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none
}
div.pagination a:hover,active {
    background-color: #9aafe5;
    border: 1px solid #9aafe5;
    color: #fff;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.courante {
    background-color: #006e2e;
    border: 1px solid #006e2e;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.desactive {
    background-color: #fff;
    border: 1px solid #eee;
    color: #ddd;
    margin: 1px;
    padding: 2px 5px
}

/************************************
* AFFICHAGE FORMULAIRE CSS
*************************************/
.submit		{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: #006e2e;
	margin: 0px;
	clear: none;
	float: none;
	height: 20px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor:pointer;
}

input {
	color: #006e2e;
	background: #fff;
	border: 1px solid #006e2e;
	font-size:11px;
}

input image { border:0; }

/************************************
* AFFICHAGE BLOG CSS
*************************************/
div.bulle {
    width: auto;
    margin-bottom: 24px;
}

div.bulle blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #fff;
}

div.bulle blockquote p {
    margin: 10px;
    padding: 0px;
	text-align:justify;
}

div.bulle cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: 6px;
    background: transparent url(../../module_blog/images/FlecheBulle.gif) no-repeat 20px 0;
    font-style: normal;
}

.permalink {
	background: url(../../module_blog/images/article.gif) no-repeat left 80%;
	padding: 5px 30px 5px 15px;
}

/************************************
* AFFICHAGE FOOTER CSS
*************************************/
.paiement {
	float:right;
	background: url(/module_boutique/images/paiement.gif)  no-repeat ;
	left:500px;
	top:20px;
	padding-right:100px;
	padding-top:30px;
}