/*************************************/
/************** LEFT *****************/
/*************************************/

#left {
	height: 100%;
}

#logo {
	height: 101px;
}

#logo h1 {
	margin: 0;
}

#logo a {
	float: right;
    width: 101px;
    height: 101px;
    background: url(../images/Structure/logo.png) no-repeat;
    text-indent: -9999px;
	text-align: left;
    outline: none;
	display: block;
}



/*************************************/
/************** MAIN *****************/
/*************************************/


#container {
	background: url(../images/Structure/fond_container.png) no-repeat right top;
}

#main {
	margin-top: 100px;
	border-top: 1px solid #4b2710;
	text-align: justify;
	position: relative;
	z-index: 2;
}

*:first-child+html #main {
	margin-top: 0;
	
}

#main div.custom {
	margin: 0;
	padding: 0;
	line-height: 0;
	margin-top: -1px;
}

#main .ce_text div.image_container {
	margin: 0 20px 0 30px;
}


/******* Titres ********/

h1, h2, h3, h4, h5, h6 {
	color: #99AC3B;
	font-size: 14px;
	margin: 15px 0 20px 0;
}

.picto_titre {
	background: url(../images/custom/feuille.png) no-repeat 0 top;
	padding: 16px 0 4px 60px;
	color: #99AC3B;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}

.mod_titres h2.level_0 {
	font-size: 20px;
	font-weight: normal;
}

.mod_titres h2.level_0, .mod_titres h1.level_1 {
	display: inline;
	color: #000;
}
	
.mod_titres h1.level_1 {
	font-size: 16px;
	font-weight: lighter;
	margin: 5px 0 0 10px;
	padding-left: 10px;
	border-left: 1px solid #000;
	color: #000;
}

#Entete {
	width: 792px;
	margin-bottom: 10px;
}



#menu_lv3 ul.level_1 li {
	float: left;
	margin: 0 5px 10px 0;
}

#menu_lv3 li.active span.active {
	display: block;
	padding: 3px 5px;
	color: #fff;
	background-color: #3c3a3b;
}

#menu_lv3 li a {
	display: block;
	padding: 3px 5px;
	color: #fff;
	background-color: #72665a;
	text-decoration: none;
}

.caption {
	font-style: italic;
	text-align: center;
}
/************** fil d'ariane **********/

.mod_breadcrumb {
	margin-bottom: 10px;
	color: #736558;
}

.mod_breadcrumb a, .mod_breadcrumb span {
	font-size: 10px;
	color: #736558;
	text-decoration: none;
}

.mod_breadcrumb a:hover {
	color: #000;
}

.mod_titres {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 685px;
}

/********** MEP Contenu *********/


#main div.ce_text {
	margin: 0 20px 20px 0;
}

#main div.ce_text p {
	margin-bottom: 8px;
}

.ce_text p a {
	color: #736558;
	text-decoration: underline;
}

.ce_text p a:hover, .ce_toplink a:hover {
	color: #4B2710;
	text-decoration: none;
}

.ce_toplink {
	float: right;
	width: 90px;
	overflow: hidden;
	margin-right: 15px;
}

.ce_toplink a {
	color: #736558;
	background: url(../images/custom/fleche_haut.png) no-repeat right center;
	padding-right: 10px;
	text-decoration: none;
}

#main .ce_image .image_container img,
#main .ce_hyperlink .image_container img {
	margin-right: 20px;
}
#main .ce_gallery .image_container img {
	margin-right: 5px;
}

/************ Formulaires ***********/

/***** CONTACT *****/
#f1 {
	margin-left: 50px;
}


.ce_form table tr.col_last {
	padding-bottom: 5px;	
}


.ce_form table td.col_last input {
	width: 305px;
	height: 20px;
	margin-top: 5px;
}

.ce_form table td.col_last select.select {
	width: 305px;
	height: 25px;
	margin-top: 5px;
	padding: 2px 0 0 0;
	}

.ce_form table td.col_last div.submit_container input.submit {
	background-color: #4b2710;
	width: 81px;
	height: 19px;
	border: none;
	color: #8c7a6c;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	cursor: pointer;
	display: block;
	float: right;
	overflow: hidden;
}

.ce_form p.error {
	color: red;
}

#main .ce_form table td.col_last input.captcha {
	width: 70px;
	float: right;
	overflow: hidden;
}

.ce_form table td.col_last textarea {
	width: 305px;
	margin-top: 5px;
}

.ce_form table td.col_last span.captcha_text {
	margin-top: 3px;
	display: block;
	width: 235px;
	float: left;
	overflow: hidden;
}

.ce_form table td.col_last input.captcha {
	height: 18px;
	}

*:first-child+html .ce_form table td.col_last div.submit_container input.submit {
	font-size: 11px;
	padding: 0;
}

.ce_form td {
	vertical-align: top;
}
.ce_form .col_first {
	padding: 6px 2px 3px 0;
}



.ce_form select, 
.ce_form input.text, 
.ce_form textarea.textarea,
.ce_form input.captcha,
.ce_form input.upload {
	margin: 1px 0;
	padding: 2px;
	font-family: Arial, sans;
}
.ce_form input.radio, 
.ce_form input.checkbox, 
.ce_form input.upload {
	margin: 1px 0;
}
.ce_form input.upload {
	text-align: right;
}
.ce_form select {
	padding: 0;
}
.ce_form input.text,
.ce_form input.captcha {
	height: 14px;
}
.ce_form input.captcha {
	width: auto;
	float: right;
}
.ce_form span.captcha_text {
	font-style: italic;
	font-size: 10px;
	line-height: 22px;
	float: left;
}
.ce_form table td.col_last input.checkbox,
.ce_form table td.col_last input.radio {
	width: auto;
}
.ce_form .checkbox_container span,
.ce_form .radio_container span {
	float: left;
}
.ce_form span.mandatory {
	font-weight: bold;
}
.ce_form p.error {
	color: #C00;
	margin: 0;
	padding: 2px 0 0 0;
}
.ce_form .explanation {
	width: 425px;
	padding: 8px 0 4px 0;
}
.ce_form .submit_container {
	padding-top: 10px;
	text-align: right;
}
.ce_form .submit_container input {
	padding: 2px 4px;
	border: 1px solid #666;
}

/* Form garantie */
.mod_article form,
.mod_article table {
	width: 423px;
}

.mod_article form.garantie,
.mod_article form.garantie table {
	width: 700px;
}

/***** LOGIN ****/

.mod_login table td.col_first label {
	margin-right: 30px;
	
}

.mod_login table td.col_last {
	padding-bottom: 5px;
}

.mod_login table td.col_last input.text {
	
}

.mod_login table td.col_last input,
.mod_login table td.col_last select {
	width: 160px;
	height: 20px;
}

.mod_login table td.col_last div.submit_container input.submit {
	background-color: #4b2710;
	width: 88px;
	height: 19px;
	border: none;
	color: #8c7a6c;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	cursor: pointer;
	display: block;
	margin: 5px auto;
}

.mod_login p.error {
	color: red;
}

*:first-child+html .mod_login table td.col_last div.submit_container input.submit {
	font-size: 11px;
	padding: 0;
}

/************* PAGES PRODUIT **************/

#main .mod_article {
	clear: left;
}
#main .collection {
	margin: 0 30px 20px 0;
	width: 230px;
	float: left;
	font-size: 10px;
	clear: none;
}
#main .column_0 {
	clear: left;
}

#main .collection .ce_text {
	text-align: left;
	margin: 0;
}
#main .collection .ce_text a {
	color: #99AC3B;
}

#main .mod_articlespagination .pagination {
	clear: both;
	display: block;
	margin: 0 0 20px 0;
}
#main .mod_articlespagination .pagination p,
#main .mod_articlespagination .pagination a.first,
#main .mod_articlespagination .pagination a.last {
	display: none;
}
#main .mod_articlespagination .pagination ul {
	margin: 0 4px 0 0;
	padding: 0;
	text-align: right;
}
#main .mod_articlespagination .pagination ul li {
	display: inline;
	font-size: 9px;
	margin: 0;
}
#main .mod_articlespagination .pagination ul li a.previous,
#main .mod_articlespagination .pagination ul li a.next
{
	color: #4B2710;
	padding: 0 3px;
	text-decoration: underline;
	position: static;
}
#main .mod_articlespagination .pagination ul li a.previous:hover,
#main .mod_articlespagination .pagination ul li a.next:hover
{
	text-decoration: none;
}
#main .mod_articlespagination .pagination ul li a.link,
#main .mod_articlespagination .pagination ul li .current {
	border: 1px solid #C2C1C1;
	color: #000000;
	display: inline-block;
	display: -moz-inline-block;
	line-height: 14px;
	margin: 0;
	padding: 0 3px;
	text-decoration: none;
}
#main .mod_articlespagination .pagination ul li .current {
	background: #716559;
	color: #FFF;
}
#main .mod_articlespagination .pagination ul li a.link:hover {
	border-color: #716559;
}

/************** PRINT ****************/

#impression {
	background: url(../images/Structure/picto_print.png) no-repeat 0 top;
	padding: 5px 0 0 25px;
	height: 23px;
	float: right;
	margin: 18px 20px 0 0;

}

#impression a {
	color: #736558;
	text-decoration: none;
	font-weight: bold;
}

#impression a:hover {
	text-decoration: underline;
	
}

/************* CARTE FLASH **************/

.map #main .mod_flash {
	width: 640px;
	margin: 0 auto;
}
.map #main .mod_flash * {
	outline: none;
}
#main a.back_map_fr,
#main a.back_map_en {
	width: 137px;
	height: 113px;
	margin: -400px 70px 0 0;
	float: right;
	display: block;
	overflow: hidden;
	text-indent: -7777px;
}
#main a.back_map_fr {
	background: url(../images/retour_carte_fr.gif) 0 0 no-repeat;
}
#main a.back_map_en {
	background: url(../images/retour_carte_en.gif) 0 0 no-repeat;
}

/********** Résultat Recherche ***********/

.mod_search {
	margin-right: 20px;
}

.mod_search #keywords {
	
    height: 19px;
    margin-bottom: 10px;

}

*:first-child+html .mod_search #keywords {
	margin-bottom: 4px;
}

.mod_search #submit {
 	background-color: #4b2710;
	width: 80px;
	height: 20px;
	border: none;
	color: #8c7a6c;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	cursor: pointer;
	margin: 5px auto;
}

.mod_search .context span.highlight {
	font-weight: bold;
}

.mod_search h1, .mod_search form, .mod_search p.header, .mod_search h3, .mod_search p.context, .mod_search p.url {
	margin-top: 15px;

}

.mod_search p.header {
	margin-top: 30px;
}

.mod_search h3, span.relevance {
	font-size: 14px;
}

.mod_search h3 a {
	color: #736558;
	text-decoration: none;
}
.mod_search h3 a:hover {
	color: #4B2710;
	text-decoration: underline;
}

.mod_search p.url {
	font-style: italic;
}

.mod_search p.context br {
	display: none;
}


.ce_hyperlink {
	margin-top: 40px;
}

.ce_hyperlink a.hyperlink_txt {
	color: #736558;
	text-decoration: none;
	
}

.ce_hyperlink a:hover {
	text-decoration: underline;
}

*:first-child+html .mod_search #submit {
	font-size: 11px;
	padding: 0;
}

#main .pagination {
	margin: 1.3em 0;
}
#main .pagination p {
	font-style: italic;
	margin: 0.65em 0;
	padding: 0;
	text-align: center;
}
#main .pagination ul {
	position: relative;
	text-align: center;
}
#main .pagination a {
	color: #736558;
	text-decoration: underline;
}
#main .pagination a:hover {
	color: #4B2710;
	text-decoration: none;
}
#main .pagination ul li { display: inline; margin: 0 0.25em; }
#main .pagination ul li a { text-decoration: none; }
#main .pagination ul li a:hover { text-decoration: underline; }
#main .pagination ul li a.first,
#main .pagination ul li a.previous,
#main .pagination ul li a.next,
#main .pagination ul li a.last { position: absolute; }
#main .pagination ul li a.first { left: 0; }
#main .pagination ul li a.previous { left: 75px; }
#main .pagination ul li a.next { right: 75px; }
#main .pagination ul li a.last { right: 0; }
#main .pagination ul li span.current { 
	color: #4B2710;
	margin: 0 -0.25em;
	padding: 0 0.25em;
}


/* Toutes les collections */
body.all-collections #main .mod_article .ce_image {
	display: inline;
	float: left;
	height: 123px;
	position: relative;
	text-align: left;
	width: 264px;
}
body.all-collections #main .mod_article .ce_image .image_container {
	text-align: left;
}
body.all-collections #main .mod_article .ce_image img {
	display: block;
	margin: 0;
	padding: 0;
}
body.all-collections #main .mod_article .ce_image a {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 260px;
}
body.all-collections #main .mod_article .ce_image .caption {
	background: transparent url("../images/caption-bullet.gif") no-repeat left center;
	bottom: 0;
	color: #4A2C19;
	font: bold 11px Helvetica, Verdana, Arial, sans-serif;
	height: 27px;
	left: 0;
	line-height: 27px;
	padding-left: 16px;
	position: absolute;
}

